Pull request #3350 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of jim-wang-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from eb974e5ff906fca496d59e54ab37c93c2b055a6e+5fbc40a6d599e39a91f6678812b3f73148dc0647 (2c1d8e954610815b766e907fc2b4e6c4de5d1b95) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-33709 in /w/workspace/edgexfoundry_edgex-go_PR-3350 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/4 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3350/head:refs/remotes/origin/PR-3350 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 5fbc40a6d599e39a91f6678812b3f73148dc0647 into PR head commit eb974e5ff906fca496d59e54ab37c93c2b055a6e Merge succeeded, producing eb974e5ff906fca496d59e54ab37c93c2b055a6e Checking out Revision eb974e5ff906fca496d59e54ab37c93c2b055a6e (PR-3350) > git config core.sparsecheckout # timeout=10 > git checkout -f eb974e5ff906fca496d59e54ab37c93c2b055a6e # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 5fbc40a6d599e39a91f6678812b3f73148dc0647 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f eb974e5ff906fca496d59e54ab37c93c2b055a6e # timeout=10 Commit message: "Merge branch 'master' into remove-token-gen-security-bootstrapper" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-12T15:42:06.925Z] Timeout set to expire in 6 hr 0 min [Pipeline] { > git rev-list --no-walk 77096502e873356677d430e5271cec41f976b109 # timeout=10 [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-12T15:42:07.157Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-12T15:42:07.291Z] ========================================================= [2021-04-12T15:42:07.291Z] EdgeX Global Pipelines Version Info [2021-04-12T15:42:07.291Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-04-12T15:42:08.720Z] ------------------- [2021-04-12T15:42:08.720Z] stable info: [2021-04-12T15:42:08.720Z] ------------------- [2021-04-12T15:42:08.720Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-12T15:42:08.720Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-12T15:42:08.720Z] Message: update stable to v1.0.186 [2021-04-12T15:42:09.666Z] ------------------- [2021-04-12T15:42:09.666Z] experimental info: [2021-04-12T15:42:09.666Z] ------------------- [2021-04-12T15:42:09.666Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-12T15:42:09.666Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-04-12T15:42:09.666Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-12T15:42:09.916Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-04-12T15:42:10.004Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-04-12T15:42:10.105Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-12T15:42:10.185Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-12T15:42:10.268Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-12T15:42:10.446Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-12T15:42:10.536Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-12T15:42:10.648Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-04-12T15:42:10.779Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-04-12T15:42:10.868Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-04-12T15:42:10.953Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-12T15:42:11.034Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-12T15:42:11.167Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-12T15:42:11.269Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-12T15:42:11.383Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-04-12T15:42:11.467Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-04-12T15:42:11.560Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-12T15:42:11.656Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-12T15:42:11.759Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-04-12T15:42:11.931Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-04-12T15:42:12.013Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-04-12T15:42:12.096Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-12T15:42:12.193Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3350 [Pipeline] echo [2021-04-12T15:42:12.275Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3350 [Pipeline] echo [2021-04-12T15:42:12.362Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3350 [Pipeline] echo [2021-04-12T15:42:12.443Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = eb974e5ff906fca496d59e54ab37c93c2b055a6e [Pipeline] echo [2021-04-12T15:42:12.525Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = eb974e5 [Pipeline] echo [2021-04-12T15:42:12.606Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-12T15:42:12.778Z] provisioning config files... [2021-04-12T15:42:12.814Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config2103951866066595772tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-12T15:42:13.172Z] ---> docker-login.sh [2021-04-12T15:42:13.172Z] nexus3.edgexfoundry.org:10001 [2021-04-12T15:42:13.437Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-12T15:42:13.704Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-12T15:42:13.704Z] Configure a credential helper to remove this warning. See [2021-04-12T15:42:13.704Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-12T15:42:13.704Z] [2021-04-12T15:42:13.704Z] Login Succeeded [2021-04-12T15:42:13.704Z] nexus3.edgexfoundry.org:10002 [2021-04-12T15:42:13.704Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-12T15:42:13.704Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-12T15:42:13.704Z] Configure a credential helper to remove this warning. See [2021-04-12T15:42:13.704Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-12T15:42:13.704Z] [2021-04-12T15:42:13.704Z] Login Succeeded [2021-04-12T15:42:13.704Z] nexus3.edgexfoundry.org:10003 [2021-04-12T15:42:13.967Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-12T15:42:13.967Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-12T15:42:13.967Z] Configure a credential helper to remove this warning. See [2021-04-12T15:42:13.967Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-12T15:42:13.967Z] [2021-04-12T15:42:13.967Z] Login Succeeded [2021-04-12T15:42:13.967Z] nexus3.edgexfoundry.org:10004 [2021-04-12T15:42:14.230Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-12T15:42:14.230Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-12T15:42:14.230Z] Configure a credential helper to remove this warning. See [2021-04-12T15:42:14.230Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-12T15:42:14.230Z] [2021-04-12T15:42:14.230Z] Login Succeeded [2021-04-12T15:42:14.230Z] docker.io [2021-04-12T15:42:14.230Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-12T15:42:14.495Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-12T15:42:14.495Z] Configure a credential helper to remove this warning. See [2021-04-12T15:42:14.495Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-12T15:42:14.495Z] [2021-04-12T15:42:14.495Z] Login Succeeded [2021-04-12T15:42:14.495Z] ---> docker-login.sh ends [Pipeline] } [2021-04-12T15:42:14.504Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-12T15:42:15.021Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-04-12T15:42:15.021Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-12T15:42:15.021Z] ++ dirname cmd/core-command/Dockerfile [2021-04-12T15:42:15.021Z] ++ cut -d/ -f2 [2021-04-12T15:42:15.021Z] + echo core-command,cmd/core-command/Dockerfile [2021-04-12T15:42:15.021Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-12T15:42:15.021Z] ++ dirname cmd/core-data/Dockerfile [2021-04-12T15:42:15.021Z] ++ cut -d/ -f2 [2021-04-12T15:42:15.021Z] + echo core-data,cmd/core-data/Dockerfile [2021-04-12T15:42:15.021Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-12T15:42:15.021Z] ++ dirname cmd/core-metadata/Dockerfile [2021-04-12T15:42:15.021Z] ++ cut -d/ -f2 [2021-04-12T15:42:15.021Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-04-12T15:42:15.021Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-12T15:42:15.022Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-04-12T15:42:15.022Z] ++ cut -d/ -f2 [2021-04-12T15:42:15.022Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-04-12T15:42:15.022Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-12T15:42:15.022Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-04-12T15:42:15.022Z] ++ cut -d/ -f2 [2021-04-12T15:42:15.022Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-04-12T15:42:15.022Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-12T15:42:15.022Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-04-12T15:42:15.022Z] ++ cut -d/ -f2 [2021-04-12T15:42:15.022Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-04-12T15:42:15.022Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-12T15:42:15.022Z] ++ dirname cmd/support-notifications/Dockerfile [2021-04-12T15:42:15.022Z] ++ cut -d/ -f2 [2021-04-12T15:42:15.022Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-04-12T15:42:15.022Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-12T15:42:15.022Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-04-12T15:42:15.022Z] ++ cut -d/ -f2 [2021-04-12T15:42:15.022Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-04-12T15:42:15.022Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-12T15:42:15.022Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-04-12T15:42:15.022Z] ++ cut -d/ -f2 [2021-04-12T15:42:15.022Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-04-12T15:42:15.179Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-04-12T15:42:16.717Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-12T15:42:16.717Z] [2021-04-12T15:42:16.717Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-12T15:42:17.076Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-12T15:42:17.076Z] latest: Pulling from edgex-devops/git-semver [2021-04-12T15:42:17.076Z] 31603596830f: Pulling fs layer [2021-04-12T15:42:17.076Z] 2a8b12db71e7: Pulling fs layer [2021-04-12T15:42:17.076Z] 6ca5941a6612: Pulling fs layer [2021-04-12T15:42:17.076Z] ecc8261a40a4: Pulling fs layer [2021-04-12T15:42:17.076Z] ecc8261a40a4: Waiting [2021-04-12T15:42:17.077Z] 2a8b12db71e7: Verifying Checksum [2021-04-12T15:42:17.077Z] 2a8b12db71e7: Download complete [2021-04-12T15:42:17.077Z] 31603596830f: Verifying Checksum [2021-04-12T15:42:17.077Z] 31603596830f: Download complete [2021-04-12T15:42:17.347Z] ecc8261a40a4: Verifying Checksum [2021-04-12T15:42:17.347Z] ecc8261a40a4: Download complete [2021-04-12T15:42:17.347Z] 6ca5941a6612: Verifying Checksum [2021-04-12T15:42:17.347Z] 6ca5941a6612: Download complete [2021-04-12T15:42:17.610Z] 31603596830f: Pull complete [2021-04-12T15:42:17.610Z] 2a8b12db71e7: Pull complete [2021-04-12T15:42:18.565Z] 6ca5941a6612: Pull complete [2021-04-12T15:42:18.826Z] ecc8261a40a4: Pull complete [2021-04-12T15:42:18.826Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-12T15:42:18.826Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-12T15:42:18.826Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-12T15:42:18.934Z] prd-centos7-docker-4c-2g-33709 does not seem to be running inside a container [2021-04-12T15:42:18.983Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-12T15:42:21.599Z] $ docker top 4c0e3d0fa3de10ac5e532fd7233112e9c96381f68e194e217868295543b7dd64 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-12T15:42:22.051Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-12T15:42:22.051Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-12T15:42:22.289Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-12T15:42:22.292Z] $ docker exec 4c0e3d0fa3de10ac5e532fd7233112e9c96381f68e194e217868295543b7dd64 ssh-agent [2021-04-12T15:42:22.465Z] SSH_AUTH_SOCK=/tmp/ssh-CM8b25QQofNi/agent.11 [2021-04-12T15:42:22.465Z] SSH_AGENT_PID=16 [2021-04-12T15:42:22.479Z] Running ssh-add (command line suppressed) [2021-04-12T15:42:22.600Z] Identity added: /w/workspace/edgex-go/4@tmp/private_key_8071242203795038949.key (/w/workspace/edgex-go/4@tmp/private_key_8071242203795038949.key) [2021-04-12T15:42:22.653Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-12T15:42:23.005Z] + git tag --points-at HEAD [Pipeline] } [2021-04-12T15:42:23.028Z] $ docker exec --env ******** --env ******** 4c0e3d0fa3de10ac5e532fd7233112e9c96381f68e194e217868295543b7dd64 ssh-agent -k [2021-04-12T15:42:23.140Z] unset SSH_AUTH_SOCK; [2021-04-12T15:42:23.141Z] unset SSH_AGENT_PID; [2021-04-12T15:42:23.141Z] echo Agent pid 16 killed; [2021-04-12T15:42:23.188Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-12T15:42:23.339Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-12T15:42:23.339Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-12T15:42:23.504Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-12T15:42:23.507Z] $ docker exec 4c0e3d0fa3de10ac5e532fd7233112e9c96381f68e194e217868295543b7dd64 ssh-agent [2021-04-12T15:42:23.666Z] SSH_AUTH_SOCK=/tmp/ssh-eSZG1cPfiHs0/agent.44 [2021-04-12T15:42:23.666Z] SSH_AGENT_PID=49 [2021-04-12T15:42:23.673Z] Running ssh-add (command line suppressed) [2021-04-12T15:42:23.788Z] Identity added: /w/workspace/edgex-go/4@tmp/private_key_5382672775856698281.key (/w/workspace/edgex-go/4@tmp/private_key_5382672775856698281.key) [2021-04-12T15:42:23.842Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-12T15:42:24.180Z] + git semver init [2021-04-12T15:42:24.180Z] # -> Open(): unable to determine branch for HEAD [2021-04-12T15:42:24.180Z] # $GIT_DIR = /w/workspace/edgex-go/4/.git [2021-04-12T15:42:24.180Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/4 [2021-04-12T15:42:24.180Z] # $SEMVER_REMOTE_NAME = origin [2021-04-12T15:42:24.180Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-12T15:42:24.180Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-12T15:42:24.180Z] # $SEMVER_BRANCH = PR-3350 [2021-04-12T15:42:24.180Z] # $SEMVER_TEMP = /tmp/semver-747348632 [2021-04-12T15:42:24.180Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-04-12T15:42:42.365Z] # '/tmp/semver-747348632' -> '/w/workspace/edgex-go/4/.semver' [2021-04-12T15:42:42.942Z] # -> Force: false [2021-04-12T15:42:42.942Z] # $SEMVER_DIR = /w/workspace/edgex-go/4/.semver [Pipeline] } [2021-04-12T15:42:42.956Z] $ docker exec --env ******** --env ******** 4c0e3d0fa3de10ac5e532fd7233112e9c96381f68e194e217868295543b7dd64 ssh-agent -k [2021-04-12T15:42:43.314Z] unset SSH_AUTH_SOCK; [2021-04-12T15:42:43.314Z] unset SSH_AGENT_PID; [2021-04-12T15:42:43.315Z] echo Agent pid 49 killed; [2021-04-12T15:42:43.402Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-12T15:42:43.923Z] + git semver [Pipeline] } [2021-04-12T15:42:43.942Z] $ docker stop --time=1 4c0e3d0fa3de10ac5e532fd7233112e9c96381f68e194e217868295543b7dd64 [2021-04-12T15:42:45.558Z] $ docker rm -f 4c0e3d0fa3de10ac5e532fd7233112e9c96381f68e194e217868295543b7dd64 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-12T15:42:46.114Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-12T15:42:46.644Z] Stashed 1 file(s) [Pipeline] echo [2021-04-12T15:42:46.646Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-12T15:42:47.499Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-12T15:42:47.801Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-12T15:42:48.101Z] + sudo service docker restart [2021-04-12T15:42:48.101Z] + true [2021-04-12T15:42:48.101Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-04-12T15:42:48.691Z] ========================================================= [2021-04-12T15:42:48.691Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-12T15:42:48.691Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-12T15:42:49.033Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-04-12T15:42:52.379Z] Sending build context to Docker daemon 329.4MB [2021-04-12T15:42:52.379Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-12T15:42:52.379Z] Step 2/6 : FROM ${BASE} [2021-04-12T15:42:52.647Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-12T15:42:52.647Z] 188c0c94c7c5: Pulling fs layer [2021-04-12T15:42:52.647Z] 0ef7d3d256c8: Pulling fs layer [2021-04-12T15:42:52.647Z] de9db76c5a1d: Pulling fs layer [2021-04-12T15:42:52.647Z] bca2f99d35d6: Pulling fs layer [2021-04-12T15:42:52.647Z] 93359f2a8cfa: Pulling fs layer [2021-04-12T15:42:52.647Z] 7c6f9722023f: Pulling fs layer [2021-04-12T15:42:52.647Z] a35cf1a2eb13: Pulling fs layer [2021-04-12T15:42:52.647Z] 93359f2a8cfa: Waiting [2021-04-12T15:42:52.647Z] 7c6f9722023f: Waiting [2021-04-12T15:42:52.647Z] a35cf1a2eb13: Waiting [2021-04-12T15:42:52.647Z] bca2f99d35d6: Waiting [2021-04-12T15:42:52.647Z] de9db76c5a1d: Verifying Checksum [2021-04-12T15:42:52.647Z] de9db76c5a1d: Download complete [2021-04-12T15:42:52.647Z] 0ef7d3d256c8: Verifying Checksum [2021-04-12T15:42:52.647Z] 0ef7d3d256c8: Download complete [2021-04-12T15:42:52.647Z] 93359f2a8cfa: Verifying Checksum [2021-04-12T15:42:52.647Z] 93359f2a8cfa: Download complete [2021-04-12T15:42:52.647Z] 7c6f9722023f: Verifying Checksum [2021-04-12T15:42:52.647Z] 7c6f9722023f: Download complete [2021-04-12T15:42:52.647Z] 188c0c94c7c5: Verifying Checksum [2021-04-12T15:42:52.647Z] 188c0c94c7c5: Download complete [2021-04-12T15:42:53.225Z] 188c0c94c7c5: Pull complete [2021-04-12T15:42:53.487Z] 0ef7d3d256c8: Pull complete [2021-04-12T15:42:53.487Z] de9db76c5a1d: Pull complete [2021-04-12T15:42:54.886Z] a35cf1a2eb13: Verifying Checksum [2021-04-12T15:42:54.886Z] a35cf1a2eb13: Download complete [2021-04-12T15:42:55.462Z] bca2f99d35d6: Verifying Checksum [2021-04-12T15:42:55.462Z] bca2f99d35d6: Download complete [2021-04-12T15:43:00.821Z] bca2f99d35d6: Pull complete [2021-04-12T15:43:01.090Z] 93359f2a8cfa: Pull complete [2021-04-12T15:43:01.090Z] 7c6f9722023f: Pull complete [2021-04-12T15:43:02.001Z] Still waiting to schedule task [2021-04-12T15:43:02.001Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-04-12T15:43:06.419Z] a35cf1a2eb13: Pull complete [2021-04-12T15:43:06.419Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-12T15:43:06.419Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-12T15:43:06.419Z] ---> a62c8e92a672 [2021-04-12T15:43:06.419Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-04-12T15:43:06.419Z] ---> Running in dcb6c40847a1 [2021-04-12T15:43:06.419Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-12T15:43:07.005Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-12T15:43:07.579Z] (1/12) Installing libmagic (5.38-r0) [2021-04-12T15:43:08.154Z] (2/12) Installing file (5.38-r0) [2021-04-12T15:43:08.154Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-12T15:43:08.154Z] (4/12) Installing g++ (9.3.0-r2) [2021-04-12T15:43:12.377Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-12T15:43:12.377Z] (6/12) Installing patch (2.7.6-r6) [2021-04-12T15:43:12.377Z] (7/12) Installing build-base (0.5-r2) [2021-04-12T15:43:12.377Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-12T15:43:12.642Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-04-12T15:43:12.642Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-12T15:43:12.905Z] (11/12) Installing libzmq (4.3.3-r0) [2021-04-12T15:43:12.905Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-04-12T15:43:12.905Z] Executing busybox-1.31.1-r19.trigger [2021-04-12T15:43:12.905Z] OK: 233 MiB in 51 packages [2021-04-12T15:43:16.231Z] Removing intermediate container dcb6c40847a1 [2021-04-12T15:43:16.231Z] ---> 879d6911dd2e [2021-04-12T15:43:16.231Z] Step 4/6 : WORKDIR /edgex-go [2021-04-12T15:43:16.231Z] ---> Running in 90add582fed7 [2021-04-12T15:43:16.497Z] Removing intermediate container 90add582fed7 [2021-04-12T15:43:16.497Z] ---> d7db9de34109 [2021-04-12T15:43:16.497Z] Step 5/6 : COPY go.mod . [2021-04-12T15:43:16.761Z] ---> 9988e70d1653 [2021-04-12T15:43:16.761Z] Step 6/6 : RUN go mod download [2021-04-12T15:43:17.337Z] ---> Running in 75e3d28f46c1 [2021-04-12T15:43:39.353Z] Removing intermediate container 75e3d28f46c1 [2021-04-12T15:43:39.353Z] ---> a3edc1014edb [2021-04-12T15:43:39.353Z] Successfully built a3edc1014edb [2021-04-12T15:43:39.353Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-12T15:43:39.674Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-12T15:43:39.674Z] . [Pipeline] withDockerContainer [2021-04-12T15:43:39.780Z] prd-centos7-docker-4c-2g-33709 does not seem to be running inside a container [2021-04-12T15:43:39.836Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-12T15:43:40.779Z] $ docker top dbd53bc0c3915b2e0321a4cb7fa6b766aaa639ef576b93ecc9374883c81da914 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-12T15:43:41.289Z] + go version [2021-04-12T15:43:41.289Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-12T15:43:41.304Z] $ docker stop --time=1 dbd53bc0c3915b2e0321a4cb7fa6b766aaa639ef576b93ecc9374883c81da914 [2021-04-12T15:43:42.652Z] $ docker rm -f dbd53bc0c3915b2e0321a4cb7fa6b766aaa639ef576b93ecc9374883c81da914 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-12T15:43:43.534Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-12T15:43:43.534Z] . [Pipeline] withDockerContainer [2021-04-12T15:43:43.638Z] prd-centos7-docker-4c-2g-33709 does not seem to be running inside a container [2021-04-12T15:43:43.686Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-12T15:43:44.427Z] $ docker top 51c6e476f1f6fea4941291ecd4efac1fc61047329b7a4c3dd5692515cafb2cec -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-12T15:43:44.630Z] ========================================================= [2021-04-12T15:43:44.630Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-04-12T15:43:44.630Z] ========================================================= [Pipeline] sh [2021-04-12T15:43:44.938Z] + make test [2021-04-12T15:43:44.938Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-12T15:43:53.134Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-04-12T15:44:08.181Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-04-12T15:44:16.423Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-04-12T15:44:16.423Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-04-12T15:44:16.423Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-04-12T15:44:18.379Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-04-12T15:44:18.379Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-04-12T15:44:18.379Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-04-12T15:44:18.379Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-04-12T15:44:19.360Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-04-12T15:44:19.630Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-04-12T15:44:22.226Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-04-12T15:44:22.226Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-04-12T15:44:22.226Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-04-12T15:44:24.177Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.118s coverage: 45.9% of statements [2021-04-12T15:44:24.177Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-04-12T15:44:24.177Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-04-12T15:44:24.177Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-04-12T15:44:24.177Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-04-12T15:44:24.177Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-04-12T15:44:24.177Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-04-12T15:44:24.177Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.064s coverage: 19.8% of statements [2021-04-12T15:44:24.448Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.114s coverage: 100.0% of statements [2021-04-12T15:44:27.803Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.203s coverage: 27.1% of statements [2021-04-12T15:44:27.803Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-04-12T15:44:27.803Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-04-12T15:44:27.803Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-04-12T15:44:27.803Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-04-12T15:44:27.803Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-04-12T15:44:27.803Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-04-12T15:44:27.803Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.083s coverage: 100.0% of statements [2021-04-12T15:44:27.803Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-04-12T15:44:27.803Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.065s coverage: 100.0% of statements [2021-04-12T15:44:27.803Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-04-12T15:44:27.803Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-04-12T15:44:27.803Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.105s coverage: 71.3% of statements [2021-04-12T15:44:27.803Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-04-12T15:44:27.803Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-04-12T15:44:27.803Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.179s coverage: 82.9% of statements [2021-04-12T15:44:27.803Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-04-12T15:44:27.803Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-04-12T15:44:27.803Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.060s coverage: 78.9% of statements [2021-04-12T15:44:27.803Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-04-12T15:44:30.710Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.328s coverage: 28.6% of statements [2021-04-12T15:44:30.710Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-04-12T15:44:30.710Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-04-12T15:44:30.710Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-04-12T15:44:30.710Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-04-12T15:44:30.710Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-04-12T15:44:30.710Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.084s coverage: 100.0% of statements [2021-04-12T15:44:30.710Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-04-12T15:44:30.710Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.060s coverage: 100.0% of statements [2021-04-12T15:44:30.710Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-04-12T15:44:30.710Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.179s coverage: 86.7% of statements [2021-04-12T15:44:30.710Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-04-12T15:44:30.710Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.151s coverage: 97.5% of statements [2021-04-12T15:44:30.710Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-04-12T15:44:31.083Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.092s coverage: 78.3% of statements [2021-04-12T15:44:31.083Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-04-12T15:44:31.083Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-04-12T15:44:31.083Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-04-12T15:44:31.083Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-04-12T15:44:33.715Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.422s coverage: 92.8% of statements [2021-04-12T15:44:33.715Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-04-12T15:44:33.715Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-04-12T15:44:33.715Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-04-12T15:44:33.715Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-04-12T15:44:33.715Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-04-12T15:44:33.715Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-04-12T15:44:33.715Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-04-12T15:44:33.715Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-04-12T15:44:33.715Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-04-12T15:44:33.715Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-04-12T15:44:33.715Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-04-12T15:44:33.715Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-04-12T15:44:33.715Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-04-12T15:44:33.715Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-04-12T15:44:33.715Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-04-12T15:44:33.715Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-04-12T15:44:33.715Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-04-12T15:44:33.715Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-04-12T15:44:33.715Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.062s coverage: 58.8% of statements [2021-04-12T15:44:33.715Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-04-12T15:44:33.715Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-04-12T15:44:33.715Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.085s coverage: 1.0% of statements [2021-04-12T15:44:33.715Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-04-12T15:44:33.715Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-04-12T15:44:33.715Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-04-12T15:44:33.715Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.056s coverage: 47.1% of statements [2021-04-12T15:44:33.715Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.081s coverage: 79.5% of statements [2021-04-12T15:44:33.715Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.096s coverage: 94.1% of statements [2021-04-12T15:44:33.715Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.079s coverage: 96.3% of statements [2021-04-12T15:44:33.715Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.053s coverage: 87.5% of statements [2021-04-12T15:44:48.672Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.074s coverage: 94.4% of statements [2021-04-12T15:44:48.672Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.050s coverage: 44.8% of statements [2021-04-12T15:44:48.672Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.201s coverage: 81.9% of statements [2021-04-12T15:44:48.672Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-04-12T15:44:56.877Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.093s coverage: 92.9% of statements [2021-04-12T15:44:56.877Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-04-12T15:44:56.877Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-04-12T15:44:56.877Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-04-12T15:44:56.877Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 77.8% of statements [2021-04-12T15:44:56.877Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-04-12T15:44:56.877Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-04-12T15:44:56.877Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-04-12T15:44:56.877Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-04-12T15:44:56.877Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-04-12T15:44:56.877Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.038s coverage: 87.2% of statements [2021-04-12T15:44:56.877Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-04-12T15:44:56.877Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-04-12T15:44:56.877Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.054s coverage: 100.0% of statements [2021-04-12T15:44:56.877Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-04-12T15:44:56.877Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.064s coverage: 75.5% of statements [2021-04-12T15:44:56.877Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-04-12T15:44:56.877Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.063s coverage: 80.8% of statements [2021-04-12T15:44:56.877Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.086s coverage: 87.2% of statements [2021-04-12T15:44:56.877Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.070s coverage: 84.6% of statements [2021-04-12T15:44:56.877Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.106s coverage: 91.6% of statements [2021-04-12T15:44:56.877Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-04-12T15:44:56.877Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.202s coverage: 64.4% of statements [2021-04-12T15:44:56.877Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-04-12T15:44:56.877Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-04-12T15:44:56.877Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.051s coverage: 100.0% of statements [2021-04-12T15:44:56.877Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.038s coverage: 91.3% of statements [2021-04-12T15:44:56.877Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements [2021-04-12T15:44:56.877Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements [2021-04-12T15:44:56.877Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.028s coverage: 100.0% of statements [2021-04-12T15:44:56.877Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.331s coverage: 69.0% of statements [2021-04-12T15:44:56.877Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-04-12T15:44:56.877Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-04-12T15:44:56.877Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-04-12T15:44:56.877Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.134s coverage: 38.4% of statements [2021-04-12T15:44:56.877Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-04-12T15:44:56.877Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-04-12T15:44:56.877Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.043s coverage: 89.5% of statements [2021-04-12T15:44:56.877Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-04-12T15:44:56.877Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.038s coverage: 84.8% of statements [2021-04-12T15:44:56.877Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.150s coverage: 47.0% of statements [2021-04-12T15:44:56.877Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-04-12T15:44:56.877Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-04-12T15:44:56.877Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-04-12T15:44:56.877Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-04-12T15:44:56.877Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-04-12T15:44:56.877Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.044s coverage: 100.0% of statements [2021-04-12T15:44:56.877Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-04-12T15:44:56.877Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.041s coverage: 100.0% of statements [2021-04-12T15:44:56.877Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-04-12T15:44:56.877Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-04-12T15:44:56.877Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.064s coverage: 11.0% of statements [2021-04-12T15:44:56.877Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-04-12T15:44:56.877Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.141s coverage: 87.1% of statements [2021-04-12T15:44:56.877Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-04-12T15:44:56.877Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-04-12T15:44:56.877Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-04-12T15:44:57.853Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.851s coverage: 29.1% of statements [2021-04-12T15:44:57.853Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-04-12T15:44:57.853Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-04-12T15:44:57.853Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-04-12T15:44:57.853Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-04-12T15:44:57.853Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-04-12T15:44:57.853Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.077s coverage: 99.0% of statements [2021-04-12T15:44:57.853Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-04-12T15:44:57.853Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.080s coverage: 100.0% of statements [2021-04-12T15:44:57.853Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-04-12T15:44:57.853Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-04-12T15:44:57.853Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-04-12T15:44:57.853Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-04-12T15:44:58.445Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.125s coverage: 95.6% of statements [2021-04-12T15:44:58.445Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-04-12T15:44:58.445Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-04-12T15:44:58.445Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-04-12T15:44:58.445Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.022s coverage: 0.0% of statements [2021-04-12T15:44:58.445Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-04-12T15:44:58.445Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.040s coverage: 100.0% of statements [2021-04-12T15:44:58.445Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-04-12T15:44:58.445Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-04-12T15:44:58.445Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-04-12T15:44:58.445Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-04-12T15:44:58.715Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.034s coverage: 87.9% of statements [2021-04-12T15:44:58.715Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-04-12T15:44:58.715Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-04-12T15:44:58.715Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.033s coverage: 100.0% of statements [2021-04-12T15:44:58.982Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.055s coverage: 28.1% of statements [2021-04-12T15:44:59.246Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-04-12T15:44:59.825Z] GO111MODULE=on go vet ./... [2021-04-12T15:45:26.570Z] gofmt -l . [2021-04-12T15:45:27.150Z] [ "`gofmt -l .`" = "" ] [2021-04-12T15:45:27.727Z] ./bin/test-go-mod-tidy.sh [2021-04-12T15:45:28.303Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-04-12T15:45:29.697Z] + ls -al . [2021-04-12T15:45:29.697Z] total 796 [2021-04-12T15:45:29.697Z] drwxrwxr-x 10 1001 1001 4096 Apr 12 15:45 . [2021-04-12T15:45:29.697Z] drwxr-xr-x 4 root root 28 Apr 12 15:43 .. [2021-04-12T15:45:29.697Z] -rw-rw-r-- 1 1001 1001 11 Apr 12 15:42 .dockerignore [2021-04-12T15:45:29.697Z] drwxrwxr-x 8 1001 1001 179 Apr 12 15:42 .git [2021-04-12T15:45:29.697Z] drwxrwxr-x 3 1001 1001 125 Apr 12 15:42 .github [2021-04-12T15:45:29.697Z] -rw-rw-r-- 1 1001 1001 818 Apr 12 15:42 .gitignore [2021-04-12T15:45:29.697Z] drwx------ 3 1001 1001 60 Apr 12 15:42 .semver [2021-04-12T15:45:29.697Z] -rw-rw-r-- 1 1001 1001 166 Apr 12 15:42 .sonarcloud.properties [2021-04-12T15:45:29.697Z] -rw-rw-r-- 1 1001 1001 8607 Apr 12 15:42 Attribution.txt [2021-04-12T15:45:29.697Z] -rw-rw-r-- 1 1001 1001 3804 Apr 12 15:42 CONTRIBUTING.md [2021-04-12T15:45:29.697Z] -rw-rw-r-- 1 1001 1001 931 Apr 12 15:42 Dockerfile.build [2021-04-12T15:45:29.697Z] -rw-rw-r-- 1 1001 1001 863 Apr 12 15:42 Jenkinsfile [2021-04-12T15:45:29.697Z] -rw-rw-r-- 1 1001 1001 10775 Apr 12 15:42 LICENSE [2021-04-12T15:45:29.697Z] -rw-rw-r-- 1 1001 1001 5774 Apr 12 15:42 Makefile [2021-04-12T15:45:29.697Z] -rw-rw-r-- 1 1001 1001 6548 Apr 12 15:42 README.md [2021-04-12T15:45:29.697Z] -rw-rw-r-- 1 1001 1001 6755 Apr 12 15:42 SECURITY.md [2021-04-12T15:45:29.697Z] -rw-rw-r-- 1 1001 1001 5 Apr 12 15:42 VERSION [2021-04-12T15:45:29.697Z] -rw-rw-r-- 1 1001 1001 4131 Apr 12 15:42 ZMQWindows.md [2021-04-12T15:45:29.697Z] drwxrwxr-x 2 1001 1001 117 Apr 12 15:42 bin [2021-04-12T15:45:29.697Z] drwxrwxr-x 14 1001 1001 4096 Apr 12 15:42 cmd [2021-04-12T15:45:29.697Z] -rw-r--r-- 1 root root 684356 Apr 12 15:44 coverage.out [2021-04-12T15:45:29.697Z] -rw-r--r-- 1 root root 1056 Apr 12 15:45 go.mod [2021-04-12T15:45:29.697Z] -rw-r--r-- 1 root root 21911 Apr 12 15:45 go.sum [2021-04-12T15:45:29.697Z] drwxrwxr-x 8 1001 1001 127 Apr 12 15:42 internal [2021-04-12T15:45:29.697Z] drwxrwxr-x 4 1001 1001 26 Apr 12 15:42 openapi [2021-04-12T15:45:29.697Z] drwxrwxr-x 4 1001 1001 71 Apr 12 15:42 snap [2021-04-12T15:45:29.697Z] -rw-rw-r-- 1 1001 1001 168 Apr 12 15:42 version.go [Pipeline] sh [2021-04-12T15:45:30.003Z] + '[' -e coverage.out ] [2021-04-12T15:45:30.003Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-04-12T15:45:30.216Z] Stashed 1 file(s) [Pipeline] sh [2021-04-12T15:45:30.517Z] + make build [2021-04-12T15:45:30.517Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-04-12T15:45:35.835Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-04-12T15:45:44.039Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-04-12T15:45:44.301Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-04-12T15:45:46.230Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-04-12T15:45:46.499Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-04-12T15:45:48.438Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-04-12T15:45:49.853Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-04-12T15:45:50.810Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-04-12T15:45:52.220Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-04-12T15:45:53.170Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-04-12T15:45:54.563Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-04-12T15:45:56.527Z] $ docker stop --time=1 51c6e476f1f6fea4941291ecd4efac1fc61047329b7a4c3dd5692515cafb2cec [2021-04-12T15:45:58.256Z] $ docker rm -f 51c6e476f1f6fea4941291ecd4efac1fc61047329b7a4c3dd5692515cafb2cec [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-12T15:46:02.198Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-12T15:46:02.198Z] [2021-04-12T15:46:02.198Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-04-12T15:46:02.550Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-12T15:46:02.550Z] latest: Pulling from edgex-devops/edgex-compose [2021-04-12T15:46:02.550Z] cbdbe7a5bc2a: Pulling fs layer [2021-04-12T15:46:02.550Z] ca9280d653b3: Pulling fs layer [2021-04-12T15:46:02.550Z] 7e9c9ca2126c: Pulling fs layer [2021-04-12T15:46:02.821Z] cbdbe7a5bc2a: Download complete [2021-04-12T15:46:03.085Z] cbdbe7a5bc2a: Pull complete [2021-04-12T15:46:03.085Z] ca9280d653b3: Verifying Checksum [2021-04-12T15:46:03.085Z] ca9280d653b3: Download complete [2021-04-12T15:46:04.052Z] 7e9c9ca2126c: Verifying Checksum [2021-04-12T15:46:04.052Z] 7e9c9ca2126c: Download complete [2021-04-12T15:46:04.314Z] ca9280d653b3: Pull complete [2021-04-12T15:46:10.945Z] 7e9c9ca2126c: Pull complete [2021-04-12T15:46:10.945Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-04-12T15:46:10.945Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-12T15:46:10.945Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-04-12T15:46:11.132Z] prd-centos7-docker-4c-2g-33709 does not seem to be running inside a container [2021-04-12T15:46:11.186Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-04-12T15:46:14.071Z] $ docker top afa3da9df9fdf77cf096184506eb06af9199ecfd6cc645b9f153ab88fde82c6e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-12T15:46:14.570Z] + docker-compose build --help [2021-04-12T15:46:14.570Z] + grep parallel [2021-04-12T15:46:15.517Z] --parallel Build images in parallel. [Pipeline] } [2021-04-12T15:46:15.533Z] $ docker stop --time=1 afa3da9df9fdf77cf096184506eb06af9199ecfd6cc645b9f153ab88fde82c6e [2021-04-12T15:46:16.903Z] $ docker rm -f afa3da9df9fdf77cf096184506eb06af9199ecfd6cc645b9f153ab88fde82c6e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-12T15:46:17.352Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-33710 in /w/workspace/edgexfoundry_edgex-go_PR-3350 [Pipeline] { [Pipeline] ws [2021-04-12T15:46:17.436Z] Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout [2021-04-12T15:46:17.527Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-12T15:46:17.527Z] . [Pipeline] withDockerContainer [2021-04-12T15:46:17.650Z] prd-centos7-docker-4c-2g-33709 does not seem to be running inside a container [2021-04-12T15:46:17.718Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-04-12T15:46:18.406Z] $ docker top ee6d9db3f1f64cebe9acca8978b22436a0769ca6d9eb62280029ecad0aaa3b75 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-12T15:46:19.024Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-12T15:46:20.085Z] Building docker-core-command-go ... [2021-04-12T15:46:20.085Z] Building docker-core-data-go ... [2021-04-12T15:46:20.085Z] Building docker-core-metadata-go ... [2021-04-12T15:46:20.085Z] Building docker-security-bootstrapper-go ... [2021-04-12T15:46:20.085Z] Building docker-security-proxy-setup-go ... [2021-04-12T15:46:20.085Z] Building docker-security-secretstore-setup-go ... [2021-04-12T15:46:20.085Z] Building docker-support-notifications-go ... [2021-04-12T15:46:20.085Z] Building docker-support-scheduler-go ... [2021-04-12T15:46:20.085Z] Building docker-sys-mgmt-agent-go ... [2021-04-12T15:46:20.085Z] Building docker-security-proxy-setup-go [2021-04-12T15:46:20.085Z] Building docker-support-notifications-go [2021-04-12T15:46:20.085Z] Building docker-core-metadata-go [2021-04-12T15:46:20.085Z] Building docker-support-scheduler-go [2021-04-12T15:46:20.085Z] Building docker-security-bootstrapper-go [2021-04-12T15:46:22.643Z] using credential edgex-jenkins-ssh [2021-04-12T15:46:22.707Z] Cloning the remote Git repository [2021-04-12T15:46:22.771Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-04-12T15:46:22.883Z] > git init /w/workspace/edgex-go/4 # timeout=10 [2021-04-12T15:46:22.973Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-12T15:46:22.974Z] > git --version # timeout=10 [2021-04-12T15:46:22.992Z] > git --version # 'git version 2.17.1' [2021-04-12T15:46:22.994Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-12T15:46:23.049Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-12T15:46:41.134Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-12T15:46:41.159Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-12T15:46:41.189Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-12T15:46:41.227Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-12T15:46:41.227Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-12T15:46:41.238Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3350/head:refs/remotes/origin/PR-3350 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-12T15:46:42.060Z] Merging remotes/origin/master commit 5fbc40a6d599e39a91f6678812b3f73148dc0647 into PR head commit eb974e5ff906fca496d59e54ab37c93c2b055a6e [2021-04-12T15:46:42.488Z] Merge succeeded, producing eb974e5ff906fca496d59e54ab37c93c2b055a6e [2021-04-12T15:46:42.489Z] Checking out Revision eb974e5ff906fca496d59e54ab37c93c2b055a6e (PR-3350) [2021-04-12T15:46:42.077Z] > git config core.sparsecheckout # timeout=10 [2021-04-12T15:46:42.092Z] > git checkout -f eb974e5ff906fca496d59e54ab37c93c2b055a6e # timeout=10 [2021-04-12T15:46:42.409Z] > git remote # timeout=10 [2021-04-12T15:46:42.426Z] > git config --get remote.origin.url # timeout=10 [2021-04-12T15:46:42.446Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-12T15:46:42.455Z] > git merge 5fbc40a6d599e39a91f6678812b3f73148dc0647 # timeout=10 [2021-04-12T15:46:42.475Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-12T15:46:42.496Z] > git config core.sparsecheckout # timeout=10 [2021-04-12T15:46:42.509Z] > git checkout -f eb974e5ff906fca496d59e54ab37c93c2b055a6e # timeout=10 [2021-04-12T15:46:47.004Z] Commit message: "Merge branch 'master' into remove-token-gen-security-bootstrapper" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-12T15:46:48.452Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-04-12T15:46:48.865Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-12T15:46:49.228Z] + true [2021-04-12T15:46:49.228Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-12T15:46:51.919Z] provisioning config files... [2021-04-12T15:46:51.963Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config4149942678144750549tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-12T15:46:52.361Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-12T15:46:52.361Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-04-12T15:46:52.361Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-12T15:46:52.361Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-12T15:46:52.361Z] ---> a3edc1014edb [2021-04-12T15:46:52.361Z] Step 3/31 : WORKDIR /edgex-go [2021-04-12T15:46:52.361Z] ---> a3edc1014edb [2021-04-12T15:46:52.361Z] Step 3/22 : WORKDIR /edgex-go [2021-04-12T15:46:52.383Z] ---> docker-login.sh [2021-04-12T15:46:52.383Z] nexus3.edgexfoundry.org:10001 [2021-04-12T15:46:52.940Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-12T15:46:52.941Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-04-12T15:46:52.941Z] ---> a3edc1014edb [2021-04-12T15:46:52.941Z] Step 3/21 : WORKDIR /edgex-go [2021-04-12T15:46:52.990Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-12T15:46:53.525Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-12T15:46:53.525Z] [2021-04-12T15:46:53.525Z] Step 2/22 : FROM ${BUILDER_BASE} AS builderStep 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-12T15:46:53.525Z] [2021-04-12T15:46:53.525Z] ---> a3edc1014edb [2021-04-12T15:46:53.525Z] ---> a3edc1014edb [2021-04-12T15:46:53.525Z] Step 3/23 : WORKDIR /edgex-goStep 3/22 : WORKDIR /edgex-go [2021-04-12T15:46:53.525Z] [2021-04-12T15:46:53.586Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-12T15:46:53.586Z] Configure a credential helper to remove this warning. See [2021-04-12T15:46:53.586Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-12T15:46:53.586Z] [2021-04-12T15:46:53.586Z] Login Succeeded [2021-04-12T15:46:53.586Z] nexus3.edgexfoundry.org:10002 [2021-04-12T15:46:53.860Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-12T15:46:54.108Z] ---> Running in 0cac873eb7dc [2021-04-12T15:46:54.108Z] ---> Running in 89b79e0e72bf [2021-04-12T15:46:54.108Z] ---> Running in 40bc48a4a03b [2021-04-12T15:46:54.108Z] ---> Running in 56897a287f3d [2021-04-12T15:46:54.108Z] ---> Running in 4a9a7f63a125 [2021-04-12T15:46:54.135Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-12T15:46:54.135Z] Configure a credential helper to remove this warning. See [2021-04-12T15:46:54.135Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-12T15:46:54.135Z] [2021-04-12T15:46:54.135Z] Login Succeeded [2021-04-12T15:46:54.135Z] nexus3.edgexfoundry.org:10003 [2021-04-12T15:46:54.408Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-12T15:46:54.408Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-12T15:46:54.408Z] Configure a credential helper to remove this warning. See [2021-04-12T15:46:54.408Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-12T15:46:54.408Z] [2021-04-12T15:46:54.408Z] Login Succeeded [2021-04-12T15:46:54.408Z] nexus3.edgexfoundry.org:10004 [2021-04-12T15:46:54.687Z] Removing intermediate container 4a9a7f63a125 [2021-04-12T15:46:54.687Z] ---> 1596146e8218 [2021-04-12T15:46:54.687Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-12T15:46:54.687Z] Removing intermediate container 0cac873eb7dc [2021-04-12T15:46:54.687Z] ---> 9f8fb6ea1dc2 [2021-04-12T15:46:54.687Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-12T15:46:54.687Z] Removing intermediate container 56897a287f3d [2021-04-12T15:46:54.687Z] ---> a4c56aac6266 [2021-04-12T15:46:54.687Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-12T15:46:54.687Z] Removing intermediate container 89b79e0e72bf [2021-04-12T15:46:54.687Z] ---> 736a15a11611 [2021-04-12T15:46:54.687Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-12T15:46:54.687Z] Removing intermediate container 40bc48a4a03b [2021-04-12T15:46:54.687Z] ---> c978b5a7f84e [2021-04-12T15:46:54.687Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-12T15:46:54.687Z] ---> Running in 6d50928f9e56 [2021-04-12T15:46:54.687Z] ---> Running in e01f44fc4734 [2021-04-12T15:46:54.687Z] ---> Running in e70d6dd3a305 [2021-04-12T15:46:54.687Z] ---> Running in 550a4c1a2916 [2021-04-12T15:46:54.687Z] ---> Running in b1953ceaf02e [2021-04-12T15:46:55.004Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-12T15:46:55.004Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-12T15:46:55.004Z] Configure a credential helper to remove this warning. See [2021-04-12T15:46:55.004Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-12T15:46:55.004Z] [2021-04-12T15:46:55.004Z] Login Succeeded [2021-04-12T15:46:55.004Z] docker.io [2021-04-12T15:46:55.599Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-12T15:46:55.874Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-12T15:46:55.874Z] Configure a credential helper to remove this warning. See [2021-04-12T15:46:55.874Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-12T15:46:55.874Z] [2021-04-12T15:46:55.874Z] Login Succeeded [2021-04-12T15:46:55.874Z] ---> docker-login.sh ends [Pipeline] } [2021-04-12T15:46:55.891Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-12T15:46:56.394Z] ========================================================= [2021-04-12T15:46:56.394Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-12T15:46:56.394Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-12T15:46:56.786Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-04-12T15:46:57.264Z] Removing intermediate container e70d6dd3a305 [2021-04-12T15:46:57.264Z] ---> 5602a6df0ecc [2021-04-12T15:46:57.264Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-12T15:46:57.264Z] Removing intermediate container e01f44fc4734 [2021-04-12T15:46:57.264Z] ---> f781dd9dab17 [2021-04-12T15:46:57.264Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-12T15:46:57.264Z] Removing intermediate container 550a4c1a2916 [2021-04-12T15:46:57.264Z] ---> 0d608ff324ab [2021-04-12T15:46:57.264Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-12T15:46:57.264Z] ---> Running in e627fa94551f [2021-04-12T15:46:57.264Z] ---> Running in 6b4c3bf02dcf [2021-04-12T15:46:57.264Z] ---> Running in d808091697a9 [2021-04-12T15:46:57.264Z] Removing intermediate container b1953ceaf02e [2021-04-12T15:46:57.264Z] ---> c898e40bd7e7 [2021-04-12T15:46:57.264Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-12T15:46:57.264Z] Removing intermediate container 6d50928f9e56 [2021-04-12T15:46:57.264Z] ---> 06c5c95f6417 [2021-04-12T15:46:57.264Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-12T15:46:57.529Z] ---> Running in ad3327f0554c [2021-04-12T15:46:57.529Z] ---> Running in 1b671870749c [2021-04-12T15:46:58.114Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-12T15:46:58.114Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-12T15:46:58.385Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-12T15:46:58.385Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-12T15:46:58.385Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-12T15:46:58.653Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-12T15:46:58.926Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-12T15:46:58.926Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-12T15:46:59.198Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-12T15:46:59.198Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-12T15:46:59.198Z] OK: 233 MiB in 51 packages [2021-04-12T15:46:59.198Z] OK: 233 MiB in 51 packages [2021-04-12T15:46:59.198Z] OK: 233 MiB in 51 packages [2021-04-12T15:46:59.432Z] Sending build context to Docker daemon 167.3MB [2021-04-12T15:46:59.432Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-12T15:46:59.432Z] Step 2/6 : FROM ${BASE} [2021-04-12T15:46:59.432Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-12T15:46:59.432Z] 5f621e34cdf4: Pulling fs layer [2021-04-12T15:46:59.432Z] a4357932f1b6: Pulling fs layer [2021-04-12T15:46:59.432Z] 18c013af1878: Pulling fs layer [2021-04-12T15:46:59.432Z] 00ac8860ef70: Pulling fs layer [2021-04-12T15:46:59.432Z] 63d7cb157983: Pulling fs layer [2021-04-12T15:46:59.432Z] 00ac8860ef70: Waiting [2021-04-12T15:46:59.432Z] 63d7cb157983: Waiting [2021-04-12T15:46:59.432Z] b116817d02f9: Pulling fs layer [2021-04-12T15:46:59.432Z] 745a02a5169b: Pulling fs layer [2021-04-12T15:46:59.432Z] b116817d02f9: Waiting [2021-04-12T15:46:59.432Z] 745a02a5169b: Waiting [2021-04-12T15:46:59.432Z] 18c013af1878: Verifying Checksum [2021-04-12T15:46:59.432Z] 18c013af1878: Download complete [2021-04-12T15:46:59.432Z] a4357932f1b6: Download complete [2021-04-12T15:46:59.432Z] 63d7cb157983: Verifying Checksum [2021-04-12T15:46:59.432Z] 63d7cb157983: Download complete [2021-04-12T15:46:59.432Z] b116817d02f9: Verifying Checksum [2021-04-12T15:46:59.432Z] b116817d02f9: Download complete [2021-04-12T15:46:59.432Z] 5f621e34cdf4: Verifying Checksum [2021-04-12T15:46:59.432Z] 5f621e34cdf4: Download complete [2021-04-12T15:46:59.802Z] Removing intermediate container e627fa94551f [2021-04-12T15:46:59.803Z] ---> 56f9978cc5a3 [2021-04-12T15:46:59.803Z] Step 6/31 : COPY go.mod . [2021-04-12T15:46:59.803Z] OK: 233 MiB in 51 packages [2021-04-12T15:47:00.073Z] OK: 233 MiB in 51 packages [2021-04-12T15:47:00.073Z] Removing intermediate container 6b4c3bf02dcf [2021-04-12T15:47:00.073Z] ---> fcaff9febff8 [2021-04-12T15:47:00.073Z] Step 6/23 : COPY go.mod . [2021-04-12T15:47:00.073Z] Removing intermediate container d808091697a9 [2021-04-12T15:47:00.073Z] ---> 20d8e728e507 [2021-04-12T15:47:00.073Z] Step 6/22 : COPY go.mod . [2021-04-12T15:47:00.345Z] ---> ef1652940ee3 [2021-04-12T15:47:00.345Z] Step 7/31 : RUN go mod download [2021-04-12T15:47:00.345Z] ---> Running in e4b5a79a1380 [2021-04-12T15:47:00.443Z] 5f621e34cdf4: Pull complete [2021-04-12T15:47:00.614Z] ---> 40b057a82894 [2021-04-12T15:47:00.615Z] Step 7/23 : RUN go mod download [2021-04-12T15:47:00.615Z] ---> 7da818de5ce5 [2021-04-12T15:47:00.615Z] Step 7/22 : RUN go mod download [2021-04-12T15:47:00.730Z] a4357932f1b6: Pull complete [2021-04-12T15:47:00.889Z] ---> Running in f988f49bf615 [2021-04-12T15:47:00.889Z] ---> Running in d10b916db041 [2021-04-12T15:47:01.153Z] Removing intermediate container 1b671870749c [2021-04-12T15:47:01.153Z] ---> 2131a8f563c5 [2021-04-12T15:47:01.153Z] Step 6/22 : COPY go.mod . [2021-04-12T15:47:01.153Z] Removing intermediate container ad3327f0554c [2021-04-12T15:47:01.153Z] ---> bc5be661a946 [2021-04-12T15:47:01.153Z] Step 6/21 : COPY go.mod . [2021-04-12T15:47:01.336Z] 18c013af1878: Pull complete [2021-04-12T15:47:01.417Z] ---> 5cab50f96baf [2021-04-12T15:47:01.417Z] Step 7/22 : RUN go mod download [2021-04-12T15:47:01.417Z] ---> 5acc662e185c [2021-04-12T15:47:01.417Z] Step 7/21 : RUN go mod download [2021-04-12T15:47:01.417Z] ---> Running in 442f536e188b [2021-04-12T15:47:01.610Z] 745a02a5169b: Verifying Checksum [2021-04-12T15:47:01.610Z] 745a02a5169b: Download complete [2021-04-12T15:47:01.688Z] ---> Running in efc39ef6f37c [2021-04-12T15:47:03.051Z] 00ac8860ef70: Verifying Checksum [2021-04-12T15:47:03.051Z] 00ac8860ef70: Download complete [2021-04-12T15:47:03.109Z] Removing intermediate container e4b5a79a1380 [2021-04-12T15:47:03.109Z] ---> 7686c408f112 [2021-04-12T15:47:03.109Z] Step 8/31 : COPY . . [2021-04-12T15:47:03.109Z] Removing intermediate container d10b916db041 [2021-04-12T15:47:03.109Z] ---> 134e709958c4 [2021-04-12T15:47:03.109Z] Step 8/22 : COPY . . [2021-04-12T15:47:08.466Z] Removing intermediate container f988f49bf615 [2021-04-12T15:47:08.466Z] ---> 9c7d9f001a04 [2021-04-12T15:47:08.466Z] Step 8/23 : COPY . . [2021-04-12T15:47:12.739Z] Removing intermediate container 442f536e188b [2021-04-12T15:47:12.739Z] ---> fa1be3d40f90 [2021-04-12T15:47:12.739Z] Step 8/22 : COPY . . [2021-04-12T15:47:13.225Z] 00ac8860ef70: Pull complete [2021-04-12T15:47:13.225Z] 63d7cb157983: Pull complete [2021-04-12T15:47:13.500Z] b116817d02f9: Pull complete [2021-04-12T15:47:15.326Z] Removing intermediate container efc39ef6f37c [2021-04-12T15:47:15.327Z] ---> 4eb322eb8360 [2021-04-12T15:47:15.327Z] Step 8/21 : COPY . . [2021-04-12T15:47:17.835Z] 745a02a5169b: Pull complete [2021-04-12T15:47:17.835Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-12T15:47:17.835Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-12T15:47:17.835Z] ---> b7e6874047d6 [2021-04-12T15:47:17.835Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-04-12T15:47:20.492Z] ---> Running in 79b38e6d0e21 [2021-04-12T15:47:21.928Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-12T15:47:22.529Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-12T15:47:23.507Z] (1/12) Installing libmagic (5.38-r0) [2021-04-12T15:47:23.507Z] (2/12) Installing file (5.38-r0) [2021-04-12T15:47:23.779Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-12T15:47:23.779Z] (4/12) Installing g++ (9.3.0-r2) [2021-04-12T15:47:28.082Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-12T15:47:28.082Z] (6/12) Installing patch (2.7.6-r6) [2021-04-12T15:47:28.082Z] (7/12) Installing build-base (0.5-r2) [2021-04-12T15:47:28.082Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-12T15:47:28.082Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-04-12T15:47:28.082Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-12T15:47:28.354Z] (11/12) Installing libzmq (4.3.3-r0) [2021-04-12T15:47:28.354Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-04-12T15:47:28.627Z] Executing busybox-1.31.1-r19.trigger [2021-04-12T15:47:28.627Z] OK: 217 MiB in 51 packages [2021-04-12T15:47:32.951Z] Removing intermediate container 79b38e6d0e21 [2021-04-12T15:47:32.951Z] ---> 7dbf4dcbf97d [2021-04-12T15:47:32.951Z] Step 4/6 : WORKDIR /edgex-go [2021-04-12T15:47:32.951Z] ---> Running in bd1eaa931b66 [2021-04-12T15:47:33.551Z] Removing intermediate container bd1eaa931b66 [2021-04-12T15:47:33.551Z] ---> 9604486ccfb5 [2021-04-12T15:47:33.551Z] Step 5/6 : COPY go.mod . [2021-04-12T15:47:34.148Z] ---> 61453d6e2c13 [2021-04-12T15:47:34.148Z] Step 6/6 : RUN go mod download [2021-04-12T15:47:34.426Z] ---> Running in a5dfe8435c65 [2021-04-12T15:47:47.620Z] ---> bfbf2f28ec9a [2021-04-12T15:47:47.620Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper ---> dc33d5459304 [2021-04-12T15:47:47.620Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-04-12T15:47:47.620Z] [2021-04-12T15:47:49.015Z] ---> Running in cc5bfc733c0e [2021-04-12T15:47:49.015Z] ---> Running in 396fa1e32bcf [2021-04-12T15:47:49.015Z] ---> 7804bb9fe7bb [2021-04-12T15:47:49.015Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-12T15:47:49.590Z] ---> 8260db620100 [2021-04-12T15:47:49.590Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-04-12T15:47:49.590Z] ---> Running in d7e49ef669f0 [2021-04-12T15:47:50.166Z] ---> 280aaf5a2fb5 [2021-04-12T15:47:50.166Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-04-12T15:47:50.741Z] ---> Running in f8a516f59a54 [2021-04-12T15:47:50.741Z] ---> Running in 41cf1983f1a8 [2021-04-12T15:47:51.700Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-04-12T15:47:51.700Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-04-12T15:47:51.700Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-04-12T15:47:51.968Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-04-12T15:47:51.968Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-04-12T15:48:01.238Z] Removing intermediate container a5dfe8435c65 [2021-04-12T15:48:01.239Z] ---> ac35052f4c85 [2021-04-12T15:48:01.239Z] Successfully built ac35052f4c85 [2021-04-12T15:48:01.239Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-12T15:48:01.586Z] + docker inspect -f . ci-base-image-arm64 [2021-04-12T15:48:01.586Z] . [Pipeline] withDockerContainer [2021-04-12T15:48:01.859Z] prd-ubuntu18.04-docker-arm64-4c-16g-33710 does not seem to be running inside a container [2021-04-12T15:48:01.946Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-12T15:48:03.591Z] $ docker top 529e6d6558eacd369ededb87ea3b4129b6286b63e068d3d689ecc37b7130d80b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-12T15:48:04.628Z] + go version [2021-04-12T15:48:04.628Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-04-12T15:48:04.650Z] $ docker stop --time=1 529e6d6558eacd369ededb87ea3b4129b6286b63e068d3d689ecc37b7130d80b [2021-04-12T15:48:06.577Z] $ docker rm -f 529e6d6558eacd369ededb87ea3b4129b6286b63e068d3d689ecc37b7130d80b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-12T15:48:07.771Z] + docker inspect -f . ci-base-image-arm64 [2021-04-12T15:48:07.771Z] . [Pipeline] withDockerContainer [2021-04-12T15:48:07.991Z] prd-ubuntu18.04-docker-arm64-4c-16g-33710 does not seem to be running inside a container [2021-04-12T15:48:08.070Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-12T15:48:09.336Z] $ docker top afecba1461fb73e44557de8feda463be340ff187274fc5838b31eebab1d30b18 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-12T15:48:09.670Z] ========================================================= [2021-04-12T15:48:09.670Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-04-12T15:48:09.670Z] ========================================================= [Pipeline] sh [2021-04-12T15:48:10.320Z] + make test [2021-04-12T15:48:10.320Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-12T15:48:24.223Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-04-12T15:48:30.900Z] Removing intermediate container f8a516f59a54 [2021-04-12T15:48:30.900Z] ---> 11cac6b3fabf [2021-04-12T15:48:30.900Z] [2021-04-12T15:48:30.900Z] Step 10/21 : FROM alpine:3.12 [2021-04-12T15:48:30.900Z] 3.12: Pulling from library/alpine [2021-04-12T15:48:31.163Z] Removing intermediate container 396fa1e32bcf [2021-04-12T15:48:31.164Z] ---> 50cb8e590ba9 [2021-04-12T15:48:31.164Z] [2021-04-12T15:48:31.164Z] Step 10/31 : FROM alpine:3.12 [2021-04-12T15:48:31.164Z] 3.12: Pulling from library/alpine [2021-04-12T15:48:32.571Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-04-12T15:48:36.485Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-12T15:48:36.485Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-12T15:48:36.485Z] Status: Downloaded newer image for alpine:3.12 [2021-04-12T15:48:36.485Z] ---> 7230e588e954 [2021-04-12T15:48:36.485Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-12T15:48:36.485Z] Status: Downloaded newer image for alpine:3.12 [2021-04-12T15:48:36.485Z] ---> 7230e588e954 [2021-04-12T15:48:36.485Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-04-12T15:48:36.485Z] Removing intermediate container 41cf1983f1a8 [2021-04-12T15:48:36.485Z] ---> edcb6ebecfe6 [2021-04-12T15:48:36.485Z] [2021-04-12T15:48:36.485Z] Step 10/22 : FROM alpine:3.12 [2021-04-12T15:48:36.485Z] ---> 7230e588e954 [2021-04-12T15:48:36.485Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-04-12T15:48:36.748Z] Removing intermediate container cc5bfc733c0e [2021-04-12T15:48:36.748Z] ---> 3b7de3b0c271 [2021-04-12T15:48:36.748Z] [2021-04-12T15:48:36.748Z] Step 10/22 : FROM alpine:3.12 [2021-04-12T15:48:36.748Z] ---> 7230e588e954 [2021-04-12T15:48:36.748Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-04-12T15:48:36.748Z] Removing intermediate container d7e49ef669f0 [2021-04-12T15:48:36.748Z] ---> bd899e24c00b [2021-04-12T15:48:36.748Z] [2021-04-12T15:48:36.748Z] Step 10/23 : FROM alpine:3.12 [2021-04-12T15:48:36.748Z] ---> 7230e588e954 [2021-04-12T15:48:36.748Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-12T15:48:37.009Z] ---> Running in beb1f1128fab [2021-04-12T15:48:37.009Z] ---> Running in 02a9550e453e [2021-04-12T15:48:37.009Z] ---> Running in da6efbffac58 [2021-04-12T15:48:37.009Z] ---> Running in c37e8dbe8e24 [2021-04-12T15:48:37.010Z] ---> Running in d6a95a226d9d [2021-04-12T15:48:37.273Z] Removing intermediate container beb1f1128fab [2021-04-12T15:48:37.273Z] ---> 00290b69d167 [2021-04-12T15:48:37.273Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-12T15:48:37.538Z] ---> Running in b1c67dc76047 [2021-04-12T15:48:38.119Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-12T15:48:38.119Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-12T15:48:38.119Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-12T15:48:38.119Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-12T15:48:38.396Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-12T15:48:38.396Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-12T15:48:38.396Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-12T15:48:38.396Z] Executing busybox-1.31.1-r20.trigger [2021-04-12T15:48:38.396Z] OK: 6 MiB in 15 packages [2021-04-12T15:48:38.396Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-12T15:48:38.396Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-12T15:48:38.396Z] (3/4) Installing libcurl (7.69.1-r3) [2021-04-12T15:48:38.396Z] (4/4) Installing curl (7.69.1-r3) [2021-04-12T15:48:38.396Z] Executing busybox-1.31.1-r20.trigger [2021-04-12T15:48:38.396Z] Executing ca-certificates-20191127-r4.trigger [2021-04-12T15:48:38.665Z] OK: 7 MiB in 18 packages [2021-04-12T15:48:38.665Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-12T15:48:38.665Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-12T15:48:38.665Z] Executing busybox-1.31.1-r20.trigger [2021-04-12T15:48:38.665Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-12T15:48:38.665Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-12T15:48:38.665Z] OK: 6 MiB in 15 packages [2021-04-12T15:48:38.665Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-12T15:48:38.927Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-12T15:48:38.927Z] (2/2) Installing su-exec (0.2-r1) [2021-04-12T15:48:38.927Z] Executing busybox-1.31.1-r20.trigger [2021-04-12T15:48:38.927Z] OK: 6 MiB in 16 packages [2021-04-12T15:48:38.927Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-12T15:48:38.927Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-12T15:48:38.927Z] Executing busybox-1.31.1-r20.trigger [2021-04-12T15:48:38.927Z] Executing ca-certificates-20191127-r4.trigger [2021-04-12T15:48:38.927Z] OK: 6 MiB in 16 packages [2021-04-12T15:48:40.318Z] Removing intermediate container da6efbffac58 [2021-04-12T15:48:40.318Z] ---> 82182d9578e6 [2021-04-12T15:48:40.318Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-12T15:48:41.265Z] ---> Running in d66a267a80e9 [2021-04-12T15:48:42.216Z] Removing intermediate container d6a95a226d9d [2021-04-12T15:48:42.216Z] ---> efa43e63efa1 [2021-04-12T15:48:42.216Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-12T15:48:42.216Z] Removing intermediate container 02a9550e453e [2021-04-12T15:48:42.216Z] ---> 0ee01ae25580 [2021-04-12T15:48:42.216Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-12T15:48:42.216Z] Removing intermediate container d66a267a80e9 [2021-04-12T15:48:42.216Z] ---> 0a98b06bebaa [2021-04-12T15:48:42.216Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-12T15:48:42.216Z] ---> Running in cffb24597da6 [2021-04-12T15:48:42.216Z] Removing intermediate container c37e8dbe8e24 [2021-04-12T15:48:42.216Z] ---> 021dad3dfe11 [2021-04-12T15:48:42.216Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-12T15:48:42.478Z] Removing intermediate container b1c67dc76047 [2021-04-12T15:48:42.478Z] ---> 79d9d966d6d6 [2021-04-12T15:48:42.478Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-12T15:48:42.478Z] ---> Running in 3edb79a645b4 [2021-04-12T15:48:42.478Z] ---> Running in eadaf4bbbf89 [2021-04-12T15:48:42.478Z] ---> Running in 5311a8bc525d [2021-04-12T15:48:42.478Z] ---> Running in 0e469202ae9f [2021-04-12T15:48:42.745Z] Removing intermediate container cffb24597da6 [2021-04-12T15:48:42.745Z] ---> 371051f9b6de [2021-04-12T15:48:42.745Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-12T15:48:42.745Z] Removing intermediate container 3edb79a645b4 [2021-04-12T15:48:42.745Z] ---> a76544d146f0 [2021-04-12T15:48:42.745Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-12T15:48:42.745Z] Removing intermediate container eadaf4bbbf89 [2021-04-12T15:48:42.745Z] ---> bdad32964ba7 [2021-04-12T15:48:42.745Z] Step 13/21 : WORKDIR /edgex [2021-04-12T15:48:43.009Z] Removing intermediate container 5311a8bc525d [2021-04-12T15:48:43.009Z] ---> 95ff3fc1a94e [2021-04-12T15:48:43.009Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-12T15:48:43.009Z] ---> Running in 97df937e84c8 [2021-04-12T15:48:43.009Z] ---> Running in 415d2f6a5f82 [2021-04-12T15:48:43.009Z] ---> Running in 4538ea530617 [2021-04-12T15:48:43.009Z] Removing intermediate container 0e469202ae9f [2021-04-12T15:48:43.009Z] ---> 5a22fa707b84 [2021-04-12T15:48:43.009Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-12T15:48:43.009Z] ---> Running in 87ee21f61a5c [2021-04-12T15:48:43.009Z] ---> Running in 9139d949397a [2021-04-12T15:48:43.272Z] Removing intermediate container 97df937e84c8 [2021-04-12T15:48:43.272Z] ---> 73dcfbe88c21 [2021-04-12T15:48:43.272Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-12T15:48:43.272Z] Removing intermediate container 4538ea530617 [2021-04-12T15:48:43.272Z] ---> 878488eeda98 [2021-04-12T15:48:43.272Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-12T15:48:43.272Z] Removing intermediate container 415d2f6a5f82 [2021-04-12T15:48:43.272Z] ---> b49afdb5c377 [2021-04-12T15:48:43.272Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-12T15:48:43.855Z] Removing intermediate container 87ee21f61a5c [2021-04-12T15:48:43.855Z] ---> 74656f21adaf [2021-04-12T15:48:43.855Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-12T15:48:43.855Z] ---> Running in a87b7e8cedbf [2021-04-12T15:48:43.855Z] Removing intermediate container 9139d949397a [2021-04-12T15:48:43.855Z] ---> ade957b18b7a [2021-04-12T15:48:43.855Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-12T15:48:44.120Z] ---> Running in 29f93987a273 [2021-04-12T15:48:44.120Z] ---> Running in ade737b7fabc [2021-04-12T15:48:44.384Z] ---> a71c3257f02c [2021-04-12T15:48:44.384Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-12T15:48:44.384Z] Removing intermediate container a87b7e8cedbf [2021-04-12T15:48:44.384Z] ---> 346d109d1b49 [2021-04-12T15:48:44.384Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-12T15:48:44.384Z] ---> 024494ebb5fd [2021-04-12T15:48:44.384Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-12T15:48:44.651Z] Removing intermediate container 29f93987a273 [2021-04-12T15:48:44.651Z] ---> ce2802e4a302 [2021-04-12T15:48:44.651Z] Step 15/23 : WORKDIR / [2021-04-12T15:48:44.651Z] ---> Running in a50198566be9 [2021-04-12T15:48:44.916Z] ---> 7b4cb796d802 [2021-04-12T15:48:44.916Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-04-12T15:48:44.916Z] ---> 9d6cd4ff1d8e [2021-04-12T15:48:44.916Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-04-12T15:48:45.183Z] Removing intermediate container a50198566be9 [2021-04-12T15:48:45.183Z] ---> 9e8bc0fe5fff [2021-04-12T15:48:45.183Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-12T15:48:45.183Z] ---> aa072fcdb643 [2021-04-12T15:48:45.183Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-12T15:48:45.446Z] ---> 40b8f5aa95d1 [2021-04-12T15:48:45.446Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-04-12T15:48:45.446Z] Removing intermediate container ade737b7fabc [2021-04-12T15:48:45.446Z] ---> cd982ff544aa [2021-04-12T15:48:45.446Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-12T15:48:45.727Z] ---> Running in d0d27c3eb340 [2021-04-12T15:48:45.727Z] ---> 425d39d06f2e [2021-04-12T15:48:45.727Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-12T15:48:45.727Z] ---> 07625303ab8c [2021-04-12T15:48:45.727Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-12T15:48:45.727Z] ---> Running in f938c130633b [2021-04-12T15:48:45.993Z] ---> d0fc878d6eff [2021-04-12T15:48:45.993Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-12T15:48:45.993Z] Removing intermediate container d0d27c3eb340 [2021-04-12T15:48:45.993Z] ---> 42fe6dcea06f [2021-04-12T15:48:45.993Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-12T15:48:46.576Z] ---> Running in 1453e35e5ebe [2021-04-12T15:48:46.576Z] ---> f9f914c78717 [2021-04-12T15:48:46.576Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-12T15:48:46.576Z] ---> Running in a0d460526d01 [2021-04-12T15:48:46.576Z] Removing intermediate container f938c130633b [2021-04-12T15:48:46.576Z] ---> 4d09e6db3bf1 [2021-04-12T15:48:46.576Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-12T15:48:46.576Z] ---> Running in 9c74abd366fe [2021-04-12T15:48:46.576Z] ---> 6bb2f2c38efe [2021-04-12T15:48:46.576Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-04-12T15:48:46.841Z] Removing intermediate container 1453e35e5ebe [2021-04-12T15:48:46.841Z] ---> ccdc92d32af6 [2021-04-12T15:48:46.841Z] Step 18/21 : CMD ["--init=true"] [2021-04-12T15:48:46.841Z] Removing intermediate container a0d460526d01 [2021-04-12T15:48:46.841Z] ---> 5aa908ae15d3 [2021-04-12T15:48:46.841Z] Step 20/22 : LABEL arch=x86_64 [2021-04-12T15:48:47.103Z] ---> Running in 907191f91e99 [2021-04-12T15:48:47.103Z] Removing intermediate container 9c74abd366fe [2021-04-12T15:48:47.103Z] ---> f8b96f9b736b [2021-04-12T15:48:47.103Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-12T15:48:47.103Z] ---> d83e0d9b740e [2021-04-12T15:48:47.103Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-12T15:48:47.103Z] ---> Running in 239bf5ab4f83 [2021-04-12T15:48:47.103Z] ---> 103683287a51 [2021-04-12T15:48:47.103Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-04-12T15:48:47.366Z] ---> Running in d9198e35ea0c [2021-04-12T15:48:47.366Z] ---> Running in 29298e3bb0e4 [2021-04-12T15:48:47.366Z] ---> Running in 9000295c2c4e [2021-04-12T15:48:47.629Z] Removing intermediate container 907191f91e99 [2021-04-12T15:48:47.629Z] ---> e2b92c58d29f [2021-04-12T15:48:47.629Z] Step 19/21 : LABEL arch=x86_64 [2021-04-12T15:48:47.629Z] Removing intermediate container 239bf5ab4f83 [2021-04-12T15:48:47.629Z] ---> 0c5449a2af70 [2021-04-12T15:48:47.629Z] Step 21/22 : LABEL git_sha=eb974e5ff906fca496d59e54ab37c93c2b055a6e [2021-04-12T15:48:47.894Z] Removing intermediate container d9198e35ea0c [2021-04-12T15:48:47.894Z] ---> 9f2e599837c6 [2021-04-12T15:48:47.894Z] Step 20/22 : LABEL arch=x86_64 [2021-04-12T15:48:47.894Z] ---> Running in 25dde9a054dc [2021-04-12T15:48:47.894Z] ---> Running in 63809802c50e [2021-04-12T15:48:47.894Z] ---> Running in bc707fca998e [2021-04-12T15:48:47.894Z] Removing intermediate container 9000295c2c4e [2021-04-12T15:48:47.894Z] ---> 8eee93ffb44d [2021-04-12T15:48:47.894Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-12T15:48:48.157Z] ---> Running in 44ce627ddc1c [2021-04-12T15:48:48.157Z] Removing intermediate container 63809802c50e [2021-04-12T15:48:48.157Z] ---> b87d5209ddd3 [2021-04-12T15:48:48.157Z] Step 22/22 : LABEL version=0.0.0 [2021-04-12T15:48:48.426Z] Removing intermediate container 25dde9a054dc [2021-04-12T15:48:48.426Z] ---> c9b5dffcfd17 [2021-04-12T15:48:48.426Z] Step 20/21 : LABEL git_sha=eb974e5ff906fca496d59e54ab37c93c2b055a6e [2021-04-12T15:48:48.426Z] Removing intermediate container bc707fca998e [2021-04-12T15:48:48.426Z] ---> 46932add1633 [2021-04-12T15:48:48.426Z] Step 21/22 : LABEL git_sha=eb974e5ff906fca496d59e54ab37c93c2b055a6e [2021-04-12T15:48:48.426Z] Removing intermediate container 44ce627ddc1c [2021-04-12T15:48:48.426Z] ---> 949810662837 [2021-04-12T15:48:48.426Z] Step 21/23 : LABEL arch=x86_64 [2021-04-12T15:48:48.426Z] ---> Running in dc4154aaf0ae [2021-04-12T15:48:48.689Z] ---> Running in 318d1b6a9eee [2021-04-12T15:48:48.689Z] ---> Running in e3be2874228f [2021-04-12T15:48:48.689Z] ---> Running in f5172d88d3c9 [2021-04-12T15:48:48.964Z] Removing intermediate container dc4154aaf0ae [2021-04-12T15:48:48.964Z] ---> b9eff38a720e [2021-04-12T15:48:48.965Z] [2021-04-12T15:48:48.965Z] Removing intermediate container 318d1b6a9eee [2021-04-12T15:48:48.965Z] ---> 2d6e9bc49a03 [2021-04-12T15:48:48.965Z] Step 22/22 : LABEL version=0.0.0 [2021-04-12T15:48:48.965Z] Removing intermediate container e3be2874228f [2021-04-12T15:48:48.965Z] ---> 8a4e8329f074 [2021-04-12T15:48:48.965Z] Step 21/21 : LABEL version=0.0.0 [2021-04-12T15:48:49.236Z] ---> Running in 29bf395ef91b [2021-04-12T15:48:49.236Z] Successfully built b9eff38a720e [2021-04-12T15:48:49.236Z] ---> Running in b5592c652a89 [2021-04-12T15:48:49.236Z] Removing intermediate container f5172d88d3c9 [2021-04-12T15:48:49.236Z] ---> d8b56f0bc790 [2021-04-12T15:48:49.236Z] Step 22/23 : LABEL git_sha=eb974e5ff906fca496d59e54ab37c93c2b055a6e [2021-04-12T15:48:49.236Z] Successfully tagged docker-support-scheduler-go:latest [2021-04-12T15:48:49.236Z]  Building docker-support-scheduler-go ... done Building docker-sys-mgmt-agent-go [2021-04-12T15:48:49.236Z] Removing intermediate container 29298e3bb0e4 [2021-04-12T15:48:49.236Z] ---> a772fc07c8a5 [2021-04-12T15:48:49.236Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-12T15:48:49.501Z] ---> Running in 731220d2a343 [2021-04-12T15:48:49.766Z] Removing intermediate container 29bf395ef91b [2021-04-12T15:48:49.766Z] ---> 05119a80278b [2021-04-12T15:48:49.766Z] [2021-04-12T15:48:49.766Z] Removing intermediate container b5592c652a89 [2021-04-12T15:48:49.766Z] ---> 993b910a915e [2021-04-12T15:48:49.766Z] [2021-04-12T15:48:49.766Z] Removing intermediate container 731220d2a343 [2021-04-12T15:48:49.766Z] ---> 1b50f9dfd39d [2021-04-12T15:48:49.766Z] Step 23/23 : LABEL version=0.0.0 [2021-04-12T15:48:49.766Z] ---> dfcc26d51686 [2021-04-12T15:48:49.766Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-12T15:48:50.032Z] Successfully built 05119a80278b [2021-04-12T15:48:50.032Z] Successfully built 993b910a915e [2021-04-12T15:48:50.032Z] Successfully tagged docker-support-notifications-go:latest [2021-04-12T15:48:50.032Z]  Building docker-support-notifications-go ... done Building docker-core-command-go [2021-04-12T15:48:50.032Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-04-12T15:48:50.032Z]  Building docker-security-proxy-setup-go ... done Building docker-core-data-go [2021-04-12T15:48:50.032Z] ---> Running in e833f6104aea [2021-04-12T15:48:53.350Z] Removing intermediate container e833f6104aea [2021-04-12T15:48:53.350Z] ---> d8971591b774 [2021-04-12T15:48:53.350Z] [2021-04-12T15:48:53.615Z] Successfully built d8971591b774 [2021-04-12T15:48:53.615Z] ---> 76e8ed690118 [2021-04-12T15:48:53.615Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-04-12T15:48:53.615Z] Successfully tagged docker-core-metadata-go:latest [2021-04-12T15:48:53.615Z] Building docker-security-secretstore-setup-go [2021-04-12T15:48:57.833Z]  Building docker-core-metadata-go ... done  ---> 370bb4708316 [2021-04-12T15:48:57.833Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-12T15:48:58.100Z] ---> 688d693530a1 [2021-04-12T15:48:58.100Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-12T15:49:02.341Z] ---> b363fc5c3a83 [2021-04-12T15:49:02.341Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-12T15:49:02.341Z] ---> Running in 42bb6369c9bb [2021-04-12T15:49:02.604Z] Removing intermediate container 42bb6369c9bb [2021-04-12T15:49:02.604Z] ---> 293498a32252 [2021-04-12T15:49:02.604Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-12T15:49:02.876Z] ---> 17588dd3140b [2021-04-12T15:49:02.876Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-04-12T15:49:03.162Z] ---> Running in 27b5684140d4 [2021-04-12T15:49:11.410Z] Removing intermediate container 27b5684140d4 [2021-04-12T15:49:11.410Z] ---> 2933ccbcc373 [2021-04-12T15:49:11.410Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-12T15:49:11.410Z] ---> Running in 937db96d21d2 [2021-04-12T15:49:11.410Z] Removing intermediate container 937db96d21d2 [2021-04-12T15:49:11.410Z] ---> bfe8141f4fde [2021-04-12T15:49:11.410Z] Step 28/31 : CMD ["gate"] [2021-04-12T15:49:12.001Z] ---> Running in a01c66bb0e28 [2021-04-12T15:49:13.966Z] Removing intermediate container a01c66bb0e28 [2021-04-12T15:49:13.966Z] ---> 6d621b6cfca3 [2021-04-12T15:49:13.966Z] Step 29/31 : LABEL arch=x86_64 [2021-04-12T15:49:15.109Z] ---> Running in f39e169ead48 [2021-04-12T15:49:16.280Z] Removing intermediate container f39e169ead48 [2021-04-12T15:49:16.280Z] ---> 4d91bef969fb [2021-04-12T15:49:16.280Z] Step 30/31 : LABEL git_sha=eb974e5ff906fca496d59e54ab37c93c2b055a6e [2021-04-12T15:49:17.874Z] ---> Running in 9fb530b3fac4 [2021-04-12T15:49:17.874Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-12T15:49:17.874Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-04-12T15:49:17.874Z] ---> a3edc1014edb [2021-04-12T15:49:17.874Z] Step 3/24 : WORKDIR /edgex-go [2021-04-12T15:49:17.874Z] ---> Using cache [2021-04-12T15:49:17.874Z] ---> c978b5a7f84e [2021-04-12T15:49:17.874Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesStep 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-12T15:49:17.874Z] [2021-04-12T15:49:17.874Z] ---> Using cache [2021-04-12T15:49:17.874Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder ---> c898e40bd7e7 [2021-04-12T15:49:17.874Z] [2021-04-12T15:49:17.874Z] Step 5/24 : RUN apk add --update --no-cache make git ---> a3edc1014edb [2021-04-12T15:49:17.874Z] [2021-04-12T15:49:17.874Z] Step 3/23 : WORKDIR /edgex-go [2021-04-12T15:49:17.874Z] ---> Using cache [2021-04-12T15:49:17.874Z] ---> c978b5a7f84e [2021-04-12T15:49:17.874Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories ---> Using cache [2021-04-12T15:49:17.874Z] [2021-04-12T15:49:17.874Z] ---> bc5be661a946 [2021-04-12T15:49:17.874Z] ---> Using cache [2021-04-12T15:49:17.874Z] ---> c898e40bd7e7 [2021-04-12T15:49:17.874Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-12T15:49:17.874Z] ---> Using cache [2021-04-12T15:49:17.874Z] ---> bc5be661a946 [2021-04-12T15:49:17.874Z] Step 6/23 : COPY go.mod . [2021-04-12T15:49:17.874Z] Step 6/24 : COPY go.mod . [2021-04-12T15:49:17.874Z] ---> Using cache [2021-04-12T15:49:17.874Z] ---> 5acc662e185c [2021-04-12T15:49:17.874Z] Step 7/23 : RUN go mod download [2021-04-12T15:49:17.874Z] ---> Using cache [2021-04-12T15:49:17.874Z] ---> 5acc662e185c [2021-04-12T15:49:17.874Z] Step 7/24 : RUN go mod download [2021-04-12T15:49:17.874Z] ---> Using cache [2021-04-12T15:49:17.874Z] ---> 4eb322eb8360 [2021-04-12T15:49:17.874Z] Step 8/23 : COPY . . [2021-04-12T15:49:17.874Z] ---> Using cache [2021-04-12T15:49:17.874Z] ---> 4eb322eb8360 [2021-04-12T15:49:17.874Z] Step 8/24 : COPY . . [2021-04-12T15:49:18.141Z] ---> Using cache [2021-04-12T15:49:18.141Z] ---> 8260db620100 [2021-04-12T15:49:18.141Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-04-12T15:49:18.141Z] ---> Using cache [2021-04-12T15:49:18.141Z] ---> 8260db620100 [2021-04-12T15:49:18.141Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-04-12T15:49:18.403Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-12T15:49:18.403Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-12T15:49:18.403Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-12T15:49:18.403Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-12T15:49:18.666Z] ---> a3edc1014edb [2021-04-12T15:49:18.666Z] Step 3/23 : WORKDIR /edgex-go [2021-04-12T15:49:18.666Z] ---> a3edc1014edb [2021-04-12T15:49:18.666Z] Step 3/23 : WORKDIR /edgex-go [2021-04-12T15:49:18.666Z] ---> Using cache [2021-04-12T15:49:18.666Z] ---> c978b5a7f84e [2021-04-12T15:49:18.666Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-12T15:49:18.666Z] ---> Using cache [2021-04-12T15:49:18.666Z] ---> c898e40bd7e7 [2021-04-12T15:49:18.666Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-04-12T15:49:18.666Z] ---> Using cache [2021-04-12T15:49:18.666Z] ---> c978b5a7f84e [2021-04-12T15:49:18.666Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-12T15:49:18.666Z] ---> Using cache [2021-04-12T15:49:18.666Z] ---> c898e40bd7e7 [2021-04-12T15:49:18.666Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-04-12T15:49:19.608Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-04-12T15:49:20.585Z] Removing intermediate container 9fb530b3fac4 [2021-04-12T15:49:20.585Z] ---> d6f02ee90635 [2021-04-12T15:49:20.585Z] Step 31/31 : LABEL version=0.0.0 [2021-04-12T15:49:20.585Z] ---> Running in 0b8ff23dfc4e [2021-04-12T15:49:20.585Z] ---> Running in 27d5c61b3154 [2021-04-12T15:49:20.585Z] ---> Running in f055fd513d59 [2021-04-12T15:49:20.585Z] ---> Running in d189fdd47915 [2021-04-12T15:49:21.159Z] ---> Running in f00a675c6028 [2021-04-12T15:49:21.425Z] Removing intermediate container f00a675c6028 [2021-04-12T15:49:21.425Z] ---> 9eee71d2ace9 [2021-04-12T15:49:21.425Z] [2021-04-12T15:49:21.695Z] Successfully built 9eee71d2ace9 [2021-04-12T15:49:21.695Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-04-12T15:49:21.961Z]  Building docker-security-bootstrapper-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-04-12T15:49:22.229Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-12T15:49:22.229Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-12T15:49:22.229Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-04-12T15:49:22.809Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-12T15:49:22.809Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-12T15:49:23.406Z] OK: 233 MiB in 51 packages [2021-04-12T15:49:23.406Z] OK: 233 MiB in 51 packages [2021-04-12T15:49:24.885Z] Removing intermediate container 27d5c61b3154 [2021-04-12T15:49:24.885Z] ---> c0f6bce41fc7 [2021-04-12T15:49:24.885Z] Step 6/23 : COPY go.mod . [2021-04-12T15:49:24.885Z] Removing intermediate container f055fd513d59 [2021-04-12T15:49:24.885Z] ---> 0262c280cd39 [2021-04-12T15:49:24.885Z] Step 6/23 : COPY go.mod . [2021-04-12T15:49:25.156Z] ---> 3d53dc6b240e [2021-04-12T15:49:25.156Z] Step 7/23 : RUN go mod download [2021-04-12T15:49:25.156Z] ---> Running in 9ff713c258f5 [2021-04-12T15:49:25.430Z] ---> c372e4f9a943 [2021-04-12T15:49:25.430Z] Step 7/23 : RUN go mod download [2021-04-12T15:49:25.430Z] ---> Running in 95815873c4d5 [2021-04-12T15:49:26.382Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-04-12T15:49:28.050Z] Removing intermediate container 95815873c4d5 [2021-04-12T15:49:28.050Z] ---> f1845f10004b [2021-04-12T15:49:28.050Z] Step 8/23 : COPY . . [2021-04-12T15:49:28.050Z] Removing intermediate container 9ff713c258f5 [2021-04-12T15:49:28.050Z] ---> b5ec3cff870a [2021-04-12T15:49:28.050Z] Step 8/23 : COPY . . [2021-04-12T15:49:34.688Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-04-12T15:49:34.688Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-04-12T15:49:36.678Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-04-12T15:49:36.678Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-04-12T15:49:36.678Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-04-12T15:49:37.660Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-04-12T15:49:40.297Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-04-12T15:49:40.904Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-04-12T15:49:49.222Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-04-12T15:49:49.222Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-04-12T15:49:49.222Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-04-12T15:49:50.236Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-04-12T15:49:54.652Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.292s coverage: 45.9% of statements [2021-04-12T15:49:54.653Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-04-12T15:49:54.653Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-04-12T15:49:54.653Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-04-12T15:49:54.653Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-04-12T15:49:54.653Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-04-12T15:49:54.653Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-04-12T15:49:54.653Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.133s coverage: 19.8% of statements [2021-04-12T15:49:54.653Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.257s coverage: 100.0% of statements [2021-04-12T15:49:56.867Z] Removing intermediate container d189fdd47915 [2021-04-12T15:49:56.867Z] ---> c96b6f2c8a47 [2021-04-12T15:49:56.867Z] [2021-04-12T15:49:56.867Z] Step 10/23 : FROM alpine:3.12 [2021-04-12T15:49:56.867Z] ---> 7230e588e954 [2021-04-12T15:49:56.867Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-12T15:49:56.867Z] ---> Using cache [2021-04-12T15:49:56.867Z] ---> 021dad3dfe11 [2021-04-12T15:49:56.867Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-12T15:49:56.867Z] ---> Using cache [2021-04-12T15:49:56.867Z] ---> 95ff3fc1a94e [2021-04-12T15:49:56.867Z] Step 13/23 : ENV APP_PORT=48082 [2021-04-12T15:49:56.867Z] ---> Running in d47a9bb8fa26 [2021-04-12T15:49:56.867Z] ---> 264ec9720c75 [2021-04-12T15:49:56.867Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-04-12T15:49:56.867Z] ---> 47bd2acbfd16 [2021-04-12T15:49:56.867Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-04-12T15:49:56.867Z] ---> Running in a68fb04609ed [2021-04-12T15:49:57.131Z] ---> Running in b1838c313295 [2021-04-12T15:49:57.131Z] Removing intermediate container d47a9bb8fa26 [2021-04-12T15:49:57.131Z] ---> 42bf06909d1e [2021-04-12T15:49:57.131Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-12T15:49:58.080Z] ---> Running in 2f344e4a241d [2021-04-12T15:49:59.475Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-04-12T15:49:59.475Z] Removing intermediate container 2f344e4a241d [2021-04-12T15:49:59.475Z] ---> 7d5e67a3459e [2021-04-12T15:49:59.475Z] Step 15/23 : WORKDIR / [2021-04-12T15:49:59.743Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-04-12T15:49:59.743Z] Removing intermediate container 0b8ff23dfc4e [2021-04-12T15:49:59.743Z] ---> e3c85d3da171 [2021-04-12T15:49:59.743Z] [2021-04-12T15:49:59.743Z] Step 10/24 : FROM alpine:3.12 [2021-04-12T15:49:59.743Z] ---> 7230e588e954 [2021-04-12T15:49:59.743Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-04-12T15:49:59.743Z] ---> Running in fc6b5882a507 [2021-04-12T15:49:59.743Z] ---> Running in a171d2cd20e0 [2021-04-12T15:50:00.017Z] Removing intermediate container fc6b5882a507 [2021-04-12T15:50:00.017Z] ---> 488cb9455a40 [2021-04-12T15:50:00.017Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-12T15:50:00.611Z] ---> 23b2498982d3 [2021-04-12T15:50:00.611Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-04-12T15:50:00.611Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-12T15:50:00.611Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-12T15:50:00.880Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-12T15:50:00.880Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-12T15:50:00.880Z] (3/6) Installing libcurl (7.69.1-r3) [2021-04-12T15:50:00.880Z] (4/6) Installing curl (7.69.1-r3) [2021-04-12T15:50:00.880Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-12T15:50:00.880Z] (6/6) Installing su-exec (0.2-r1) [2021-04-12T15:50:00.880Z] Executing busybox-1.31.1-r20.trigger [2021-04-12T15:50:01.176Z] Executing ca-certificates-20191127-r4.trigger [2021-04-12T15:50:01.176Z] OK: 7 MiB in 20 packages [2021-04-12T15:50:02.150Z] ---> 480b30d74848 [2021-04-12T15:50:02.150Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-12T15:50:02.954Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.467s coverage: 27.1% of statements [2021-04-12T15:50:02.954Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-04-12T15:50:02.954Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-04-12T15:50:02.954Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-04-12T15:50:02.954Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-04-12T15:50:02.954Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-04-12T15:50:02.954Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-04-12T15:50:02.954Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.151s coverage: 100.0% of statements [2021-04-12T15:50:02.954Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-04-12T15:50:02.954Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.188s coverage: 100.0% of statements [2021-04-12T15:50:02.954Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-04-12T15:50:02.954Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-04-12T15:50:03.229Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.297s coverage: 71.3% of statements [2021-04-12T15:50:03.229Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-04-12T15:50:03.229Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-04-12T15:50:03.567Z] ---> 7ce868321467 [2021-04-12T15:50:03.567Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-04-12T15:50:03.567Z] ---> Running in 78cf25ffb724 [2021-04-12T15:50:03.854Z] Removing intermediate container a171d2cd20e0 [2021-04-12T15:50:03.854Z] ---> 547146474e54 [2021-04-12T15:50:03.854Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-12T15:50:03.854Z] ---> Running in 52606d9c2a03 [2021-04-12T15:50:04.126Z] Removing intermediate container 78cf25ffb724 [2021-04-12T15:50:04.126Z] ---> 0e14ab7919de [2021-04-12T15:50:04.126Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-12T15:50:04.397Z] ---> Running in d55f719e6e22 [2021-04-12T15:50:04.397Z] Removing intermediate container 52606d9c2a03 [2021-04-12T15:50:04.397Z] ---> 663a72020371 [2021-04-12T15:50:04.397Z] Step 13/24 : WORKDIR / [2021-04-12T15:50:04.662Z] ---> Running in ad1a1fb6d8df [2021-04-12T15:50:04.662Z] Removing intermediate container d55f719e6e22 [2021-04-12T15:50:04.662Z] ---> b53b62608777 [2021-04-12T15:50:04.662Z] Step 21/23 : LABEL arch=x86_64 [2021-04-12T15:50:04.671Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.458s coverage: 82.9% of statements [2021-04-12T15:50:04.671Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-04-12T15:50:04.671Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-04-12T15:50:04.671Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.158s coverage: 78.9% of statements [2021-04-12T15:50:04.671Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-04-12T15:50:04.931Z] ---> Running in 66ee47397730 [2021-04-12T15:50:05.199Z] Removing intermediate container ad1a1fb6d8df [2021-04-12T15:50:05.199Z] ---> 3a2e6ab2b0ce [2021-04-12T15:50:05.199Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-04-12T15:50:05.465Z] Removing intermediate container 66ee47397730 [2021-04-12T15:50:05.465Z] ---> 8c72ddff2696 [2021-04-12T15:50:05.465Z] Step 22/23 : LABEL git_sha=eb974e5ff906fca496d59e54ab37c93c2b055a6e [2021-04-12T15:50:05.465Z] ---> Running in bb0765a9d844 [2021-04-12T15:50:05.738Z] ---> 093065c62a96 [2021-04-12T15:50:05.738Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-04-12T15:50:06.705Z] Removing intermediate container bb0765a9d844 [2021-04-12T15:50:06.705Z] ---> 18fd1e8b877a [2021-04-12T15:50:06.705Z] Step 23/23 : LABEL version=0.0.0 [2021-04-12T15:50:06.705Z] ---> b49e77c670ec [2021-04-12T15:50:06.705Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-12T15:50:06.705Z] ---> Running in 8d670acc8aed [2021-04-12T15:50:07.290Z] Removing intermediate container 8d670acc8aed [2021-04-12T15:50:07.290Z] ---> 862182927369 [2021-04-12T15:50:07.290Z] [2021-04-12T15:50:07.290Z] ---> e512377fc790 [2021-04-12T15:50:07.290Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-12T15:50:07.568Z] Successfully built 862182927369 [2021-04-12T15:50:07.568Z] Successfully tagged docker-core-command-go:latest [2021-04-12T15:50:08.162Z]  Building docker-core-command-go ... done  ---> 66f0993c1063 [2021-04-12T15:50:08.162Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-12T15:50:09.154Z] ---> d7614be5b164 [2021-04-12T15:50:09.154Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-12T15:50:09.747Z] ---> 103637cd3c4f [2021-04-12T15:50:09.748Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-04-12T15:50:10.023Z] ---> Running in 522b87c7b346 [2021-04-12T15:50:12.644Z] Removing intermediate container 522b87c7b346 [2021-04-12T15:50:12.644Z] ---> 4050f50c1cc8 [2021-04-12T15:50:12.644Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-04-12T15:50:12.644Z] ---> Running in fea8c6f1560d [2021-04-12T15:50:12.914Z] Removing intermediate container fea8c6f1560d [2021-04-12T15:50:12.914Z] ---> 465367358d2e [2021-04-12T15:50:12.914Z] Step 22/24 : LABEL arch=x86_64 [2021-04-12T15:50:12.914Z] ---> Running in e18d1d93f6ee [2021-04-12T15:50:13.184Z] Removing intermediate container e18d1d93f6ee [2021-04-12T15:50:13.184Z] ---> 9cd7e0afb5a9 [2021-04-12T15:50:13.184Z] Step 23/24 : LABEL git_sha=eb974e5ff906fca496d59e54ab37c93c2b055a6e [2021-04-12T15:50:13.449Z] ---> Running in c76939ea2392 [2021-04-12T15:50:14.034Z] Removing intermediate container c76939ea2392 [2021-04-12T15:50:14.034Z] ---> 6967fc49b26f [2021-04-12T15:50:14.034Z] Step 24/24 : LABEL version=0.0.0 [2021-04-12T15:50:14.312Z] ---> Running in d8aebc6d403a [2021-04-12T15:50:14.582Z] Removing intermediate container d8aebc6d403a [2021-04-12T15:50:14.582Z] ---> 972ca0040ebe [2021-04-12T15:50:14.582Z] [2021-04-12T15:50:14.855Z] Successfully built 972ca0040ebe [2021-04-12T15:50:14.855Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-04-12T15:50:14.873Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.137s coverage: 28.6% of statements [2021-04-12T15:50:14.873Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-04-12T15:50:14.873Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-04-12T15:50:14.873Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-04-12T15:50:14.873Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-04-12T15:50:14.873Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-04-12T15:50:14.873Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.312s coverage: 100.0% of statements [2021-04-12T15:50:14.873Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-04-12T15:50:14.873Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.176s coverage: 100.0% of statements [2021-04-12T15:50:14.873Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-04-12T15:50:14.873Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.400s coverage: 86.7% of statements [2021-04-12T15:50:14.873Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-04-12T15:50:14.873Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.396s coverage: 97.5% of statements [2021-04-12T15:50:14.873Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-04-12T15:50:14.874Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.211s coverage: 78.3% of statements [2021-04-12T15:50:14.874Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-04-12T15:50:14.874Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-04-12T15:50:14.874Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-04-12T15:50:14.874Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-04-12T15:50:19.133Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container b1838c313295 [2021-04-12T15:50:19.134Z] ---> 738f0440ed1a [2021-04-12T15:50:19.134Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-12T15:50:19.397Z] ---> Running in 59a6569d6e27 [2021-04-12T15:50:19.971Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-04-12T15:50:23.286Z] Removing intermediate container a68fb04609ed [2021-04-12T15:50:23.286Z] ---> c7938707a7b7 [2021-04-12T15:50:23.286Z] [2021-04-12T15:50:23.286Z] Step 10/23 : FROM alpine:3.12 [2021-04-12T15:50:23.286Z] ---> 7230e588e954 [2021-04-12T15:50:23.286Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-12T15:50:23.549Z] ---> Running in 8fe2b73b5bb2 [2021-04-12T15:50:23.549Z] Removing intermediate container 59a6569d6e27 [2021-04-12T15:50:23.549Z] ---> 26dd4100f0a2 [2021-04-12T15:50:23.549Z] [2021-04-12T15:50:23.549Z] Step 11/23 : FROM docker:20.10.0 [2021-04-12T15:50:23.549Z] Removing intermediate container 8fe2b73b5bb2 [2021-04-12T15:50:23.549Z] ---> e0df7eeaba36 [2021-04-12T15:50:23.549Z] Step 12/23 : ENV APP_PORT=48080 [2021-04-12T15:50:23.549Z] ---> Running in a25d6c1685f4 [2021-04-12T15:50:23.814Z] Removing intermediate container a25d6c1685f4 [2021-04-12T15:50:23.814Z] ---> 675641f11901 [2021-04-12T15:50:23.814Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-12T15:50:23.814Z] ---> Running in bc6f2d3d2202 [2021-04-12T15:50:24.078Z] Removing intermediate container bc6f2d3d2202 [2021-04-12T15:50:24.078Z] ---> b64524152745 [2021-04-12T15:50:24.078Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-12T15:50:24.078Z] 20.10.0: Pulling from library/docker [2021-04-12T15:50:24.078Z] ---> Running in e88bd1ed4197 [2021-04-12T15:50:25.111Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.761s coverage: 92.8% of statements [2021-04-12T15:50:25.111Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-04-12T15:50:25.111Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-04-12T15:50:25.111Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-04-12T15:50:25.111Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-04-12T15:50:25.112Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-04-12T15:50:25.112Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-04-12T15:50:25.112Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-04-12T15:50:25.112Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-04-12T15:50:25.112Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-04-12T15:50:25.112Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-04-12T15:50:25.112Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-04-12T15:50:25.112Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-04-12T15:50:25.112Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-04-12T15:50:25.112Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-04-12T15:50:25.112Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-04-12T15:50:25.112Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-04-12T15:50:25.112Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-04-12T15:50:25.112Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-04-12T15:50:25.112Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.130s coverage: 58.8% of statements [2021-04-12T15:50:25.112Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-04-12T15:50:25.112Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-04-12T15:50:25.112Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.219s coverage: 1.0% of statements [2021-04-12T15:50:25.112Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-04-12T15:50:25.112Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-04-12T15:50:25.112Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-04-12T15:50:25.112Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.150s coverage: 47.1% of statements [2021-04-12T15:50:25.112Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.137s coverage: 79.5% of statements [2021-04-12T15:50:25.112Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.140s coverage: 94.1% of statements [2021-04-12T15:50:25.112Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.190s coverage: 96.3% of statements [2021-04-12T15:50:25.112Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.129s coverage: 87.5% of statements [2021-04-12T15:50:25.473Z] Removing intermediate container e88bd1ed4197 [2021-04-12T15:50:25.473Z] ---> db129b63bb20 [2021-04-12T15:50:25.473Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-12T15:50:26.050Z] ---> Running in 3decbee82f1f [2021-04-12T15:50:26.311Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-12T15:50:27.257Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-12T15:50:27.520Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-12T15:50:27.520Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-12T15:50:27.782Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-12T15:50:27.783Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-12T15:50:28.727Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-12T15:50:28.727Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-12T15:50:28.990Z] Executing busybox-1.31.1-r20.trigger [2021-04-12T15:50:28.990Z] OK: 8 MiB in 20 packages [2021-04-12T15:50:29.570Z] Removing intermediate container 3decbee82f1f [2021-04-12T15:50:29.570Z] ---> 56583fc4ea17 [2021-04-12T15:50:29.570Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-12T15:50:30.148Z] ---> 73ead2cce9db [2021-04-12T15:50:30.148Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-12T15:50:31.106Z] ---> 8dad333abab2 [2021-04-12T15:50:31.106Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-12T15:50:31.370Z] ---> 1870d5345f67 [2021-04-12T15:50:31.370Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-12T15:50:31.370Z] ---> Running in 2a87c019c412 [2021-04-12T15:50:31.956Z] Removing intermediate container 2a87c019c412 [2021-04-12T15:50:31.956Z] ---> c20956237e62 [2021-04-12T15:50:31.956Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-12T15:50:31.956Z] ---> Running in e2384226d715 [2021-04-12T15:50:32.220Z] Removing intermediate container e2384226d715 [2021-04-12T15:50:32.220Z] ---> cad8a61ce8a2 [2021-04-12T15:50:32.220Z] Step 21/23 : LABEL arch=x86_64 [2021-04-12T15:50:32.220Z] ---> Running in 3644e97fb067 [2021-04-12T15:50:32.482Z] Removing intermediate container 3644e97fb067 [2021-04-12T15:50:32.482Z] ---> b9fbba31bb0f [2021-04-12T15:50:32.482Z] Step 22/23 : LABEL git_sha=eb974e5ff906fca496d59e54ab37c93c2b055a6e [2021-04-12T15:50:32.744Z] ---> Running in 3e216ffd8a91 [2021-04-12T15:50:32.744Z] Removing intermediate container 3e216ffd8a91 [2021-04-12T15:50:32.744Z] ---> 2509c0564e84 [2021-04-12T15:50:32.744Z] Step 23/23 : LABEL version=0.0.0 [2021-04-12T15:50:33.008Z] ---> Running in 3bc27fbb4953 [2021-04-12T15:50:33.008Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-12T15:50:33.008Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-12T15:50:33.008Z] ---> aefe523efa57 [2021-04-12T15:50:33.008Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2021-04-12T15:50:33.008Z] Removing intermediate container 3bc27fbb4953 [2021-04-12T15:50:33.008Z] ---> a6d0329cc0c0 [2021-04-12T15:50:33.008Z] [2021-04-12T15:50:33.270Z] ---> Running in 2441bd0d4aee [2021-04-12T15:50:33.270Z] Successfully built a6d0329cc0c0 [2021-04-12T15:50:33.270Z] Successfully tagged docker-core-data-go:latest [2021-04-12T15:50:33.270Z]  Building docker-core-data-go ... done Removing intermediate container 2441bd0d4aee [2021-04-12T15:50:33.270Z] ---> cd00ef4d15c3 [2021-04-12T15:50:33.270Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-04-12T15:50:33.534Z] ---> Running in d41e36567b04 [2021-04-12T15:50:34.111Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-12T15:50:34.111Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-12T15:50:34.111Z] (1/39) Installing readline (8.0.4-r0) [2021-04-12T15:50:34.111Z] (2/39) Installing bash (5.0.17-r0) [2021-04-12T15:50:34.111Z] Executing bash-5.0.17-r0.post-install [2021-04-12T15:50:34.111Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-04-12T15:50:34.373Z] (4/39) Installing libcurl (7.69.1-r3) [2021-04-12T15:50:34.373Z] (5/39) Installing curl (7.69.1-r3) [2021-04-12T15:50:34.373Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-04-12T15:50:34.373Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-04-12T15:50:34.373Z] (8/39) Installing expat (2.2.9-r1) [2021-04-12T15:50:34.373Z] (9/39) Installing libffi (3.3-r2) [2021-04-12T15:50:34.373Z] (10/39) Installing gdbm (1.13-r1) [2021-04-12T15:50:34.373Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-04-12T15:50:34.373Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-04-12T15:50:34.373Z] (13/39) Installing python3 (3.8.8-r0) [2021-04-12T15:50:35.268Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.149s coverage: 94.4% of statements [2021-04-12T15:50:35.269Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.121s coverage: 44.8% of statements [2021-04-12T15:50:35.765Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-04-12T15:50:35.765Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-04-12T15:50:35.765Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-04-12T15:50:35.765Z] (17/39) Installing py3-six (1.15.0-r0) [2021-04-12T15:50:35.765Z] (18/39) Installing py3-packaging (20.4-r0) [2021-04-12T15:50:35.765Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-04-12T15:50:35.765Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-04-12T15:50:35.765Z] (21/39) Installing py3-idna (2.9-r0) [2021-04-12T15:50:35.765Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-04-12T15:50:35.765Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-04-12T15:50:36.027Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-04-12T15:50:36.027Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-04-12T15:50:36.027Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-04-12T15:50:36.027Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-04-12T15:50:36.027Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-04-12T15:50:36.027Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-04-12T15:50:36.027Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-04-12T15:50:36.027Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-04-12T15:50:36.027Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-04-12T15:50:36.027Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-04-12T15:50:36.027Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-04-12T15:50:36.027Z] (35/39) Installing py3-progress (1.5-r0) [2021-04-12T15:50:36.027Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-04-12T15:50:36.027Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-04-12T15:50:36.027Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-04-12T15:50:36.027Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-04-12T15:50:36.289Z] Executing busybox-1.31.1-r19.trigger [2021-04-12T15:50:36.289Z] OK: 72 MiB in 59 packages [2021-04-12T15:50:37.240Z] Collecting docker-compose==1.23.2 [2021-04-12T15:50:37.240Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-12T15:50:37.503Z] Collecting PyYAML<4,>=3.10 [2021-04-12T15:50:37.503Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-12T15:50:38.451Z] Collecting docker<4.0,>=3.6.0 [2021-04-12T15:50:38.451Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-12T15:50:38.712Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-12T15:50:38.712Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-04-12T15:50:38.975Z] Collecting jsonschema<3,>=2.5.1 [2021-04-12T15:50:38.975Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-04-12T15:50:38.975Z] Collecting docopt<0.7,>=0.6.1 [2021-04-12T15:50:38.975Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-12T15:50:39.550Z] Collecting texttable<0.10,>=0.9.0 [2021-04-12T15:50:39.550Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-12T15:50:39.813Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-04-12T15:50:40.075Z] Collecting cached-property<2,>=1.2.0 [2021-04-12T15:50:40.075Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-12T15:50:40.075Z] Collecting dockerpty<0.5,>=0.4.1 [2021-04-12T15:50:40.075Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-12T15:50:40.650Z] Collecting websocket-client<1.0,>=0.32.0 [2021-04-12T15:50:40.650Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-12T15:50:40.650Z] Collecting docker-pycreds>=0.4.0 [2021-04-12T15:50:40.650Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-12T15:50:40.650Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-04-12T15:50:40.913Z] Collecting urllib3<1.25,>=1.21.1 [2021-04-12T15:50:40.913Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-12T15:50:40.913Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-04-12T15:50:40.913Z] Collecting idna<2.8,>=2.5 [2021-04-12T15:50:40.913Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-12T15:50:40.913Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-12T15:50:40.913Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-12T15:50:40.913Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-12T15:50:40.913Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-12T15:50:41.176Z] Installing collected packages: PyYAML, docker-pycreds, websocket-client, urllib3, idna, requests, docker, jsonschema, docopt, texttable, cached-property, dockerpty, docker-compose [2021-04-12T15:50:41.176Z] Running setup.py install for PyYAML: started [2021-04-12T15:50:41.749Z] Running setup.py install for PyYAML: finished with status 'done' [2021-04-12T15:50:41.749Z] Attempting uninstall: urllib3 [2021-04-12T15:50:41.749Z] Found existing installation: urllib3 1.25.9 [2021-04-12T15:50:41.749Z] Uninstalling urllib3-1.25.9: [2021-04-12T15:50:42.010Z] Successfully uninstalled urllib3-1.25.9 [2021-04-12T15:50:42.010Z] Attempting uninstall: idna [2021-04-12T15:50:42.010Z] Found existing installation: idna 2.9 [2021-04-12T15:50:42.010Z] Uninstalling idna-2.9: [2021-04-12T15:50:42.010Z] Successfully uninstalled idna-2.9 [2021-04-12T15:50:42.272Z] Attempting uninstall: requests [2021-04-12T15:50:42.272Z] Found existing installation: requests 2.23.0 [2021-04-12T15:50:42.272Z] Uninstalling requests-2.23.0: [2021-04-12T15:50:42.272Z] Successfully uninstalled requests-2.23.0 [2021-04-12T15:50:42.846Z] Running setup.py install for docopt: started [2021-04-12T15:50:43.109Z] Running setup.py install for docopt: finished with status 'done' [2021-04-12T15:50:43.109Z] Running setup.py install for texttable: started [2021-04-12T15:50:43.547Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.530s coverage: 81.9% of statements [2021-04-12T15:50:43.548Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-04-12T15:50:43.683Z] Running setup.py install for texttable: finished with status 'done' [2021-04-12T15:50:43.683Z] Running setup.py install for dockerpty: started [2021-04-12T15:50:44.287Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-12T15:50:44.566Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 [2021-04-12T15:50:51.847Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.184s coverage: 92.9% of statements [2021-04-12T15:50:51.848Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-04-12T15:50:51.848Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-04-12T15:50:51.848Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-04-12T15:50:51.848Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.055s coverage: 77.8% of statements [2021-04-12T15:50:51.848Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-04-12T15:50:51.848Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-04-12T15:50:51.848Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-04-12T15:50:51.848Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-04-12T15:50:51.848Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-04-12T15:50:51.848Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.074s coverage: 87.2% of statements [2021-04-12T15:50:51.848Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-04-12T15:50:51.848Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-04-12T15:50:51.848Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.108s coverage: 100.0% of statements [2021-04-12T15:50:51.848Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-04-12T15:50:51.848Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.139s coverage: 75.5% of statements [2021-04-12T15:50:51.848Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-04-12T15:50:51.848Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.126s coverage: 80.8% of statements [2021-04-12T15:50:51.848Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.177s coverage: 87.2% of statements [2021-04-12T15:50:51.848Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.197s coverage: 84.6% of statements [2021-04-12T15:50:51.848Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.234s coverage: 91.6% of statements [2021-04-12T15:50:51.848Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-04-12T15:50:51.848Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.612s coverage: 64.4% of statements [2021-04-12T15:50:51.848Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-04-12T15:50:51.848Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-04-12T15:50:51.848Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.130s coverage: 100.0% of statements [2021-04-12T15:50:51.848Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.089s coverage: 91.3% of statements [2021-04-12T15:50:51.848Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.053s coverage: 100.0% of statements [2021-04-12T15:50:52.835Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.064s coverage: 73.7% of statements [2021-04-12T15:50:52.835Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.050s coverage: 100.0% of statements [2021-04-12T15:50:54.714Z] Removing intermediate container d41e36567b04 [2021-04-12T15:50:54.714Z] ---> 345d13e8a3e8 [2021-04-12T15:50:54.714Z] Step 14/23 : ENV APP_PORT=48090 [2021-04-12T15:50:54.714Z] ---> Running in f660c9f241d3 [2021-04-12T15:50:54.977Z] Removing intermediate container f660c9f241d3 [2021-04-12T15:50:54.977Z] ---> 2c132be62b64 [2021-04-12T15:50:54.977Z] Step 15/23 : EXPOSE $APP_PORT [2021-04-12T15:50:54.977Z] ---> Running in d9dc3779b853 [2021-04-12T15:50:55.241Z] Removing intermediate container d9dc3779b853 [2021-04-12T15:50:55.241Z] ---> f4bb704ee8f7 [2021-04-12T15:50:55.241Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-04-12T15:50:55.814Z] ---> 55a14d8ec99c [2021-04-12T15:50:55.814Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-04-12T15:50:55.814Z] ---> 2d2e24134cea [2021-04-12T15:50:55.814Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-12T15:50:56.249Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.880s coverage: 69.0% of statements [2021-04-12T15:50:56.250Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-04-12T15:50:56.250Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-04-12T15:50:56.250Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-04-12T15:50:56.390Z] ---> 0ad177a4309b [2021-04-12T15:50:56.390Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-12T15:50:56.390Z] ---> Running in 7be589326608 [2021-04-12T15:50:56.390Z] Removing intermediate container 7be589326608 [2021-04-12T15:50:56.390Z] ---> 54939b59a99f [2021-04-12T15:50:56.390Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-12T15:50:56.651Z] ---> Running in 02a3478943cf [2021-04-12T15:50:56.651Z] Removing intermediate container 02a3478943cf [2021-04-12T15:50:56.651Z] ---> ba7d0c5df547 [2021-04-12T15:50:56.651Z] Step 21/23 : LABEL arch=x86_64 [2021-04-12T15:50:56.915Z] ---> Running in 98ae590310e2 [2021-04-12T15:50:56.915Z] Removing intermediate container 98ae590310e2 [2021-04-12T15:50:56.915Z] ---> 47a0897d9a85 [2021-04-12T15:50:56.915Z] Step 22/23 : LABEL git_sha=eb974e5ff906fca496d59e54ab37c93c2b055a6e [2021-04-12T15:50:57.191Z] ---> Running in 0c812bd7e50f [2021-04-12T15:50:57.191Z] Removing intermediate container 0c812bd7e50f [2021-04-12T15:50:57.191Z] ---> 5d0b88eaef70 [2021-04-12T15:50:57.191Z] Step 23/23 : LABEL version=0.0.0 [2021-04-12T15:50:57.456Z] ---> Running in 334dd0bd2442 [2021-04-12T15:50:57.456Z] Removing intermediate container 334dd0bd2442 [2021-04-12T15:50:57.456Z] ---> adbd6fc7b9c9 [2021-04-12T15:50:57.456Z] [2021-04-12T15:50:57.718Z] Successfully built adbd6fc7b9c9 [2021-04-12T15:50:57.718Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-04-12T15:50:57.998Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-04-12T15:50:58.005Z] $ docker stop --time=1 ee6d9db3f1f64cebe9acca8978b22436a0769ca6d9eb62280029ecad0aaa3b75 [2021-04-12T15:50:58.909Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.471s coverage: 38.4% of statements [2021-04-12T15:50:58.909Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-04-12T15:50:58.909Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-04-12T15:50:58.909Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.127s coverage: 89.5% of statements [2021-04-12T15:50:58.909Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-04-12T15:50:58.909Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.086s coverage: 84.8% of statements [2021-04-12T15:50:59.655Z] $ docker rm -f ee6d9db3f1f64cebe9acca8978b22436a0769ca6d9eb62280029ecad0aaa3b75 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-12T15:51:00.211Z] + docker images [2021-04-12T15:51:00.211Z] + grep docker [2021-04-12T15:51:00.473Z] docker-sys-mgmt-agent-go latest adbd6fc7b9c9 3 seconds ago 312MB [2021-04-12T15:51:00.473Z] docker-core-data-go latest a6d0329cc0c0 28 seconds ago 22.7MB [2021-04-12T15:51:00.473Z] docker-security-secretstore-setup-go latest 972ca0040ebe 46 seconds ago 25.8MB [2021-04-12T15:51:00.473Z] docker-core-command-go latest 862182927369 54 seconds ago 17.3MB [2021-04-12T15:51:00.473Z] docker-security-bootstrapper-go latest 9eee71d2ace9 About a minute ago 18.9MB [2021-04-12T15:51:00.473Z] docker-core-metadata-go latest d8971591b774 2 minutes ago 19MB [2021-04-12T15:51:00.473Z] docker-support-notifications-go latest 05119a80278b 2 minutes ago 17.9MB [2021-04-12T15:51:00.473Z] docker-security-proxy-setup-go latest 993b910a915e 2 minutes ago 25.5MB [2021-04-12T15:51:00.473Z] docker-support-scheduler-go latest b9eff38a720e 2 minutes ago 17.4MB [2021-04-12T15:51:00.473Z] docker 20.10.0 aefe523efa57 4 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-04-12T15:51:04.345Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.432s coverage: 47.0% of statements [2021-04-12T15:51:04.345Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-04-12T15:51:04.345Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-04-12T15:51:04.345Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-04-12T15:51:04.345Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-04-12T15:51:04.345Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-04-12T15:51:04.345Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.111s coverage: 100.0% of statements [2021-04-12T15:51:04.345Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-04-12T15:51:04.345Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.107s coverage: 100.0% of statements [2021-04-12T15:51:04.345Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-04-12T15:51:04.345Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-04-12T15:51:04.345Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.120s coverage: 11.0% of statements [2021-04-12T15:51:04.345Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-04-12T15:51:06.340Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.452s coverage: 87.1% of statements [2021-04-12T15:51:06.340Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-04-12T15:51:06.340Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-04-12T15:51:06.340Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-04-12T15:51:13.078Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.360s coverage: 29.1% of statements [2021-04-12T15:51:13.078Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-04-12T15:51:13.078Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-04-12T15:51:13.078Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-04-12T15:51:13.078Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-04-12T15:51:13.078Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-04-12T15:51:13.078Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.173s coverage: 99.0% of statements [2021-04-12T15:51:13.078Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-04-12T15:51:13.078Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.168s coverage: 100.0% of statements [2021-04-12T15:51:13.078Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-04-12T15:51:13.078Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-04-12T15:51:13.078Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-04-12T15:51:13.078Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-04-12T15:51:13.078Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.317s coverage: 95.6% of statements [2021-04-12T15:51:13.078Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-04-12T15:51:13.078Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-04-12T15:51:13.078Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-04-12T15:51:13.078Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.042s coverage: 0.0% of statements [2021-04-12T15:51:13.078Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-04-12T15:51:13.078Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.061s coverage: 100.0% of statements [2021-04-12T15:51:13.078Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-04-12T15:51:13.078Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-04-12T15:51:13.078Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-04-12T15:51:13.078Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-04-12T15:51:13.078Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.095s coverage: 87.9% of statements [2021-04-12T15:51:13.078Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-04-12T15:51:13.078Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-04-12T15:51:13.078Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.047s coverage: 100.0% of statements [2021-04-12T15:51:14.060Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.109s coverage: 28.1% of statements [2021-04-12T15:51:15.041Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements [2021-04-12T15:51:16.018Z] GO111MODULE=on go vet ./... [2021-04-12T15:51:16.273Z] Still waiting to schedule task [2021-04-12T15:51:16.273Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-04-12T15:52:12.388Z] Running on prd-ubuntu18.04-docker-8c-8g-33713 in /w/workspace/edgexfoundry_edgex-go_PR-3350 [Pipeline] { [Pipeline] ws [2021-04-12T15:52:12.440Z] Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout [2021-04-12T15:52:14.594Z] using credential edgex-jenkins-ssh [2021-04-12T15:52:14.648Z] Cloning the remote Git repository [2021-04-12T15:52:14.676Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-04-12T15:52:14.748Z] > git init /w/workspace/edgex-go/4 # timeout=10 [2021-04-12T15:52:14.777Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-12T15:52:14.778Z] > git --version # timeout=10 [2021-04-12T15:52:14.785Z] > git --version # 'git version 2.17.1' [2021-04-12T15:52:14.785Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-12T15:52:14.812Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-12T15:52:21.758Z] Merging remotes/origin/master commit 5fbc40a6d599e39a91f6678812b3f73148dc0647 into PR head commit eb974e5ff906fca496d59e54ab37c93c2b055a6e [2021-04-12T15:52:21.892Z] Merge succeeded, producing eb974e5ff906fca496d59e54ab37c93c2b055a6e [2021-04-12T15:52:21.893Z] Checking out Revision eb974e5ff906fca496d59e54ab37c93c2b055a6e (PR-3350) [2021-04-12T15:52:21.080Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-12T15:52:21.087Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-12T15:52:21.098Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-12T15:52:21.111Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-12T15:52:21.111Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-12T15:52:21.116Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3350/head:refs/remotes/origin/PR-3350 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-12T15:52:21.770Z] > git config core.sparsecheckout # timeout=10 [2021-04-12T15:52:21.775Z] > git checkout -f eb974e5ff906fca496d59e54ab37c93c2b055a6e # timeout=10 [2021-04-12T15:52:21.853Z] > git remote # timeout=10 [2021-04-12T15:52:21.862Z] > git config --get remote.origin.url # timeout=10 [2021-04-12T15:52:21.872Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-12T15:52:21.878Z] > git merge 5fbc40a6d599e39a91f6678812b3f73148dc0647 # timeout=10 [2021-04-12T15:52:21.888Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-12T15:52:21.897Z] > git config core.sparsecheckout # timeout=10 [2021-04-12T15:52:21.901Z] > git checkout -f eb974e5ff906fca496d59e54ab37c93c2b055a6e # timeout=10 [2021-04-12T15:52:25.566Z] Commit message: "Merge branch 'master' into remove-token-gen-security-bootstrapper" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-12T15:52:26.898Z] + echo snap-build.sh [2021-04-12T15:52:26.898Z] snap-build.sh [2021-04-12T15:52:26.898Z] + SNAP_BASE_DIR=. [2021-04-12T15:52:26.898Z] + '[' '!' -z /w/workspace/edgex-go/4 ']' [2021-04-12T15:52:26.898Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/4 [2021-04-12T15:52:26.898Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/4]' [2021-04-12T15:52:26.898Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/4] [2021-04-12T15:52:26.898Z] + cd /w/workspace/edgex-go/4 [2021-04-12T15:52:26.898Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-04-12T15:52:26.898Z] Reading package lists... [2021-04-12T15:52:27.160Z] Building dependency tree... [2021-04-12T15:52:27.160Z] Reading state information... [2021-04-12T15:52:27.160Z] The following packages were automatically installed and are no longer required: [2021-04-12T15:52:27.160Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-04-12T15:52:27.160Z] uidmap xdelta3 [2021-04-12T15:52:27.160Z] Use 'sudo apt autoremove' to remove them. [2021-04-12T15:52:27.160Z] The following packages will be REMOVED: [2021-04-12T15:52:27.160Z] lxd* lxd-client* [2021-04-12T15:52:27.734Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-04-12T15:52:27.734Z] After this operation, 31.7 MB disk space will be freed. [2021-04-12T15:52:29.049Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) [2021-04-12T15:52:29.049Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-04-12T15:52:29.994Z] Removing lxd dnsmasq configuration [2021-04-12T15:52:29.994Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-04-12T15:52:30.256Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-04-12T15:52:31.201Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-04-12T15:52:31.466Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) [2021-04-12T15:52:31.466Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-04-12T15:52:32.856Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-04-12T15:52:32.856Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-04-12T15:52:34.241Z] + sudo snap remove --purge lxd [2021-04-12T15:52:34.505Z] snap "lxd" is not installed [2021-04-12T15:52:34.505Z] + sudo groupadd --force --system lxd [2021-04-12T15:52:34.505Z] ++ whoami [2021-04-12T15:52:34.505Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-04-12T15:52:34.505Z] + newgrp - lxd [2021-04-12T15:52:34.505Z] + sudo snap install lxd [2021-04-12T15:52:37.857Z] gofmt -l . [2021-04-12T15:52:37.857Z] [ "`gofmt -l .`" = "" ] [2021-04-12T15:52:37.857Z] ./bin/test-go-mod-tidy.sh [2021-04-12T15:52:37.857Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-04-12T15:52:39.489Z] + ls -al . [2021-04-12T15:52:39.489Z] total 824 [2021-04-12T15:52:39.489Z] drwxrwxr-x 9 1001 1001 4096 Apr 12 15:52 . [2021-04-12T15:52:39.489Z] drwxr-xr-x 4 root root 4096 Apr 12 15:48 .. [2021-04-12T15:52:39.489Z] -rw-rw-r-- 1 1001 1001 11 Apr 12 15:46 .dockerignore [2021-04-12T15:52:39.489Z] drwxrwxr-x 8 1001 1001 4096 Apr 12 15:46 .git [2021-04-12T15:52:39.489Z] drwxrwxr-x 3 1001 1001 4096 Apr 12 15:46 .github [2021-04-12T15:52:39.489Z] -rw-rw-r-- 1 1001 1001 818 Apr 12 15:46 .gitignore [2021-04-12T15:52:39.489Z] -rw-rw-r-- 1 1001 1001 166 Apr 12 15:46 .sonarcloud.properties [2021-04-12T15:52:39.489Z] -rw-rw-r-- 1 1001 1001 8607 Apr 12 15:46 Attribution.txt [2021-04-12T15:52:39.489Z] -rw-rw-r-- 1 1001 1001 3804 Apr 12 15:46 CONTRIBUTING.md [2021-04-12T15:52:39.489Z] -rw-rw-r-- 1 1001 1001 931 Apr 12 15:46 Dockerfile.build [2021-04-12T15:52:39.489Z] -rw-rw-r-- 1 1001 1001 863 Apr 12 15:46 Jenkinsfile [2021-04-12T15:52:39.489Z] -rw-rw-r-- 1 1001 1001 10775 Apr 12 15:46 LICENSE [2021-04-12T15:52:39.489Z] -rw-rw-r-- 1 1001 1001 5774 Apr 12 15:46 Makefile [2021-04-12T15:52:39.489Z] -rw-rw-r-- 1 1001 1001 6548 Apr 12 15:46 README.md [2021-04-12T15:52:39.489Z] -rw-rw-r-- 1 1001 1001 6755 Apr 12 15:46 SECURITY.md [2021-04-12T15:52:39.489Z] -rw-rw-r-- 1 1001 1001 5 Apr 12 15:42 VERSION [2021-04-12T15:52:39.489Z] -rw-rw-r-- 1 1001 1001 4131 Apr 12 15:46 ZMQWindows.md [2021-04-12T15:52:39.489Z] drwxrwxr-x 2 1001 1001 4096 Apr 12 15:46 bin [2021-04-12T15:52:39.489Z] drwxrwxr-x 14 1001 1001 4096 Apr 12 15:46 cmd [2021-04-12T15:52:39.489Z] -rw-r--r-- 1 root root 684356 Apr 12 15:51 coverage.out [2021-04-12T15:52:39.489Z] -rw-r--r-- 1 root root 1056 Apr 12 15:52 go.mod [2021-04-12T15:52:39.489Z] -rw-r--r-- 1 root root 21911 Apr 12 15:52 go.sum [2021-04-12T15:52:39.489Z] drwxrwxr-x 8 1001 1001 4096 Apr 12 15:46 internal [2021-04-12T15:52:39.489Z] drwxrwxr-x 4 1001 1001 4096 Apr 12 15:46 openapi [2021-04-12T15:52:39.489Z] drwxrwxr-x 4 1001 1001 4096 Apr 12 15:46 snap [2021-04-12T15:52:39.489Z] -rw-rw-r-- 1 1001 1001 168 Apr 12 15:46 version.go [Pipeline] sh [2021-04-12T15:52:40.139Z] + '[' -e coverage.out ] [2021-04-12T15:52:40.139Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-04-12T15:52:40.201Z] Warning: overwriting stash ‘coverage-report’ [2021-04-12T15:52:41.481Z] Stashed 1 file(s) [Pipeline] sh [2021-04-12T15:52:42.128Z] + make build [2021-04-12T15:52:42.128Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-04-12T15:52:42.657Z] 2021-04-12T15:52:40Z INFO Waiting for automatic snapd restart... [2021-04-12T15:52:52.273Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-04-12T15:52:57.594Z] lxd 4.12 from Canonical* installed [2021-04-12T15:52:57.594Z] + sudo lxd init --auto [2021-04-12T15:53:05.750Z] + sudo snap install --classic snapcraft [2021-04-12T15:53:13.903Z] snapcraft 4.6.2 from Canonical* installed [2021-04-12T15:53:13.903Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-04-12T15:53:13.903Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2021-04-12T15:53:13.903Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-12T15:53:13.903Z] Dload Upload Total Spent Left Speed [2021-04-12T15:53:13.903Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4384 0 --:--:-- --:--:-- --:--:-- 4384 [2021-04-12T15:53:13.903Z] 100 3325k 100 3325k 0 0 10.5M 0 --:--:-- --:--:-- --:--:-- 10.5M [2021-04-12T15:53:13.903Z] ./yq_linux_amd64 [2021-04-12T15:53:13.903Z] + sudo snapcraft prime --use-lxd [2021-04-12T15:53:14.844Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-04-12T15:53:14.844Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-04-12T15:53:14.844Z] - README.md [2021-04-12T15:53:14.844Z] [2021-04-12T15:53:14.844Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-04-12T15:53:15.416Z] Launching a container. [2021-04-12T15:53:19.068Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-04-12T15:53:21.677Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-04-12T15:53:27.083Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-04-12T15:53:27.657Z] Waiting for container to be ready [2021-04-12T15:53:27.657Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-04-12T15:53:27.657Z] [2021-04-12T15:53:27.683Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-04-12T15:53:30.208Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-04-12T15:53:30.778Z] Waiting for network to be ready... [2021-04-12T15:53:31.351Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-04-12T15:53:31.351Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-04-12T15:53:31.922Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-04-12T15:53:31.922Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1639 kB] [2021-04-12T15:53:31.922Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-04-12T15:53:32.183Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-04-12T15:53:32.183Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-04-12T15:53:32.183Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-04-12T15:53:32.183Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] [2021-04-12T15:53:32.183Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-04-12T15:53:32.183Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-04-12T15:53:32.183Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-04-12T15:53:32.183Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-04-12T15:53:32.183Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-04-12T15:53:32.183Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] [2021-04-12T15:53:32.183Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] [2021-04-12T15:53:32.183Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] [2021-04-12T15:53:32.443Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] [2021-04-12T15:53:32.705Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-04-12T15:53:32.705Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1979 kB] [2021-04-12T15:53:32.705Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] [2021-04-12T15:53:32.705Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-04-12T15:53:32.705Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-04-12T15:53:32.705Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] [2021-04-12T15:53:32.967Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] [2021-04-12T15:53:32.967Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1727 kB] [2021-04-12T15:53:32.967Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [366 kB] [2021-04-12T15:53:33.074Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-04-12T15:53:35.517Z] Fetched 24.2 MB in 4s (5474 kB/s) [2021-04-12T15:53:36.460Z] Reading package lists... [2021-04-12T15:53:36.722Z] Reading package lists... [2021-04-12T15:53:36.984Z] Building dependency tree... [2021-04-12T15:53:36.984Z] Reading state information... [2021-04-12T15:53:37.246Z] The following additional packages will be installed: [2021-04-12T15:53:37.246Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-04-12T15:53:37.246Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-04-12T15:53:37.246Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-04-12T15:53:37.246Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-04-12T15:53:37.246Z] Suggested packages: [2021-04-12T15:53:37.246Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-04-12T15:53:37.246Z] Recommended packages: [2021-04-12T15:53:37.246Z] gnupg libsasl2-modules [2021-04-12T15:53:37.246Z] The following NEW packages will be installed: [2021-04-12T15:53:37.246Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-04-12T15:53:37.246Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-04-12T15:53:37.246Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-04-12T15:53:37.246Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-04-12T15:53:37.246Z] The following packages will be upgraded: [2021-04-12T15:53:37.246Z] gpg gpg-agent gpgconf libudev1 [2021-04-12T15:53:37.246Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-04-12T15:53:37.246Z] Need to get 3530 kB of archives. [2021-04-12T15:53:37.246Z] After this operation, 13.3 MB of additional disk space will be used. [2021-04-12T15:53:37.246Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.45 [59.0 kB] [2021-04-12T15:53:37.246Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-04-12T15:53:37.508Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-04-12T15:53:37.769Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.45 [1101 kB] [2021-04-12T15:53:37.769Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-04-12T15:53:37.769Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-04-12T15:53:38.032Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-04-12T15:53:38.032Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-04-12T15:53:38.032Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-04-12T15:53:38.032Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-04-12T15:53:38.032Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-04-12T15:53:38.032Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-04-12T15:53:38.032Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-04-12T15:53:38.032Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-04-12T15:53:38.032Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-04-12T15:53:38.032Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-04-12T15:53:38.294Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-04-12T15:53:38.294Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-04-12T15:53:38.294Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-04-12T15:53:38.294Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-04-12T15:53:38.294Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-04-12T15:53:38.294Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-04-12T15:53:38.294Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-12T15:53:38.294Z] Fetched 3530 kB in 1s (3470 kB/s) [2021-04-12T15:53:38.294Z] (Reading database ... 12511 files and directories currently installed.) [2021-04-12T15:53:38.294Z] Preparing to unpack .../libudev1_237-3ubuntu10.45_amd64.deb ... [2021-04-12T15:53:38.557Z] Unpacking libudev1:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-04-12T15:53:38.557Z] Setting up libudev1:amd64 (237-3ubuntu10.45) ... [2021-04-12T15:53:38.557Z] Selecting previously unselected package udev. [2021-04-12T15:53:38.557Z] (Reading database ... 12511 files and directories currently installed.) [2021-04-12T15:53:38.557Z] Preparing to unpack .../00-udev_237-3ubuntu10.45_amd64.deb ... [2021-04-12T15:53:38.820Z] Unpacking udev (237-3ubuntu10.45) ... [2021-04-12T15:53:39.081Z] Selecting previously unselected package libfuse2:amd64. [2021-04-12T15:53:39.081Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-04-12T15:53:39.081Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-04-12T15:53:39.081Z] Selecting previously unselected package fuse. [2021-04-12T15:53:39.081Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-04-12T15:53:39.081Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-04-12T15:53:39.343Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-12T15:53:39.343Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-12T15:53:39.605Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-12T15:53:39.605Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-12T15:53:39.605Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-12T15:53:39.605Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-12T15:53:39.773Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-04-12T15:53:39.867Z] Selecting previously unselected package libksba8:amd64. [2021-04-12T15:53:39.867Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-04-12T15:53:39.867Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-04-12T15:53:39.867Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-04-12T15:53:39.867Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-12T15:53:39.867Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-12T15:53:39.867Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-04-12T15:53:39.867Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-12T15:53:40.128Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-12T15:53:40.128Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-04-12T15:53:40.128Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-12T15:53:40.128Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-12T15:53:40.128Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-04-12T15:53:40.128Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-12T15:53:40.128Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-12T15:53:40.389Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-04-12T15:53:40.389Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-12T15:53:40.389Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-12T15:53:40.389Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-04-12T15:53:40.389Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-12T15:53:40.389Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-12T15:53:40.652Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-04-12T15:53:40.652Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-12T15:53:40.652Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-12T15:53:40.652Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-04-12T15:53:40.652Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-12T15:53:40.652Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-12T15:53:40.912Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-04-12T15:53:40.912Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-12T15:53:40.912Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-12T15:53:40.912Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-04-12T15:53:40.912Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-04-12T15:53:40.912Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-12T15:53:40.912Z] Selecting previously unselected package libsasl2-2:amd64. [2021-04-12T15:53:40.912Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-04-12T15:53:40.912Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-12T15:53:41.174Z] Selecting previously unselected package libldap-common. [2021-04-12T15:53:41.174Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-04-12T15:53:41.174Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-12T15:53:41.174Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-04-12T15:53:41.174Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-04-12T15:53:41.174Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-12T15:53:41.435Z] Selecting previously unselected package dirmngr. [2021-04-12T15:53:41.435Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-12T15:53:41.435Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-04-12T15:53:41.435Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-12T15:53:41.435Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-04-12T15:53:41.435Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-04-12T15:53:41.698Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-12T15:53:41.698Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-12T15:53:41.698Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-04-12T15:53:41.698Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-12T15:53:41.698Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-04-12T15:53:41.698Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-12T15:53:41.698Z] Setting up udev (237-3ubuntu10.45) ... [2021-04-12T15:53:42.272Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-04-12T15:53:42.272Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-12T15:53:42.272Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-04-12T15:53:42.272Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-04-12T15:53:42.272Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-04-12T15:53:42.272Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-12T15:53:42.534Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-12T15:53:42.534Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-12T15:53:42.534Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-12T15:53:42.534Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-12T15:53:42.534Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-12T15:53:42.534Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-12T15:53:42.534Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-12T15:53:42.534Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-04-12T15:53:42.534Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-12T15:53:43.110Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-04-12T15:53:43.110Z] settings in the [Install] section, and DefaultInstance for template units). [2021-04-12T15:53:43.110Z] This means they are not meant to be enabled using systemctl. [2021-04-12T15:53:43.110Z] Possible reasons for having this kind of units are: [2021-04-12T15:53:43.110Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-04-12T15:53:43.110Z] .wants/ or .requires/ directory. [2021-04-12T15:53:43.110Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-04-12T15:53:43.110Z] a requirement dependency on it. [2021-04-12T15:53:43.110Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-04-12T15:53:43.110Z] D-Bus, udev, scripted systemctl call, ...). [2021-04-12T15:53:43.110Z] 4) In case of template units, the unit is meant to be enabled with some [2021-04-12T15:53:43.110Z] instance name specified. [2021-04-12T15:53:43.371Z] Reading package lists... [2021-04-12T15:53:43.632Z] Building dependency tree... [2021-04-12T15:53:43.632Z] Reading state information... [2021-04-12T15:53:43.895Z] The following additional packages will be installed: [2021-04-12T15:53:43.895Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-04-12T15:53:43.895Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-04-12T15:53:43.895Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-04-12T15:53:43.895Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-04-12T15:53:43.895Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-04-12T15:53:43.895Z] Suggested packages: [2021-04-12T15:53:43.895Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-04-12T15:53:43.895Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-04-12T15:53:43.895Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-04-12T15:53:43.895Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-04-12T15:53:43.895Z] systemd-container policykit-1 [2021-04-12T15:53:43.895Z] Recommended packages: [2021-04-12T15:53:43.895Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-04-12T15:53:43.895Z] The following NEW packages will be installed: [2021-04-12T15:53:43.895Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-04-12T15:53:43.895Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-04-12T15:53:43.895Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-04-12T15:53:43.895Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-04-12T15:53:43.895Z] python3.6-minimal snapd squashfs-tools sudo [2021-04-12T15:53:43.895Z] The following packages will be upgraded: [2021-04-12T15:53:43.895Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-04-12T15:53:43.895Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-04-12T15:53:43.895Z] Need to get 35.2 MB of archives. [2021-04-12T15:53:43.895Z] After this operation, 141 MB of additional disk space will be used. [2021-04-12T15:53:43.895Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.45 [2913 kB] [2021-04-12T15:53:43.895Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] [2021-04-12T15:53:44.069Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-04-12T15:53:44.837Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] [2021-04-12T15:53:44.837Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-04-12T15:53:44.837Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] [2021-04-12T15:53:44.837Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.45 [210 kB] [2021-04-12T15:53:44.837Z] Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.13 [808 kB] [2021-04-12T15:53:44.837Z] 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-04-12T15:53:44.837Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.13 [1201 kB] [2021-04-12T15:53:44.837Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-04-12T15:53:44.837Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-04-12T15:53:44.837Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-04-12T15:53:44.837Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-04-12T15:53:44.837Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-04-12T15:53:44.837Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-04-12T15:53:44.837Z] Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-04-12T15:53:44.837Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-04-12T15:53:44.837Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-04-12T15:53:44.837Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-04-12T15:53:44.837Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-04-12T15:53:44.837Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-04-12T15:53:44.837Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-04-12T15:53:44.837Z] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-04-12T15:53:44.837Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-04-12T15:53:45.097Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-04-12T15:53:45.097Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-04-12T15:53:45.097Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-04-12T15:53:45.097Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-04-12T15:53:45.097Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-04-12T15:53:45.097Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-04-12T15:53:46.039Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-12T15:53:46.039Z] Fetched 35.2 MB in 2s (17.5 MB/s) [2021-04-12T15:53:46.039Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-12T15:53:46.039Z] Preparing to unpack .../systemd_237-3ubuntu10.45_amd64.deb ... [2021-04-12T15:53:46.301Z] Unpacking systemd (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-04-12T15:53:46.876Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.45_amd64.deb ... [2021-04-12T15:53:46.876Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-04-12T15:53:46.876Z] Setting up libsystemd0:amd64 (237-3ubuntu10.45) ... [2021-04-12T15:53:47.138Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-12T15:53:47.138Z] Preparing to unpack .../libapt-pkg5.0_1.6.13_amd64.deb ... [2021-04-12T15:53:47.138Z] Unpacking libapt-pkg5.0:amd64 (1.6.13) over (1.6.1) ... [2021-04-12T15:53:47.138Z] Setting up libapt-pkg5.0:amd64 (1.6.13) ... [2021-04-12T15:53:47.401Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-12T15:53:47.401Z] Preparing to unpack .../archives/apt_1.6.13_amd64.deb ... [2021-04-12T15:53:47.401Z] Unpacking apt (1.6.13) over (1.6.1) ... [2021-04-12T15:53:47.662Z] Setting up apt (1.6.13) ... [2021-04-12T15:53:47.662Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-04-12T15:53:48.236Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-04-12T15:53:48.236Z] (Reading database ... 12764 files and directories currently installed.) [2021-04-12T15:53:48.236Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-04-12T15:53:48.236Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-04-12T15:53:48.374Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-04-12T15:53:48.498Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-04-12T15:53:48.498Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-12T15:53:48.498Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-12T15:53:48.760Z] Selecting previously unselected package libexpat1:amd64. [2021-04-12T15:53:48.760Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-04-12T15:53:48.760Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-04-12T15:53:48.760Z] Selecting previously unselected package python3.6-minimal. [2021-04-12T15:53:48.760Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-12T15:53:48.760Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-04-12T15:53:49.331Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... [2021-04-12T15:53:49.331Z] Checking for services that may need to be restarted...done. [2021-04-12T15:53:49.331Z] Checking for services that may need to be restarted...done. [2021-04-12T15:53:49.331Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-12T15:53:49.331Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-04-12T15:53:49.331Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-04-12T15:53:49.903Z] Selecting previously unselected package python3-minimal. [2021-04-12T15:53:49.903Z] (Reading database ... 13012 files and directories currently installed.) [2021-04-12T15:53:49.903Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-04-12T15:53:49.903Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-04-12T15:53:49.903Z] Selecting previously unselected package mime-support. [2021-04-12T15:53:49.903Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-04-12T15:53:49.903Z] Unpacking mime-support (3.60ubuntu1) ... [2021-04-12T15:53:50.164Z] Selecting previously unselected package libmpdec2:amd64. [2021-04-12T15:53:50.164Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-04-12T15:53:50.164Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-04-12T15:53:50.164Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-04-12T15:53:50.164Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-12T15:53:50.164Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-12T15:53:50.426Z] Selecting previously unselected package python3.6. [2021-04-12T15:53:50.426Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-12T15:53:50.426Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-12T15:53:50.426Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-04-12T15:53:50.426Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-04-12T15:53:50.426Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-04-12T15:53:50.426Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-04-12T15:53:50.688Z] Selecting previously unselected package python3. [2021-04-12T15:53:50.688Z] (Reading database ... 13442 files and directories currently installed.) [2021-04-12T15:53:50.688Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-04-12T15:53:50.951Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-04-12T15:53:50.951Z] Selecting previously unselected package multiarch-support. [2021-04-12T15:53:50.951Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-04-12T15:53:50.951Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-04-12T15:53:50.951Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-04-12T15:53:50.951Z] Selecting previously unselected package liblzo2-2:amd64. [2021-04-12T15:53:51.214Z] (Reading database ... 13479 files and directories currently installed.) [2021-04-12T15:53:51.214Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-04-12T15:53:51.214Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-04-12T15:53:51.214Z] Selecting previously unselected package libbsd0:amd64. [2021-04-12T15:53:51.214Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-04-12T15:53:51.214Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-04-12T15:53:51.214Z] Selecting previously unselected package sudo. [2021-04-12T15:53:51.214Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-04-12T15:53:51.476Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-04-12T15:53:51.737Z] Selecting previously unselected package apparmor. [2021-04-12T15:53:51.737Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-04-12T15:53:51.737Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-04-12T15:53:51.769Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-04-12T15:53:51.999Z] Selecting previously unselected package libedit2:amd64. [2021-04-12T15:53:52.000Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-04-12T15:53:52.000Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-04-12T15:53:52.000Z] Selecting previously unselected package libkrb5support0:amd64. [2021-04-12T15:53:52.000Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-04-12T15:53:52.000Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-04-12T15:53:52.261Z] Selecting previously unselected package libk5crypto3:amd64. [2021-04-12T15:53:52.261Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-04-12T15:53:52.261Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-04-12T15:53:52.261Z] Selecting previously unselected package libkeyutils1:amd64. [2021-04-12T15:53:52.261Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-04-12T15:53:52.261Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-04-12T15:53:52.524Z] Selecting previously unselected package libkrb5-3:amd64. [2021-04-12T15:53:52.524Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-04-12T15:53:52.524Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-04-12T15:53:52.524Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-04-12T15:53:52.524Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-04-12T15:53:52.788Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-04-12T15:53:52.788Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-04-12T15:53:52.788Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-04-12T15:53:52.788Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-04-12T15:53:53.048Z] Selecting previously unselected package openssh-client. [2021-04-12T15:53:53.048Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-04-12T15:53:53.048Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-04-12T15:53:53.311Z] Selecting previously unselected package squashfs-tools. [2021-04-12T15:53:53.311Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-04-12T15:53:53.311Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-04-12T15:53:53.574Z] Selecting previously unselected package snapd. [2021-04-12T15:53:53.574Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-04-12T15:53:53.574Z] Unpacking snapd (2.48.3+18.04) ... [2021-04-12T15:53:55.514Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-04-12T15:53:55.514Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-04-12T15:53:55.776Z] Setting up mime-support (3.60ubuntu1) ... [2021-04-12T15:53:55.776Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-04-12T15:53:55.776Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-04-12T15:53:56.038Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-04-12T15:53:56.038Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-12T15:53:56.038Z] Setting up systemd (237-3ubuntu10.45) ... [2021-04-12T15:53:56.038Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-04-12T15:53:56.069Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-04-12T15:53:57.189Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-04-12T15:53:57.764Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-04-12T15:53:57.764Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-04-12T15:53:57.764Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-12T15:53:58.025Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-04-12T15:53:58.026Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-12T15:53:58.603Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-04-12T15:53:58.603Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-04-12T15:53:58.603Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-04-12T15:53:58.603Z] Setting up python3 (3.6.7-1~18.04) ... [2021-04-12T15:53:58.603Z] running python rtupdate hooks for python3.6... [2021-04-12T15:53:58.603Z] running python post-rtupdate hooks for python3.6... [2021-04-12T15:53:58.868Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-04-12T15:54:00.255Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-04-12T15:54:00.517Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-04-12T15:54:00.517Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-04-12T15:54:00.517Z] Setting up snapd (2.48.3+18.04) ... [2021-04-12T15:54:01.090Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-04-12T15:54:01.090Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-04-12T15:54:01.358Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [Pipeline] } [2021-04-12T15:54:01.510Z] $ docker stop --time=1 afecba1461fb73e44557de8feda463be340ff187274fc5838b31eebab1d30b18 [2021-04-12T15:54:01.623Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-04-12T15:54:01.623Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-04-12T15:54:01.623Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-04-12T15:54:01.886Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-04-12T15:54:02.147Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-04-12T15:54:02.147Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-04-12T15:54:02.408Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-04-12T15:54:02.668Z] /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' [2021-04-12T15:54:02.669Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-12T15:54:02.669Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-04-12T15:54:03.612Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-12T15:54:03.612Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-12T15:54:03.874Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-12T15:54:04.391Z] $ docker rm -f afecba1461fb73e44557de8feda463be340ff187274fc5838b31eebab1d30b18 [2021-04-12T15:54:05.080Z] Reading package lists... [2021-04-12T15:54:05.080Z] Reading package lists... [2021-04-12T15:54:05.340Z] Building dependency tree... [2021-04-12T15:54:05.340Z] Reading state information... [2021-04-12T15:54:05.602Z] Calculating upgrade... [2021-04-12T15:54:05.602Z] The following packages will be upgraded: [2021-04-12T15:54:05.602Z] advancecomp base-files bash binutils binutils-common [2021-04-12T15:54:05.602Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-04-12T15:54:05.602Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-04-12T15:54:05.602Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-04-12T15:54:05.602Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-04-12T15:54:05.602Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-04-12T15:54:05.602Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-04-12T15:54:05.602Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-04-12T15:54:05.602Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-04-12T15:54:05.602Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-04-12T15:54:05.602Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-04-12T15:54:05.602Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-04-12T15:54:05.602Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-04-12T15:54:05.602Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-04-12T15:54:05.602Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [2021-04-12T15:54:05.868Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-04-12T15:54:05.869Z] Need to get 63.8 MB of archives. [2021-04-12T15:54:05.869Z] After this operation, 5208 kB of additional disk space will be used. [2021-04-12T15:54:05.869Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-140.144 [993 kB] [2021-04-12T15:54:05.869Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-04-12T15:54:05.869Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-04-12T15:54:05.869Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-04-12T15:54:05.869Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-04-12T15:54:05.869Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-04-12T15:54:05.869Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-04-12T15:54:05.869Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-04-12T15:54:05.869Z] 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-04-12T15:54:05.869Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-04-12T15:54:05.869Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-04-12T15:54:05.869Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-04-12T15:54:05.869Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-04-12T15:54:05.869Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-04-12T15:54:05.869Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-04-12T15:54:05.869Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-04-12T15:54:05.869Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-12T15:54:06.133Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-04-12T15:54:06.133Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-04-12T15:54:06.133Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-04-12T15:54:06.133Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-04-12T15:54:06.133Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-04-12T15:54:06.133Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-04-12T15:54:06.133Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-04-12T15:54:06.133Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-04-12T15:54:06.133Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-04-12T15:54:06.133Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-04-12T15:54:06.133Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-04-12T15:54:06.133Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-04-12T15:54:06.133Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-04-12T15:54:06.133Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-04-12T15:54:06.133Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-04-12T15:54:06.133Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-04-12T15:54:06.133Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-04-12T15:54:06.133Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-04-12T15:54:06.133Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-04-12T15:54:06.133Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-04-12T15:54:06.133Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-04-12T15:54:06.133Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-04-12T15:54:06.133Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] [2021-04-12T15:54:06.133Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-04-12T15:54:06.133Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-04-12T15:54:06.133Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-04-12T15:54:06.133Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-04-12T15:54:06.133Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-04-12T15:54:06.133Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-04-12T15:54:06.392Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-04-12T15:54:06.392Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] [2021-04-12T15:54:06.392Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-04-12T15:54:06.392Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-04-12T15:54:06.392Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-04-12T15:54:06.392Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-04-12T15:54:06.393Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-04-12T15:54:06.393Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-04-12T15:54:06.393Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-04-12T15:54:06.393Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-04-12T15:54:06.393Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-12T15:54:06.393Z] [2021-04-12T15:54:06.393Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-12T15:54:06.654Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-04-12T15:54:06.654Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-04-12T15:54:06.654Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [Pipeline] isUnix [Pipeline] sh [2021-04-12T15:54:06.920Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-04-12T15:54:06.921Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-04-12T15:54:06.921Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-04-12T15:54:06.921Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-04-12T15:54:06.921Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-04-12T15:54:07.072Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-12T15:54:07.184Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-04-12T15:54:07.184Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-04-12T15:54:07.184Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-04-12T15:54:07.184Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-04-12T15:54:07.184Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-04-12T15:54:07.342Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-04-12T15:54:07.342Z] 29e5d40040c1: Pulling fs layer [2021-04-12T15:54:07.342Z] 1ce36da41761: Pulling fs layer [2021-04-12T15:54:07.342Z] 25b303627fd3: Pulling fs layer [2021-04-12T15:54:07.445Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-04-12T15:54:07.445Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-04-12T15:54:07.445Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-04-12T15:54:07.445Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-04-12T15:54:07.445Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-04-12T15:54:07.445Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-04-12T15:54:07.445Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-04-12T15:54:07.445Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-04-12T15:54:07.445Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-04-12T15:54:07.445Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-04-12T15:54:07.445Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-04-12T15:54:07.445Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-04-12T15:54:07.445Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-04-12T15:54:07.445Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-04-12T15:54:07.445Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.45 [16.7 kB] [2021-04-12T15:54:07.445Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-04-12T15:54:07.445Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-04-12T15:54:07.706Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-04-12T15:54:07.706Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-04-12T15:54:07.706Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-04-12T15:54:07.706Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] [2021-04-12T15:54:07.706Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-04-12T15:54:07.706Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-04-12T15:54:07.706Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-04-12T15:54:07.706Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-04-12T15:54:07.706Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-04-12T15:54:07.706Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-04-12T15:54:07.706Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-04-12T15:54:07.706Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-04-12T15:54:07.706Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-04-12T15:54:07.933Z] 29e5d40040c1: Verifying Checksum [2021-04-12T15:54:07.933Z] 29e5d40040c1: Download complete [2021-04-12T15:54:07.970Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-12T15:54:07.970Z] Fetched 63.8 MB in 2s (30.3 MB/s) [2021-04-12T15:54:08.528Z] 1ce36da41761: Verifying Checksum [2021-04-12T15:54:08.528Z] 1ce36da41761: Download complete [2021-04-12T15:54:08.528Z] 29e5d40040c1: Pull complete [2021-04-12T15:54:08.543Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-12T15:54:08.543Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-04-12T15:54:08.543Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-12T15:54:09.116Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-04-12T15:54:09.116Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-12T15:54:09.116Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-140.144_amd64.deb ... [2021-04-12T15:54:09.116Z] Unpacking linux-libc-dev:amd64 (4.15.0-140.144) over (4.15.0-20.21) ... [2021-04-12T15:54:09.960Z] 1ce36da41761: Pull complete [2021-04-12T15:54:09.961Z] 25b303627fd3: Verifying Checksum [2021-04-12T15:54:09.961Z] 25b303627fd3: Download complete [2021-04-12T15:54:10.060Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-12T15:54:10.060Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-12T15:54:10.060Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-12T15:54:10.321Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-12T15:54:10.321Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-12T15:54:10.321Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-12T15:54:10.586Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-12T15:54:10.586Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-12T15:54:10.586Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-12T15:54:10.586Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-12T15:54:10.847Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-12T15:54:10.847Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-12T15:54:10.847Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-12T15:54:10.847Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-12T15:54:11.110Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-12T15:54:11.110Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-12T15:54:11.110Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-12T15:54:11.110Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-04-12T15:54:11.373Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-04-12T15:54:11.373Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-12T15:54:11.373Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-12T15:54:11.373Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-12T15:54:11.373Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-12T15:54:11.635Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-12T15:54:11.635Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-12T15:54:11.635Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-12T15:54:11.897Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-12T15:54:11.897Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-12T15:54:11.897Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-04-12T15:54:12.161Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-12T15:54:12.422Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-04-12T15:54:12.997Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-12T15:54:12.997Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-04-12T15:54:12.997Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-04-12T15:54:12.997Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-04-12T15:54:12.997Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-04-12T15:54:13.259Z] Setting up base-files (10.1ubuntu2.10) ... [2021-04-12T15:54:13.259Z] Installing new version of config file /etc/issue ... [2021-04-12T15:54:13.259Z] Installing new version of config file /etc/issue.net ... [2021-04-12T15:54:13.259Z] Installing new version of config file /etc/lsb-release ... [2021-04-12T15:54:13.259Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-04-12T15:54:13.520Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-04-12T15:54:13.520Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-04-12T15:54:13.520Z] Removing obsolete conffile /etc/default/motd-news ... [2021-04-12T15:54:13.780Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-12T15:54:13.780Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-04-12T15:54:13.780Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-04-12T15:54:14.043Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-04-12T15:54:14.043Z] update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode [2021-04-12T15:54:14.043Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-12T15:54:14.043Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-12T15:54:14.043Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-04-12T15:54:14.304Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-04-12T15:54:14.304Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-12T15:54:14.304Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-04-12T15:54:14.304Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-04-12T15:54:14.565Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-04-12T15:54:14.565Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-12T15:54:14.565Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-04-12T15:54:14.565Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-12T15:54:14.827Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-04-12T15:54:15.088Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-12T15:54:15.088Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-12T15:54:15.088Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-12T15:54:15.088Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-12T15:54:15.350Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-12T15:54:15.350Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-12T15:54:15.350Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-12T15:54:15.350Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-04-12T15:54:15.612Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-12T15:54:15.612Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-04-12T15:54:15.612Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-04-12T15:54:15.612Z] Setting up grep (3.1-2build1) ... [2021-04-12T15:54:15.612Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-12T15:54:15.612Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-04-12T15:54:15.872Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-04-12T15:54:15.873Z] Setting up login (1:4.5-1ubuntu2) ... [2021-04-12T15:54:16.133Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-12T15:54:16.133Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-12T15:54:16.134Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-12T15:54:16.134Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-04-12T15:54:16.395Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-12T15:54:16.395Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-12T15:54:16.395Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-12T15:54:16.967Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-12T15:54:16.967Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-12T15:54:16.967Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-12T15:54:16.967Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-12T15:54:17.550Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-04-12T15:54:17.810Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-12T15:54:17.810Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-04-12T15:54:17.810Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-12T15:54:18.751Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-04-12T15:54:18.751Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-04-12T15:54:19.013Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-04-12T15:54:19.013Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-04-12T15:54:19.013Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-04-12T15:54:19.013Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-12T15:54:19.013Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-04-12T15:54:19.273Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-04-12T15:54:19.273Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-04-12T15:54:19.536Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-12T15:54:19.536Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-12T15:54:19.536Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-12T15:54:19.536Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-12T15:54:19.796Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-12T15:54:19.796Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-12T15:54:19.796Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-12T15:54:19.796Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-12T15:54:20.057Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-12T15:54:20.057Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-12T15:54:20.057Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-12T15:54:20.057Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-12T15:54:20.103Z] 25b303627fd3: Pull complete [2021-04-12T15:54:20.103Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-04-12T15:54:20.103Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-12T15:54:20.103Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-04-12T15:54:20.318Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-12T15:54:20.318Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-12T15:54:20.318Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-12T15:54:20.318Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-12T15:54:20.330Z] prd-ubuntu18.04-docker-arm64-4c-16g-33710 does not seem to be running inside a container [2021-04-12T15:54:20.403Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-04-12T15:54:20.580Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-12T15:54:20.580Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-12T15:54:20.580Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-12T15:54:20.580Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-12T15:54:20.580Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-12T15:54:20.846Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-12T15:54:20.846Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-12T15:54:20.846Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-12T15:54:20.846Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-12T15:54:21.111Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-12T15:54:21.111Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-12T15:54:21.111Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-12T15:54:21.111Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-12T15:54:21.372Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-12T15:54:21.372Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-12T15:54:21.372Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-12T15:54:21.372Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-12T15:54:21.633Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-04-12T15:54:21.634Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-12T15:54:21.634Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-12T15:54:21.634Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-12T15:54:22.206Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-04-12T15:54:22.467Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-04-12T15:54:22.728Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-04-12T15:54:22.729Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-12T15:54:22.729Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-04-12T15:54:22.990Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-12T15:54:22.990Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-04-12T15:54:23.251Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-12T15:54:23.251Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-04-12T15:54:23.251Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-12T15:54:23.512Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-04-12T15:54:23.536Z] $ docker top 52a5f078aa0fd62ec3d23409d1ce840170f83efffa791475531945973052a0f0 -eo pid,comm [2021-04-12T15:54:23.773Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-12T15:54:23.773Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-04-12T15:54:23.773Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [Pipeline] { [Pipeline] sh [2021-04-12T15:54:24.035Z] Setting up debconf (1.5.66ubuntu1) ... [2021-04-12T15:54:24.295Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-12T15:54:24.295Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-04-12T15:54:24.295Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-04-12T15:54:24.295Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-04-12T15:54:24.557Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-12T15:54:24.557Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-04-12T15:54:24.557Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-04-12T15:54:24.557Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-04-12T15:54:24.590Z] + grep parallel [2021-04-12T15:54:24.590Z] + docker-compose build --help [2021-04-12T15:54:24.820Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-12T15:54:24.820Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-12T15:54:24.820Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-12T15:54:24.820Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-12T15:54:25.093Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-12T15:54:25.093Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-12T15:54:25.093Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-12T15:54:25.354Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-12T15:54:25.354Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-12T15:54:25.354Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-12T15:54:25.616Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-12T15:54:25.616Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-12T15:54:25.878Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-12T15:54:25.878Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-12T15:54:25.878Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-12T15:54:26.139Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.45_amd64.deb ... [2021-04-12T15:54:26.139Z] Unpacking systemd-sysv (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-04-12T15:54:26.139Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-12T15:54:26.400Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-12T15:54:26.400Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-12T15:54:26.400Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-12T15:54:26.400Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-04-12T15:54:26.400Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-04-12T15:54:26.660Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-04-12T15:54:26.660Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-12T15:54:26.660Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-04-12T15:54:26.921Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-12T15:54:26.921Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-12T15:54:27.183Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-12T15:54:27.183Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-12T15:54:27.183Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-12T15:54:27.444Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-12T15:54:27.444Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-12T15:54:27.444Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-04-12T15:54:27.444Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-04-12T15:54:27.706Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-04-12T15:54:27.706Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-12T15:54:27.706Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-04-12T15:54:27.952Z] --parallel Build images in parallel. [2021-04-12T15:54:27.988Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [Pipeline] } [2021-04-12T15:54:28.248Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-04-12T15:54:28.238Z] $ docker stop --time=1 52a5f078aa0fd62ec3d23409d1ce840170f83efffa791475531945973052a0f0 [2021-04-12T15:54:28.508Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-12T15:54:28.508Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-12T15:54:28.508Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-12T15:54:28.508Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-04-12T15:54:29.091Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-12T15:54:29.091Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-04-12T15:54:29.091Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-04-12T15:54:29.353Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-04-12T15:54:29.353Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-12T15:54:29.353Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-04-12T15:54:29.353Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-04-12T15:54:29.624Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-04-12T15:54:29.624Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-12T15:54:29.624Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-04-12T15:54:29.624Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-04-12T15:54:29.883Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-04-12T15:54:29.883Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-12T15:54:29.883Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-04-12T15:54:29.883Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-04-12T15:54:30.143Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-04-12T15:54:30.236Z] $ docker rm -f 52a5f078aa0fd62ec3d23409d1ce840170f83efffa791475531945973052a0f0 [2021-04-12T15:54:30.404Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-12T15:54:30.404Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-04-12T15:54:30.404Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-04-12T15:54:30.404Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [Pipeline] // withDockerContainer [Pipeline] writeFile [2021-04-12T15:54:30.666Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-12T15:54:30.667Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... [2021-04-12T15:54:30.667Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... [2021-04-12T15:54:30.667Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... [2021-04-12T15:54:30.667Z] (Reading database ... 13915 files and directories currently installed.) [2021-04-12T15:54:30.667Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-04-12T15:54:30.667Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-12T15:54:30.929Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-04-12T15:54:30.929Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-04-12T15:54:31.087Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-12T15:54:31.087Z] . [Pipeline] withDockerContainer [2021-04-12T15:54:31.191Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-04-12T15:54:31.191Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-04-12T15:54:31.349Z] prd-ubuntu18.04-docker-arm64-4c-16g-33710 does not seem to be running inside a container [2021-04-12T15:54:31.422Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-04-12T15:54:31.451Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-04-12T15:54:31.451Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-04-12T15:54:31.712Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-04-12T15:54:31.712Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-04-12T15:54:31.712Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-04-12T15:54:31.712Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-04-12T15:54:31.973Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-04-12T15:54:31.973Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-04-12T15:54:31.973Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-04-12T15:54:31.973Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-04-12T15:54:32.235Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-04-12T15:54:32.235Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-04-12T15:54:32.235Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-04-12T15:54:32.235Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-04-12T15:54:32.497Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-04-12T15:54:32.497Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-04-12T15:54:32.759Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-04-12T15:54:32.759Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-04-12T15:54:32.858Z] $ docker top 536c3fb559197700d0b5b745f318f958b47f9f359d5276e5f01ca500ef469c40 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-12T15:54:33.723Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-04-12T15:54:33.723Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-04-12T15:54:33.723Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-04-12T15:54:33.723Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-04-12T15:54:33.889Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-12T15:54:33.984Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-12T15:54:33.984Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-12T15:54:34.246Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-12T15:54:34.246Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-12T15:54:34.506Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-12T15:54:34.506Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-12T15:54:34.506Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-12T15:54:34.768Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-12T15:54:34.768Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-12T15:54:34.768Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-12T15:54:35.040Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-12T15:54:35.040Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-12T15:54:35.300Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-12T15:54:35.300Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-12T15:54:35.300Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-12T15:54:35.300Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-12T15:54:36.242Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-12T15:54:36.242Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-12T15:54:37.185Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-12T15:54:37.185Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-12T15:54:38.133Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-12T15:54:38.133Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-12T15:54:38.177Z] Building docker-core-command-go ... [2021-04-12T15:54:38.177Z] Building docker-core-data-go ... [2021-04-12T15:54:38.177Z] Building docker-core-metadata-go ... [2021-04-12T15:54:38.177Z] Building docker-security-bootstrapper-go ... [2021-04-12T15:54:38.177Z] Building docker-security-proxy-setup-go ... [2021-04-12T15:54:38.177Z] Building docker-security-secretstore-setup-go ... [2021-04-12T15:54:38.177Z] Building docker-support-notifications-go ... [2021-04-12T15:54:38.177Z] Building docker-support-scheduler-go ... [2021-04-12T15:54:38.177Z] Building docker-sys-mgmt-agent-go ... [2021-04-12T15:54:38.177Z] Building docker-security-bootstrapper-go [2021-04-12T15:54:38.177Z] Building docker-core-metadata-go [2021-04-12T15:54:38.177Z] Building docker-core-command-go [2021-04-12T15:54:38.177Z] Building docker-sys-mgmt-agent-go [2021-04-12T15:54:38.177Z] Building docker-security-secretstore-setup-go [2021-04-12T15:54:38.399Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-12T15:54:38.399Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-12T15:54:39.343Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-12T15:54:39.343Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-12T15:54:39.604Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-12T15:54:39.604Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-12T15:54:39.604Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-04-12T15:54:39.604Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-12T15:54:39.866Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-04-12T15:54:39.866Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-12T15:54:40.127Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-04-12T15:54:40.127Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-04-12T15:54:40.127Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-12T15:54:40.127Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-12T15:54:40.388Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-12T15:54:40.388Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-12T15:54:40.388Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-04-12T15:54:40.650Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-04-12T15:54:40.650Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-12T15:54:40.650Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-12T15:54:40.650Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-12T15:54:40.650Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-12T15:54:40.911Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-12T15:54:40.911Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-04-12T15:54:40.911Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-04-12T15:54:40.911Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-04-12T15:54:40.911Z] [2021-04-12T15:54:40.911Z] Current default time zone: 'Etc/UTC' [2021-04-12T15:54:40.911Z] Local time is now: Mon Apr 12 15:54:40 UTC 2021. [2021-04-12T15:54:40.911Z] Universal Time is now: Mon Apr 12 15:54:40 UTC 2021. [2021-04-12T15:54:40.911Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-04-12T15:54:40.911Z] [2021-04-12T15:54:41.172Z] Setting up systemd-sysv (237-3ubuntu10.45) ... [2021-04-12T15:54:41.172Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-12T15:54:41.172Z] Setting up linux-libc-dev:amd64 (4.15.0-140.144) ... [2021-04-12T15:54:41.172Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-04-12T15:54:41.172Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-04-12T15:54:41.172Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-04-12T15:54:41.172Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-04-12T15:54:41.172Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-04-12T15:54:41.172Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-04-12T15:54:41.438Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-04-12T15:54:41.438Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-12T15:54:41.438Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-04-12T15:54:41.701Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-12T15:54:41.701Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-04-12T15:54:41.701Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-12T15:54:41.701Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-04-12T15:54:41.701Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-04-12T15:54:41.701Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-04-12T15:54:41.701Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... [2021-04-12T15:54:41.701Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-04-12T15:54:41.963Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-04-12T15:54:41.963Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-04-12T15:54:41.963Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-04-12T15:54:43.878Z] Updating certificates in /etc/ssl/certs... [2021-04-12T15:54:44.823Z] 23 added, 27 removed; done. [2021-04-12T15:54:44.823Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-04-12T15:54:44.823Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-12T15:54:44.823Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-04-12T15:54:45.084Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-04-12T15:54:45.084Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-04-12T15:54:45.084Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-12T15:54:45.084Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-04-12T15:54:45.084Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-12T15:54:45.084Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-12T15:54:45.084Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-12T15:54:45.347Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-12T15:54:45.347Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-12T15:54:45.347Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-04-12T15:54:45.347Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-04-12T15:54:45.347Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-04-12T15:54:45.347Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-04-12T15:54:45.608Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-04-12T15:54:45.608Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-12T15:54:45.608Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-12T15:54:45.608Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-04-12T15:54:45.608Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-04-12T15:54:45.608Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-04-12T15:54:45.869Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-04-12T15:54:45.869Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-04-12T15:54:45.869Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-04-12T15:54:45.869Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-04-12T15:54:45.869Z] Updating certificates in /etc/ssl/certs... [2021-04-12T15:54:46.441Z] 0 added, 0 removed; done. [2021-04-12T15:54:46.441Z] Running hooks in /etc/ca-certificates/update.d... [2021-04-12T15:54:46.441Z] done. [2021-04-12T15:54:47.015Z] Reading package lists... [2021-04-12T15:54:47.015Z] Building dependency tree... [2021-04-12T15:54:47.015Z] Reading state information... [2021-04-12T15:54:47.276Z] The following NEW packages will be installed: [2021-04-12T15:54:47.276Z] apt-transport-https [2021-04-12T15:54:47.538Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-04-12T15:54:47.538Z] Need to get 1692 B of archives. [2021-04-12T15:54:47.538Z] After this operation, 154 kB of additional disk space will be used. [2021-04-12T15:54:47.538Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.13 [1692 B] [2021-04-12T15:54:47.538Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-12T15:54:47.538Z] Fetched 1692 B in 0s (8495 B/s) [2021-04-12T15:54:47.538Z] Selecting previously unselected package apt-transport-https. [2021-04-12T15:54:47.538Z] (Reading database ... 13920 files and directories currently installed.) [2021-04-12T15:54:47.538Z] Preparing to unpack .../apt-transport-https_1.6.13_all.deb ... [2021-04-12T15:54:47.538Z] Unpacking apt-transport-https (1.6.13) ... [2021-04-12T15:54:47.800Z] Setting up apt-transport-https (1.6.13) ... [2021-04-12T15:54:48.062Z] Waiting for network to be ready... [2021-04-12T15:54:54.657Z] 2021-04-12T15:54:51Z INFO Waiting for automatic snapd restart... [2021-04-12T15:54:54.919Z] snapd 2.49.2 from Canonical* installed [2021-04-12T15:54:55.864Z] "snapd" switched to the "latest/stable" channel [2021-04-12T15:54:55.864Z] [2021-04-12T15:54:59.178Z] core18 20210309 from Canonical* installed [2021-04-12T15:54:59.178Z] "core18" switched to the "latest/stable" channel [2021-04-12T15:54:59.178Z] [2021-04-12T15:55:02.496Z] snapcraft 4.6.2 from Canonical* installed [2021-04-12T15:55:02.496Z] "snapcraft" switched to the "latest/stable" channel [2021-04-12T15:55:02.496Z] [2021-04-12T15:55:06.713Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-04-12T15:55:06.713Z] - README.md [2021-04-12T15:55:06.713Z] [2021-04-12T15:55:06.713Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-04-12T15:55:13.319Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-12T15:55:13.319Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-12T15:55:13.319Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-12T15:55:13.319Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-12T15:55:13.893Z] Reading package lists... [2021-04-12T15:55:14.468Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.13 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.8 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 [2021-04-12T15:55:21.065Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-12T15:55:21.065Z] Reading package lists... [2021-04-12T15:55:21.065Z] Building dependency tree... [2021-04-12T15:55:21.065Z] Reading state information... [2021-04-12T15:55:21.065Z] Suggested packages: [2021-04-12T15:55:21.065Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-04-12T15:55:21.065Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-04-12T15:55:21.065Z] Recommended packages: [2021-04-12T15:55:21.065Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-04-12T15:55:21.065Z] The following NEW packages will be installed: [2021-04-12T15:55:21.065Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-04-12T15:55:21.065Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-04-12T15:55:21.065Z] pkg-config zip [2021-04-12T15:55:21.065Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-04-12T15:55:21.065Z] Need to get 7663 kB of archives. [2021-04-12T15:55:21.065Z] After this operation, 43.8 MB of additional disk space will be used. [2021-04-12T15:55:21.065Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] [2021-04-12T15:55:21.065Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] [2021-04-12T15:55:21.065Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-04-12T15:55:21.065Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-04-12T15:55:21.065Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-04-12T15:55:21.065Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-04-12T15:55:21.065Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-04-12T15:55:21.342Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-04-12T15:55:21.342Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-04-12T15:55:21.342Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-04-12T15:55:21.342Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-04-12T15:55:21.604Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-04-12T15:55:21.604Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-04-12T15:55:21.604Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-04-12T15:55:21.604Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-04-12T15:55:21.604Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-12T15:55:21.604Z] Fetched 7663 kB in 1s (10.5 MB/s) [2021-04-12T15:55:21.865Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-04-12T15:55:21.865Z] (Reading database ... 13924 files and directories currently installed.) [2021-04-12T15:55:21.865Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-04-12T15:55:21.865Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-04-12T15:55:21.865Z] Selecting previously unselected package libpsl5:amd64. [2021-04-12T15:55:21.865Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-04-12T15:55:21.865Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-04-12T15:55:22.126Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-04-12T15:55:22.126Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-04-12T15:55:22.126Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-04-12T15:55:22.126Z] Selecting previously unselected package librtmp1:amd64. [2021-04-12T15:55:22.126Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-04-12T15:55:22.126Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-04-12T15:55:22.387Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-04-12T15:55:22.387Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... [2021-04-12T15:55:22.387Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-04-12T15:55:22.387Z] Selecting previously unselected package liberror-perl. [2021-04-12T15:55:22.387Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-04-12T15:55:22.387Z] Unpacking liberror-perl (0.17025-1) ... [2021-04-12T15:55:22.648Z] Selecting previously unselected package git-man. [2021-04-12T15:55:22.648Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-04-12T15:55:22.648Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-04-12T15:55:22.648Z] Selecting previously unselected package git. [2021-04-12T15:55:22.648Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-04-12T15:55:22.648Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-04-12T15:55:23.589Z] Selecting previously unselected package libnorm1:amd64. [2021-04-12T15:55:23.589Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-04-12T15:55:23.589Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-04-12T15:55:23.589Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-04-12T15:55:23.589Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-04-12T15:55:23.589Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-04-12T15:55:23.850Z] Selecting previously unselected package libsodium23:amd64. [2021-04-12T15:55:23.850Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-04-12T15:55:23.850Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-04-12T15:55:23.850Z] Selecting previously unselected package libzmq5:amd64. [2021-04-12T15:55:23.850Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-04-12T15:55:23.850Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-12T15:55:24.112Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-04-12T15:55:24.112Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-04-12T15:55:24.112Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-12T15:55:24.373Z] Selecting previously unselected package pkg-config. [2021-04-12T15:55:24.374Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-04-12T15:55:24.374Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-04-12T15:55:24.374Z] Selecting previously unselected package zip. [2021-04-12T15:55:24.374Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-04-12T15:55:24.374Z] Unpacking zip (3.0-11build1) ... [2021-04-12T15:55:24.374Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-04-12T15:55:24.635Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-04-12T15:55:24.635Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-04-12T15:55:24.635Z] Setting up liberror-perl (0.17025-1) ... [2021-04-12T15:55:24.635Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-04-12T15:55:24.635Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-04-12T15:55:24.635Z] No schema files found: doing nothing. [2021-04-12T15:55:24.635Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-04-12T15:55:24.635Z] Setting up zip (3.0-11build1) ... [2021-04-12T15:55:24.896Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-04-12T15:55:24.896Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-04-12T15:55:24.896Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-04-12T15:55:24.896Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-12T15:55:24.896Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-04-12T15:55:24.896Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-12T15:55:24.896Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-04-12T15:55:25.158Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-04-12T15:55:31.753Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-12T15:55:31.753Z] git set to automatically installed. [2021-04-12T15:55:31.753Z] git-man set to automatically installed. [2021-04-12T15:55:31.753Z] libcurl3-gnutls set to automatically installed. [2021-04-12T15:55:31.753Z] liberror-perl set to automatically installed. [2021-04-12T15:55:31.753Z] libglib2.0-0 set to automatically installed. [2021-04-12T15:55:31.753Z] libnghttp2-14 set to automatically installed. [2021-04-12T15:55:31.753Z] libnorm1 set to automatically installed. [2021-04-12T15:55:31.753Z] libpgm-5.2-0 set to automatically installed. [2021-04-12T15:55:31.753Z] libpsl5 set to automatically installed. [2021-04-12T15:55:31.753Z] librtmp1 set to automatically installed. [2021-04-12T15:55:31.753Z] libsodium23 set to automatically installed. [2021-04-12T15:55:31.753Z] libzmq3-dev set to automatically installed. [2021-04-12T15:55:31.753Z] libzmq5 set to automatically installed. [2021-04-12T15:55:31.753Z] pkg-config set to automatically installed. [2021-04-12T15:55:31.753Z] zip set to automatically installed. [2021-04-12T15:55:34.302Z] snapd is not logged in, snap install commands will use sudo [2021-04-12T15:55:40.892Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-12T15:55:41.153Z] snap "core18" has no updates available [2021-04-12T15:55:43.069Z] snapd is not logged in, snap install commands will use sudo [2021-04-12T15:55:49.666Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-12T15:55:59.947Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-12T15:55:59.947Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-12T15:55:59.947Z] ---> ac35052f4c85 [2021-04-12T15:55:59.947Z] Step 3/23 : WORKDIR /edgex-go [2021-04-12T15:55:59.947Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-12T15:55:59.947Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-04-12T15:55:59.947Z] ---> ac35052f4c85 [2021-04-12T15:55:59.947Z] Step 3/24 : WORKDIR /edgex-go [2021-04-12T15:55:59.947Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-12T15:55:59.947Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-12T15:55:59.947Z] ---> ac35052f4c85 [2021-04-12T15:55:59.947Z] Step 3/23 : WORKDIR /edgex-go [2021-04-12T15:55:59.947Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-12T15:55:59.947Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-12T15:55:59.947Z] ---> ac35052f4c85 [2021-04-12T15:55:59.947Z] Step 3/23 : WORKDIR /edgex-go [2021-04-12T15:55:59.947Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-12T15:55:59.947Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-04-12T15:55:59.947Z] ---> ac35052f4c85 [2021-04-12T15:55:59.947Z] Step 3/31 : WORKDIR /edgex-go [2021-04-12T15:55:59.947Z] ---> Running in b3dde2e6e542 [2021-04-12T15:55:59.947Z] ---> Running in 7f32f74d3d84 [2021-04-12T15:55:59.947Z] ---> Running in edcad1e5927d [2021-04-12T15:55:59.947Z] ---> Running in 9def3473ab0e [2021-04-12T15:55:59.947Z] ---> Running in a745e537d7ce [2021-04-12T15:55:59.947Z] Removing intermediate container edcad1e5927d [2021-04-12T15:55:59.947Z] ---> 93ad3e912378 [2021-04-12T15:55:59.947Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-12T15:55:59.947Z] Removing intermediate container b3dde2e6e542 [2021-04-12T15:55:59.947Z] ---> 8f9e7cfa10e6 [2021-04-12T15:55:59.947Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-12T15:55:59.947Z] ---> Running in a6dfd308fe01 [2021-04-12T15:55:59.947Z] Removing intermediate container 7f32f74d3d84 [2021-04-12T15:55:59.947Z] ---> c11c5b7dbe98 [2021-04-12T15:55:59.947Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-12T15:55:59.947Z] Removing intermediate container 9def3473ab0e [2021-04-12T15:55:59.947Z] ---> 7a50a9175076 [2021-04-12T15:55:59.947Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-12T15:55:59.947Z] Removing intermediate container a745e537d7ce [2021-04-12T15:55:59.947Z] ---> 26d4c2c455a3 [2021-04-12T15:55:59.947Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-12T15:55:59.947Z] ---> Running in 2b38be848085 [2021-04-12T15:55:59.947Z] ---> Running in d54b3c420ea7 [2021-04-12T15:55:59.947Z] ---> Running in 50a692a3cfa3 [2021-04-12T15:55:59.947Z] ---> Running in 0421f7bf7105 [2021-04-12T15:55:59.947Z] Removing intermediate container a6dfd308fe01 [2021-04-12T15:55:59.947Z] ---> 5189b831a5f9 [2021-04-12T15:55:59.947Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-04-12T15:55:59.947Z] ---> Running in eaa42f2065f1 [2021-04-12T15:55:59.947Z] Removing intermediate container d54b3c420ea7 [2021-04-12T15:55:59.947Z] ---> 6e0dd9ba9355 [2021-04-12T15:55:59.947Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-12T15:55:59.947Z] Removing intermediate container 2b38be848085 [2021-04-12T15:55:59.947Z] ---> 64ddcf412bac [2021-04-12T15:55:59.947Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-12T15:55:59.947Z] ---> Running in 1d816188cf7b [2021-04-12T15:55:59.947Z] ---> Running in b94d00b06ef5 [2021-04-12T15:55:59.947Z] Removing intermediate container 50a692a3cfa3 [2021-04-12T15:55:59.947Z] ---> b8e886d87b18 [2021-04-12T15:55:59.947Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-04-12T15:55:59.947Z] Removing intermediate container 0421f7bf7105 [2021-04-12T15:55:59.947Z] ---> 5e7a5d2f96c1 [2021-04-12T15:55:59.947Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-12T15:55:59.947Z] ---> Running in 3ae0ba4a5225 [2021-04-12T15:55:59.947Z] ---> Running in d3de8300f59e [2021-04-12T15:55:59.947Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-12T15:56:00.545Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-12T15:56:00.545Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-12T15:56:00.545Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-12T15:56:00.545Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-12T15:56:00.545Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-12T15:56:01.143Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-12T15:56:01.143Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-12T15:56:01.143Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-12T15:56:01.420Z] OK: 217 MiB in 51 packages [2021-04-12T15:56:01.420Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-12T15:56:02.040Z] OK: 217 MiB in 51 packages [2021-04-12T15:56:02.040Z] OK: 217 MiB in 51 packages [2021-04-12T15:56:02.320Z] OK: 217 MiB in 51 packages [2021-04-12T15:56:02.600Z] OK: 217 MiB in 51 packages [2021-04-12T15:56:03.211Z] Removing intermediate container eaa42f2065f1 [2021-04-12T15:56:03.211Z] ---> 4ae1e2a3cd81 [2021-04-12T15:56:03.489Z] Step 6/23 : COPY go.mod . [2021-04-12T15:56:03.772Z] Removing intermediate container d3de8300f59e [2021-04-12T15:56:03.772Z] ---> e15a1957f9d8 [2021-04-12T15:56:03.772Z] Step 6/31 : COPY go.mod . [2021-04-12T15:56:04.048Z] Removing intermediate container 1d816188cf7b [2021-04-12T15:56:04.048Z] ---> b167439295c0 [2021-04-12T15:56:04.048Z] Step 6/23 : COPY go.mod . [2021-04-12T15:56:04.321Z] ---> bacded690fe6 [2021-04-12T15:56:04.321Z] Step 7/23 : RUN go mod download [2021-04-12T15:56:04.321Z] Removing intermediate container 3ae0ba4a5225 [2021-04-12T15:56:04.321Z] ---> 45c51509328d [2021-04-12T15:56:04.321Z] Step 6/24 : COPY go.mod . [2021-04-12T15:56:04.589Z] go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed [2021-04-12T15:56:04.589Z] Pulling go-build-helper [2021-04-12T15:56:04.589Z] + snapcraftctl pull [2021-04-12T15:56:04.598Z] ---> Running in 5c7dc13b34bb [2021-04-12T15:56:04.598Z] Removing intermediate container b94d00b06ef5 [2021-04-12T15:56:04.598Z] ---> b616a60fd61d [2021-04-12T15:56:04.598Z] Step 6/23 : COPY go.mod . [2021-04-12T15:56:04.852Z] 'app-service-config' has dependencies that need to be staged: go-build-helper [2021-04-12T15:56:04.852Z] Skipping pull go-build-helper (already ran) [2021-04-12T15:56:04.852Z] Building go-build-helper [2021-04-12T15:56:04.852Z] + snapcraftctl build [2021-04-12T15:56:04.877Z] ---> ae147af772bd [2021-04-12T15:56:04.877Z] Step 7/31 : RUN go mod download [2021-04-12T15:56:05.150Z] ---> 880ab5dcd5c3 [2021-04-12T15:56:05.150Z] Step 7/23 : RUN go mod download [2021-04-12T15:56:05.150Z] ---> Running in 6d0211d360c0 [2021-04-12T15:56:05.425Z] ---> Running in 7b239a9c753f [2021-04-12T15:56:05.425Z] ---> 060f0d776895 [2021-04-12T15:56:05.425Z] Step 7/24 : RUN go mod download [2021-04-12T15:56:05.707Z] ---> 9b4cc1dbf048 [2021-04-12T15:56:05.707Z] Step 7/23 : RUN go mod download [2021-04-12T15:56:05.707Z] ---> Running in d9ff65d5d968 [2021-04-12T15:56:05.985Z] ---> Running in db3b27af80b6 [2021-04-12T15:56:06.780Z] Staging go-build-helper [2021-04-12T15:56:06.780Z] + snapcraftctl stage [2021-04-12T15:56:09.407Z] Removing intermediate container 5c7dc13b34bb [2021-04-12T15:56:09.407Z] ---> 4c80455025e9 [2021-04-12T15:56:09.407Z] Step 8/23 : COPY . . [2021-04-12T15:56:09.679Z] Removing intermediate container 6d0211d360c0 [2021-04-12T15:56:09.679Z] ---> 66109cfebdc5 [2021-04-12T15:56:09.679Z] Step 8/31 : COPY . . [2021-04-12T15:56:10.274Z] Removing intermediate container 7b239a9c753f [2021-04-12T15:56:10.274Z] ---> 0c9610c850c2 [2021-04-12T15:56:10.274Z] Step 8/23 : COPY . . [2021-04-12T15:56:10.546Z] Removing intermediate container db3b27af80b6 [2021-04-12T15:56:10.546Z] ---> e05743e9cb63 [2021-04-12T15:56:10.546Z] Step 8/23 : COPY . . [2021-04-12T15:56:11.146Z] Removing intermediate container d9ff65d5d968 [2021-04-12T15:56:11.146Z] ---> 43adf9c7e3ba [2021-04-12T15:56:11.146Z] Step 8/24 : COPY . . [2021-04-12T15:56:16.804Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-04-12T15:56:16.804Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-04-12T15:56:16.804Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1639 kB] [2021-04-12T15:56:16.804Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] [2021-04-12T15:56:16.804Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-04-12T15:56:16.804Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-04-12T15:56:16.804Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] [2021-04-12T15:56:16.804Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] [2021-04-12T15:56:16.804Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] [2021-04-12T15:56:16.804Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] [2021-04-12T15:56:16.804Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-04-12T15:56:16.804Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-04-12T15:56:16.804Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-04-12T15:56:16.804Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-04-12T15:56:16.804Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-04-12T15:56:16.804Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-04-12T15:56:16.804Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-04-12T15:56:16.804Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-04-12T15:56:16.804Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-04-12T15:56:16.804Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1979 kB] [2021-04-12T15:56:16.804Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] [2021-04-12T15:56:16.804Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-04-12T15:56:16.804Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-04-12T15:56:16.804Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] [2021-04-12T15:56:16.804Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] [2021-04-12T15:56:16.804Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1727 kB] [2021-04-12T15:56:16.804Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [366 kB] [2021-04-12T15:56:16.804Z] Fetched 24.2 MB in 0s (0 B/s) [2021-04-12T15:56:16.804Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-04-12T15:56:16.804Z] Fetched 224 kB in 0s (0 B/s) [2021-04-12T15:56:16.804Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-04-12T15:56:16.804Z] Fetched 157 kB in 0s (0 B/s) [2021-04-12T15:56:16.804Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-04-12T15:56:16.804Z] Fetched 221 kB in 0s (0 B/s) [2021-04-12T15:56:16.804Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-04-12T15:56:16.804Z] Fetched 143 kB in 0s (0 B/s) [2021-04-12T15:56:16.804Z] Pulling app-service-config [2021-04-12T15:56:16.804Z] + snapcraftctl pull [2021-04-12T15:56:16.804Z] Cloning into '/root/parts/app-service-config/src'... [2021-04-12T15:56:17.377Z] Pulling config-common [2021-04-12T15:56:17.377Z] + snapcraftctl pull [2021-04-12T15:56:21.584Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-12T15:56:21.584Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-12T15:56:21.584Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-12T15:56:21.584Z] Fetched 0 B in 0s (0 B/s) [2021-04-12T15:56:21.584Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-04-12T15:56:21.584Z] Fetched 0 B in 0s (0 B/s) [2021-04-12T15:56:21.584Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-04-12T15:56:21.584Z] Fetched 0 B in 0s (0 B/s) [2021-04-12T15:56:21.584Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-04-12T15:56:21.584Z] Fetched 0 B in 0s (0 B/s) [2021-04-12T15:56:21.584Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-04-12T15:56:21.584Z] Fetched 0 B in 0s (0 B/s) [2021-04-12T15:56:21.584Z] Pulling edgex-go [2021-04-12T15:56:21.584Z] + snapcraftctl pull [2021-04-12T15:56:38.055Z] ---> 1839f6963ef7 [2021-04-12T15:56:38.055Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-04-12T15:56:38.055Z] ---> bbf8ec5dc62b [2021-04-12T15:56:38.055Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-04-12T15:56:38.055Z] ---> 8f6f886ea58e [2021-04-12T15:56:38.055Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-04-12T15:56:38.055Z] ---> 5a004f0d57c6 [2021-04-12T15:56:38.055Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-04-12T15:56:38.055Z] ---> 901383c4295f [2021-04-12T15:56:38.055Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-12T15:56:38.055Z] ---> Running in b58a991aff99 [2021-04-12T15:56:38.055Z] ---> Running in d27e8c426403 [2021-04-12T15:56:38.055Z] ---> Running in 8e9148c0edfc [2021-04-12T15:56:38.055Z] ---> Running in d0d86839a1fc [2021-04-12T15:56:38.055Z] ---> Running in c32cc226a453 [2021-04-12T15:56:38.055Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-04-12T15:56:38.657Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-04-12T15:56:38.933Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-04-12T15:56:38.933Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-04-12T15:56:38.933Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-04-12T15:56:43.569Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-12T15:56:43.569Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-12T15:56:43.569Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-12T15:56:43.569Z] Fetched 0 B in 0s (0 B/s) [2021-04-12T15:56:43.569Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-04-12T15:56:43.569Z] Fetched 96.5 kB in 0s (0 B/s) [2021-04-12T15:56:43.569Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-04-12T15:56:43.569Z] Fetched 279 kB in 0s (0 B/s) [2021-04-12T15:56:43.569Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-04-12T15:56:43.569Z] Fetched 122 kB in 0s (0 B/s) [2021-04-12T15:56:43.569Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-04-12T15:56:43.569Z] Fetched 77.8 kB in 0s (0 B/s) [2021-04-12T15:56:43.569Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-04-12T15:56:43.569Z] Fetched 8848 B in 0s (0 B/s) [2021-04-12T15:56:43.569Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-04-12T15:56:43.569Z] Fetched 47.8 kB in 0s (0 B/s) [2021-04-12T15:56:43.569Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-04-12T15:56:43.569Z] Fetched 45.6 kB in 0s (0 B/s) [2021-04-12T15:56:43.569Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-04-12T15:56:43.569Z] Fetched 15.0 kB in 0s (0 B/s) [2021-04-12T15:56:43.569Z] Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] [2021-04-12T15:56:43.569Z] Fetched 219 kB in 0s (0 B/s) [2021-04-12T15:56:43.569Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-04-12T15:56:43.569Z] Fetched 154 kB in 0s (0 B/s) [2021-04-12T15:56:43.569Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-04-12T15:56:43.569Z] Fetched 50.6 kB in 0s (0 B/s) [2021-04-12T15:56:43.569Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-04-12T15:56:43.569Z] Fetched 14.8 kB in 0s (0 B/s) [2021-04-12T15:56:43.569Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-04-12T15:56:43.569Z] Fetched 41.8 kB in 0s (0 B/s) [2021-04-12T15:56:43.569Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-04-12T15:56:43.569Z] Fetched 499 kB in 0s (0 B/s) [2021-04-12T15:56:43.569Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-04-12T15:56:43.569Z] Fetched 111 kB in 0s (0 B/s) [2021-04-12T15:56:43.569Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-04-12T15:56:43.569Z] Fetched 240 kB in 0s (0 B/s) [2021-04-12T15:56:43.569Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-04-12T15:56:43.569Z] Fetched 29.3 kB in 0s (0 B/s) [2021-04-12T15:56:43.569Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-04-12T15:56:43.569Z] Fetched 85.5 kB in 0s (0 B/s) [2021-04-12T15:56:43.569Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-04-12T15:56:43.569Z] Fetched 24.5 kB in 0s (0 B/s) [2021-04-12T15:56:43.569Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-04-12T15:56:43.569Z] Fetched 49.2 kB in 0s (0 B/s) [2021-04-12T15:56:43.569Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-04-12T15:56:43.569Z] Fetched 54.2 kB in 0s (0 B/s) [2021-04-12T15:56:43.569Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-04-12T15:56:43.569Z] Fetched 30.8 kB in 0s (0 B/s) [2021-04-12T15:56:43.570Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-04-12T15:56:43.570Z] Fetched 15.8 kB in 0s (0 B/s) [2021-04-12T15:56:43.570Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-04-12T15:56:43.570Z] Fetched 85.9 kB in 0s (0 B/s) [2021-04-12T15:56:43.570Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-04-12T15:56:43.570Z] Fetched 8720 B in 0s (0 B/s) [2021-04-12T15:56:43.570Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-04-12T15:56:43.570Z] Fetched 137 kB in 0s (0 B/s) [2021-04-12T15:56:43.570Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-04-12T15:56:43.570Z] Fetched 119 kB in 0s (0 B/s) [2021-04-12T15:56:43.570Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-04-12T15:56:43.570Z] Fetched 109 kB in 0s (0 B/s) [2021-04-12T15:56:43.570Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-04-12T15:56:43.570Z] Fetched 11.1 kB in 0s (0 B/s) [2021-04-12T15:56:43.570Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-04-12T15:56:43.570Z] Fetched 645 kB in 0s (0 B/s) [2021-04-12T15:56:43.570Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-04-12T15:56:43.570Z] Fetched 41.3 kB in 0s (0 B/s) [2021-04-12T15:56:43.570Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-04-12T15:56:43.570Z] Fetched 17.9 kB in 0s (0 B/s) [2021-04-12T15:56:43.570Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-04-12T15:56:43.570Z] Fetched 368 kB in 0s (0 B/s) [2021-04-12T15:56:43.570Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-04-12T15:56:43.570Z] Fetched 187 kB in 0s (0 B/s) [2021-04-12T15:56:43.570Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-04-12T15:56:43.570Z] Fetched 175 kB in 0s (0 B/s) [2021-04-12T15:56:43.570Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-04-12T15:56:43.570Z] Fetched 206 kB in 0s (0 B/s) [2021-04-12T15:56:43.570Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] [2021-04-12T15:56:43.570Z] Fetched 1301 kB in 0s (0 B/s) [2021-04-12T15:56:43.570Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-04-12T15:56:43.570Z] Fetched 36.2 kB in 0s (0 B/s) [2021-04-12T15:56:43.570Z] Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] [2021-04-12T15:56:43.570Z] Fetched 159 kB in 0s (0 B/s) [2021-04-12T15:56:43.570Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-04-12T15:56:43.570Z] Fetched 107 kB in 0s (0 B/s) [2021-04-12T15:56:43.570Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-04-12T15:56:43.570Z] Fetched 48.7 kB in 0s (0 B/s) [2021-04-12T15:56:43.570Z] Pulling static-packages [2021-04-12T15:56:43.570Z] + snapcraftctl pull [2021-04-12T15:56:43.831Z] Pulling version [2021-04-12T15:56:43.831Z] + cd /root/project [2021-04-12T15:56:43.831Z] + [ -f VERSION ] [2021-04-12T15:56:43.831Z] + PROJECT_VERSION=local-dev [2021-04-12T15:56:43.831Z] + git rev-parse --short HEAD [2021-04-12T15:56:43.831Z] + GIT_REVISION=eb974e5f [2021-04-12T15:56:43.831Z] + snapcraftctl set-version local-dev [2021-04-12T15:56:44.778Z] Skipping build go-build-helper (already ran) [2021-04-12T15:56:45.039Z] Building app-service-config [2021-04-12T15:56:45.039Z] + make build [2021-04-12T15:56:45.039Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.43 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable [2021-04-12T15:56:47.595Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.43 [2021-04-12T15:56:47.595Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.32 [2021-04-12T15:56:47.595Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.64 [2021-04-12T15:56:47.595Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.4 [2021-04-12T15:56:47.595Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-04-12T15:56:47.595Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.8 [2021-04-12T15:56:47.595Z] go: downloading github.com/google/uuid v1.2.0 [2021-04-12T15:56:47.595Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-04-12T15:56:47.595Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.14 [2021-04-12T15:56:47.595Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-04-12T15:56:47.595Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.3 [2021-04-12T15:56:47.595Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.5 [2021-04-12T15:56:47.595Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-04-12T15:56:47.856Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-04-12T15:56:48.116Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-04-12T15:56:48.116Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-04-12T15:56:48.116Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-04-12T15:56:48.116Z] go: downloading github.com/pebbe/zmq4 v1.2.7 [2021-04-12T15:56:48.116Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-04-12T15:56:48.116Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2021-04-12T15:56:48.116Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-04-12T15:56:48.116Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-04-12T15:56:48.116Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-04-12T15:56:48.116Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-04-12T15:56:48.116Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-04-12T15:56:48.116Z] go: downloading github.com/go-playground/validator/v10 v10.4.1 [2021-04-12T15:56:48.383Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-04-12T15:56:48.383Z] go: downloading github.com/x448/float16 v0.8.4 [2021-04-12T15:56:48.383Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-04-12T15:56:48.383Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-04-12T15:56:48.383Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-04-12T15:56:48.383Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-04-12T15:56:48.383Z] go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 [2021-04-12T15:56:48.383Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-04-12T15:56:48.383Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-04-12T15:56:48.383Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-04-12T15:56:48.383Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-04-12T15:56:48.383Z] go: downloading github.com/fatih/color v1.9.0 [2021-04-12T15:56:48.383Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-04-12T15:56:48.383Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-04-12T15:56:48.645Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-04-12T15:56:48.645Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-04-12T15:56:48.645Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-04-12T15:56:48.645Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-04-12T15:56:48.645Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-04-12T15:56:58.648Z] + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable [2021-04-12T15:56:58.648Z] + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml [2021-04-12T15:56:58.648Z] + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt [2021-04-12T15:56:58.648Z] + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE [2021-04-12T15:56:59.221Z] Building config-common [2021-04-12T15:56:59.221Z] + snapcraftctl build [2021-04-12T15:57:01.137Z] Building edgex-go [2021-04-12T15:57:01.398Z] + cd /root/parts/edgex-go/src [2021-04-12T15:57:01.398Z] + make build [2021-04-12T15:57:01.398Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-04-12T15:57:01.971Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-04-12T15:57:01.971Z] go: downloading github.com/imdario/mergo v0.3.12 [2021-04-12T15:57:01.971Z] go: downloading github.com/pkg/errors v0.8.1 [2021-04-12T15:57:05.318Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-04-12T15:57:05.318Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-04-12T15:57:10.607Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-04-12T15:57:11.548Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-04-12T15:57:13.463Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-04-12T15:57:13.725Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-04-12T15:57:13.995Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-04-12T15:57:14.272Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-04-12T15:57:14.272Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-04-12T15:57:14.272Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-04-12T15:57:16.249Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-04-12T15:57:16.249Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-04-12T15:57:16.249Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-04-12T15:57:17.635Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-04-12T15:57:19.046Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-04-12T15:57:20.461Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-04-12T15:57:21.852Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-04-12T15:57:21.852Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-04-12T15:57:23.256Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-04-12T15:57:23.256Z] go: downloading github.com/lib/pq v1.9.0 [2021-04-12T15:57:25.382Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-04-12T15:57:25.382Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-04-12T15:57:25.382Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-04-12T15:57:25.382Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-04-12T15:57:25.382Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-04-12T15:57:25.382Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-04-12T15:57:25.382Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-04-12T15:57:25.382Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-04-12T15:57:25.382Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-04-12T15:57:25.382Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-04-12T15:57:25.382Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-04-12T15:57:25.382Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-04-12T15:57:25.382Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-04-12T15:57:25.382Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-04-12T15:57:25.382Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-04-12T15:57:25.382Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-04-12T15:57:25.382Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-04-12T15:57:25.382Z] + install -DT ./cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /root/parts/edgex-go/install/config/security-file-token-provider/res/configuration.toml [2021-04-12T15:57:25.383Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-04-12T15:57:25.383Z] + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml [2021-04-12T15:57:25.383Z] + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml [2021-04-12T15:57:25.383Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-04-12T15:57:25.383Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-04-12T15:57:25.383Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-04-12T15:57:25.383Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-04-12T15:57:25.383Z] + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json [2021-04-12T15:57:28.367Z] Building static-packages [2021-04-12T15:57:28.367Z] + snapcraftctl build [2021-04-12T15:57:30.563Z] Building version [2021-04-12T15:57:30.563Z] + snapcraftctl build [2021-04-12T15:57:32.478Z] Skipping stage go-build-helper (already ran) [2021-04-12T15:57:32.478Z] Staging app-service-config [2021-04-12T15:57:32.478Z] + snapcraftctl stage [2021-04-12T15:57:33.419Z] Staging config-common [2021-04-12T15:57:33.419Z] + snapcraftctl stage [2021-04-12T15:57:34.806Z] Staging edgex-go [2021-04-12T15:57:34.806Z] + snapcraftctl stage [2021-04-12T15:57:35.750Z] Staging static-packages [2021-04-12T15:57:35.750Z] + snapcraftctl stage [2021-04-12T15:57:36.692Z] Staging version [2021-04-12T15:57:36.692Z] + snapcraftctl stage [2021-04-12T15:57:37.634Z] Priming go-build-helper [2021-04-12T15:57:37.634Z] + snapcraftctl prime [2021-04-12T15:57:39.017Z] Priming app-service-config [2021-04-12T15:57:39.017Z] + snapcraftctl prime [2021-04-12T15:57:40.398Z] Priming config-common [2021-04-12T15:57:40.398Z] + snapcraftctl prime [2021-04-12T15:57:41.366Z] Priming edgex-go [2021-04-12T15:57:41.366Z] + snapcraftctl prime [2021-04-12T15:57:42.789Z] Priming static-packages [2021-04-12T15:57:42.789Z] + snapcraftctl prime [2021-04-12T15:57:44.703Z] Priming version [2021-04-12T15:57:44.703Z] + snapcraftctl prime [2021-04-12T15:57:46.095Z] 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-04-12T15:58:15.805Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-04-12T15:58:28.324Z] Removing intermediate container d0d86839a1fc [2021-04-12T15:58:28.324Z] ---> da4735ebf45b [2021-04-12T15:58:28.324Z] [2021-04-12T15:58:28.324Z] Step 10/24 : FROM alpine:3.12 [2021-04-12T15:58:28.324Z] 3.12: Pulling from library/alpine [2021-04-12T15:58:28.324Z] Removing intermediate container 8e9148c0edfc [2021-04-12T15:58:28.324Z] ---> add5e31d8162 [2021-04-12T15:58:28.324Z] [2021-04-12T15:58:28.324Z] Step 10/31 : FROM alpine:3.12 [2021-04-12T15:58:28.324Z] 3.12: Pulling from library/alpine [2021-04-12T15:58:29.342Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-12T15:58:29.342Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-12T15:58:29.342Z] Status: Downloaded newer image for alpine:3.12 [2021-04-12T15:58:29.342Z] ---> d75e27dfc0a0 [2021-04-12T15:58:29.342Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-04-12T15:58:29.342Z] Status: Image is up to date for alpine:3.12 [2021-04-12T15:58:29.342Z] ---> d75e27dfc0a0 [2021-04-12T15:58:29.342Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-12T15:58:30.347Z] ---> Running in af577e07da64 [2021-04-12T15:58:30.347Z] ---> Running in 4128a56677a3 [2021-04-12T15:58:30.951Z] Removing intermediate container b58a991aff99 [2021-04-12T15:58:30.951Z] ---> 88cb0a297575 [2021-04-12T15:58:30.951Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-12T15:58:31.550Z] Removing intermediate container af577e07da64 [2021-04-12T15:58:31.550Z] ---> 64393d4a7387 [2021-04-12T15:58:31.550Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-12T15:58:31.550Z] ---> Running in 6d3fe9c5c8bd [2021-04-12T15:58:31.550Z] ---> Running in 76fc7b9b19dc [2021-04-12T15:58:33.021Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-12T15:58:33.021Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-12T15:58:33.632Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-12T15:58:33.633Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-04-12T15:58:33.913Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-12T15:58:33.913Z] (3/6) Installing libcurl (7.69.1-r3) [2021-04-12T15:58:33.913Z] (4/6) Installing curl (7.69.1-r3) [2021-04-12T15:58:33.913Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-12T15:58:33.913Z] (6/6) Installing su-exec (0.2-r1) [2021-04-12T15:58:33.913Z] Executing busybox-1.31.1-r20.trigger [2021-04-12T15:58:33.913Z] Executing ca-certificates-20191127-r4.trigger [2021-04-12T15:58:33.913Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-12T15:58:34.202Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-12T15:58:34.485Z] OK: 7 MiB in 20 packages [2021-04-12T15:58:34.766Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-12T15:58:34.766Z] (2/2) Installing su-exec (0.2-r1) [2021-04-12T15:58:34.766Z] Executing busybox-1.31.1-r20.trigger [2021-04-12T15:58:35.046Z] OK: 5 MiB in 16 packages [2021-04-12T15:58:37.051Z] Removing intermediate container d27e8c426403 [2021-04-12T15:58:37.051Z] ---> c64bf0d3011e [2021-04-12T15:58:37.051Z] [2021-04-12T15:58:37.051Z] Step 10/23 : FROM alpine:3.12 [2021-04-12T15:58:37.051Z] ---> d75e27dfc0a0 [2021-04-12T15:58:37.051Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-12T15:58:37.649Z] ---> Running in 5da36300c404 [2021-04-12T15:58:37.920Z] Removing intermediate container 76fc7b9b19dc [2021-04-12T15:58:37.920Z] ---> 2f6a89ce6918 [2021-04-12T15:58:37.920Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-12T15:58:38.197Z] Removing intermediate container 4128a56677a3 [2021-04-12T15:58:38.197Z] ---> c402c63ac34f [2021-04-12T15:58:38.197Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-12T15:58:38.476Z] ---> Running in e4ec70d18641 [2021-04-12T15:58:38.476Z] ---> Running in 15f324fa9d4d [2021-04-12T15:58:39.086Z] Removing intermediate container 6d3fe9c5c8bd [2021-04-12T15:58:39.086Z] ---> 8eaf4c03228a [2021-04-12T15:58:39.086Z] [2021-04-12T15:58:39.086Z] Step 11/23 : FROM docker:20.10.0 [2021-04-12T15:58:39.359Z] 20.10.0: Pulling from library/docker [2021-04-12T15:58:39.359Z] Removing intermediate container e4ec70d18641 [2021-04-12T15:58:39.359Z] Removing intermediate container 15f324fa9d4d [2021-04-12T15:58:39.359Z] ---> 94c571da233a [2021-04-12T15:58:39.359Z] Step 13/24 : WORKDIR / [2021-04-12T15:58:39.359Z] ---> 82873a1095d0 [2021-04-12T15:58:39.359Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-12T15:58:39.632Z] ---> Running in 2607a0905d45 [2021-04-12T15:58:39.632Z] ---> Running in 714d3f487b5b [2021-04-12T15:58:39.632Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-12T15:58:39.907Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-12T15:58:40.561Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-12T15:58:40.561Z] Executing busybox-1.31.1-r20.trigger [2021-04-12T15:58:40.561Z] OK: 5 MiB in 15 packages [2021-04-12T15:58:40.561Z] Removing intermediate container 2607a0905d45 [2021-04-12T15:58:40.561Z] ---> 294c5233db8b [2021-04-12T15:58:40.561Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-12T15:58:40.865Z] Removing intermediate container 714d3f487b5b [2021-04-12T15:58:40.865Z] ---> ffb46fce5a1b [2021-04-12T15:58:40.866Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-04-12T15:58:40.866Z] ---> Running in 832118e5767b [2021-04-12T15:58:42.369Z] ---> e5ad7fd67ef8 [2021-04-12T15:58:42.369Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-04-12T15:58:43.811Z] Removing intermediate container 5da36300c404 [2021-04-12T15:58:43.811Z] ---> 6e9c71d1e1b9 [2021-04-12T15:58:43.811Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-12T15:58:44.087Z] ---> f7cca83ca828 [2021-04-12T15:58:44.087Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-12T15:58:44.088Z] ---> Running in 71e9eb1a87c5 [2021-04-12T15:58:44.685Z] Removing intermediate container c32cc226a453 [2021-04-12T15:58:44.685Z] ---> b25f40292dde [2021-04-12T15:58:44.685Z] [2021-04-12T15:58:44.685Z] Step 10/23 : FROM alpine:3.12 [2021-04-12T15:58:44.685Z] ---> d75e27dfc0a0 [2021-04-12T15:58:44.685Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-12T15:58:44.685Z] ---> Using cache [2021-04-12T15:58:44.685Z] ---> 6e9c71d1e1b9 [2021-04-12T15:58:44.685Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-12T15:58:44.685Z] ---> Using cache [2021-04-12T15:58:44.685Z] ---> cc0de7298cc8 [2021-04-12T15:58:44.685Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-12T15:58:44.958Z] Removing intermediate container 71e9eb1a87c5 [2021-04-12T15:58:44.958Z] ---> cc0de7298cc8 [2021-04-12T15:58:44.958Z] Step 13/23 : ENV APP_PORT=48082 [2021-04-12T15:58:45.561Z] ---> Running in 4c4b729fc4c2 [2021-04-12T15:58:45.561Z] Removing intermediate container 832118e5767b [2021-04-12T15:58:45.561Z] ---> 793e39d3e4f7 [2021-04-12T15:58:45.561Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-12T15:58:45.561Z] ---> 7b9ad08e2a77 [2021-04-12T15:58:45.561Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-12T15:58:45.561Z] ---> Running in 0cd69673e015 [2021-04-12T15:58:45.838Z] ---> Running in f8971157d69b [2021-04-12T15:58:46.110Z] Removing intermediate container 4c4b729fc4c2 [2021-04-12T15:58:46.110Z] ---> d8bb42820119 [2021-04-12T15:58:46.110Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-12T15:58:46.717Z] Removing intermediate container 0cd69673e015 [2021-04-12T15:58:46.718Z] ---> fcbf8a6033aa [2021-04-12T15:58:46.718Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-12T15:58:46.718Z] ---> Running in 46fae8468928 [2021-04-12T15:58:46.718Z] Removing intermediate container f8971157d69b [2021-04-12T15:58:46.718Z] ---> 1e5f41fc3180 [2021-04-12T15:58:46.718Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-12T15:58:46.993Z] ---> Running in c93c9a8d7719 [2021-04-12T15:58:47.588Z] Removing intermediate container 46fae8468928 [2021-04-12T15:58:47.588Z] ---> e852377fd9db [2021-04-12T15:58:47.588Z] Step 15/23 : WORKDIR / [2021-04-12T15:58:47.588Z] ---> 84043bda9013 [2021-04-12T15:58:47.588Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-12T15:58:47.858Z] ---> Running in dcaade65c7da [2021-04-12T15:58:47.858Z] Removing intermediate container c93c9a8d7719 [2021-04-12T15:58:47.859Z] ---> 4b73afa7a0ea [2021-04-12T15:58:47.859Z] Step 15/23 : WORKDIR / [2021-04-12T15:58:48.146Z] ---> 7cb1149e9781 [2021-04-12T15:58:48.146Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-12T15:58:48.445Z] ---> Running in bf54fc9f9a19 [2021-04-12T15:58:48.717Z] ---> Running in 60a0dd19ad86 [2021-04-12T15:58:49.327Z] Removing intermediate container dcaade65c7da [2021-04-12T15:58:49.327Z] ---> 243413b0a730 [2021-04-12T15:58:49.327Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-12T15:58:49.603Z] ---> c8ef8a0b8b5f [2021-04-12T15:58:49.603Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-12T15:58:49.603Z] Removing intermediate container bf54fc9f9a19 [2021-04-12T15:58:49.603Z] ---> 6e69fa110613 [2021-04-12T15:58:49.603Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-12T15:58:50.590Z] ---> 6f8af522ed8c [2021-04-12T15:58:50.590Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-12T15:58:51.580Z] ---> ca18ec21a372 [2021-04-12T15:58:51.580Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-04-12T15:58:51.580Z] ---> 3bebefd6f0f5 [2021-04-12T15:58:51.580Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-04-12T15:58:52.189Z] ---> Running in c78be8af1d5c [2021-04-12T15:58:52.789Z] ---> 669f833c7ca4 [2021-04-12T15:58:52.789Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-04-12T15:58:53.393Z] ---> ea7ed3ac4761 [2021-04-12T15:58:53.393Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-12T15:58:53.991Z] Removing intermediate container 60a0dd19ad86 [2021-04-12T15:58:53.991Z] ---> bd5d618bd6db [2021-04-12T15:58:53.991Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-12T15:58:54.264Z] ---> 7407ca794901 [2021-04-12T15:58:54.264Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-04-12T15:58:54.539Z] ---> Running in 5761a836e25d [2021-04-12T15:58:54.812Z] ---> 814800d7cbda [2021-04-12T15:58:54.812Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-04-12T15:58:55.087Z] ---> Running in 163955a6e1cd [2021-04-12T15:58:55.360Z] ---> 6ed0376e8455 [2021-04-12T15:58:55.360Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-12T15:58:55.360Z] Removing intermediate container 5761a836e25d [2021-04-12T15:58:55.360Z] ---> 6f4987f3a548 [2021-04-12T15:58:55.360Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-12T15:58:55.632Z] ---> Running in 1af6bef237a4 [2021-04-12T15:58:55.632Z] Removing intermediate container 163955a6e1cd [2021-04-12T15:58:55.632Z] ---> 7c072225f13e [2021-04-12T15:58:55.632Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-12T15:58:55.904Z] ---> Running in 26ccba8ddc1d [2021-04-12T15:58:56.178Z] Removing intermediate container c78be8af1d5c [2021-04-12T15:58:56.178Z] ---> 583db48f7420 [2021-04-12T15:58:56.178Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-04-12T15:58:56.178Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-12T15:58:56.178Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-12T15:58:56.178Z] Removing intermediate container 1af6bef237a4 [2021-04-12T15:58:56.178Z] ---> 2382f9328a91 [2021-04-12T15:58:56.178Z] Step 21/23 : LABEL arch=arm64 [2021-04-12T15:58:56.178Z] ---> eeaf43b92773 [2021-04-12T15:58:56.178Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2021-04-12T15:58:56.453Z] ---> Running in b35f9f3f360f [2021-04-12T15:58:56.453Z] ---> Running in c0a278aac2e0 [2021-04-12T15:58:56.453Z] ---> Running in 0db096fb24d1 [2021-04-12T15:58:56.730Z] Removing intermediate container 26ccba8ddc1d [2021-04-12T15:58:56.730Z] ---> af718541812f [2021-04-12T15:58:56.730Z] Step 21/23 : LABEL arch=arm64 [2021-04-12T15:58:57.017Z] ---> a2b48194d4c8 [2021-04-12T15:58:57.017Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-04-12T15:58:57.017Z] ---> Running in 838126a8efd9 [2021-04-12T15:58:57.017Z] Removing intermediate container b35f9f3f360f [2021-04-12T15:58:57.017Z] ---> 341ec27c1a13 [2021-04-12T15:58:57.017Z] Step 22/24 : LABEL arch=arm64 [2021-04-12T15:58:57.299Z] Removing intermediate container c0a278aac2e0 [2021-04-12T15:58:57.299Z] ---> bad61db7d586 [2021-04-12T15:58:57.299Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-04-12T15:58:57.299Z] Removing intermediate container 0db096fb24d1 [2021-04-12T15:58:57.299Z] ---> 6a4ebf2ba26d [2021-04-12T15:58:57.299Z] Step 22/23 : LABEL git_sha=eb974e5ff906fca496d59e54ab37c93c2b055a6e [2021-04-12T15:58:57.577Z] ---> Running in 0365481d3c72 [2021-04-12T15:58:57.577Z] ---> Running in 0e8afc397fef [2021-04-12T15:58:57.577Z] ---> Running in c7f8204b3f89 [2021-04-12T15:58:57.855Z] Removing intermediate container 838126a8efd9 [2021-04-12T15:58:57.855Z] ---> 41546b27e6b9 [2021-04-12T15:58:57.855Z] Step 22/23 : LABEL git_sha=eb974e5ff906fca496d59e54ab37c93c2b055a6e [2021-04-12T15:58:57.855Z] ---> 733ce7375ab4 [2021-04-12T15:58:57.855Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-12T15:58:58.132Z] ---> Running in 3ca20b683fb3 [2021-04-12T15:58:58.132Z] Removing intermediate container 0365481d3c72 [2021-04-12T15:58:58.132Z] ---> 486a0532d84b [2021-04-12T15:58:58.132Z] Step 23/24 : LABEL git_sha=eb974e5ff906fca496d59e54ab37c93c2b055a6e [2021-04-12T15:58:58.132Z] Removing intermediate container c7f8204b3f89 [2021-04-12T15:58:58.132Z] ---> 2e33612661ec [2021-04-12T15:58:58.132Z] Step 23/23 : LABEL version=0.0.0 [2021-04-12T15:58:58.406Z] ---> Running in b2cd33ca6a15 [2021-04-12T15:58:58.406Z] ---> Running in 7cb11b27437e [2021-04-12T15:58:58.678Z] Removing intermediate container 3ca20b683fb3 [2021-04-12T15:58:58.952Z] ---> a37f59980f56 [2021-04-12T15:58:58.952Z] Step 23/23 : LABEL version=0.0.0 [2021-04-12T15:58:58.952Z] ---> 0e98c5fdf65e [2021-04-12T15:58:58.952Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-12T15:58:59.224Z] ---> Running in 4590e605f0ee [2021-04-12T15:58:59.224Z] Removing intermediate container b2cd33ca6a15 [2021-04-12T15:58:59.224Z] ---> 8efc26921f99 [2021-04-12T15:58:59.224Z] [2021-04-12T15:58:59.224Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-12T15:58:59.224Z] Removing intermediate container 7cb11b27437e [2021-04-12T15:58:59.224Z] ---> 89e33c841568 [2021-04-12T15:58:59.224Z] Step 24/24 : LABEL version=0.0.0 [2021-04-12T15:58:59.497Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-12T15:58:59.497Z] ---> Running in 179d2aa9221e [2021-04-12T15:58:59.770Z] Successfully built 8efc26921f99 [2021-04-12T15:58:59.770Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-04-12T15:58:59.770Z]  Building docker-core-metadata-go ... done Building docker-core-data-go [2021-04-12T15:58:59.770Z] Removing intermediate container 4590e605f0ee [2021-04-12T15:58:59.770Z] ---> bb1b64a7895c [2021-04-12T15:58:59.770Z] [2021-04-12T15:59:00.052Z] ---> 716b33e306ba [2021-04-12T15:59:00.052Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-12T15:59:00.052Z] (1/39) Installing readline (8.0.4-r0) [2021-04-12T15:59:00.052Z] (2/39) Installing bash (5.0.17-r0) [2021-04-12T15:59:00.336Z] Executing bash-5.0.17-r0.post-install [2021-04-12T15:59:00.336Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-04-12T15:59:00.336Z] (4/39) Installing libcurl (7.69.1-r3) [2021-04-12T15:59:00.336Z] (5/39) Installing curl (7.69.1-r3) [2021-04-12T15:59:00.336Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-04-12T15:59:00.336Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-04-12T15:59:00.336Z] (8/39) Installing expat (2.2.9-r1) [2021-04-12T15:59:00.336Z] (9/39) Installing libffi (3.3-r2) [2021-04-12T15:59:00.336Z] Removing intermediate container 179d2aa9221e [2021-04-12T15:59:00.336Z] ---> cac9709d5815 [2021-04-12T15:59:00.336Z] [2021-04-12T15:59:00.336Z] (10/39) Installing gdbm (1.13-r1) [2021-04-12T15:59:00.336Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-04-12T15:59:00.336Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-04-12T15:59:00.336Z] Successfully built bb1b64a7895c [2021-04-12T15:59:00.612Z] (13/39) Installing python3 (3.8.8-r0) [2021-04-12T15:59:00.613Z] Successfully tagged docker-core-command-go-arm64:latest [2021-04-12T15:59:00.613Z] Building docker-support-notifications-go [2021-04-12T15:59:00.613Z]  Building docker-core-command-go ... done  ---> Running in b02924702bf2 [2021-04-12T15:59:00.885Z] Successfully built cac9709d5815 [2021-04-12T15:59:00.885Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-04-12T15:59:00.885Z]  Building docker-security-secretstore-setup-go ... done Building docker-security-proxy-setup-go [2021-04-12T15:59:01.483Z] Removing intermediate container b02924702bf2 [2021-04-12T15:59:01.483Z] ---> 75c37c796fa0 [2021-04-12T15:59:01.483Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-12T15:59:02.954Z] ---> 49a3be955e47 [2021-04-12T15:59:02.954Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-04-12T15:59:02.954Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-04-12T15:59:02.954Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-04-12T15:59:02.954Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-04-12T15:59:02.954Z] (17/39) Installing py3-six (1.15.0-r0) [2021-04-12T15:59:02.954Z] (18/39) Installing py3-packaging (20.4-r0) [2021-04-12T15:59:02.954Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-04-12T15:59:02.954Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-04-12T15:59:03.233Z] (21/39) Installing py3-idna (2.9-r0) [2021-04-12T15:59:03.234Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-04-12T15:59:03.234Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-04-12T15:59:03.234Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-04-12T15:59:03.234Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-04-12T15:59:03.234Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-04-12T15:59:03.234Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-04-12T15:59:03.234Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-04-12T15:59:03.234Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-04-12T15:59:03.234Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-04-12T15:59:03.234Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-04-12T15:59:03.234Z] ---> Running in 08d5b8e281e2 [2021-04-12T15:59:03.514Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-04-12T15:59:03.514Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-04-12T15:59:03.514Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-04-12T15:59:03.514Z] (35/39) Installing py3-progress (1.5-r0) [2021-04-12T15:59:03.514Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-04-12T15:59:03.514Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-04-12T15:59:03.514Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-04-12T15:59:03.514Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-04-12T15:59:03.791Z] Executing busybox-1.31.1-r19.trigger [2021-04-12T15:59:03.791Z] OK: 72 MiB in 59 packages [2021-04-12T15:59:08.159Z] Removing intermediate container 08d5b8e281e2 [2021-04-12T15:59:08.159Z] ---> 7dbaea997666 [2021-04-12T15:59:08.159Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-12T15:59:08.159Z] ---> Running in d85839fa3d44 [2021-04-12T15:59:08.776Z] Collecting docker-compose==1.23.2 [2021-04-12T15:59:08.776Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-12T15:59:08.776Z] Removing intermediate container d85839fa3d44 [2021-04-12T15:59:08.776Z] ---> 91ac1c25bde9 [2021-04-12T15:59:08.776Z] Step 28/31 : CMD ["gate"] [2021-04-12T15:59:09.383Z] ---> Running in 40e0163182ab [2021-04-12T15:59:09.657Z] Removing intermediate container 40e0163182ab [2021-04-12T15:59:09.657Z] ---> bfc21ec5fb13 [2021-04-12T15:59:09.657Z] Step 29/31 : LABEL arch=arm64 [2021-04-12T15:59:09.938Z] ---> Running in 0eff2f59c3c3 [2021-04-12T15:59:10.214Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-12T15:59:10.214Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-04-12T15:59:10.497Z] Removing intermediate container 0eff2f59c3c3 [2021-04-12T15:59:10.497Z] ---> 21b4461e462d [2021-04-12T15:59:10.497Z] Step 30/31 : LABEL git_sha=eb974e5ff906fca496d59e54ab37c93c2b055a6e [2021-04-12T15:59:10.770Z] Collecting texttable<0.10,>=0.9.0 [2021-04-12T15:59:10.770Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-12T15:59:11.047Z] ---> Running in 6bae7b15928a [2021-04-12T15:59:11.646Z] Removing intermediate container 6bae7b15928a [2021-04-12T15:59:11.646Z] ---> 9f167bd62d05 [2021-04-12T15:59:11.646Z] Step 31/31 : LABEL version=0.0.0 [2021-04-12T15:59:11.919Z] ---> Running in 6822c5e5223d [2021-04-12T15:59:12.520Z] Removing intermediate container 6822c5e5223d [2021-04-12T15:59:12.521Z] ---> 7d3f33819e5e [2021-04-12T15:59:12.521Z] [2021-04-12T15:59:13.122Z] Successfully built 7d3f33819e5e [2021-04-12T15:59:13.122Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-04-12T15:59:13.122Z]  Building docker-security-bootstrapper-go ... done Collecting dockerpty<0.5,>=0.4.1 [2021-04-12T15:59:13.122Z] Building docker-support-scheduler-go [2021-04-12T15:59:13.122Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-12T15:59:15.098Z] Collecting docopt<0.7,>=0.6.1 [2021-04-12T15:59:15.369Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-12T15:59:17.989Z] Collecting docker<4.0,>=3.6.0 [2021-04-12T15:59:17.989Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-12T15:59:18.582Z] Collecting cached-property<2,>=1.2.0 [2021-04-12T15:59:18.582Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-12T15:59:18.854Z] Collecting jsonschema<3,>=2.5.1 [2021-04-12T15:59:18.854Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-04-12T15:59:19.125Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-04-12T15:59:19.719Z] Collecting websocket-client<1.0,>=0.32.0 [2021-04-12T15:59:19.719Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-12T15:59:20.695Z] Collecting PyYAML<4,>=3.10 [2021-04-12T15:59:20.695Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-12T15:59:24.109Z] Collecting idna<2.8,>=2.5 [2021-04-12T15:59:24.109Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-12T15:59:24.109Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-04-12T15:59:24.109Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-04-12T15:59:24.704Z] Collecting urllib3<1.25,>=1.21.1 [2021-04-12T15:59:24.704Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-12T15:59:25.298Z] Collecting docker-pycreds>=0.4.0 [2021-04-12T15:59:25.298Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-12T15:59:25.298Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-12T15:59:25.298Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-12T15:59:25.298Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-12T15:59:25.298Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-12T15:59:26.733Z] Installing collected packages: idna, urllib3, requests, texttable, dockerpty, docopt, websocket-client, docker-pycreds, docker, cached-property, jsonschema, PyYAML, docker-compose [2021-04-12T15:59:26.733Z] Attempting uninstall: idna [2021-04-12T15:59:26.733Z] Found existing installation: idna 2.9 [2021-04-12T15:59:26.733Z] Uninstalling idna-2.9: [2021-04-12T15:59:26.733Z] Successfully uninstalled idna-2.9 [2021-04-12T15:59:27.344Z] Attempting uninstall: urllib3 [2021-04-12T15:59:27.344Z] Found existing installation: urllib3 1.25.9 [2021-04-12T15:59:27.344Z] Uninstalling urllib3-1.25.9: [2021-04-12T15:59:27.344Z] Successfully uninstalled urllib3-1.25.9 [2021-04-12T15:59:27.946Z] Attempting uninstall: requests [2021-04-12T15:59:27.946Z] Found existing installation: requests 2.23.0 [2021-04-12T15:59:27.946Z] Uninstalling requests-2.23.0: [2021-04-12T15:59:27.946Z] Successfully uninstalled requests-2.23.0 [2021-04-12T15:59:28.221Z] Running setup.py install for texttable: started [2021-04-12T15:59:30.855Z] Running setup.py install for texttable: finished with status 'done' [2021-04-12T15:59:30.855Z] Running setup.py install for dockerpty: started [2021-04-12T15:59:32.849Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-12T15:59:32.849Z] Running setup.py install for docopt: started [2021-04-12T15:59:34.864Z] Running setup.py install for docopt: finished with status 'done' [2021-04-12T15:59:36.852Z] Running setup.py install for PyYAML: started [2021-04-12T15:59:39.523Z] Running setup.py install for PyYAML: finished with status 'done' [2021-04-12T15:59:40.119Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 [2021-04-12T15:59:52.538Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-12T15:59:52.539Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-12T15:59:52.539Z] ---> ac35052f4c85 [2021-04-12T15:59:52.539Z] Step 3/23 : WORKDIR /edgex-go [2021-04-12T15:59:52.539Z] ---> Using cache [2021-04-12T15:59:52.539Z] ---> 26d4c2c455a3 [2021-04-12T15:59:52.539Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-12T15:59:52.539Z] ---> Using cache [2021-04-12T15:59:52.539Z] ---> b8e886d87b18 [2021-04-12T15:59:52.539Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-04-12T15:59:52.539Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-12T15:59:52.539Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-04-12T15:59:52.539Z] ---> ac35052f4c85 [2021-04-12T15:59:52.539Z] Step 3/21 : WORKDIR /edgex-go [2021-04-12T15:59:52.539Z] ---> Using cache [2021-04-12T15:59:52.539Z] ---> 26d4c2c455a3 [2021-04-12T15:59:52.539Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-12T15:59:52.539Z] ---> Using cache [2021-04-12T15:59:52.539Z] ---> b8e886d87b18 [2021-04-12T15:59:52.539Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-12T15:59:52.539Z] ---> Using cache [2021-04-12T15:59:52.539Z] ---> 45c51509328d [2021-04-12T15:59:52.539Z] Step 6/21 : COPY go.mod . [2021-04-12T15:59:52.539Z] ---> Using cache [2021-04-12T15:59:52.539Z] ---> 060f0d776895 [2021-04-12T15:59:52.539Z] Step 7/21 : RUN go mod download [2021-04-12T15:59:52.539Z] ---> Using cache [2021-04-12T15:59:52.539Z] ---> 43adf9c7e3ba [2021-04-12T15:59:52.539Z] Step 8/21 : COPY . . [2021-04-12T15:59:52.539Z] ---> Using cache [2021-04-12T15:59:52.539Z] ---> 5a004f0d57c6 [2021-04-12T15:59:52.539Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-04-12T15:59:52.539Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-12T15:59:52.539Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-12T15:59:52.539Z] ---> ac35052f4c85 [2021-04-12T15:59:52.539Z] Step 3/22 : WORKDIR /edgex-go [2021-04-12T15:59:52.539Z] ---> Using cache [2021-04-12T15:59:52.539Z] ---> 26d4c2c455a3 [2021-04-12T15:59:52.539Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-12T15:59:52.539Z] ---> Using cache [2021-04-12T15:59:52.539Z] ---> b8e886d87b18 [2021-04-12T15:59:52.539Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-12T15:59:52.539Z] ---> Running in 1e766665a667 [2021-04-12T15:59:52.539Z] ---> Running in 29661867242b [2021-04-12T15:59:52.539Z] ---> Running in 99efd7191f73 [2021-04-12T15:59:53.998Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-12T15:59:53.998Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-12T15:59:53.998Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-04-12T15:59:54.599Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-12T15:59:54.876Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-12T15:59:55.479Z] OK: 217 MiB in 51 packages [2021-04-12T15:59:55.764Z] OK: 217 MiB in 51 packages [2021-04-12T16:00:00.106Z] Removing intermediate container 1e766665a667 [2021-04-12T16:00:00.106Z] ---> 44b0090fb06d [2021-04-12T16:00:00.106Z] Step 6/23 : COPY go.mod . [2021-04-12T16:00:00.106Z] Removing intermediate container 99efd7191f73 [2021-04-12T16:00:00.106Z] ---> 585ae67a5541 [2021-04-12T16:00:00.106Z] Step 6/22 : COPY go.mod . [2021-04-12T16:00:00.712Z] Removing intermediate container 0e8afc397fef [2021-04-12T16:00:00.712Z] ---> c9f56ae42323 [2021-04-12T16:00:00.712Z] Step 14/23 : ENV APP_PORT=48090 [2021-04-12T16:00:00.986Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-12T16:00:00.986Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-12T16:00:00.986Z] ---> ac35052f4c85 [2021-04-12T16:00:00.986Z] Step 3/22 : WORKDIR /edgex-go [2021-04-12T16:00:00.986Z] ---> Using cache [2021-04-12T16:00:00.986Z] ---> 26d4c2c455a3 [2021-04-12T16:00:00.986Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-12T16:00:00.986Z] ---> Using cache [2021-04-12T16:00:00.986Z] ---> b8e886d87b18 [2021-04-12T16:00:00.986Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-12T16:00:00.986Z] ---> Using cache [2021-04-12T16:00:00.986Z] ---> 45c51509328d [2021-04-12T16:00:00.986Z] Step 6/22 : COPY go.mod . [2021-04-12T16:00:00.986Z] ---> Using cache [2021-04-12T16:00:00.986Z] ---> 060f0d776895 [2021-04-12T16:00:00.986Z] Step 7/22 : RUN go mod download [2021-04-12T16:00:00.986Z] ---> Using cache [2021-04-12T16:00:00.986Z] ---> 43adf9c7e3ba [2021-04-12T16:00:00.986Z] Step 8/22 : COPY . . [2021-04-12T16:00:01.265Z] ---> Running in d1ca5e714a6d [2021-04-12T16:00:01.265Z] ---> b44923ccaa84 [2021-04-12T16:00:01.265Z] Step 7/23 : RUN go mod download [2021-04-12T16:00:01.560Z] ---> Using cache [2021-04-12T16:00:01.560Z] ---> 5a004f0d57c6 [2021-04-12T16:00:01.560Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-04-12T16:00:01.560Z] ---> Running in ba74cdda0442 [2021-04-12T16:00:01.838Z] ---> Running in 925a4b58e978 [2021-04-12T16:00:01.838Z] ---> 6809bab00a51 [2021-04-12T16:00:01.838Z] Step 7/22 : RUN go mod download [2021-04-12T16:00:02.123Z] ---> Running in fab5a7a53250 [2021-04-12T16:00:02.402Z] Removing intermediate container d1ca5e714a6d [2021-04-12T16:00:02.402Z] ---> 9fbede6f9149 [2021-04-12T16:00:02.402Z] Step 15/23 : EXPOSE $APP_PORT [2021-04-12T16:00:02.682Z] ---> Running in 42b820918d69 [2021-04-12T16:00:03.679Z] Removing intermediate container 42b820918d69 [2021-04-12T16:00:03.679Z] ---> f7a88266f18e [2021-04-12T16:00:03.679Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-04-12T16:00:05.134Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-04-12T16:00:06.592Z] ---> 70b99465b647 [2021-04-12T16:00:06.592Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-04-12T16:00:08.044Z] Removing intermediate container ba74cdda0442 [2021-04-12T16:00:08.044Z] ---> 516cb3442650 [2021-04-12T16:00:08.044Z] Step 8/23 : COPY . . [2021-04-12T16:00:08.044Z] ---> b021e14fe328 [2021-04-12T16:00:08.044Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-12T16:00:08.648Z] Removing intermediate container fab5a7a53250 [2021-04-12T16:00:08.648Z] ---> b153a5b9394b [2021-04-12T16:00:08.648Z] Step 8/22 : COPY . . [2021-04-12T16:00:10.653Z] ---> 6761f9ba2ff5 [2021-04-12T16:00:10.653Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-12T16:00:10.930Z] ---> Running in 0154cc102d73 [2021-04-12T16:00:12.400Z] Removing intermediate container 0154cc102d73 [2021-04-12T16:00:12.400Z] ---> ab12ba03f36f [2021-04-12T16:00:12.400Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-12T16:00:13.396Z] ---> Running in 340f2b01962f [2021-04-12T16:00:15.399Z] Removing intermediate container 340f2b01962f [2021-04-12T16:00:15.399Z] ---> 6d69a387c3f5 [2021-04-12T16:00:15.399Z] Step 21/23 : LABEL arch=arm64 [2021-04-12T16:00:16.705Z] ---> Running in 950411efa13b [2021-04-12T16:00:19.370Z] Removing intermediate container 950411efa13b [2021-04-12T16:00:19.370Z] ---> f58c2c2b9e1d [2021-04-12T16:00:19.370Z] Step 22/23 : LABEL git_sha=eb974e5ff906fca496d59e54ab37c93c2b055a6e [2021-04-12T16:00:19.651Z] ---> Running in d05694ba364a [2021-04-12T16:00:20.670Z] Removing intermediate container d05694ba364a [2021-04-12T16:00:20.670Z] ---> e2c219c92cc3 [2021-04-12T16:00:20.670Z] Step 23/23 : LABEL version=0.0.0 [2021-04-12T16:00:21.278Z] ---> Running in 3917b1d29d63 [2021-04-12T16:00:22.273Z] Removing intermediate container 3917b1d29d63 [2021-04-12T16:00:22.273Z] ---> 6b41f175d46a [2021-04-12T16:00:22.273Z] [2021-04-12T16:00:24.274Z] Successfully built 6b41f175d46a [2021-04-12T16:00:24.274Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-04-12T16:00:39.455Z]  Building docker-sys-mgmt-agent-go ... done  ---> 11960c627e29 [2021-04-12T16:00:39.455Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-04-12T16:00:39.455Z] ---> 5b9c2eb71786 [2021-04-12T16:00:39.455Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-04-12T16:00:39.734Z] ---> Running in 13a095764d6a [2021-04-12T16:00:39.734Z] ---> Running in 22e1df1040e8 [2021-04-12T16:00:41.742Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-04-12T16:00:41.742Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-04-12T16:00:51.958Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-04-12T16:01:07.129Z] Removing intermediate container 29661867242b [2021-04-12T16:01:07.129Z] ---> 444ec8276b6b [2021-04-12T16:01:07.129Z] [2021-04-12T16:01:07.129Z] Step 10/21 : FROM alpine:3.12 [2021-04-12T16:01:07.129Z] ---> d75e27dfc0a0 [2021-04-12T16:01:07.129Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-04-12T16:01:07.129Z] ---> Running in fe9d044ee690 [2021-04-12T16:01:08.595Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-12T16:01:08.874Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-12T16:01:09.485Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-12T16:01:09.485Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-12T16:01:09.485Z] (3/4) Installing libcurl (7.69.1-r3) [2021-04-12T16:01:09.485Z] (4/4) Installing curl (7.69.1-r3) [2021-04-12T16:01:09.485Z] Executing busybox-1.31.1-r20.trigger [2021-04-12T16:01:09.485Z] Executing ca-certificates-20191127-r4.trigger [2021-04-12T16:01:09.767Z] OK: 7 MiB in 18 packages [2021-04-12T16:01:12.442Z] Removing intermediate container fe9d044ee690 [2021-04-12T16:01:12.442Z] ---> 91ef6864b20d [2021-04-12T16:01:12.442Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-12T16:01:12.744Z] ---> Running in 325adeae90c6 [2021-04-12T16:01:13.375Z] Removing intermediate container 325adeae90c6 [2021-04-12T16:01:13.375Z] ---> 427e9ecaa1f4 [2021-04-12T16:01:13.375Z] Step 13/21 : WORKDIR /edgex [2021-04-12T16:01:13.709Z] ---> Running in b70acde66eb1 [2021-04-12T16:01:14.310Z] Removing intermediate container b70acde66eb1 [2021-04-12T16:01:14.310Z] ---> 3aacd5f81664 [2021-04-12T16:01:14.310Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-12T16:01:15.769Z] ---> 7b6f4b33a942 [2021-04-12T16:01:15.769Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-12T16:01:17.244Z] ---> b842a142e41a [2021-04-12T16:01:17.244Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-12T16:01:19.241Z] ---> 2532bf2bb291 [2021-04-12T16:01:19.241Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-12T16:01:19.241Z] ---> Running in 1a2adb988a23 [2021-04-12T16:01:19.854Z] Removing intermediate container 1a2adb988a23 [2021-04-12T16:01:19.854Z] ---> 79f1de01472a [2021-04-12T16:01:19.854Z] Step 18/21 : CMD ["--init=true"] [2021-04-12T16:01:20.134Z] ---> Running in d9e732bee5b2 [2021-04-12T16:01:20.745Z] Removing intermediate container d9e732bee5b2 [2021-04-12T16:01:20.745Z] ---> ec947ab64e73 [2021-04-12T16:01:20.745Z] Step 19/21 : LABEL arch=arm64 [2021-04-12T16:01:21.031Z] ---> Running in 7e59e9b38db8 [2021-04-12T16:01:21.644Z] Removing intermediate container 7e59e9b38db8 [2021-04-12T16:01:21.644Z] ---> 0940fff1f964 [2021-04-12T16:01:21.644Z] Step 20/21 : LABEL git_sha=eb974e5ff906fca496d59e54ab37c93c2b055a6e [2021-04-12T16:01:21.644Z] ---> Running in d0994f21017e [2021-04-12T16:01:22.258Z] Removing intermediate container d0994f21017e [2021-04-12T16:01:22.258Z] ---> 23b10a1fed67 [2021-04-12T16:01:22.258Z] Step 21/21 : LABEL version=0.0.0 [2021-04-12T16:01:22.545Z] ---> Running in 1dbe74a7e0f0 [2021-04-12T16:01:23.165Z] Removing intermediate container 1dbe74a7e0f0 [2021-04-12T16:01:23.165Z] ---> 8fd518c1bbfb [2021-04-12T16:01:23.165Z] [2021-04-12T16:01:23.792Z] Successfully built 8fd518c1bbfb [2021-04-12T16:01:23.792Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-04-12T16:01:34.024Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 925a4b58e978 [2021-04-12T16:01:34.024Z] ---> 3793fd895135 [2021-04-12T16:01:34.024Z] [2021-04-12T16:01:34.024Z] Step 10/22 : FROM alpine:3.12 [2021-04-12T16:01:34.024Z] ---> d75e27dfc0a0 [2021-04-12T16:01:34.024Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-04-12T16:01:34.024Z] ---> Using cache [2021-04-12T16:01:34.024Z] ---> 6e9c71d1e1b9 [2021-04-12T16:01:34.024Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-12T16:01:34.024Z] ---> Using cache [2021-04-12T16:01:34.024Z] ---> cc0de7298cc8 [2021-04-12T16:01:34.024Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-12T16:01:34.024Z] ---> Running in f4d635dc9598 [2021-04-12T16:01:34.024Z] Removing intermediate container f4d635dc9598 [2021-04-12T16:01:34.024Z] ---> 70648b7c64ff [2021-04-12T16:01:34.024Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-12T16:01:34.024Z] ---> Running in 1ce58bc6cc25 [2021-04-12T16:01:34.304Z] Removing intermediate container 1ce58bc6cc25 [2021-04-12T16:01:34.304Z] ---> f4e48150338b [2021-04-12T16:01:34.304Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-12T16:01:35.759Z] ---> 828f94314370 [2021-04-12T16:01:35.760Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-12T16:01:37.770Z] ---> 4eb2382e697b [2021-04-12T16:01:37.771Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-04-12T16:01:38.763Z] ---> 0e6bd4aa1233 [2021-04-12T16:01:38.763Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-04-12T16:01:39.044Z] ---> Running in 094c849d3385 [2021-04-12T16:01:39.671Z] Removing intermediate container 094c849d3385 [2021-04-12T16:01:39.671Z] ---> 4212c9be1920 [2021-04-12T16:01:39.671Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-12T16:01:39.671Z] ---> Running in 694a9737ceb1 [2021-04-12T16:01:40.671Z] Removing intermediate container 694a9737ceb1 [2021-04-12T16:01:40.671Z] ---> f5f09546805c [2021-04-12T16:01:40.671Z] Step 20/22 : LABEL arch=arm64 [2021-04-12T16:01:40.671Z] ---> Running in e3408edff80e [2021-04-12T16:01:41.294Z] Removing intermediate container e3408edff80e [2021-04-12T16:01:41.294Z] ---> bd1b6ed9740e [2021-04-12T16:01:41.294Z] Step 21/22 : LABEL git_sha=eb974e5ff906fca496d59e54ab37c93c2b055a6e [2021-04-12T16:01:41.579Z] ---> Running in 3bf9bf9efa11 [2021-04-12T16:01:42.185Z] Removing intermediate container 3bf9bf9efa11 [2021-04-12T16:01:42.185Z] ---> 3030e423dc85 [2021-04-12T16:01:42.185Z] Step 22/22 : LABEL version=0.0.0 [2021-04-12T16:01:42.185Z] ---> Running in 1c781eb0823c [2021-04-12T16:01:43.196Z] Removing intermediate container 1c781eb0823c [2021-04-12T16:01:43.197Z] ---> 5c2ec176165b [2021-04-12T16:01:43.197Z] [2021-04-12T16:01:43.475Z] Successfully built 5c2ec176165b [2021-04-12T16:01:43.475Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-04-12T16:02:01.903Z]  Building docker-support-scheduler-go ... done Removing intermediate container 22e1df1040e8 [2021-04-12T16:02:01.903Z] ---> b429d82ca87b [2021-04-12T16:02:01.903Z] [2021-04-12T16:02:01.903Z] Step 10/22 : FROM alpine:3.12 [2021-04-12T16:02:01.903Z] ---> d75e27dfc0a0 [2021-04-12T16:02:01.903Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-04-12T16:02:01.903Z] ---> Running in 12fccedfdaf1 [2021-04-12T16:02:01.903Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-12T16:02:01.903Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-12T16:02:02.176Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-12T16:02:02.451Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-12T16:02:02.451Z] Executing busybox-1.31.1-r20.trigger [2021-04-12T16:02:02.451Z] Executing ca-certificates-20191127-r4.trigger [2021-04-12T16:02:02.451Z] OK: 6 MiB in 16 packages [2021-04-12T16:02:04.427Z] Removing intermediate container 12fccedfdaf1 [2021-04-12T16:02:04.427Z] ---> f73cede98102 [2021-04-12T16:02:04.427Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-12T16:02:04.701Z] ---> Running in 67a18829562e [2021-04-12T16:02:05.296Z] Removing intermediate container 67a18829562e [2021-04-12T16:02:05.296Z] ---> 0cdb1a6a6d65 [2021-04-12T16:02:05.296Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-12T16:02:05.296Z] ---> Running in 3b1a2c9e746e [2021-04-12T16:02:06.271Z] Removing intermediate container 3b1a2c9e746e [2021-04-12T16:02:06.271Z] ---> d2c26eda4b24 [2021-04-12T16:02:06.271Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-12T16:02:06.550Z] ---> Running in ba34be688608 [2021-04-12T16:02:07.146Z] Removing intermediate container ba34be688608 [2021-04-12T16:02:07.146Z] ---> 243c28ded422 [2021-04-12T16:02:07.146Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-12T16:02:07.434Z] Removing intermediate container 13a095764d6a [2021-04-12T16:02:07.434Z] ---> 93e066def042 [2021-04-12T16:02:07.434Z] [2021-04-12T16:02:07.434Z] Step 10/23 : FROM alpine:3.12 [2021-04-12T16:02:07.434Z] ---> d75e27dfc0a0 [2021-04-12T16:02:07.434Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-12T16:02:07.706Z] ---> Running in 959b432a8bb4 [2021-04-12T16:02:07.979Z] ---> ffe2c0f02ed0 [2021-04-12T16:02:07.979Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-04-12T16:02:08.253Z] Removing intermediate container 959b432a8bb4 [2021-04-12T16:02:08.253Z] ---> f83eb529f7a1 [2021-04-12T16:02:08.253Z] Step 12/23 : ENV APP_PORT=48080 [2021-04-12T16:02:08.526Z] ---> Running in 498256a80960 [2021-04-12T16:02:09.173Z] Removing intermediate container 498256a80960 [2021-04-12T16:02:09.173Z] ---> 09c95616f80b [2021-04-12T16:02:09.173Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-12T16:02:09.173Z] ---> 6abe296a718c [2021-04-12T16:02:09.173Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-12T16:02:09.173Z] ---> Running in fb0bc533a573 [2021-04-12T16:02:09.773Z] Removing intermediate container fb0bc533a573 [2021-04-12T16:02:09.773Z] ---> dcd4bf212b1b [2021-04-12T16:02:09.773Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-12T16:02:09.773Z] ---> Running in 4f2873661786 [2021-04-12T16:02:10.056Z] ---> f48fa6335c3e [2021-04-12T16:02:10.056Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-12T16:02:10.056Z] ---> Running in 88061e785fbc [2021-04-12T16:02:10.660Z] Removing intermediate container 88061e785fbc [2021-04-12T16:02:10.660Z] ---> c9327d31598c [2021-04-12T16:02:10.660Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-12T16:02:10.933Z] ---> Running in 0f190098be3a [2021-04-12T16:02:11.529Z] Removing intermediate container 0f190098be3a [2021-04-12T16:02:11.529Z] ---> af2470e3c3a2 [2021-04-12T16:02:11.529Z] Step 20/22 : LABEL arch=arm64 [2021-04-12T16:02:11.529Z] ---> Running in 3b227229febd [2021-04-12T16:02:12.122Z] Removing intermediate container 3b227229febd [2021-04-12T16:02:12.122Z] ---> 78d6122049fb [2021-04-12T16:02:12.122Z] Step 21/22 : LABEL git_sha=eb974e5ff906fca496d59e54ab37c93c2b055a6e [2021-04-12T16:02:12.122Z] Removing intermediate container 4f2873661786 [2021-04-12T16:02:12.122Z] ---> a97fb4a6dee5 [2021-04-12T16:02:12.122Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-12T16:02:12.396Z] ---> Running in 954bd347e491 [2021-04-12T16:02:12.396Z] ---> Running in 0ce19576d925 [2021-04-12T16:02:12.993Z] Removing intermediate container 954bd347e491 [2021-04-12T16:02:12.993Z] ---> b894bade5538 [2021-04-12T16:02:12.993Z] Step 22/22 : LABEL version=0.0.0 [2021-04-12T16:02:12.993Z] ---> Running in a644318db6cc [2021-04-12T16:02:13.588Z] Removing intermediate container a644318db6cc [2021-04-12T16:02:13.588Z] ---> 6ef27ae59494 [2021-04-12T16:02:13.588Z] [2021-04-12T16:02:13.588Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-12T16:02:13.859Z] Successfully built 6ef27ae59494 [2021-04-12T16:02:13.859Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-04-12T16:02:14.129Z]  Building docker-support-notifications-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-12T16:02:15.100Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-12T16:02:15.100Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-12T16:02:15.100Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-12T16:02:15.100Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-12T16:02:15.370Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-12T16:02:15.641Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-12T16:02:15.641Z] Executing busybox-1.31.1-r20.trigger [2021-04-12T16:02:15.641Z] OK: 8 MiB in 20 packages [2021-04-12T16:02:17.069Z] Removing intermediate container 0ce19576d925 [2021-04-12T16:02:17.069Z] ---> ca1ffd4bb17e [2021-04-12T16:02:17.069Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-12T16:02:17.663Z] ---> b6665e9834b4 [2021-04-12T16:02:17.663Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-12T16:02:19.096Z] ---> 578eaebca46c [2021-04-12T16:02:19.096Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-12T16:02:20.074Z] ---> 3267b965b699 [2021-04-12T16:02:20.074Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-12T16:02:20.074Z] ---> Running in 93616bf8935a [2021-04-12T16:02:20.347Z] Removing intermediate container 93616bf8935a [2021-04-12T16:02:20.347Z] ---> 61b0ddec1398 [2021-04-12T16:02:20.347Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-12T16:02:20.618Z] ---> Running in d7e270283141 [2021-04-12T16:02:21.211Z] Removing intermediate container d7e270283141 [2021-04-12T16:02:21.211Z] ---> 9f522dc2fd1f [2021-04-12T16:02:21.211Z] Step 21/23 : LABEL arch=arm64 [2021-04-12T16:02:21.211Z] ---> Running in 770b2aeb86ce [2021-04-12T16:02:21.483Z] Removing intermediate container 770b2aeb86ce [2021-04-12T16:02:21.483Z] ---> 11b14ad87aa2 [2021-04-12T16:02:21.483Z] Step 22/23 : LABEL git_sha=eb974e5ff906fca496d59e54ab37c93c2b055a6e [2021-04-12T16:02:21.756Z] ---> Running in 6122e3d17b81 [2021-04-12T16:02:22.350Z] Removing intermediate container 6122e3d17b81 [2021-04-12T16:02:22.350Z] ---> bb54349ab73d [2021-04-12T16:02:22.350Z] Step 23/23 : LABEL version=0.0.0 [2021-04-12T16:02:22.350Z] ---> Running in 1e04404f1c1c [2021-04-12T16:02:22.958Z] Removing intermediate container 1e04404f1c1c [2021-04-12T16:02:22.958Z] ---> 402d4d492f9a [2021-04-12T16:02:22.958Z] [2021-04-12T16:02:23.238Z] Successfully built 402d4d492f9a [2021-04-12T16:02:23.238Z] Successfully tagged docker-core-data-go-arm64:latest [2021-04-12T16:02:23.548Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-04-12T16:02:23.555Z] $ docker stop --time=1 536c3fb559197700d0b5b745f318f958b47f9f359d5276e5f01ca500ef469c40 [2021-04-12T16:02:25.528Z] $ docker rm -f 536c3fb559197700d0b5b745f318f958b47f9f359d5276e5f01ca500ef469c40 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-12T16:02:26.280Z] + + dockergrep images docker [2021-04-12T16:02:26.280Z] [2021-04-12T16:02:26.551Z] docker-core-data-go-arm64 latest 402d4d492f9a 4 seconds ago 21.4MB [2021-04-12T16:02:26.551Z] docker-support-notifications-go-arm64 latest 6ef27ae59494 13 seconds ago 16.9MB [2021-04-12T16:02:26.551Z] docker-support-scheduler-go-arm64 latest 5c2ec176165b 44 seconds ago 16.4MB [2021-04-12T16:02:26.551Z] docker-security-proxy-setup-go-arm64 latest 8fd518c1bbfb About a minute ago 24.2MB [2021-04-12T16:02:26.551Z] docker-sys-mgmt-agent-go-arm64 latest 6b41f175d46a 2 minutes ago 299MB [2021-04-12T16:02:26.551Z] docker-security-bootstrapper-go-arm64 latest 7d3f33819e5e 3 minutes ago 17.9MB [2021-04-12T16:02:26.551Z] docker-core-command-go-arm64 latest bb1b64a7895c 3 minutes ago 16.3MB [2021-04-12T16:02:26.551Z] docker-security-secretstore-setup-go-arm64 latest cac9709d5815 3 minutes ago 24.4MB [2021-04-12T16:02:26.551Z] docker-core-metadata-go-arm64 latest 8efc26921f99 3 minutes ago 17.9MB [2021-04-12T16:02:26.551Z] docker 20.10.0 eeaf43b92773 4 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-04-12T16:02:27.734Z] ---> job-cost.sh [2021-04-12T16:02:27.735Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-VYAI [2021-04-12T16:03:06.693Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-12T16:04:43.432Z] lf-activate-venv(): INFO: Adding /tmp/venv-VYAI/bin to PATH [2021-04-12T16:04:43.432Z] INFO: No Stack... [2021-04-12T16:04:43.432Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-12T16:04:43.432Z] INFO: Archiving Costs [Pipeline] sh [2021-04-12T16:04:43.780Z] + cat /w/workspace/edgex-go/4/archives/cost.csv+ [2021-04-12T16:04:43.781Z] cut -d, -f6 [Pipeline] lock [2021-04-12T16:04:43.956Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3350-4-stack-cost] [2021-04-12T16:04:43.965Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3350-4-stack-cost] did not exist. Created. [2021-04-12T16:04:43.965Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3350-4-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-12T16:04:44.489Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-12T16:04:44.812Z] Stashed 1 file(s) [Pipeline] } [2021-04-12T16:04:44.828Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3350-4-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-04-12T16:04:46.471Z] provisioning config files... [2021-04-12T16:04:46.489Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/4@tmp/config4881261732302772705tmp [Pipeline] { [Pipeline] sh [2021-04-12T16:04:46.867Z] + set +x [2021-04-12T16:04:46.867Z] + curl -s https://codecov.io/bash [2021-04-12T16:04:46.867Z] + bash -s -- [2021-04-12T16:04:47.443Z] [2021-04-12T16:04:47.444Z] _____ _ [2021-04-12T16:04:47.444Z] / ____| | | [2021-04-12T16:04:47.444Z] | | ___ __| | ___ ___ _____ __ [2021-04-12T16:04:47.444Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-04-12T16:04:47.444Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-04-12T16:04:47.444Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-04-12T16:04:47.444Z] Bash-20210309-2b87ace [2021-04-12T16:04:47.444Z] [2021-04-12T16:04:47.444Z] [2021-04-12T16:04:47.444Z] ==> git version 2.24.3 found [2021-04-12T16:04:47.444Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-04-12T16:04:47.444Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-04-12T16:04:47.444Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-04-12T16:04:47.444Z] ==> Jenkins CI detected. [2021-04-12T16:04:47.444Z] project root: . [2021-04-12T16:04:47.444Z] --> token set from env [2021-04-12T16:04:47.444Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-04-12T16:04:47.444Z] ==> Running gcov in . (disable via -X gcov) [2021-04-12T16:04:47.444Z] ==> Python coveragepy not found [2021-04-12T16:04:47.444Z] ==> Searching for coverage reports in: [2021-04-12T16:04:47.444Z] + . [2021-04-12T16:04:47.444Z] -> Found 1 reports [2021-04-12T16:04:47.444Z] ==> Detecting git/mercurial file structure [2021-04-12T16:04:47.706Z] ==> Reading reports [2021-04-12T16:04:47.706Z] + ./coverage.out bytes=684356 [2021-04-12T16:04:47.706Z] ==> Appending adjustments [2021-04-12T16:04:47.706Z] https://docs.codecov.io/docs/fixing-reports [2021-04-12T16:04:51.936Z] + Found adjustments [2021-04-12T16:04:51.936Z] ==> Gzipping contents [2021-04-12T16:04:51.936Z] 100K /tmp/codecov.k2rMsR.gz [2021-04-12T16:04:51.936Z] ==> Uploading reports [2021-04-12T16:04:51.936Z] url: https://codecov.io [2021-04-12T16:04:51.936Z] query: branch=PR-3350&commit=eb974e5ff906fca496d59e54ab37c93c2b055a6e&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3350%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3350&job=&cmd_args= [2021-04-12T16:04:51.936Z] -> Pinging Codecov [2021-04-12T16:04:51.936Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3350&commit=eb974e5ff906fca496d59e54ab37c93c2b055a6e&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3350%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3350&job=&cmd_args= [2021-04-12T16:04:51.936Z] -> Uploading to [2021-04-12T16:04:51.936Z] https://storage.googleapis.com/codecov/v4/raw/2021-04-12/00271124DB129430A58F1EEE437C3FCB/eb974e5ff906fca496d59e54ab37c93c2b055a6e/13efd745-159b-46be-a43e-ac9a974fea12.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210412%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210412T160451Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=2d396f312dccea99d03cf61c31dc79c75ffec3121d9d5e014f8756108bad391a [2021-04-12T16:04:51.936Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-12T16:04:51.936Z] Dload Upload Total Spent Left Speed [2021-04-12T16:04:52.199Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 98417 0 0 100 98417 0 232k --:--:-- --:--:-- --:--:-- 233k [2021-04-12T16:04:52.199Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/eb974e5ff906fca496d59e54ab37c93c2b055a6e [Pipeline] } [2021-04-12T16:04:52.209Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-04-12T16:04:54.180Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-12T16:04:55.073Z] ---> package-listing.sh [2021-04-12T16:04:55.073Z] ++ facter osfamily [2021-04-12T16:04:55.073Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-12T16:04:55.073Z] + OS_FAMILY=redhat [2021-04-12T16:04:55.073Z] + workspace=/w/workspace/edgex-go/4 [2021-04-12T16:04:55.073Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-12T16:04:55.073Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-12T16:04:55.073Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-12T16:04:55.073Z] + PACKAGES=/tmp/packages_start.txt [2021-04-12T16:04:55.073Z] + '[' /w/workspace/edgex-go/4 ']' [2021-04-12T16:04:55.073Z] + PACKAGES=/tmp/packages_end.txt [2021-04-12T16:04:55.073Z] + case "${OS_FAMILY}" in [2021-04-12T16:04:55.073Z] + rpm -qa [2021-04-12T16:04:55.073Z] + sort [2021-04-12T16:05:00.396Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-12T16:05:00.396Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-12T16:05:00.396Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-12T16:05:00.396Z] + '[' /w/workspace/edgex-go/4 ']' [2021-04-12T16:05:00.396Z] + mkdir -p /w/workspace/edgex-go/4/archives/ [2021-04-12T16:05:00.396Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/4/archives/ [Pipeline] echo [2021-04-12T16:05:00.410Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/4/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-04-12T16:05:00.709Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-12T16:05:01.021Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-12T16:05:01.021Z] [2021-04-12T16:05:01.021Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-12T16:05:01.379Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-12T16:05:01.379Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-12T16:05:01.379Z] df20fa9351a1: Pulling fs layer [2021-04-12T16:05:01.379Z] 36b3adc4ff6f: Pulling fs layer [2021-04-12T16:05:01.379Z] 8ad3a11d3b57: Pulling fs layer [2021-04-12T16:05:01.379Z] 46f8f816bc3b: Pulling fs layer [2021-04-12T16:05:01.379Z] 93b61091891f: Pulling fs layer [2021-04-12T16:05:01.379Z] 93b9cdb0e59b: Pulling fs layer [2021-04-12T16:05:01.379Z] 5e14af77c1be: Pulling fs layer [2021-04-12T16:05:01.379Z] 01666e4c0597: Pulling fs layer [2021-04-12T16:05:01.379Z] aa168da1d23b: Pulling fs layer [2021-04-12T16:05:01.379Z] 5e14af77c1be: Waiting [2021-04-12T16:05:01.379Z] 93b61091891f: Waiting [2021-04-12T16:05:01.379Z] 01666e4c0597: Waiting [2021-04-12T16:05:01.379Z] aa168da1d23b: Waiting [2021-04-12T16:05:01.379Z] 93b9cdb0e59b: Waiting [2021-04-12T16:05:01.653Z] 36b3adc4ff6f: Download complete [2021-04-12T16:05:01.653Z] 46f8f816bc3b: Verifying Checksum [2021-04-12T16:05:01.653Z] 46f8f816bc3b: Download complete [2021-04-12T16:05:01.653Z] df20fa9351a1: Verifying Checksum [2021-04-12T16:05:01.653Z] 93b9cdb0e59b: Verifying Checksum [2021-04-12T16:05:01.653Z] 93b9cdb0e59b: Download complete [2021-04-12T16:05:01.653Z] 5e14af77c1be: Verifying Checksum [2021-04-12T16:05:01.653Z] 5e14af77c1be: Download complete [2021-04-12T16:05:01.653Z] 93b61091891f: Verifying Checksum [2021-04-12T16:05:01.653Z] 93b61091891f: Download complete [2021-04-12T16:05:01.653Z] 01666e4c0597: Verifying Checksum [2021-04-12T16:05:01.653Z] 01666e4c0597: Download complete [2021-04-12T16:05:01.929Z] df20fa9351a1: Pull complete [2021-04-12T16:05:02.198Z] 36b3adc4ff6f: Pull complete [2021-04-12T16:05:02.198Z] 8ad3a11d3b57: Verifying Checksum [2021-04-12T16:05:02.198Z] 8ad3a11d3b57: Download complete [2021-04-12T16:05:03.168Z] 8ad3a11d3b57: Pull complete [2021-04-12T16:05:03.168Z] 46f8f816bc3b: Pull complete [2021-04-12T16:05:03.754Z] 93b61091891f: Pull complete [2021-04-12T16:05:04.704Z] aa168da1d23b: Verifying Checksum [2021-04-12T16:05:04.704Z] aa168da1d23b: Download complete [2021-04-12T16:05:05.653Z] 93b9cdb0e59b: Pull complete [2021-04-12T16:05:05.653Z] 5e14af77c1be: Pull complete [2021-04-12T16:05:05.925Z] 01666e4c0597: Pull complete [2021-04-12T16:05:14.129Z] aa168da1d23b: Pull complete [2021-04-12T16:05:14.129Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-12T16:05:14.129Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-12T16:05:14.129Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-12T16:05:14.369Z] prd-centos7-docker-4c-2g-33709 does not seem to be running inside a container [2021-04-12T16:05:14.437Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/4/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-04-12T16:05:18.733Z] $ docker top 132e421546f20d6bff77b4402e24386abc32134dbe2c7fc765755cf8f2f62055 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-12T16:05:19.331Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-12T16:05:19.634Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-12T16:05:19.938Z] + ls /var/log/sa-host [2021-04-12T16:05:19.938Z] + sadf -c /var/log/sa-host/sa12 [2021-04-12T16:05:19.938Z] file_magic: OK [2021-04-12T16:05:19.938Z] HZ: Using current value: 100 [2021-04-12T16:05:19.938Z] file_header: OK [2021-04-12T16:05:19.938Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-04-12T16:05:19.938Z] Statistics: [2021-04-12T16:05:19.938Z] 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-04-12T16:05:19.938Z] File successfully converted to sysstat format version 12.2.1 [2021-04-12T16:05:19.938Z] + sadf -c /var/log/sa-host/sa23 [2021-04-12T16:05:19.938Z] file_magic: OK [2021-04-12T16:05:19.938Z] HZ: Using current value: 100 [2021-04-12T16:05:19.938Z] file_header: OK [2021-04-12T16:05:19.938Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-04-12T16:05:19.938Z] Statistics: [2021-04-12T16:05:19.938Z] Hnuu...uuuununununu... [2021-04-12T16:05:19.938Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-12T16:05:20.168Z] provisioning config files... [2021-04-12T16:05:20.186Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/4@tmp/config7584888209149299499tmp [Pipeline] { [Pipeline] echo [2021-04-12T16:05:20.283Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-12T16:05:20.583Z] ---> create-netrc.sh [Pipeline] } [2021-04-12T16:05:20.594Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-12T16:05:20.711Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-12T16:05:21.011Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-12T16:05:21.028Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-12T16:05:21.332Z] ---> sudo-logs.sh [2021-04-12T16:05:21.332Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-12T16:05:21.410Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-12T16:05:21.709Z] ---> job-cost.sh [2021-04-12T16:05:21.710Z] lf-activate-venv: SKIPPING [2021-04-12T16:05:21.710Z] DEBUG: total: 0.20999999344348907 [2021-04-12T16:05:21.710Z] INFO: Retrieving Stack Cost... [2021-04-12T16:05:23.101Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-12T16:05:23.364Z] INFO: Archiving Costs [Pipeline] echo [2021-04-12T16:05:23.379Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-12T16:05:23.762Z] ---> logs-deploy.sh [2021-04-12T16:05:23.762Z] lf-activate-venv: SKIPPING [2021-04-12T16:05:23.762Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3350/4 [2021-04-12T16:05:23.762Z] INFO: archiving workspace using pattern(s): [2021-04-12T16:05:25.728Z] Archives upload complete. [2021-04-12T16:05:25.728Z] INFO: archiving logs to Nexus [2021-04-12T16:05:26.677Z] ---> uname -a: [2021-04-12T16:05:26.677Z] Linux prd-centos7-docker-4c-2g-33709.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-04-12T16:05:26.677Z] [2021-04-12T16:05:26.677Z] [2021-04-12T16:05:26.677Z] ---> lscpu: [2021-04-12T16:05:26.677Z] Architecture: x86_64 [2021-04-12T16:05:26.677Z] CPU op-mode(s): 32-bit, 64-bit [2021-04-12T16:05:26.677Z] Byte Order: Little Endian [2021-04-12T16:05:26.677Z] Address sizes: 40 bits physical, 48 bits virtual [2021-04-12T16:05:26.677Z] CPU(s): 4 [2021-04-12T16:05:26.677Z] On-line CPU(s) list: 0-3 [2021-04-12T16:05:26.677Z] Thread(s) per core: 1 [2021-04-12T16:05:26.677Z] Core(s) per socket: 1 [2021-04-12T16:05:26.677Z] Socket(s): 4 [2021-04-12T16:05:26.677Z] NUMA node(s): 1 [2021-04-12T16:05:26.677Z] Vendor ID: GenuineIntel [2021-04-12T16:05:26.677Z] CPU family: 6 [2021-04-12T16:05:26.677Z] Model: 44 [2021-04-12T16:05:26.677Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-04-12T16:05:26.677Z] Stepping: 1 [2021-04-12T16:05:26.677Z] CPU MHz: 2933.438 [2021-04-12T16:05:26.677Z] BogoMIPS: 5866.87 [2021-04-12T16:05:26.677Z] Virtualization: VT-x [2021-04-12T16:05:26.677Z] Hypervisor vendor: KVM [2021-04-12T16:05:26.677Z] Virtualization type: full [2021-04-12T16:05:26.677Z] L1d cache: 128 KiB [2021-04-12T16:05:26.677Z] L1i cache: 128 KiB [2021-04-12T16:05:26.677Z] L2 cache: 16 MiB [2021-04-12T16:05:26.677Z] L3 cache: 64 MiB [2021-04-12T16:05:26.677Z] NUMA node0 CPU(s): 0-3 [2021-04-12T16:05:26.677Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-04-12T16:05:26.677Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-04-12T16:05:26.677Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-04-12T16:05:26.677Z] Vulnerability Meltdown: Mitigation; PTI [2021-04-12T16:05:26.677Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-04-12T16:05:26.677Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-04-12T16:05:26.677Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-04-12T16:05:26.677Z] Vulnerability Srbds: Not affected [2021-04-12T16:05:26.677Z] Vulnerability Tsx async abort: Not affected [2021-04-12T16:05:26.677Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2021-04-12T16:05:26.677Z] [2021-04-12T16:05:26.677Z] [2021-04-12T16:05:26.677Z] ---> nproc: [2021-04-12T16:05:26.677Z] 4 [2021-04-12T16:05:26.677Z] [2021-04-12T16:05:26.677Z] [2021-04-12T16:05:26.677Z] ---> df -h: [2021-04-12T16:05:26.677Z] Filesystem Size Used Available Use% Mounted on [2021-04-12T16:05:26.677Z] overlay 50.0G 11.4G 38.6G 23% / [2021-04-12T16:05:26.677Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-04-12T16:05:26.677Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-04-12T16:05:26.677Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-04-12T16:05:26.677Z] /dev/vda1 50.0G 11.4G 38.6G 23% /facter-os [2021-04-12T16:05:26.677Z] /dev/vda1 50.0G 11.4G 38.6G 23% /etc/resolv.conf [2021-04-12T16:05:26.677Z] /dev/vda1 50.0G 11.4G 38.6G 23% /etc/hostname [2021-04-12T16:05:26.677Z] /dev/vda1 50.0G 11.4G 38.6G 23% /etc/hosts [2021-04-12T16:05:26.677Z] /dev/vda1 50.0G 11.4G 38.6G 23% /var/log/auth.log [2021-04-12T16:05:26.677Z] /dev/vda1 50.0G 11.4G 38.6G 23% /run/cloud-init/result.json [2021-04-12T16:05:26.677Z] /dev/vda1 50.0G 11.4G 38.6G 23% /var/log/sa-host [2021-04-12T16:05:26.677Z] /dev/vda1 50.0G 11.4G 38.6G 23% /var/log/secure [2021-04-12T16:05:26.677Z] /dev/vda1 50.0G 11.4G 38.6G 23% /w/workspace/edgex-go/4 [2021-04-12T16:05:26.677Z] /dev/vda1 50.0G 11.4G 38.6G 23% /w/workspace/edgex-go/4@tmp [2021-04-12T16:05:26.677Z] [2021-04-12T16:05:26.677Z] [2021-04-12T16:05:26.677Z] ---> free -m: [2021-04-12T16:05:26.677Z] total used free shared buff/cache available [2021-04-12T16:05:26.677Z] Mem: 1837 726 261 0 849 1026 [2021-04-12T16:05:26.677Z] Swap: 1023 39 984 [2021-04-12T16:05:26.677Z] [2021-04-12T16:05:26.677Z] [2021-04-12T16:05:26.677Z] ---> ip addr: [2021-04-12T16:05:26.677Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-04-12T16:05:26.677Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-04-12T16:05:26.677Z] inet 127.0.0.1/8 scope host lo [2021-04-12T16:05:26.677Z] valid_lft forever preferred_lft forever [2021-04-12T16:05:26.677Z] inet6 ::1/128 scope host [2021-04-12T16:05:26.677Z] valid_lft forever preferred_lft forever [2021-04-12T16:05:26.677Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-04-12T16:05:26.677Z] link/ether fa:16:3e:1c:4d:34 brd ff:ff:ff:ff:ff:ff [2021-04-12T16:05:26.677Z] inet 10.30.122.86/23 brd 10.30.123.255 scope global dynamic eth0 [2021-04-12T16:05:26.677Z] valid_lft 84962sec preferred_lft 84962sec [2021-04-12T16:05:26.677Z] inet6 fe80::f816:3eff:fe1c:4d34/64 scope link [2021-04-12T16:05:26.677Z] valid_lft forever preferred_lft forever [2021-04-12T16:05:26.677Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-04-12T16:05:26.677Z] link/ether 02:42:0c:e4:a9:3e brd ff:ff:ff:ff:ff:ff [2021-04-12T16:05:26.677Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-04-12T16:05:26.677Z] valid_lft forever preferred_lft forever [2021-04-12T16:05:26.677Z] inet6 fe80::42:cff:fee4:a93e/64 scope link [2021-04-12T16:05:26.677Z] valid_lft forever preferred_lft forever [2021-04-12T16:05:26.677Z] [2021-04-12T16:05:26.677Z] [2021-04-12T16:05:26.677Z] ---> sar -b -r -n DEV: [2021-04-12T16:05:26.677Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/12/21 _x86_64_ (4 CPU) [2021-04-12T16:05:26.677Z] [2021-04-12T16:05:26.677Z] 15:41:17 LINUX RESTART (4 CPU) [2021-04-12T16:05:26.677Z] [2021-04-12T16:05:26.677Z] 15:42:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-04-12T16:05:26.677Z] 15:43:01 164.14 54.08 110.06 0.00 8671.72 38654.69 0.00 [2021-04-12T16:05:26.677Z] 15:44:01 268.76 99.88 168.87 0.00 4522.25 27596.06 0.00 [2021-04-12T16:05:26.677Z] 15:45:01 128.93 49.94 78.99 0.00 1703.47 11776.43 0.00 [2021-04-12T16:05:26.677Z] 15:46:01 121.21 46.07 75.13 0.00 3044.07 12859.87 0.00 [2021-04-12T16:05:26.677Z] 15:47:02 1073.84 790.51 283.33 0.00 93308.10 165158.84 0.00 [2021-04-12T16:05:26.677Z] 15:48:01 2503.39 2184.98 318.41 0.00 146659.34 157046.87 0.00 [2021-04-12T16:05:26.677Z] 15:49:01 370.84 110.01 260.82 0.00 21745.23 88528.60 0.00 [2021-04-12T16:05:26.677Z] 15:50:02 2144.38 1817.93 326.44 0.00 133505.55 136264.98 0.00 [2021-04-12T16:05:26.677Z] 15:51:01 217.00 28.76 188.24 0.00 4871.46 31796.87 0.00 [2021-04-12T16:05:26.677Z] 15:52:01 7.98 0.48 7.49 0.00 12.92 338.98 0.00 [2021-04-12T16:05:26.677Z] 15:53:01 1.60 1.33 0.27 0.00 100.85 3.35 0.00 [2021-04-12T16:05:26.677Z] 15:54:01 0.23 0.02 0.22 0.00 0.13 2.45 0.00 [2021-04-12T16:05:26.677Z] 15:55:01 0.72 0.02 0.70 0.00 0.27 7.59 0.00 [2021-04-12T16:05:26.677Z] 15:56:01 0.57 0.00 0.57 0.00 0.00 5.63 0.00 [2021-04-12T16:05:26.677Z] 15:57:01 2.40 1.80 0.60 0.00 183.08 6.43 0.00 [2021-04-12T16:05:26.677Z] 15:58:01 1.28 0.05 1.23 0.00 1.60 19.34 0.00 [2021-04-12T16:05:26.677Z] 15:59:01 0.17 0.02 0.15 0.00 0.27 1.33 0.00 [2021-04-12T16:05:26.677Z] 16:00:01 0.25 0.02 0.23 0.00 0.13 2.83 0.00 [2021-04-12T16:05:26.678Z] 16:01:01 0.28 0.07 0.22 0.00 1.33 3.13 0.00 [2021-04-12T16:05:26.678Z] 16:02:01 0.75 0.35 0.40 0.00 22.50 6.81 0.00 [2021-04-12T16:05:26.678Z] 16:03:01 0.25 0.02 0.23 0.00 0.27 3.23 0.00 [2021-04-12T16:05:26.678Z] 16:04:01 0.47 0.23 0.23 0.00 2.00 3.26 0.00 [2021-04-12T16:05:26.678Z] 16:05:02 69.97 68.79 1.18 0.00 5902.98 47.76 0.00 [2021-04-12T16:05:26.678Z] Average: 307.21 227.98 79.23 0.00 18424.15 29122.96 0.00 [2021-04-12T16:05:26.678Z] [2021-04-12T16:05:26.678Z] 15:42:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-04-12T16:05:26.678Z] 15:43:01 146108 0 672576 35.75 2288 1060572 1533572 52.34 604412 891180 95628 [2021-04-12T16:05:26.678Z] 15:44:01 184016 0 763976 40.60 1492 932060 1754104 59.86 618832 797996 82468 [2021-04-12T16:05:26.678Z] 15:45:01 369656 0 760192 40.40 860 750836 1591868 54.33 530104 688256 17932 [2021-04-12T16:05:26.678Z] 15:46:01 397592 0 706024 37.52 792 777136 1143636 39.03 520616 669392 20 [2021-04-12T16:05:26.678Z] 15:47:02 421896 0 702424 37.33 60 757164 1960620 66.91 502756 732456 52 [2021-04-12T16:05:26.678Z] 15:48:01 383992 0 1104196 58.69 60 393296 4097140 139.83 666120 555320 39200 [2021-04-12T16:05:26.678Z] 15:49:01 72408 0 694260 36.90 60 1114816 1345388 45.92 724576 842544 396 [2021-04-12T16:05:26.678Z] 15:50:02 391244 0 891176 47.36 60 599064 2813088 96.01 685620 558204 1324 [2021-04-12T16:05:26.678Z] 15:51:01 146040 0 658584 35.00 60 1076860 1217252 41.54 525532 958712 28 [2021-04-12T16:05:26.678Z] 15:52:01 154988 0 649272 34.51 60 1077224 1177516 40.19 522696 957732 12 [2021-04-12T16:05:26.678Z] 15:53:01 152028 0 649212 34.50 60 1080244 1177596 40.19 522836 960760 8 [2021-04-12T16:05:26.678Z] 15:54:01 153960 0 647268 34.40 60 1080256 1164220 39.73 521860 960428 8 [2021-04-12T16:05:26.678Z] 15:55:01 153672 0 647552 34.42 60 1080260 1164220 39.73 521884 960432 8 [2021-04-12T16:05:26.678Z] 15:56:01 153860 0 647348 34.41 60 1080276 1164220 39.73 521884 960444 8 [2021-04-12T16:05:26.678Z] 15:57:01 146732 0 649704 34.53 60 1085048 1164292 39.74 526932 962312 8 [2021-04-12T16:05:26.678Z] 15:58:01 146968 0 649472 34.52 60 1085044 1164220 39.73 526432 962316 8 [2021-04-12T16:05:26.678Z] 15:59:01 146968 0 649456 34.52 60 1085060 1164220 39.73 526436 962336 8 [2021-04-12T16:05:26.678Z] 16:00:01 147084 0 649332 34.51 60 1085068 1164220 39.73 526440 962336 8 [2021-04-12T16:05:26.678Z] 16:01:01 145748 0 650660 34.58 60 1085076 1167024 39.83 527260 962340 8 [2021-04-12T16:05:26.678Z] 16:02:01 145316 0 650420 34.57 60 1085748 1164760 39.75 527224 962900 8 [2021-04-12T16:05:26.678Z] 16:03:01 145560 0 650164 34.55 60 1085760 1164728 39.75 526920 962916 20 [2021-04-12T16:05:26.678Z] 16:04:01 145220 0 650492 34.57 60 1085772 1164792 39.75 526948 962980 20 [2021-04-12T16:05:26.678Z] 16:05:02 73420 0 714120 37.95 60 1093944 1594900 54.43 588612 969728 19480 [2021-04-12T16:05:26.678Z] Average: 196716 0 700343 37.22 286 984199 1487722 50.77 556214 876697 11159 [2021-04-12T16:05:26.678Z] [2021-04-12T16:05:26.678Z] 15:42:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-04-12T16:05:26.678Z] 15:43:01 eth0 1213.31 1217.13 5979.39 153.40 0.00 0.00 0.00 0.00 [2021-04-12T16:05:26.678Z] 15:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-12T16:05:26.678Z] 15:43:01 docker0 834.98 731.42 69.58 2682.38 0.00 0.00 0.00 0.00 [2021-04-12T16:05:26.678Z] 15:44:01 eth0 275.49 169.79 870.17 26.83 0.00 0.00 0.00 0.00 [2021-04-12T16:05:26.678Z] 15:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-12T16:05:26.678Z] 15:44:01 veth18c7fa7 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-04-12T16:05:26.678Z] 15:44:01 docker0 149.39 238.03 10.95 835.10 0.00 0.00 0.00 0.00 [2021-04-12T16:05:26.678Z] 15:45:01 eth0 35.94 24.57 22.34 72.02 0.00 0.00 0.00 0.00 [2021-04-12T16:05:26.678Z] 15:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-12T16:05:26.678Z] 15:45:01 veth18c7fa7 2.33 2.33 0.19 0.19 0.00 0.00 0.00 0.00 [2021-04-12T16:05:26.678Z] 15:45:01 docker0 2.33 2.33 0.15 0.19 0.00 0.00 0.00 0.00 [2021-04-12T16:05:26.678Z] 15:46:01 eth0 30.94 16.43 27.04 12.69 0.00 0.00 0.00 0.00 [2021-04-12T16:05:26.678Z] 15:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-12T16:05:26.678Z] 15:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-12T16:05:26.678Z] 15:47:02 veth95b2381 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-12T16:05:26.678Z] 15:47:02 veth755bcb1 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-12T16:05:26.678Z] 15:47:02 veth9ce00c0 0.00 0.22 0.00 0.01 0.00 0.00 0.00 0.00 [2021-04-12T16:05:26.678Z] 15:47:02 veth93e88fc 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-12T16:05:26.678Z] 15:48:01 vethee347be 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-04-12T16:05:26.678Z] 15:48:01 veth9ce00c0 0.00 0.25 0.00 0.01 0.00 0.00 0.00 0.00 [2021-04-12T16:05:26.678Z] 15:48:01 vethcbadc57 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-04-12T16:05:26.678Z] 15:48:01 veth1b9f53b 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-04-12T16:05:26.678Z] 15:49:01 veth9ce00c0 0.00 0.33 0.00 0.01 0.00 0.00 0.00 0.00 [2021-04-12T16:05:26.678Z] 15:49:01 eth0 2900.50 2629.13 12268.31 480.15 0.00 0.00 0.00 0.00 [2021-04-12T16:05:26.678Z] 15:49:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2021-04-12T16:05:26.678Z] 15:49:01 docker0 1049.84 1053.05 84.77 3821.08 0.00 0.00 0.00 0.00 [2021-04-12T16:05:26.678Z] 15:50:02 vethba5c348 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 [2021-04-12T16:05:26.678Z] 15:50:02 veth1ebcec2 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 [2021-04-12T16:05:26.678Z] 15:50:02 veth9ce00c0 0.00 0.12 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-12T16:05:26.678Z] 15:50:02 eth0 80.28 57.99 123.25 88.99 0.00 0.00 0.00 0.00 [2021-04-12T16:05:26.678Z] 15:51:01 eth0 261.26 190.70 1675.31 97.75 0.00 0.00 0.00 0.00 [2021-04-12T16:05:26.678Z] 15:51:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2021-04-12T16:05:26.678Z] 15:51:01 docker0 1130.96 1174.49 90.46 4388.06 0.00 0.00 0.00 0.00 [2021-04-12T16:05:26.678Z] 15:52:01 eth0 0.68 0.20 0.13 0.11 0.00 0.00 0.00 0.00 [2021-04-12T16:05:26.678Z] 15:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-12T16:05:26.678Z] 15:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-12T16:05:26.678Z] 15:53:01 eth0 0.83 0.48 0.69 0.21 0.00 0.00 0.00 0.00 [2021-04-12T16:05:26.678Z] 15:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-12T16:05:26.678Z] 15:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-12T16:05:26.678Z] 15:54:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-04-12T16:05:26.678Z] 15:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-12T16:05:26.678Z] 15:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-12T16:05:26.678Z] 15:55:01 eth0 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-04-12T16:05:26.678Z] 15:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-12T16:05:26.678Z] 15:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-12T16:05:26.678Z] 15:56:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-04-12T16:05:26.678Z] 15:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-12T16:05:26.678Z] 15:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-12T16:05:26.678Z] 15:57:01 eth0 0.20 0.15 0.08 0.07 0.00 0.00 0.00 0.00 [2021-04-12T16:05:26.678Z] 15:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-12T16:05:26.678Z] 15:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-12T16:05:26.678Z] 15:58:01 eth0 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-12T16:05:26.678Z] 15:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-12T16:05:26.678Z] 15:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-12T16:05:26.678Z] 15:59:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-04-12T16:05:26.678Z] 15:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-12T16:05:26.678Z] 15:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-12T16:05:26.678Z] 16:00:01 eth0 0.02 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-12T16:05:26.678Z] 16:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-12T16:05:26.678Z] 16:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-12T16:05:26.678Z] 16:01:01 eth0 0.22 0.15 0.07 0.01 0.00 0.00 0.00 0.00 [2021-04-12T16:05:26.678Z] 16:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-12T16:05:26.678Z] 16:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-12T16:05:26.678Z] 16:02:01 eth0 0.15 0.12 0.08 0.07 0.00 0.00 0.00 0.00 [2021-04-12T16:05:26.678Z] 16:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-12T16:05:26.678Z] 16:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-12T16:05:26.678Z] 16:03:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-04-12T16:05:26.678Z] 16:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-12T16:05:26.678Z] 16:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-12T16:05:26.678Z] 16:04:01 eth0 0.52 0.00 0.05 0.00 0.00 0.00 0.00 0.00 [2021-04-12T16:05:26.678Z] 16:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-12T16:05:26.678Z] 16:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-12T16:05:26.678Z] 16:05:02 eth0 46.20 35.79 293.35 9.84 0.00 0.00 0.00 0.00 [2021-04-12T16:05:26.678Z] 16:05:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-12T16:05:26.678Z] 16:05:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-12T16:05:26.678Z] Average: eth0 99.84 86.01 481.50 24.67 0.00 0.00 0.00 0.00 [2021-04-12T16:05:26.678Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-12T16:05:26.678Z] Average: docker0 48.42 50.29 3.87 187.87 0.00 0.00 0.00 0.00 [2021-04-12T16:05:26.678Z] [2021-04-12T16:05:26.678Z] [2021-04-12T16:05:26.678Z] ---> sar -P ALL: [2021-04-12T16:05:26.678Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/12/21 _x86_64_ (4 CPU) [2021-04-12T16:05:26.678Z] [2021-04-12T16:05:26.678Z] 15:41:17 LINUX RESTART (4 CPU) [2021-04-12T16:05:26.678Z] [2021-04-12T16:05:26.678Z] 15:42:01 CPU %user %nice %system %iowait %steal %idle [2021-04-12T16:05:26.678Z] 15:43:01 all 16.69 0.00 9.00 2.23 0.09 72.00 [2021-04-12T16:05:26.678Z] 15:43:01 0 19.26 0.00 10.20 1.01 0.09 69.44 [2021-04-12T16:05:26.678Z] 15:43:01 1 14.31 0.00 8.26 2.50 0.09 74.84 [2021-04-12T16:05:26.678Z] 15:43:01 2 14.02 0.00 8.93 1.15 0.09 75.82 [2021-04-12T16:05:26.678Z] 15:43:01 3 19.24 0.00 8.60 4.24 0.09 67.83 [2021-04-12T16:05:26.678Z] 15:44:01 all 21.75 0.00 8.91 5.62 0.09 63.63 [2021-04-12T16:05:26.678Z] 15:44:01 0 24.19 0.00 8.88 4.48 0.09 62.36 [2021-04-12T16:05:26.678Z] 15:44:01 1 20.07 0.00 8.33 7.54 0.12 63.93 [2021-04-12T16:05:26.678Z] 15:44:01 2 22.62 0.00 9.63 5.46 0.09 62.20 [2021-04-12T16:05:26.678Z] 15:44:01 3 20.13 0.00 8.80 4.98 0.09 66.01 [2021-04-12T16:05:26.678Z] 15:45:01 all 48.98 0.00 12.91 3.54 0.11 34.46 [2021-04-12T16:05:26.678Z] 15:45:01 0 49.61 0.00 13.15 3.81 0.09 33.34 [2021-04-12T16:05:26.678Z] 15:45:01 1 49.19 0.00 12.83 3.12 0.12 34.74 [2021-04-12T16:05:26.678Z] 15:45:01 2 49.06 0.00 12.75 3.49 0.10 34.60 [2021-04-12T16:05:26.678Z] 15:45:01 3 48.08 0.00 12.92 3.75 0.11 35.15 [2021-04-12T16:05:26.678Z] 15:46:01 all 43.52 0.00 13.72 2.59 0.07 40.11 [2021-04-12T16:05:26.678Z] 15:46:01 0 44.51 0.00 13.67 2.29 0.07 39.45 [2021-04-12T16:05:26.678Z] 15:46:01 1 42.61 0.00 14.12 3.06 0.05 40.15 [2021-04-12T16:05:26.678Z] 15:46:01 2 43.95 0.00 13.60 2.15 0.09 40.21 [2021-04-12T16:05:26.679Z] 15:46:01 3 42.98 0.00 13.47 2.85 0.09 40.62 [2021-04-12T16:05:26.679Z] 15:47:02 all 23.16 0.00 24.73 8.43 0.18 43.50 [2021-04-12T16:05:26.679Z] 15:47:02 0 22.13 0.00 24.15 7.40 0.19 46.12 [2021-04-12T16:05:26.679Z] 15:47:02 1 23.80 0.00 25.33 10.59 0.16 40.12 [2021-04-12T16:05:26.679Z] 15:47:02 2 24.43 0.00 24.16 8.10 0.23 43.08 [2021-04-12T16:05:26.679Z] 15:47:02 3 22.28 0.00 25.27 7.59 0.14 44.71 [2021-04-12T16:05:26.679Z] 15:48:01 all 25.97 0.00 22.96 30.76 0.20 20.11 [2021-04-12T16:05:26.679Z] 15:48:01 0 25.60 0.00 22.66 28.99 0.20 22.55 [2021-04-12T16:05:26.679Z] 15:48:01 1 25.24 0.00 22.36 31.85 0.22 20.33 [2021-04-12T16:05:26.679Z] 15:48:01 2 26.51 0.00 23.00 30.58 0.20 19.72 [2021-04-12T16:05:26.679Z] 15:48:01 3 26.53 0.00 23.81 31.65 0.18 17.84 [2021-04-12T16:05:26.679Z] 15:49:01 all 43.83 0.00 15.32 16.56 0.14 24.15 [2021-04-12T16:05:26.679Z] 15:49:01 0 42.72 0.00 14.53 17.91 0.14 24.70 [2021-04-12T16:05:26.679Z] 15:49:01 1 44.47 0.00 14.91 17.23 0.16 23.23 [2021-04-12T16:05:26.679Z] 15:49:01 2 44.96 0.00 15.39 17.16 0.10 22.38 [2021-04-12T16:05:26.679Z] 15:49:01 3 43.14 0.00 16.46 13.89 0.14 26.36 [2021-04-12T16:05:26.679Z] 15:50:02 all 39.29 0.00 25.43 18.69 0.22 16.38 [2021-04-12T16:05:26.679Z] 15:50:02 0 38.37 0.00 25.64 17.09 0.27 18.64 [2021-04-12T16:05:26.679Z] 15:50:02 1 39.05 0.00 25.47 19.62 0.19 15.66 [2021-04-12T16:05:26.679Z] 15:50:02 2 39.19 0.00 24.96 17.29 0.19 18.37 [2021-04-12T16:05:26.679Z] 15:50:02 3 40.55 0.00 25.65 20.76 0.23 12.81 [2021-04-12T16:05:26.679Z] 15:51:01 all 28.20 0.00 10.70 6.65 0.11 54.35 [2021-04-12T16:05:26.679Z] 15:51:01 0 25.98 0.00 11.49 6.20 0.11 56.23 [2021-04-12T16:05:26.679Z] 15:51:01 1 32.19 0.00 10.61 4.43 0.11 52.67 [2021-04-12T16:05:26.679Z] 15:51:01 2 25.87 0.00 10.42 7.18 0.09 56.44 [2021-04-12T16:05:26.679Z] 15:51:01 3 28.79 0.00 10.27 8.78 0.12 52.04 [2021-04-12T16:05:26.679Z] 15:52:01 all 0.15 0.00 0.07 0.12 0.00 99.66 [2021-04-12T16:05:26.679Z] 15:52:01 0 0.03 0.00 0.05 0.00 0.00 99.92 [2021-04-12T16:05:26.679Z] 15:52:01 1 0.02 0.00 0.02 0.02 0.00 99.95 [2021-04-12T16:05:26.679Z] 15:52:01 2 0.52 0.00 0.12 0.43 0.00 98.93 [2021-04-12T16:05:26.679Z] 15:52:01 3 0.05 0.00 0.10 0.02 0.00 99.83 [2021-04-12T16:05:26.679Z] 15:53:01 all 0.17 0.00 0.04 0.00 0.00 99.79 [2021-04-12T16:05:26.679Z] 15:53:01 0 0.07 0.00 0.07 0.02 0.00 99.85 [2021-04-12T16:05:26.679Z] 15:53:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2021-04-12T16:05:26.679Z] 15:53:01 2 0.50 0.00 0.03 0.00 0.00 99.47 [2021-04-12T16:05:26.679Z] 15:53:01 3 0.07 0.00 0.02 0.00 0.00 99.92 [2021-04-12T16:05:26.679Z] [2021-04-12T16:05:26.679Z] 15:53:01 CPU %user %nice %system %iowait %steal %idle [2021-04-12T16:05:26.679Z] 15:54:01 all 0.14 0.00 0.03 0.00 0.01 99.82 [2021-04-12T16:05:26.679Z] 15:54:01 0 0.03 0.00 0.05 0.00 0.02 99.90 [2021-04-12T16:05:26.679Z] 15:54:01 1 0.03 0.00 0.03 0.00 0.02 99.92 [2021-04-12T16:05:26.679Z] 15:54:01 2 0.50 0.00 0.02 0.00 0.00 99.48 [2021-04-12T16:05:26.679Z] 15:54:01 3 0.00 0.00 0.03 0.00 0.00 99.97 [2021-04-12T16:05:26.679Z] 15:55:01 all 0.15 0.00 0.03 0.00 0.00 99.82 [2021-04-12T16:05:26.679Z] 15:55:01 0 0.52 0.00 0.05 0.00 0.00 99.43 [2021-04-12T16:05:26.679Z] 15:55:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2021-04-12T16:05:26.679Z] 15:55:01 2 0.03 0.00 0.05 0.00 0.00 99.92 [2021-04-12T16:05:26.679Z] 15:55:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2021-04-12T16:05:26.679Z] 15:56:01 all 0.08 0.00 0.04 0.00 0.00 99.88 [2021-04-12T16:05:26.679Z] 15:56:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2021-04-12T16:05:26.679Z] 15:56:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2021-04-12T16:05:26.679Z] 15:56:01 2 0.20 0.00 0.05 0.00 0.02 99.73 [2021-04-12T16:05:26.679Z] 15:56:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2021-04-12T16:05:26.679Z] 15:57:01 all 0.06 0.00 0.08 0.03 0.00 99.84 [2021-04-12T16:05:26.679Z] 15:57:01 0 0.03 0.00 0.08 0.00 0.00 99.88 [2021-04-12T16:05:26.679Z] 15:57:01 1 0.02 0.00 0.07 0.02 0.00 99.90 [2021-04-12T16:05:26.679Z] 15:57:01 2 0.15 0.00 0.12 0.08 0.00 99.65 [2021-04-12T16:05:26.679Z] 15:57:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2021-04-12T16:05:26.679Z] 15:58:01 all 0.14 0.00 0.02 0.00 0.00 99.83 [2021-04-12T16:05:26.679Z] 15:58:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-04-12T16:05:26.679Z] 15:58:01 1 0.03 0.00 0.02 0.02 0.00 99.93 [2021-04-12T16:05:26.679Z] 15:58:01 2 0.50 0.00 0.02 0.00 0.00 99.48 [2021-04-12T16:05:26.679Z] 15:58:01 3 0.02 0.00 0.05 0.00 0.00 99.93 [2021-04-12T16:05:26.679Z] 15:59:01 all 0.16 0.00 0.03 0.00 0.00 99.81 [2021-04-12T16:05:26.679Z] 15:59:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-04-12T16:05:26.679Z] 15:59:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2021-04-12T16:05:26.679Z] 15:59:01 2 0.52 0.00 0.02 0.00 0.00 99.47 [2021-04-12T16:05:26.679Z] 15:59:01 3 0.08 0.00 0.07 0.00 0.02 99.83 [2021-04-12T16:05:26.679Z] 16:00:01 all 0.15 0.00 0.02 0.00 0.00 99.83 [2021-04-12T16:05:26.679Z] 16:00:01 0 0.02 0.00 0.05 0.00 0.00 99.93 [2021-04-12T16:05:26.679Z] 16:00:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2021-04-12T16:05:26.679Z] 16:00:01 2 0.53 0.00 0.02 0.00 0.00 99.45 [2021-04-12T16:05:26.679Z] 16:00:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2021-04-12T16:05:26.679Z] 16:01:01 all 0.14 0.00 0.04 0.00 0.00 99.82 [2021-04-12T16:05:26.679Z] 16:01:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-04-12T16:05:26.679Z] 16:01:01 1 0.02 0.00 0.05 0.00 0.02 99.92 [2021-04-12T16:05:26.679Z] 16:01:01 2 0.52 0.00 0.05 0.00 0.00 99.43 [2021-04-12T16:05:26.679Z] 16:01:01 3 0.02 0.00 0.03 0.00 0.00 99.95 [2021-04-12T16:05:26.679Z] 16:02:01 all 0.15 0.00 0.04 0.01 0.01 99.79 [2021-04-12T16:05:26.679Z] 16:02:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2021-04-12T16:05:26.679Z] 16:02:01 1 0.02 0.00 0.03 0.00 0.00 99.95 [2021-04-12T16:05:26.679Z] 16:02:01 2 0.52 0.00 0.03 0.02 0.02 99.42 [2021-04-12T16:05:26.679Z] 16:02:01 3 0.05 0.00 0.07 0.02 0.02 99.85 [2021-04-12T16:05:26.679Z] 16:03:01 all 0.18 0.00 0.03 0.00 0.00 99.78 [2021-04-12T16:05:26.679Z] 16:03:01 0 0.52 0.00 0.03 0.00 0.02 99.43 [2021-04-12T16:05:26.679Z] 16:03:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2021-04-12T16:05:26.679Z] 16:03:01 2 0.08 0.00 0.03 0.00 0.00 99.88 [2021-04-12T16:05:26.679Z] 16:03:01 3 0.10 0.00 0.02 0.00 0.00 99.88 [2021-04-12T16:05:26.679Z] 16:04:01 all 0.20 0.00 0.03 0.00 0.02 99.75 [2021-04-12T16:05:26.679Z] 16:04:01 0 0.52 0.00 0.03 0.00 0.02 99.43 [2021-04-12T16:05:26.679Z] 16:04:01 1 0.02 0.00 0.02 0.00 0.02 99.95 [2021-04-12T16:05:26.679Z] 16:04:01 2 0.18 0.00 0.05 0.02 0.02 99.73 [2021-04-12T16:05:26.679Z] 16:04:01 3 0.08 0.00 0.03 0.00 0.02 99.87 [2021-04-12T16:05:26.679Z] [2021-04-12T16:05:26.679Z] 16:04:01 CPU %user %nice %system %iowait %steal %idle [2021-04-12T16:05:26.679Z] 16:05:02 all 2.41 0.00 1.42 1.61 0.07 94.49 [2021-04-12T16:05:26.679Z] 16:05:02 0 2.43 0.00 1.14 0.55 0.07 95.82 [2021-04-12T16:05:26.679Z] 16:05:02 1 1.29 0.00 1.15 1.10 0.08 96.37 [2021-04-12T16:05:26.679Z] 16:05:02 2 1.72 0.00 1.19 0.68 0.07 96.34 [2021-04-12T16:05:26.679Z] 16:05:02 3 4.21 0.00 2.21 4.12 0.07 89.39 [2021-04-12T16:05:26.679Z] Average: all 12.46 0.00 6.11 4.04 0.06 77.33 [2021-04-12T16:05:26.679Z] Average: 0 12.50 0.00 6.12 3.74 0.06 77.58 [2021-04-12T16:05:26.679Z] Average: 1 12.33 0.00 6.04 4.23 0.06 77.34 [2021-04-12T16:05:26.679Z] Average: 2 12.55 0.00 6.09 3.93 0.05 77.38 [2021-04-12T16:05:26.679Z] Average: 3 12.46 0.00 6.19 4.28 0.05 77.02 [2021-04-12T16:05:26.679Z] [2021-04-12T16:05:26.679Z] [2021-04-12T16:05:26.679Z]