Pull request #3209 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 154cc246e15595e049878ff4f17617e2c34eb802+e4452ab79e32c06b9a1c96c946d524d5f9ceed90 (4ea32339baf6aabd7fe54aa0c353b2a0783a3f44) 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 878f1b5bff316b9f7b5d8f8b1d22b752867b496c # timeout=10 Commit message: "Merge pull request #321 from ernestojeda/email-fix-generateEmailTemplate" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-29839’ is offline; ‘prd-centos7-docker-4c-2g-29841’ is offline; ‘prd-centos7-docker-4c-2g-29842’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-27930’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-29850 in /w/workspace/edgexfoundry_edgex-go_PR-3209 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/19 [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/19 # 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/3209/head:refs/remotes/origin/PR-3209 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit e4452ab79e32c06b9a1c96c946d524d5f9ceed90 into PR head commit 154cc246e15595e049878ff4f17617e2c34eb802 Merge succeeded, producing 154cc246e15595e049878ff4f17617e2c34eb802 Checking out Revision 154cc246e15595e049878ff4f17617e2c34eb802 (PR-3209) > git config core.sparsecheckout # timeout=10 > git checkout -f 154cc246e15595e049878ff4f17617e2c34eb802 # 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 e4452ab79e32c06b9a1c96c946d524d5f9ceed90 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 154cc246e15595e049878ff4f17617e2c34eb802 # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-15T21:05:23.200Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-15T21:05:23.432Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-15T21:05:23.520Z] ========================================================= [2021-03-15T21:05:23.521Z] EdgeX Global Pipelines Version Info [2021-03-15T21:05:23.521Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 80373a826181b7446cb9b4bf79d88ea02a5761ed # timeout=10 [2021-03-15T21:05:25.069Z] ------------------- [2021-03-15T21:05:25.069Z] stable info: [2021-03-15T21:05:25.069Z] ------------------- [2021-03-15T21:05:25.069Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-15T21:05:25.069Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-15T21:05:25.069Z] Message: update stable to v1.0.184 [2021-03-15T21:05:26.023Z] ------------------- [2021-03-15T21:05:26.023Z] experimental info: [2021-03-15T21:05:26.023Z] ------------------- [2021-03-15T21:05:26.023Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-15T21:05:26.023Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-15T21:05:26.023Z] Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-15T21:05:26.272Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-03-15T21:05:26.354Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-03-15T21:05:26.436Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-15T21:05:26.521Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-15T21:05:26.615Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-15T21:05:26.697Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-15T21:05:26.793Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-15T21:05:26.881Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-03-15T21:05:26.965Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-03-15T21:05:27.051Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-03-15T21:05:27.157Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-15T21:05:27.242Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-15T21:05:27.326Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-15T21:05:27.428Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-15T21:05:27.511Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-15T21:05:27.597Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-15T21:05:27.683Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-15T21:05:27.804Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-15T21:05:27.910Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-15T21:05:27.995Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-03-15T21:05:28.080Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-03-15T21:05:28.182Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-15T21:05:28.287Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3209 [Pipeline] echo [2021-03-15T21:05:28.374Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3209 [Pipeline] echo [2021-03-15T21:05:28.455Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3209 [Pipeline] echo [2021-03-15T21:05:28.535Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 154cc246e15595e049878ff4f17617e2c34eb802 [Pipeline] echo [2021-03-15T21:05:28.618Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 154cc24 [Pipeline] echo [2021-03-15T21:05:28.704Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-15T21:05:28.867Z] provisioning config files... [2021-03-15T21:05:28.904Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/19@tmp/config3762448358164626066tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-15T21:05:29.270Z] ---> docker-login.sh [2021-03-15T21:05:29.271Z] nexus3.edgexfoundry.org:10001 [2021-03-15T21:05:29.535Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-15T21:05:29.819Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-15T21:05:29.819Z] Configure a credential helper to remove this warning. See [2021-03-15T21:05:29.819Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-15T21:05:29.819Z] [2021-03-15T21:05:29.819Z] Login Succeeded [2021-03-15T21:05:29.819Z] nexus3.edgexfoundry.org:10002 [2021-03-15T21:05:30.086Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-15T21:05:30.086Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-15T21:05:30.086Z] Configure a credential helper to remove this warning. See [2021-03-15T21:05:30.086Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-15T21:05:30.086Z] [2021-03-15T21:05:30.086Z] Login Succeeded [2021-03-15T21:05:30.086Z] nexus3.edgexfoundry.org:10003 [2021-03-15T21:05:30.086Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-15T21:05:30.351Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-15T21:05:30.351Z] Configure a credential helper to remove this warning. See [2021-03-15T21:05:30.351Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-15T21:05:30.351Z] [2021-03-15T21:05:30.351Z] Login Succeeded [2021-03-15T21:05:30.351Z] nexus3.edgexfoundry.org:10004 [2021-03-15T21:05:30.351Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-15T21:05:30.351Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-15T21:05:30.351Z] Configure a credential helper to remove this warning. See [2021-03-15T21:05:30.351Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-15T21:05:30.351Z] [2021-03-15T21:05:30.351Z] Login Succeeded [2021-03-15T21:05:30.351Z] docker.io [2021-03-15T21:05:30.617Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-15T21:05:30.883Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-15T21:05:30.883Z] Configure a credential helper to remove this warning. See [2021-03-15T21:05:30.883Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-15T21:05:30.883Z] [2021-03-15T21:05:30.883Z] Login Succeeded [2021-03-15T21:05:30.883Z] ---> docker-login.sh ends [Pipeline] } [2021-03-15T21:05:30.895Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-15T21:05:31.382Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-03-15T21:05:31.382Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-15T21:05:31.382Z] ++ dirname cmd/core-command/Dockerfile [2021-03-15T21:05:31.382Z] ++ cut -d/ -f2 [2021-03-15T21:05:31.382Z] + echo core-command,cmd/core-command/Dockerfile [2021-03-15T21:05:31.382Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-15T21:05:31.382Z] ++ dirname cmd/core-data/Dockerfile [2021-03-15T21:05:31.382Z] ++ cut -d/ -f2 [2021-03-15T21:05:31.382Z] + echo core-data,cmd/core-data/Dockerfile [2021-03-15T21:05:31.382Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-15T21:05:31.382Z] ++ dirname cmd/core-metadata/Dockerfile [2021-03-15T21:05:31.382Z] ++ cut -d/ -f2 [2021-03-15T21:05:31.382Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-03-15T21:05:31.382Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-15T21:05:31.382Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-03-15T21:05:31.382Z] ++ cut -d/ -f2 [2021-03-15T21:05:31.382Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-03-15T21:05:31.382Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-15T21:05:31.382Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-03-15T21:05:31.382Z] ++ cut -d/ -f2 [2021-03-15T21:05:31.382Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-03-15T21:05:31.382Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-15T21:05:31.382Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-03-15T21:05:31.382Z] ++ cut -d/ -f2 [2021-03-15T21:05:31.382Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-03-15T21:05:31.382Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-15T21:05:31.382Z] ++ dirname cmd/support-notifications/Dockerfile [2021-03-15T21:05:31.382Z] ++ cut -d/ -f2 [2021-03-15T21:05:31.382Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-03-15T21:05:31.382Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-15T21:05:31.382Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-03-15T21:05:31.382Z] ++ cut -d/ -f2 [2021-03-15T21:05:31.382Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-03-15T21:05:31.382Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-15T21:05:31.382Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-03-15T21:05:31.382Z] ++ cut -d/ -f2 [2021-03-15T21:05:31.382Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-03-15T21:05:31.465Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:05:32.369Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-15T21:05:32.369Z] [2021-03-15T21:05:32.369Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:05:32.725Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-15T21:05:32.725Z] latest: Pulling from edgex-devops/git-semver [2021-03-15T21:05:32.725Z] 31603596830f: Pulling fs layer [2021-03-15T21:05:32.725Z] 2a8b12db71e7: Pulling fs layer [2021-03-15T21:05:32.725Z] 6ca5941a6612: Pulling fs layer [2021-03-15T21:05:32.725Z] ecc8261a40a4: Pulling fs layer [2021-03-15T21:05:32.725Z] ecc8261a40a4: Waiting [2021-03-15T21:05:32.725Z] 2a8b12db71e7: Verifying Checksum [2021-03-15T21:05:32.725Z] 2a8b12db71e7: Download complete [2021-03-15T21:05:32.988Z] 31603596830f: Verifying Checksum [2021-03-15T21:05:32.988Z] 31603596830f: Download complete [2021-03-15T21:05:32.988Z] ecc8261a40a4: Verifying Checksum [2021-03-15T21:05:32.988Z] ecc8261a40a4: Download complete [2021-03-15T21:05:33.255Z] 6ca5941a6612: Verifying Checksum [2021-03-15T21:05:33.255Z] 6ca5941a6612: Download complete [2021-03-15T21:05:33.518Z] 31603596830f: Pull complete [2021-03-15T21:05:33.518Z] 2a8b12db71e7: Pull complete [2021-03-15T21:05:34.479Z] 6ca5941a6612: Pull complete [2021-03-15T21:05:34.741Z] ecc8261a40a4: Pull complete [2021-03-15T21:05:34.741Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-15T21:05:34.741Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-15T21:05:34.741Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-15T21:05:34.861Z] prd-centos7-docker-4c-2g-29850 does not seem to be running inside a container [2021-03-15T21:05:34.922Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-15T21:05:37.617Z] $ docker top 0026ac985c6409d2f1936c3a5d8e35c41f5711e0e61f3e250ab9f40dabd84d5e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-15T21:05:37.912Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-15T21:05:37.912Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-15T21:05:38.145Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-15T21:05:38.150Z] $ docker exec 0026ac985c6409d2f1936c3a5d8e35c41f5711e0e61f3e250ab9f40dabd84d5e ssh-agent [2021-03-15T21:05:38.323Z] SSH_AUTH_SOCK=/tmp/ssh-UBc0X4MpBAUY/agent.11 [2021-03-15T21:05:38.323Z] SSH_AGENT_PID=16 [2021-03-15T21:05:38.335Z] Running ssh-add (command line suppressed) [2021-03-15T21:05:38.466Z] Identity added: /w/workspace/edgex-go/19@tmp/private_key_6192615203255277188.key (/w/workspace/edgex-go/19@tmp/private_key_6192615203255277188.key) [2021-03-15T21:05:38.522Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-15T21:05:38.858Z] + git tag --points-at HEAD [Pipeline] } [2021-03-15T21:05:38.883Z] $ docker exec --env ******** --env ******** 0026ac985c6409d2f1936c3a5d8e35c41f5711e0e61f3e250ab9f40dabd84d5e ssh-agent -k [2021-03-15T21:05:38.998Z] unset SSH_AUTH_SOCK; [2021-03-15T21:05:38.998Z] unset SSH_AGENT_PID; [2021-03-15T21:05:38.998Z] echo Agent pid 16 killed; [2021-03-15T21:05:39.045Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-15T21:05:39.182Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-15T21:05:39.182Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-15T21:05:39.346Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-15T21:05:39.352Z] $ docker exec 0026ac985c6409d2f1936c3a5d8e35c41f5711e0e61f3e250ab9f40dabd84d5e ssh-agent [2021-03-15T21:05:39.521Z] SSH_AUTH_SOCK=/tmp/ssh-iUlO2L5scyC0/agent.46 [2021-03-15T21:05:39.521Z] SSH_AGENT_PID=51 [2021-03-15T21:05:39.529Z] Running ssh-add (command line suppressed) [2021-03-15T21:05:39.650Z] Identity added: /w/workspace/edgex-go/19@tmp/private_key_3398559687681349215.key (/w/workspace/edgex-go/19@tmp/private_key_3398559687681349215.key) [2021-03-15T21:05:39.700Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-15T21:05:40.052Z] + git semver init [2021-03-15T21:05:40.052Z] # -> Open(): unable to determine branch for HEAD [2021-03-15T21:05:40.052Z] # $GIT_DIR = /w/workspace/edgex-go/19/.git [2021-03-15T21:05:40.052Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/19 [2021-03-15T21:05:40.052Z] # $SEMVER_REMOTE_NAME = origin [2021-03-15T21:05:40.052Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-15T21:05:40.052Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-15T21:05:40.052Z] # $SEMVER_BRANCH = PR-3209 [2021-03-15T21:05:40.052Z] # $SEMVER_TEMP = /tmp/semver-550408273 [2021-03-15T21:05:40.052Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-03-15T21:06:18.975Z] # '/tmp/semver-550408273' -> '/w/workspace/edgex-go/19/.semver' [2021-03-15T21:06:18.975Z] # -> Force: false [2021-03-15T21:06:18.975Z] # $SEMVER_DIR = /w/workspace/edgex-go/19/.semver [Pipeline] } [2021-03-15T21:06:18.995Z] $ docker exec --env ******** --env ******** 0026ac985c6409d2f1936c3a5d8e35c41f5711e0e61f3e250ab9f40dabd84d5e ssh-agent -k [2021-03-15T21:06:19.267Z] unset SSH_AUTH_SOCK; [2021-03-15T21:06:19.268Z] unset SSH_AGENT_PID; [2021-03-15T21:06:19.268Z] echo Agent pid 51 killed; [2021-03-15T21:06:19.380Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-15T21:06:19.884Z] + git semver [Pipeline] } [2021-03-15T21:06:19.905Z] $ docker stop --time=1 0026ac985c6409d2f1936c3a5d8e35c41f5711e0e61f3e250ab9f40dabd84d5e [2021-03-15T21:06:21.491Z] $ docker rm -f 0026ac985c6409d2f1936c3a5d8e35c41f5711e0e61f3e250ab9f40dabd84d5e [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-15T21:06:22.001Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-15T21:06:22.605Z] Stashed 1 file(s) [Pipeline] echo [2021-03-15T21:06:22.609Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-15T21:06:23.497Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-15T21:06:23.797Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-15T21:06:24.107Z] + sudo service docker restart [2021-03-15T21:06:24.107Z] + true [2021-03-15T21:06:24.107Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-03-15T21:06:24.701Z] ========================================================= [2021-03-15T21:06:24.701Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-15T21:06:24.701Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:06:25.081Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-03-15T21:06:29.324Z] Sending build context to Docker daemon 328.5MB [2021-03-15T21:06:29.324Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-15T21:06:29.324Z] Step 2/6 : FROM ${BASE} [2021-03-15T21:06:29.324Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-15T21:06:29.324Z] 188c0c94c7c5: Pulling fs layer [2021-03-15T21:06:29.324Z] 0ef7d3d256c8: Pulling fs layer [2021-03-15T21:06:29.324Z] de9db76c5a1d: Pulling fs layer [2021-03-15T21:06:29.324Z] bca2f99d35d6: Pulling fs layer [2021-03-15T21:06:29.324Z] 93359f2a8cfa: Pulling fs layer [2021-03-15T21:06:29.324Z] 7c6f9722023f: Pulling fs layer [2021-03-15T21:06:29.324Z] a35cf1a2eb13: Pulling fs layer [2021-03-15T21:06:29.324Z] a35cf1a2eb13: Waiting [2021-03-15T21:06:29.324Z] 7c6f9722023f: Waiting [2021-03-15T21:06:29.324Z] 93359f2a8cfa: Waiting [2021-03-15T21:06:29.324Z] bca2f99d35d6: Waiting [2021-03-15T21:06:29.324Z] de9db76c5a1d: Verifying Checksum [2021-03-15T21:06:29.324Z] de9db76c5a1d: Download complete [2021-03-15T21:06:29.324Z] 0ef7d3d256c8: Download complete [2021-03-15T21:06:29.324Z] 93359f2a8cfa: Download complete [2021-03-15T21:06:29.324Z] 7c6f9722023f: Verifying Checksum [2021-03-15T21:06:29.324Z] 7c6f9722023f: Download complete [2021-03-15T21:06:29.324Z] 188c0c94c7c5: Verifying Checksum [2021-03-15T21:06:29.324Z] 188c0c94c7c5: Download complete [2021-03-15T21:06:29.920Z] 188c0c94c7c5: Pull complete [2021-03-15T21:06:30.182Z] 0ef7d3d256c8: Pull complete [2021-03-15T21:06:30.182Z] de9db76c5a1d: Pull complete [2021-03-15T21:06:31.127Z] a35cf1a2eb13: Verifying Checksum [2021-03-15T21:06:31.128Z] a35cf1a2eb13: Download complete [2021-03-15T21:06:32.522Z] bca2f99d35d6: Verifying Checksum [2021-03-15T21:06:32.522Z] bca2f99d35d6: Download complete [2021-03-15T21:06:37.978Z] Still waiting to schedule task [2021-03-15T21:06:37.978Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-03-15T21:06:39.237Z] bca2f99d35d6: Pull complete [2021-03-15T21:06:39.237Z] 93359f2a8cfa: Pull complete [2021-03-15T21:06:39.237Z] 7c6f9722023f: Pull complete [2021-03-15T21:06:43.485Z] a35cf1a2eb13: Pull complete [2021-03-15T21:06:43.485Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-15T21:06:43.485Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-15T21:06:43.485Z] ---> a62c8e92a672 [2021-03-15T21:06:43.485Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-03-15T21:06:43.485Z] ---> Running in dd6fa4415fc5 [2021-03-15T21:06:44.065Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-15T21:06:45.014Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-15T21:06:46.408Z] (1/12) Installing libmagic (5.38-r0) [2021-03-15T21:06:46.408Z] (2/12) Installing file (5.38-r0) [2021-03-15T21:06:46.408Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-15T21:06:46.671Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-15T21:06:58.925Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-15T21:06:58.925Z] (6/12) Installing patch (2.7.6-r6) [2021-03-15T21:06:58.925Z] (7/12) Installing build-base (0.5-r2) [2021-03-15T21:06:58.925Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-15T21:06:58.925Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-15T21:06:58.925Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-15T21:06:58.925Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-15T21:06:59.188Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-15T21:06:59.188Z] Executing busybox-1.31.1-r19.trigger [2021-03-15T21:06:59.452Z] OK: 233 MiB in 51 packages [2021-03-15T21:07:02.770Z] Removing intermediate container dd6fa4415fc5 [2021-03-15T21:07:02.770Z] ---> 0f9e4b228c08 [2021-03-15T21:07:02.770Z] Step 4/6 : WORKDIR /edgex-go [2021-03-15T21:07:03.034Z] ---> Running in 5bc2e49ff714 [2021-03-15T21:07:03.034Z] Removing intermediate container 5bc2e49ff714 [2021-03-15T21:07:03.034Z] ---> 310bc6f1b2db [2021-03-15T21:07:03.034Z] Step 5/6 : COPY go.mod . [2021-03-15T21:07:03.296Z] ---> 7e462cca59b8 [2021-03-15T21:07:03.296Z] Step 6/6 : RUN go mod download [2021-03-15T21:07:03.562Z] ---> Running in a849b4d848af [2021-03-15T21:07:30.210Z] Removing intermediate container a849b4d848af [2021-03-15T21:07:30.210Z] ---> 20e7ac7737e7 [2021-03-15T21:07:30.210Z] Successfully built 20e7ac7737e7 [2021-03-15T21:07:30.210Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:07:30.530Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-15T21:07:30.530Z] . [Pipeline] withDockerContainer [2021-03-15T21:07:30.635Z] prd-centos7-docker-4c-2g-29850 does not seem to be running inside a container [2021-03-15T21:07:30.693Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-15T21:07:31.616Z] $ docker top 23b707839ca95563c880eec090cfab0fbad459e942780f573a4a3989b55d1be5 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-15T21:07:32.135Z] + go version [2021-03-15T21:07:32.135Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-15T21:07:32.152Z] $ docker stop --time=1 23b707839ca95563c880eec090cfab0fbad459e942780f573a4a3989b55d1be5 [2021-03-15T21:07:33.504Z] $ docker rm -f 23b707839ca95563c880eec090cfab0fbad459e942780f573a4a3989b55d1be5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:07:34.322Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-15T21:07:34.322Z] . [Pipeline] withDockerContainer [2021-03-15T21:07:34.434Z] prd-centos7-docker-4c-2g-29850 does not seem to be running inside a container [2021-03-15T21:07:34.489Z] $ 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/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-15T21:07:35.155Z] $ docker top c65dc5e5b4e4793ca84865de83d27ecf519f5f8e38f6ecacf5c840644f85f098 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-15T21:07:35.333Z] ========================================================= [2021-03-15T21:07:35.333Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-15T21:07:35.333Z] ========================================================= [Pipeline] sh [2021-03-15T21:07:35.624Z] + make test [2021-03-15T21:07:35.624Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-15T21:07:45.683Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-15T21:08:04.011Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-15T21:08:08.283Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-15T21:08:08.283Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-15T21:08:08.283Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-15T21:08:10.864Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-15T21:08:10.864Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-15T21:08:10.864Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-15T21:08:10.864Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-15T21:08:11.454Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-15T21:08:12.050Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-15T21:08:14.022Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-15T21:08:14.022Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-15T21:08:14.022Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-15T21:08:16.692Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.129s coverage: 45.9% of statements [2021-03-15T21:08:16.692Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-15T21:08:16.692Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-15T21:08:16.692Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-15T21:08:16.692Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-15T21:08:16.692Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-15T21:08:16.692Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-15T21:08:16.692Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.044s coverage: 19.8% of statements [2021-03-15T21:08:16.692Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.091s coverage: 100.0% of statements [2021-03-15T21:08:19.295Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.217s coverage: 27.1% of statements [2021-03-15T21:08:19.295Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-15T21:08:19.295Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-15T21:08:19.295Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-15T21:08:19.295Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-15T21:08:19.295Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-15T21:08:19.295Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-15T21:08:19.295Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.035s coverage: 100.0% of statements [2021-03-15T21:08:19.295Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-15T21:08:19.295Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.033s coverage: 100.0% of statements [2021-03-15T21:08:19.295Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-15T21:08:19.295Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-15T21:08:19.877Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.081s coverage: 71.3% of statements [2021-03-15T21:08:19.877Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-15T21:08:19.877Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-15T21:08:20.143Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.165s coverage: 82.9% of statements [2021-03-15T21:08:20.143Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-15T21:08:20.143Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-15T21:08:20.143Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.067s coverage: 78.9% of statements [2021-03-15T21:08:20.143Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-15T21:08:23.795Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.456s coverage: 28.6% of statements [2021-03-15T21:08:23.795Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-15T21:08:23.795Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-15T21:08:23.795Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-15T21:08:23.795Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-15T21:08:23.795Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-15T21:08:23.795Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.084s coverage: 100.0% of statements [2021-03-15T21:08:23.795Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-15T21:08:23.795Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.046s coverage: 100.0% of statements [2021-03-15T21:08:23.795Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-15T21:08:23.795Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.117s coverage: 86.7% of statements [2021-03-15T21:08:23.795Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-15T21:08:23.795Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.105s coverage: 97.5% of statements [2021-03-15T21:08:23.795Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-15T21:08:23.795Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.059s coverage: 78.3% of statements [2021-03-15T21:08:23.795Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-15T21:08:23.795Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-15T21:08:23.795Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-15T21:08:23.795Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-15T21:08:25.520Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.355s coverage: 92.8% of statements [2021-03-15T21:08:25.520Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-15T21:08:25.520Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-15T21:08:25.520Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-15T21:08:25.520Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-15T21:08:25.520Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-15T21:08:25.520Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-15T21:08:25.520Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-15T21:08:25.520Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-15T21:08:25.520Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-15T21:08:25.520Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-15T21:08:25.520Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-15T21:08:25.520Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-15T21:08:25.520Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-15T21:08:25.520Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-15T21:08:25.520Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-15T21:08:25.520Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-15T21:08:25.520Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-15T21:08:25.520Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-15T21:08:25.520Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.033s coverage: 58.8% of statements [2021-03-15T21:08:25.520Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-15T21:08:25.520Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-15T21:08:25.520Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.061s coverage: 0.1% of statements [2021-03-15T21:08:25.520Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-15T21:08:25.520Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-15T21:08:25.520Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-15T21:08:25.520Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.042s coverage: 47.1% of statements [2021-03-15T21:08:25.787Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.049s coverage: 79.5% of statements [2021-03-15T21:08:25.787Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.027s coverage: 94.1% of statements [2021-03-15T21:08:25.787Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.067s coverage: 96.3% of statements [2021-03-15T21:08:26.059Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.040s coverage: 87.5% of statements [2021-03-15T21:08:38.349Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.050s coverage: 94.4% of statements [2021-03-15T21:08:38.349Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.027s coverage: 44.8% of statements [2021-03-15T21:08:38.349Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 6.048s coverage: 81.4% of statements [2021-03-15T21:08:50.689Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.060s coverage: 92.9% of statements [2021-03-15T21:08:50.689Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-15T21:08:50.689Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-15T21:08:50.689Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-15T21:08:50.689Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 77.8% of statements [2021-03-15T21:08:50.689Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-15T21:08:50.689Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-15T21:08:50.689Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-15T21:08:50.689Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-15T21:08:50.689Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-15T21:08:50.689Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.040s coverage: 87.2% of statements [2021-03-15T21:08:50.689Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-15T21:08:50.689Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-15T21:08:50.689Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.032s coverage: 100.0% of statements [2021-03-15T21:08:50.689Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-15T21:08:50.689Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.043s coverage: 75.5% of statements [2021-03-15T21:08:50.689Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-15T21:08:50.689Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.032s coverage: 80.8% of statements [2021-03-15T21:08:50.689Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.062s coverage: 87.2% of statements [2021-03-15T21:08:50.689Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.043s coverage: 84.6% of statements [2021-03-15T21:08:50.689Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.074s coverage: 91.6% of statements [2021-03-15T21:08:50.689Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-15T21:08:50.689Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.170s coverage: 62.4% of statements [2021-03-15T21:08:50.689Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-15T21:08:50.689Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-15T21:08:50.689Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.041s coverage: 100.0% of statements [2021-03-15T21:08:50.689Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.033s coverage: 91.3% of statements [2021-03-15T21:08:50.689Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements [2021-03-15T21:08:50.689Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.037s coverage: 73.7% of statements [2021-03-15T21:08:50.689Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.035s coverage: 100.0% of statements [2021-03-15T21:08:50.689Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.321s coverage: 69.0% of statements [2021-03-15T21:08:50.689Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-15T21:08:50.689Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-15T21:08:50.689Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-15T21:08:50.689Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.099s coverage: 38.4% of statements [2021-03-15T21:08:50.689Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-15T21:08:50.689Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-15T21:08:50.689Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.037s coverage: 89.5% of statements [2021-03-15T21:08:50.689Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-15T21:08:50.689Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.034s coverage: 84.8% of statements [2021-03-15T21:08:50.689Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.126s coverage: 47.0% of statements [2021-03-15T21:08:50.689Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-15T21:08:50.689Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-15T21:08:50.689Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-15T21:08:50.689Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-15T21:08:50.689Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-15T21:08:50.689Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.060s coverage: 100.0% of statements [2021-03-15T21:08:50.689Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-15T21:08:50.689Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.043s coverage: 100.0% of statements [2021-03-15T21:08:50.689Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-15T21:08:50.689Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-15T21:08:50.689Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-15T21:08:50.689Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-15T21:08:50.689Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.139s coverage: 87.1% of statements [2021-03-15T21:08:50.689Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-15T21:08:50.689Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-15T21:08:50.689Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-15T21:08:50.689Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.719s coverage: 29.1% of statements [2021-03-15T21:08:50.689Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-15T21:08:50.689Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-15T21:08:50.689Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-15T21:08:50.689Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-15T21:08:50.689Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-15T21:08:50.689Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.076s coverage: 99.0% of statements [2021-03-15T21:08:50.689Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-15T21:08:50.689Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.043s coverage: 100.0% of statements [2021-03-15T21:08:50.689Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-15T21:08:50.689Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-15T21:08:50.689Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-15T21:08:50.689Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-15T21:08:50.689Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.092s coverage: 96.5% of statements [2021-03-15T21:08:50.689Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-15T21:08:50.689Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-15T21:08:50.689Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-15T21:08:50.689Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.028s coverage: 0.0% of statements [2021-03-15T21:08:50.689Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-15T21:08:50.689Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.028s coverage: 100.0% of statements [2021-03-15T21:08:50.689Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-15T21:08:50.689Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-15T21:08:50.689Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-15T21:08:50.689Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-15T21:08:50.689Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.034s coverage: 87.9% of statements [2021-03-15T21:08:50.689Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-15T21:08:50.689Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-15T21:08:50.689Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.033s coverage: 100.0% of statements [2021-03-15T21:08:50.689Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements [2021-03-15T21:08:50.689Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-03-15T21:08:50.689Z] GO111MODULE=on go vet ./... [2021-03-15T21:09:17.448Z] gofmt -l . [2021-03-15T21:09:17.710Z] [ "`gofmt -l .`" = "" ] [2021-03-15T21:09:18.290Z] ./bin/test-go-mod-tidy.sh [2021-03-15T21:09:18.864Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-15T21:09:19.458Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-29854 in /w/workspace/edgexfoundry_edgex-go_PR-3209 [Pipeline] { [Pipeline] ws [2021-03-15T21:09:19.598Z] Running in /w/workspace/edgex-go/19 [Pipeline] { [Pipeline] checkout [2021-03-15T21:09:19.752Z] + ls -al . [2021-03-15T21:09:19.752Z] total 748 [2021-03-15T21:09:19.752Z] drwxrwxr-x 10 1001 1001 4096 Mar 15 21:09 . [2021-03-15T21:09:19.752Z] drwxr-xr-x 4 root root 30 Mar 15 21:07 .. [2021-03-15T21:09:19.752Z] -rw-rw-r-- 1 1001 1001 11 Mar 15 21:05 .dockerignore [2021-03-15T21:09:19.752Z] drwxrwxr-x 8 1001 1001 179 Mar 15 21:05 .git [2021-03-15T21:09:19.752Z] drwxrwxr-x 3 1001 1001 125 Mar 15 21:05 .github [2021-03-15T21:09:19.752Z] -rw-rw-r-- 1 1001 1001 818 Mar 15 21:05 .gitignore [2021-03-15T21:09:19.752Z] drwx------ 3 1001 1001 60 Mar 15 21:06 .semver [2021-03-15T21:09:19.752Z] -rw-rw-r-- 1 1001 1001 166 Mar 15 21:05 .sonarcloud.properties [2021-03-15T21:09:19.752Z] -rw-rw-r-- 1 1001 1001 8607 Mar 15 21:05 Attribution.txt [2021-03-15T21:09:19.752Z] -rw-rw-r-- 1 1001 1001 3804 Mar 15 21:05 CONTRIBUTING.md [2021-03-15T21:09:19.752Z] -rw-rw-r-- 1 1001 1001 931 Mar 15 21:05 Dockerfile.build [2021-03-15T21:09:19.752Z] -rw-rw-r-- 1 1001 1001 863 Mar 15 21:05 Jenkinsfile [2021-03-15T21:09:19.752Z] -rw-rw-r-- 1 1001 1001 10775 Mar 15 21:05 LICENSE [2021-03-15T21:09:19.752Z] -rw-rw-r-- 1 1001 1001 5774 Mar 15 21:05 Makefile [2021-03-15T21:09:19.752Z] -rw-rw-r-- 1 1001 1001 6548 Mar 15 21:05 README.md [2021-03-15T21:09:19.752Z] -rw-rw-r-- 1 1001 1001 6755 Mar 15 21:05 SECURITY.md [2021-03-15T21:09:19.752Z] -rw-rw-r-- 1 1001 1001 5 Mar 15 21:06 VERSION [2021-03-15T21:09:19.752Z] -rw-rw-r-- 1 1001 1001 4131 Mar 15 21:05 ZMQWindows.md [2021-03-15T21:09:19.752Z] drwxrwxr-x 2 1001 1001 117 Mar 15 21:05 bin [2021-03-15T21:09:19.752Z] drwxrwxr-x 14 1001 1001 4096 Mar 15 21:05 cmd [2021-03-15T21:09:19.752Z] -rw-r--r-- 1 root root 635765 Mar 15 21:08 coverage.out [2021-03-15T21:09:19.752Z] -rw-r--r-- 1 root root 1055 Mar 15 21:09 go.mod [2021-03-15T21:09:19.752Z] -rw-r--r-- 1 root root 22099 Mar 15 21:09 go.sum [2021-03-15T21:09:19.752Z] drwxrwxr-x 8 1001 1001 127 Mar 15 21:05 internal [2021-03-15T21:09:19.752Z] drwxrwxr-x 4 1001 1001 26 Mar 15 21:05 openapi [2021-03-15T21:09:19.752Z] drwxrwxr-x 4 1001 1001 71 Mar 15 21:05 snap [2021-03-15T21:09:19.752Z] -rw-rw-r-- 1 1001 1001 168 Mar 15 21:05 version.go [Pipeline] sh [2021-03-15T21:09:20.066Z] + '[' -e coverage.out ] [2021-03-15T21:09:20.066Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-15T21:09:20.347Z] Stashed 1 file(s) [Pipeline] sh [2021-03-15T21:09:20.643Z] + make build [2021-03-15T21:09:20.643Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-15T21:09:24.855Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-15T21:09:25.417Z] using credential edgex-jenkins-ssh [2021-03-15T21:09:25.483Z] Cloning the remote Git repository [2021-03-15T21:09:25.548Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-15T21:09:25.675Z] > git init /w/workspace/edgex-go/19 # timeout=10 [2021-03-15T21:09:25.797Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-15T21:09:25.798Z] > git --version # timeout=10 [2021-03-15T21:09:25.822Z] > git --version # 'git version 2.17.1' [2021-03-15T21:09:25.824Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-15T21:09:25.884Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-15T21:09:33.091Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-15T21:09:33.665Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-15T21:09:35.616Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-15T21:09:35.887Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-15T21:09:37.830Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-15T21:09:39.233Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-15T21:09:40.191Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-15T21:09:41.609Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-15T21:09:42.576Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-15T21:09:43.540Z] 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-03-15T21:09:45.501Z] $ docker stop --time=1 c65dc5e5b4e4793ca84865de83d27ecf519f5f8e38f6ecacf5c840644f85f098 [2021-03-15T21:09:47.248Z] $ docker rm -f c65dc5e5b4e4793ca84865de83d27ecf519f5f8e38f6ecacf5c840644f85f098 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [2021-03-15T21:09:48.166Z] Merging remotes/origin/master commit e4452ab79e32c06b9a1c96c946d524d5f9ceed90 into PR head commit 154cc246e15595e049878ff4f17617e2c34eb802 [Pipeline] script [Pipeline] { [2021-03-15T21:09:47.368Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-15T21:09:47.395Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-15T21:09:47.434Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-15T21:09:47.473Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-15T21:09:47.474Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-15T21:09:47.488Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3209/head:refs/remotes/origin/PR-3209 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-15T21:09:48.194Z] > git config core.sparsecheckout # timeout=10 [2021-03-15T21:09:48.268Z] > git checkout -f 154cc246e15595e049878ff4f17617e2c34eb802 # timeout=10 [2021-03-15T21:09:48.800Z] Merge succeeded, producing 154cc246e15595e049878ff4f17617e2c34eb802 [2021-03-15T21:09:48.801Z] Checking out Revision 154cc246e15595e049878ff4f17617e2c34eb802 (PR-3209) [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:09:49.185Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-15T21:09:49.185Z] [2021-03-15T21:09:49.185Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:09:49.564Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-15T21:09:49.564Z] latest: Pulling from edgex-devops/edgex-compose [2021-03-15T21:09:49.564Z] cbdbe7a5bc2a: Pulling fs layer [2021-03-15T21:09:49.564Z] ca9280d653b3: Pulling fs layer [2021-03-15T21:09:49.564Z] 7e9c9ca2126c: Pulling fs layer [2021-03-15T21:09:50.158Z] cbdbe7a5bc2a: Verifying Checksum [2021-03-15T21:09:50.158Z] cbdbe7a5bc2a: Download complete [2021-03-15T21:09:51.356Z] ca9280d653b3: Verifying Checksum [2021-03-15T21:09:51.356Z] ca9280d653b3: Download complete [2021-03-15T21:09:51.356Z] cbdbe7a5bc2a: Pull complete [2021-03-15T21:09:51.356Z] 7e9c9ca2126c: Verifying Checksum [2021-03-15T21:09:51.356Z] 7e9c9ca2126c: Download complete [2021-03-15T21:09:51.356Z] ca9280d653b3: Pull complete [2021-03-15T21:09:48.683Z] > git remote # timeout=10 [2021-03-15T21:09:48.710Z] > git config --get remote.origin.url # timeout=10 [2021-03-15T21:09:48.738Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-15T21:09:48.753Z] > git merge e4452ab79e32c06b9a1c96c946d524d5f9ceed90 # timeout=10 [2021-03-15T21:09:48.783Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-15T21:09:48.811Z] > git config core.sparsecheckout # timeout=10 [2021-03-15T21:09:48.840Z] > git checkout -f 154cc246e15595e049878ff4f17617e2c34eb802 # timeout=10 [2021-03-15T21:09:53.549Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-15T21:09:54.991Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-15T21:09:55.463Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-15T21:09:55.813Z] + sudo service+ docker restart [2021-03-15T21:09:55.813Z] true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-15T21:09:57.871Z] provisioning config files... [2021-03-15T21:09:57.926Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/19@tmp/config7360666537624661604tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-15T21:09:58.025Z] 7e9c9ca2126c: Pull complete [2021-03-15T21:09:58.025Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-03-15T21:09:58.025Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-15T21:09:58.025Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-03-15T21:09:58.296Z] prd-centos7-docker-4c-2g-29850 does not seem to be running inside a container [2021-03-15T21:09:58.347Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-15T21:09:58.382Z] ---> docker-login.sh [2021-03-15T21:09:58.382Z] nexus3.edgexfoundry.org:10001 [2021-03-15T21:09:59.337Z] $ docker top 5c92c040efb2d2776546cf2d6c3965ab749fd5205ceca33253f22e91154d3ff7 -eo pid,comm [2021-03-15T21:09:59.378Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] { [Pipeline] sh [2021-03-15T21:09:59.869Z] + docker-compose build --help [2021-03-15T21:09:59.869Z] + grep parallel [2021-03-15T21:09:59.981Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-15T21:09:59.981Z] Configure a credential helper to remove this warning. See [2021-03-15T21:09:59.981Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-15T21:09:59.981Z] [2021-03-15T21:09:59.981Z] Login Succeeded [2021-03-15T21:09:59.981Z] nexus3.edgexfoundry.org:10002 [2021-03-15T21:10:00.256Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-15T21:10:00.256Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-15T21:10:00.256Z] Configure a credential helper to remove this warning. See [2021-03-15T21:10:00.256Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-15T21:10:00.256Z] [2021-03-15T21:10:00.256Z] Login Succeeded [2021-03-15T21:10:00.256Z] nexus3.edgexfoundry.org:10003 [2021-03-15T21:10:00.815Z] --parallel Build images in parallel. [Pipeline] } [2021-03-15T21:10:00.834Z] $ docker stop --time=1 5c92c040efb2d2776546cf2d6c3965ab749fd5205ceca33253f22e91154d3ff7 [2021-03-15T21:10:00.864Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-15T21:10:00.864Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-15T21:10:00.864Z] Configure a credential helper to remove this warning. See [2021-03-15T21:10:00.864Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-15T21:10:00.864Z] [2021-03-15T21:10:00.864Z] Login Succeeded [2021-03-15T21:10:00.864Z] nexus3.edgexfoundry.org:10004 [2021-03-15T21:10:01.470Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-15T21:10:01.470Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-15T21:10:01.470Z] Configure a credential helper to remove this warning. See [2021-03-15T21:10:01.470Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-15T21:10:01.470Z] [2021-03-15T21:10:01.470Z] Login Succeeded [2021-03-15T21:10:01.470Z] docker.io [2021-03-15T21:10:02.067Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-15T21:10:02.297Z] $ docker rm -f 5c92c040efb2d2776546cf2d6c3965ab749fd5205ceca33253f22e91154d3ff7 [2021-03-15T21:10:02.341Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-15T21:10:02.342Z] Configure a credential helper to remove this warning. See [2021-03-15T21:10:02.342Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-15T21:10:02.342Z] [2021-03-15T21:10:02.342Z] Login Succeeded [2021-03-15T21:10:02.342Z] ---> docker-login.sh ends [Pipeline] // withDockerContainer [Pipeline] } [2021-03-15T21:10:02.510Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] echo [2021-03-15T21:10:02.948Z] ========================================================= [2021-03-15T21:10:02.948Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-15T21:10:02.948Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:10:03.134Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-15T21:10:03.134Z] . [Pipeline] withDockerContainer [2021-03-15T21:10:03.270Z] prd-centos7-docker-4c-2g-29850 does not seem to be running inside a container [2021-03-15T21:10:03.319Z] $ 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/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-15T21:10:03.394Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-03-15T21:10:04.070Z] $ docker top d7f52568b93c96173a47f3c17f8008d03c4b12e7c3788c71e5a2547749aa7d06 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-15T21:10:04.548Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-15T21:10:05.493Z] Building docker-core-command-go ... [2021-03-15T21:10:05.493Z] Building docker-core-data-go ... [2021-03-15T21:10:05.493Z] Building docker-core-metadata-go ... [2021-03-15T21:10:05.493Z] Building docker-security-bootstrapper-go ... [2021-03-15T21:10:05.493Z] Building docker-security-proxy-setup-go ... [2021-03-15T21:10:05.493Z] Building docker-security-secretstore-setup-go ... [2021-03-15T21:10:05.493Z] Building docker-support-notifications-go ... [2021-03-15T21:10:05.493Z] Building docker-support-scheduler-go ... [2021-03-15T21:10:05.493Z] Building docker-sys-mgmt-agent-go ... [2021-03-15T21:10:05.493Z] Building docker-core-data-go [2021-03-15T21:10:05.493Z] Building docker-support-scheduler-go [2021-03-15T21:10:05.493Z] Building docker-support-notifications-go [2021-03-15T21:10:05.493Z] Building docker-security-bootstrapper-go [2021-03-15T21:10:05.493Z] Building docker-core-command-go [2021-03-15T21:10:06.025Z] Sending build context to Docker daemon 166.7MB [2021-03-15T21:10:06.025Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-15T21:10:06.025Z] Step 2/6 : FROM ${BASE} [2021-03-15T21:10:06.025Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-15T21:10:06.025Z] 5f621e34cdf4: Pulling fs layer [2021-03-15T21:10:06.025Z] a4357932f1b6: Pulling fs layer [2021-03-15T21:10:06.025Z] 18c013af1878: Pulling fs layer [2021-03-15T21:10:06.025Z] 00ac8860ef70: Pulling fs layer [2021-03-15T21:10:06.025Z] 63d7cb157983: Pulling fs layer [2021-03-15T21:10:06.025Z] b116817d02f9: Pulling fs layer [2021-03-15T21:10:06.025Z] 745a02a5169b: Pulling fs layer [2021-03-15T21:10:06.025Z] 00ac8860ef70: Waiting [2021-03-15T21:10:06.025Z] 63d7cb157983: Waiting [2021-03-15T21:10:06.025Z] b116817d02f9: Waiting [2021-03-15T21:10:06.025Z] 745a02a5169b: Waiting [2021-03-15T21:10:06.025Z] 18c013af1878: Verifying Checksum [2021-03-15T21:10:06.025Z] 18c013af1878: Download complete [2021-03-15T21:10:06.025Z] a4357932f1b6: Verifying Checksum [2021-03-15T21:10:06.025Z] a4357932f1b6: Download complete [2021-03-15T21:10:06.025Z] 63d7cb157983: Download complete [2021-03-15T21:10:06.302Z] b116817d02f9: Verifying Checksum [2021-03-15T21:10:06.302Z] b116817d02f9: Download complete [2021-03-15T21:10:06.905Z] 5f621e34cdf4: Verifying Checksum [2021-03-15T21:10:06.905Z] 5f621e34cdf4: Download complete [2021-03-15T21:10:07.523Z] 5f621e34cdf4: Pull complete [2021-03-15T21:10:08.163Z] a4357932f1b6: Pull complete [2021-03-15T21:10:08.439Z] 18c013af1878: Pull complete [2021-03-15T21:10:10.426Z] 745a02a5169b: Verifying Checksum [2021-03-15T21:10:10.426Z] 745a02a5169b: Download complete [2021-03-15T21:10:12.409Z] 00ac8860ef70: Verifying Checksum [2021-03-15T21:10:12.409Z] 00ac8860ef70: Download complete [2021-03-15T21:10:24.852Z] 00ac8860ef70: Pull complete [2021-03-15T21:10:24.852Z] 63d7cb157983: Pull complete [2021-03-15T21:10:24.852Z] b116817d02f9: Pull complete [2021-03-15T21:10:27.468Z] 745a02a5169b: Pull complete [2021-03-15T21:10:27.468Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-15T21:10:27.468Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-15T21:10:27.468Z] ---> b7e6874047d6 [2021-03-15T21:10:27.468Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-03-15T21:10:31.855Z] ---> Running in 361500c338b1 [2021-03-15T21:10:32.449Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-15T21:10:33.428Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-15T21:10:34.405Z] (1/12) Installing libmagic (5.38-r0) [2021-03-15T21:10:34.677Z] (2/12) Installing file (5.38-r0) [2021-03-15T21:10:34.677Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-15T21:10:34.677Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-15T21:10:40.079Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-15T21:10:40.079Z] (6/12) Installing patch (2.7.6-r6) [2021-03-15T21:10:40.079Z] (7/12) Installing build-base (0.5-r2) [2021-03-15T21:10:40.079Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-15T21:10:40.079Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-15T21:10:40.079Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-15T21:10:40.079Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-15T21:10:40.079Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-15T21:10:40.079Z] Executing busybox-1.31.1-r19.trigger [2021-03-15T21:10:40.079Z] OK: 217 MiB in 51 packages [2021-03-15T21:10:44.397Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-15T21:10:44.397Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-15T21:10:44.397Z] ---> 20e7ac7737e7 [2021-03-15T21:10:44.397Z] Step 3/22 : WORKDIR /edgex-go [2021-03-15T21:10:44.397Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-15T21:10:44.397Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-15T21:10:44.397Z] ---> 20e7ac7737e7 [2021-03-15T21:10:44.397Z] Step 3/23 : WORKDIR /edgex-go [2021-03-15T21:10:44.397Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-15T21:10:44.397Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-15T21:10:44.397Z] ---> 20e7ac7737e7 [2021-03-15T21:10:44.397Z] Step 3/22 : WORKDIR /edgex-go [2021-03-15T21:10:44.397Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-15T21:10:44.397Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-15T21:10:44.397Z] ---> 20e7ac7737e7 [2021-03-15T21:10:44.397Z] Step 3/31 : WORKDIR /edgex-go [2021-03-15T21:10:44.397Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-15T21:10:44.397Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-15T21:10:44.397Z] ---> 20e7ac7737e7 [2021-03-15T21:10:44.397Z] Step 3/23 : WORKDIR /edgex-go [2021-03-15T21:10:44.397Z] ---> Running in b7d86bc92233 [2021-03-15T21:10:44.397Z] ---> Running in 427860ba3b93 [2021-03-15T21:10:44.397Z] ---> Running in a9f10706ba09 [2021-03-15T21:10:44.397Z] ---> Running in 62143e500faf [2021-03-15T21:10:44.397Z] ---> Running in 840ad7fd4677 [2021-03-15T21:10:44.397Z] Removing intermediate container 62143e500faf [2021-03-15T21:10:44.397Z] ---> 37bcd0f29e31 [2021-03-15T21:10:44.397Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-15T21:10:44.397Z] Removing intermediate container a9f10706ba09 [2021-03-15T21:10:44.397Z] ---> b4f9978fe17e [2021-03-15T21:10:44.397Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-15T21:10:44.397Z] Removing intermediate container 427860ba3b93 [2021-03-15T21:10:44.397Z] ---> f56511255193 [2021-03-15T21:10:44.397Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-15T21:10:44.397Z] Removing intermediate container b7d86bc92233 [2021-03-15T21:10:44.397Z] ---> acc28d63eb32 [2021-03-15T21:10:44.398Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-15T21:10:44.398Z] Removing intermediate container 840ad7fd4677 [2021-03-15T21:10:44.398Z] ---> a02616f57235 [2021-03-15T21:10:44.398Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-15T21:10:44.398Z] ---> Running in 0ef91886f90e [2021-03-15T21:10:44.398Z] ---> Running in e4440f76c57f [2021-03-15T21:10:44.398Z] ---> Running in 181f69ee0c43 [2021-03-15T21:10:44.398Z] ---> Running in 2e4dc95a2d70 [2021-03-15T21:10:44.398Z] ---> Running in eee8ac4e53b9 [2021-03-15T21:10:44.398Z] Removing intermediate container 0ef91886f90e [2021-03-15T21:10:44.398Z] ---> 01da8fd0c0c3 [2021-03-15T21:10:44.398Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-15T21:10:44.398Z] ---> Running in c10d7e8cca9e [2021-03-15T21:10:44.398Z] Removing intermediate container e4440f76c57f [2021-03-15T21:10:44.398Z] ---> e6c0a7486fad [2021-03-15T21:10:44.398Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-15T21:10:44.398Z] ---> Running in 95f37878f1b5 [2021-03-15T21:10:44.398Z] Removing intermediate container 2e4dc95a2d70 [2021-03-15T21:10:44.398Z] ---> 7d33d9593d7d [2021-03-15T21:10:44.398Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-15T21:10:44.398Z] Removing intermediate container eee8ac4e53b9 [2021-03-15T21:10:44.398Z] ---> c419ba3a9a85 [2021-03-15T21:10:44.398Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-15T21:10:44.398Z] ---> Running in d5607495002a [2021-03-15T21:10:44.398Z] Removing intermediate container 181f69ee0c43 [2021-03-15T21:10:44.398Z] ---> d190deecd848 [2021-03-15T21:10:44.398Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-15T21:10:44.398Z] ---> Running in 5561147c0710 [2021-03-15T21:10:44.398Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-15T21:10:44.398Z] ---> Running in 84ab129cb968 [2021-03-15T21:10:44.398Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-15T21:10:44.398Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-15T21:10:44.398Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-15T21:10:44.398Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-15T21:10:44.413Z] Removing intermediate container 361500c338b1 [2021-03-15T21:10:44.413Z] ---> 9a596970bd21 [2021-03-15T21:10:44.413Z] Step 4/6 : WORKDIR /edgex-go [2021-03-15T21:10:44.671Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-15T21:10:44.671Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-15T21:10:44.671Z] OK: 233 MiB in 51 packages [2021-03-15T21:10:44.684Z] ---> Running in e56304d3f2c5 [2021-03-15T21:10:44.934Z] OK: 233 MiB in 51 packages [2021-03-15T21:10:44.934Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-15T21:10:44.965Z] Removing intermediate container e56304d3f2c5 [2021-03-15T21:10:44.966Z] ---> ddf4a73583e1 [2021-03-15T21:10:44.966Z] Step 5/6 : COPY go.mod . [2021-03-15T21:10:45.200Z] Removing intermediate container c10d7e8cca9e [2021-03-15T21:10:45.201Z] ---> 2afcbea9897f [2021-03-15T21:10:45.201Z] Step 6/31 : COPY go.mod . [2021-03-15T21:10:45.201Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-15T21:10:45.201Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-15T21:10:45.201Z] Removing intermediate container 95f37878f1b5 [2021-03-15T21:10:45.201Z] ---> 26429f176568 [2021-03-15T21:10:45.201Z] Step 6/22 : COPY go.mod . [2021-03-15T21:10:45.464Z] OK: 233 MiB in 51 packages [2021-03-15T21:10:45.464Z] ---> 1cea6722617b [2021-03-15T21:10:45.464Z] Step 7/31 : RUN go mod download [2021-03-15T21:10:45.464Z] ---> Running in e40cdbba012b [2021-03-15T21:10:45.726Z] ---> bf1e9abbcbe7 [2021-03-15T21:10:45.726Z] Step 7/22 : RUN go mod download [2021-03-15T21:10:45.726Z] OK: 233 MiB in 51 packages [2021-03-15T21:10:45.726Z] OK: 233 MiB in 51 packages [2021-03-15T21:10:45.726Z] ---> Running in 5a2d5cf4bcc1 [2021-03-15T21:10:45.953Z] ---> c49806adfa3e [2021-03-15T21:10:45.953Z] Step 6/6 : RUN go mod download [2021-03-15T21:10:45.953Z] ---> Running in b78884d18433 [2021-03-15T21:10:46.301Z] Removing intermediate container d5607495002a [2021-03-15T21:10:46.301Z] ---> 90363a451ecb [2021-03-15T21:10:46.301Z] Step 6/23 : COPY go.mod . [2021-03-15T21:10:46.591Z] ---> 20fc76f04681 [2021-03-15T21:10:46.591Z] Step 7/23 : RUN go mod download [2021-03-15T21:10:46.591Z] Removing intermediate container 84ab129cb968 [2021-03-15T21:10:46.591Z] ---> 4adbe55103fe [2021-03-15T21:10:46.591Z] Step 6/22 : COPY go.mod . [2021-03-15T21:10:46.591Z] Removing intermediate container 5561147c0710 [2021-03-15T21:10:46.591Z] ---> fc82826b7ef7 [2021-03-15T21:10:46.591Z] Step 6/23 : COPY go.mod . [2021-03-15T21:10:46.591Z] ---> Running in 193591fa0905 [2021-03-15T21:10:46.862Z] ---> 9f5c4b742733 [2021-03-15T21:10:46.862Z] Step 7/22 : RUN go mod download [2021-03-15T21:10:47.148Z] ---> 0cdf5ce2d871 [2021-03-15T21:10:47.148Z] Step 7/23 : RUN go mod download [2021-03-15T21:10:47.148Z] ---> Running in f8cc9873b035 [2021-03-15T21:10:47.148Z] ---> Running in 5191539b8007 [2021-03-15T21:10:48.098Z] Removing intermediate container 5a2d5cf4bcc1 [2021-03-15T21:10:48.098Z] ---> 2fb77f9431d9 [2021-03-15T21:10:48.098Z] Step 8/22 : COPY . . [2021-03-15T21:10:49.049Z] Removing intermediate container e40cdbba012b [2021-03-15T21:10:49.049Z] ---> 2ebb866a3f50 [2021-03-15T21:10:49.049Z] Step 8/31 : COPY . . [2021-03-15T21:10:49.313Z] Removing intermediate container 193591fa0905 [2021-03-15T21:10:49.313Z] ---> 991e3e797049 [2021-03-15T21:10:49.313Z] Step 8/23 : COPY . . [2021-03-15T21:10:57.509Z] Removing intermediate container 5191539b8007 [2021-03-15T21:10:57.509Z] ---> 713cf0a663b1 [2021-03-15T21:10:57.509Z] Step 8/23 : COPY . . [2021-03-15T21:10:57.509Z] Removing intermediate container f8cc9873b035 [2021-03-15T21:10:57.509Z] ---> 38e7a63ab81d [2021-03-15T21:10:57.509Z] Step 8/22 : COPY . . [2021-03-15T21:11:18.327Z] Removing intermediate container b78884d18433 [2021-03-15T21:11:18.327Z] ---> a1f5e5c659fb [2021-03-15T21:11:18.327Z] Successfully built a1f5e5c659fb [2021-03-15T21:11:18.327Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:11:18.686Z] + docker inspect -f . ci-base-image-arm64 [2021-03-15T21:11:18.686Z] . [Pipeline] withDockerContainer [2021-03-15T21:11:18.960Z] prd-ubuntu18.04-docker-arm64-4c-16g-29854 does not seem to be running inside a container [2021-03-15T21:11:19.053Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-15T21:11:20.636Z] $ docker top a7dfa3327257fcb295dd3f5df0f6fd8032ef1fc10cef222c82f951464361ed1f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-15T21:11:21.741Z] + go version [2021-03-15T21:11:21.742Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-15T21:11:21.777Z] $ docker stop --time=1 a7dfa3327257fcb295dd3f5df0f6fd8032ef1fc10cef222c82f951464361ed1f [2021-03-15T21:11:23.833Z] $ docker rm -f a7dfa3327257fcb295dd3f5df0f6fd8032ef1fc10cef222c82f951464361ed1f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:11:24.927Z] + docker inspect -f . ci-base-image-arm64 [2021-03-15T21:11:24.927Z] . [Pipeline] withDockerContainer [2021-03-15T21:11:25.229Z] prd-ubuntu18.04-docker-arm64-4c-16g-29854 does not seem to be running inside a container [2021-03-15T21:11:25.324Z] $ 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/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-15T21:11:26.918Z] $ docker top 4d4dbb61beccc9762fc7022950aa42525bbd7063779965d0b6608583f390c002 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-15T21:11:27.371Z] ========================================================= [2021-03-15T21:11:27.371Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-15T21:11:27.371Z] ========================================================= [Pipeline] sh [2021-03-15T21:11:28.033Z] + make test [2021-03-15T21:11:28.033Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-15T21:11:30.002Z] ---> 7f97ce77af48 [2021-03-15T21:11:30.002Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-15T21:11:30.002Z] ---> 87ee7fff64af [2021-03-15T21:11:30.002Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-15T21:11:30.002Z] ---> 268a9f3492bb [2021-03-15T21:11:30.002Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-15T21:11:30.002Z] ---> 1d627cd9fad7 [2021-03-15T21:11:30.002Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-15T21:11:30.002Z] ---> Running in 530ac5a77c43 [2021-03-15T21:11:30.002Z] ---> Running in 9aedde4d15be [2021-03-15T21:11:30.002Z] ---> Running in ef8c4429b75a [2021-03-15T21:11:30.002Z] ---> Running in 408b0b35a042 [2021-03-15T21:11:30.002Z] ---> d38cd145ff98 [2021-03-15T21:11:30.002Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-15T21:11:30.291Z] ---> Running in 3f8a31eae532 [2021-03-15T21:11:31.254Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-15T21:11:31.254Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-15T21:11:31.254Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-15T21:11:31.254Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-15T21:11:31.254Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-15T21:11:54.855Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-15T21:12:10.171Z] Removing intermediate container 9aedde4d15be [2021-03-15T21:12:10.171Z] ---> d6cf10ef2ca8 [2021-03-15T21:12:10.171Z] [2021-03-15T21:12:10.171Z] Step 10/31 : FROM alpine:3.12 [2021-03-15T21:12:10.171Z] 3.12: Pulling from library/alpine [2021-03-15T21:12:10.171Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-15T21:12:10.171Z] Status: Downloaded newer image for alpine:3.12 [2021-03-15T21:12:10.171Z] ---> 88dd2752d2ea [2021-03-15T21:12:10.171Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-15T21:12:10.171Z] ---> Running in 05c91ad3bbf8 [2021-03-15T21:12:13.493Z] Removing intermediate container 05c91ad3bbf8 [2021-03-15T21:12:13.493Z] ---> 845edf717476 [2021-03-15T21:12:13.493Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-15T21:12:14.072Z] ---> Running in 44a80ea830a3 [2021-03-15T21:12:14.072Z] Removing intermediate container 530ac5a77c43 [2021-03-15T21:12:14.072Z] ---> e722fc7faec1 [2021-03-15T21:12:14.072Z] [2021-03-15T21:12:14.072Z] Step 10/23 : FROM alpine:3.12 [2021-03-15T21:12:14.072Z] ---> 88dd2752d2ea [2021-03-15T21:12:14.072Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-15T21:12:14.338Z] Removing intermediate container 408b0b35a042 [2021-03-15T21:12:14.338Z] ---> 00f038d40d2a [2021-03-15T21:12:14.338Z] [2021-03-15T21:12:14.338Z] Step 10/22 : FROM alpine:3.12 [2021-03-15T21:12:14.338Z] ---> 88dd2752d2ea [2021-03-15T21:12:14.338Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-15T21:12:14.338Z] ---> Running in 404e1b4941cf [2021-03-15T21:12:14.622Z] ---> Running in b6c4b9e9c508 [2021-03-15T21:12:15.213Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-15T21:12:15.213Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-15T21:12:15.513Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-15T21:12:15.513Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-15T21:12:15.513Z] (2/2) Installing su-exec (0.2-r1) [2021-03-15T21:12:15.513Z] Executing busybox-1.31.1-r19.trigger [2021-03-15T21:12:15.513Z] OK: 6 MiB in 16 packages [2021-03-15T21:12:15.513Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-15T21:12:15.513Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-15T21:12:15.513Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-15T21:12:15.780Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-15T21:12:15.780Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-15T21:12:15.780Z] Executing busybox-1.31.1-r19.trigger [2021-03-15T21:12:15.780Z] OK: 6 MiB in 15 packages [2021-03-15T21:12:15.780Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-15T21:12:15.780Z] Executing busybox-1.31.1-r19.trigger [2021-03-15T21:12:15.780Z] Executing ca-certificates-20191127-r4.trigger [2021-03-15T21:12:15.780Z] OK: 6 MiB in 16 packages [2021-03-15T21:12:17.169Z] Removing intermediate container ef8c4429b75a [2021-03-15T21:12:17.169Z] ---> 66aa12d43701 [2021-03-15T21:12:17.169Z] [2021-03-15T21:12:17.169Z] Step 10/22 : FROM alpine:3.12 [2021-03-15T21:12:17.169Z] ---> 88dd2752d2ea [2021-03-15T21:12:17.169Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-15T21:12:18.559Z] ---> Running in 042c7b264e12 [2021-03-15T21:12:18.821Z] Removing intermediate container 3f8a31eae532 [2021-03-15T21:12:18.821Z] ---> 688a92968efe [2021-03-15T21:12:18.821Z] [2021-03-15T21:12:18.821Z] Step 10/23 : FROM alpine:3.12 [2021-03-15T21:12:18.821Z] ---> 88dd2752d2ea [2021-03-15T21:12:18.821Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-15T21:12:19.086Z] ---> Running in d90570fe249e [2021-03-15T21:12:19.086Z] Removing intermediate container 44a80ea830a3 [2021-03-15T21:12:19.086Z] ---> 20d31d0ac92d [2021-03-15T21:12:19.086Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-15T21:12:19.350Z] ---> Running in 990e08484e0d [2021-03-15T21:12:20.298Z] Removing intermediate container 404e1b4941cf [2021-03-15T21:12:20.298Z] ---> 0dc109bca903 [2021-03-15T21:12:20.298Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-15T21:12:20.298Z] Removing intermediate container d90570fe249e [2021-03-15T21:12:20.298Z] ---> 60f9eb56047a [2021-03-15T21:12:20.298Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-15T21:12:20.298Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-15T21:12:20.564Z] ---> Running in cec4843e912c [2021-03-15T21:12:20.564Z] ---> Running in d0529913ad60 [2021-03-15T21:12:20.564Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-15T21:12:20.564Z] Removing intermediate container b6c4b9e9c508 [2021-03-15T21:12:20.564Z] ---> 3d27f6cb0681 [2021-03-15T21:12:20.564Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-15T21:12:20.564Z] Removing intermediate container 990e08484e0d [2021-03-15T21:12:20.564Z] ---> 57684c54231f [2021-03-15T21:12:20.564Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-15T21:12:20.565Z] ---> Running in 059662b11bbf [2021-03-15T21:12:20.565Z] ---> Running in fb68c584eb19 [2021-03-15T21:12:20.827Z] Removing intermediate container cec4843e912c [2021-03-15T21:12:20.827Z] ---> ea61a7748dcf [2021-03-15T21:12:20.827Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-15T21:12:20.827Z] Removing intermediate container d0529913ad60 [2021-03-15T21:12:20.827Z] ---> 10442737fd62 [2021-03-15T21:12:20.827Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-15T21:12:20.827Z] ---> Running in c9284e5facaa [2021-03-15T21:12:21.093Z] ---> Running in 9bb3e2b5abc6 [2021-03-15T21:12:21.093Z] Removing intermediate container fb68c584eb19 [2021-03-15T21:12:21.093Z] ---> 10fcd1c0a0cc [2021-03-15T21:12:21.093Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-15T21:12:21.093Z] Removing intermediate container 059662b11bbf [2021-03-15T21:12:21.093Z] ---> 30d069943c7f [2021-03-15T21:12:21.093Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-15T21:12:21.093Z] ---> Running in ca9bdbbcb375 [2021-03-15T21:12:21.093Z] ---> Running in 2896ec1f864f [2021-03-15T21:12:21.356Z] Removing intermediate container c9284e5facaa [2021-03-15T21:12:21.356Z] ---> bf78f6fa3df8 [2021-03-15T21:12:21.356Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-15T21:12:21.356Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-15T21:12:21.356Z] Executing busybox-1.31.1-r19.trigger [2021-03-15T21:12:21.356Z] OK: 6 MiB in 15 packages [2021-03-15T21:12:21.356Z] Removing intermediate container 9bb3e2b5abc6 [2021-03-15T21:12:21.356Z] ---> 737ed27cd451 [2021-03-15T21:12:21.356Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-15T21:12:21.620Z] ---> Running in 571efaa361f1 [2021-03-15T21:12:21.620Z] ---> Running in aac5ed9db635 [2021-03-15T21:12:21.885Z] Removing intermediate container 2896ec1f864f [2021-03-15T21:12:21.885Z] ---> 928c7489fe16 [2021-03-15T21:12:21.885Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-15T21:12:21.885Z] ---> Running in ab7bdaaec9c3 [2021-03-15T21:12:22.155Z] Removing intermediate container aac5ed9db635 [2021-03-15T21:12:22.155Z] ---> 5577b1de5a77 [2021-03-15T21:12:22.155Z] Step 15/23 : WORKDIR / [2021-03-15T21:12:22.155Z] ---> Running in ebe98708167a [2021-03-15T21:12:23.104Z] Removing intermediate container ab7bdaaec9c3 [2021-03-15T21:12:23.104Z] ---> 3419f17f07a8 [2021-03-15T21:12:23.104Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-15T21:12:23.104Z] Removing intermediate container 042c7b264e12 [2021-03-15T21:12:23.104Z] ---> 2f71a4578959 [2021-03-15T21:12:23.104Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-15T21:12:23.104Z] Removing intermediate container ebe98708167a [2021-03-15T21:12:23.104Z] ---> 39c8121158aa [2021-03-15T21:12:23.104Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-15T21:12:23.369Z] ---> Running in 2df9fb5c59c9 [2021-03-15T21:12:23.632Z] Removing intermediate container ca9bdbbcb375 [2021-03-15T21:12:23.632Z] ---> 91a0c59c3f0d [2021-03-15T21:12:23.632Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-15T21:12:23.632Z] ---> 2d57bb6d5292 [2021-03-15T21:12:23.632Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-15T21:12:23.632Z] ---> 37442c7c7a93 [2021-03-15T21:12:23.632Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-15T21:12:23.632Z] Removing intermediate container 2df9fb5c59c9 [2021-03-15T21:12:23.632Z] ---> 566a912657aa [2021-03-15T21:12:23.632Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-15T21:12:23.895Z] ---> Running in 89eff3b8c4c0 [2021-03-15T21:12:24.171Z] ---> Running in 032f27c52748 [2021-03-15T21:12:24.171Z] Removing intermediate container 571efaa361f1 [2021-03-15T21:12:24.171Z] ---> 0f68b19d8467 [2021-03-15T21:12:24.171Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-15T21:12:24.171Z] ---> Running in eeef9c17954f [2021-03-15T21:12:24.434Z] ---> 064e9efa8972 [2021-03-15T21:12:24.434Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-15T21:12:24.434Z] ---> 5e3f34289762 [2021-03-15T21:12:24.434Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-15T21:12:24.434Z] Removing intermediate container 032f27c52748 [2021-03-15T21:12:24.434Z] ---> d8a502fdd23b [2021-03-15T21:12:24.434Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-15T21:12:24.702Z] Removing intermediate container 89eff3b8c4c0 [2021-03-15T21:12:24.702Z] ---> faba45aaadbc [2021-03-15T21:12:24.702Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-15T21:12:24.702Z] ---> Running in c76d6aa55e03 [2021-03-15T21:12:24.702Z] ---> b244748df953 [2021-03-15T21:12:24.702Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-15T21:12:24.963Z] ---> b00152c1cfaa [2021-03-15T21:12:24.963Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-15T21:12:24.963Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-15T21:12:25.226Z] ---> Running in 8a89977b5259 [2021-03-15T21:12:25.226Z] ---> Running in 4f4780154c79 [2021-03-15T21:12:25.487Z] ---> fc2a96d4159b [2021-03-15T21:12:25.487Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-15T21:12:25.488Z] Removing intermediate container c76d6aa55e03 [2021-03-15T21:12:25.488Z] ---> db64eca8551a [2021-03-15T21:12:25.488Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-15T21:12:25.488Z] ---> Running in e7cab030612d [2021-03-15T21:12:25.748Z] Removing intermediate container 4f4780154c79 [2021-03-15T21:12:25.748Z] ---> 4a83fc6e9fad [2021-03-15T21:12:25.748Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-15T21:12:25.748Z] Removing intermediate container 8a89977b5259 [2021-03-15T21:12:25.748Z] ---> bfb6d737e1f8 [2021-03-15T21:12:25.748Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-15T21:12:26.015Z] ---> Running in c015b0f5e145 [2021-03-15T21:12:26.015Z] ---> 03d22fe7bb16 [2021-03-15T21:12:26.015Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-15T21:12:26.015Z] ---> Running in bf87f5b2c9fc [2021-03-15T21:12:26.276Z] Removing intermediate container c015b0f5e145 [2021-03-15T21:12:26.276Z] ---> c8689768ae1e [2021-03-15T21:12:26.276Z] Step 21/23 : LABEL arch=x86_64 [2021-03-15T21:12:26.276Z] Removing intermediate container bf87f5b2c9fc [2021-03-15T21:12:26.276Z] ---> ba6595dd0e8b [2021-03-15T21:12:26.276Z] Step 20/22 : LABEL arch=x86_64 [2021-03-15T21:12:26.541Z] ---> Running in 2318c982ee72 [2021-03-15T21:12:26.541Z] ---> Running in 843a3b7109a9 [2021-03-15T21:12:26.541Z] ---> e90977b7e623 [2021-03-15T21:12:26.541Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-15T21:12:26.807Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-15T21:12:26.807Z] Removing intermediate container 2318c982ee72 [2021-03-15T21:12:26.807Z] ---> 7fb84e42dd11 [2021-03-15T21:12:26.807Z] Step 22/23 : LABEL git_sha=154cc246e15595e049878ff4f17617e2c34eb802 [2021-03-15T21:12:26.807Z] Removing intermediate container 843a3b7109a9 [2021-03-15T21:12:26.807Z] ---> f0d376ed6938 [2021-03-15T21:12:26.807Z] Step 21/22 : LABEL git_sha=154cc246e15595e049878ff4f17617e2c34eb802 [2021-03-15T21:12:27.070Z] ---> Running in fe81d58cd952 [2021-03-15T21:12:27.070Z] ---> Running in 3df0e8cc27fd [2021-03-15T21:12:27.070Z] ---> 25f2c1507603 [2021-03-15T21:12:27.070Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-15T21:12:27.070Z] ---> Running in 644f2b57e59a [2021-03-15T21:12:27.335Z] Removing intermediate container fe81d58cd952 [2021-03-15T21:12:27.335Z] ---> 38210747cf65 [2021-03-15T21:12:27.335Z] Step 23/23 : LABEL version=0.0.0 [2021-03-15T21:12:27.335Z] Removing intermediate container e7cab030612d [2021-03-15T21:12:27.335Z] ---> 849b38d45866 [2021-03-15T21:12:27.335Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-15T21:12:27.335Z] Removing intermediate container 3df0e8cc27fd [2021-03-15T21:12:27.335Z] ---> cacc4abdaa11 [2021-03-15T21:12:27.335Z] Step 22/22 : LABEL version=0.0.0 [2021-03-15T21:12:27.596Z] ---> Running in 8f1a1625b1c5 [2021-03-15T21:12:27.596Z] Removing intermediate container 644f2b57e59a [2021-03-15T21:12:27.596Z] ---> a8c6d2bf4323 [2021-03-15T21:12:27.596Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-15T21:12:27.596Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-15T21:12:27.597Z] ---> Running in 3a382550ac61 [2021-03-15T21:12:27.597Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-15T21:12:27.597Z] ---> Running in b7176aaafabd [2021-03-15T21:12:27.861Z] ---> 2d0074a5e1e4 [2021-03-15T21:12:27.861Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-15T21:12:27.861Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-15T21:12:27.861Z] Removing intermediate container 8f1a1625b1c5 [2021-03-15T21:12:27.861Z] ---> 016ae55a193c [2021-03-15T21:12:27.861Z] [2021-03-15T21:12:27.861Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-15T21:12:28.126Z] Successfully built 016ae55a193c [2021-03-15T21:12:28.126Z] Removing intermediate container 3a382550ac61 [2021-03-15T21:12:28.126Z] ---> 5f6b63fbefcb [2021-03-15T21:12:28.126Z] [2021-03-15T21:12:28.126Z] Successfully tagged docker-core-command-go:latest [2021-03-15T21:12:28.126Z]  Building docker-core-command-go ... done Building docker-security-secretstore-setup-go [2021-03-15T21:12:28.126Z] Removing intermediate container b7176aaafabd [2021-03-15T21:12:28.126Z] ---> 5ea1e4fe3ff7 [2021-03-15T21:12:28.126Z] Step 20/22 : LABEL arch=x86_64 [2021-03-15T21:12:28.402Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-15T21:12:28.402Z] ---> Running in 9ae1c379f56d [2021-03-15T21:12:28.402Z] Successfully built 5f6b63fbefcb [2021-03-15T21:12:28.402Z] ---> 27385b8c049b [2021-03-15T21:12:28.402Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-15T21:12:28.402Z] Successfully tagged docker-support-notifications-go:latest [2021-03-15T21:12:28.402Z] Building docker-core-metadata-go [2021-03-15T21:12:28.681Z]  Building docker-support-notifications-go ... done (6/6) Installing zeromq (4.3.3-r0) [2021-03-15T21:12:28.681Z] Removing intermediate container 9ae1c379f56d [2021-03-15T21:12:28.681Z] ---> ba33335d5e0e [2021-03-15T21:12:28.681Z] Step 21/22 : LABEL git_sha=154cc246e15595e049878ff4f17617e2c34eb802 [2021-03-15T21:12:28.681Z] Executing busybox-1.31.1-r19.trigger [2021-03-15T21:12:28.681Z] OK: 8 MiB in 20 packages [2021-03-15T21:12:28.681Z] ---> Running in 58602f95ea4d [2021-03-15T21:12:28.681Z] ---> 990138d0a9b4 [2021-03-15T21:12:28.681Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-15T21:12:28.954Z] Removing intermediate container 58602f95ea4d [2021-03-15T21:12:28.954Z] ---> c74641bd2252 [2021-03-15T21:12:28.954Z] Step 22/22 : LABEL version=0.0.0 [2021-03-15T21:12:29.531Z] ---> Running in aeb78d20d514 [2021-03-15T21:12:30.105Z] ---> ee632365e02e [2021-03-15T21:12:30.105Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-15T21:12:33.430Z] Removing intermediate container aeb78d20d514 [2021-03-15T21:12:33.430Z] ---> 743ab7cfc622 [2021-03-15T21:12:33.430Z] [2021-03-15T21:12:33.430Z] Removing intermediate container eeef9c17954f [2021-03-15T21:12:33.430Z] ---> bd980113bd4c [2021-03-15T21:12:33.430Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-15T21:12:33.692Z] Successfully built 743ab7cfc622 [2021-03-15T21:12:35.082Z] ---> 17c5341f31e2 [2021-03-15T21:12:35.082Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-15T21:12:35.345Z] Successfully tagged docker-support-scheduler-go:latest [2021-03-15T21:12:35.345Z]  Building docker-support-scheduler-go ... done Building docker-security-proxy-setup-go [2021-03-15T21:12:38.681Z] ---> Running in a932c42bb66a [2021-03-15T21:12:38.681Z] ---> d703eaecf307 [2021-03-15T21:12:38.681Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-15T21:12:45.319Z] Removing intermediate container a932c42bb66a [2021-03-15T21:12:45.319Z] ---> 8fe077ccf3e2 [2021-03-15T21:12:45.319Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-15T21:12:46.283Z] ---> 1f4906a64ba3 [2021-03-15T21:12:46.283Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-15T21:12:48.362Z] ---> 2badcb09c4ac [2021-03-15T21:12:48.362Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-15T21:12:49.873Z] ---> f44391ef53e7 [2021-03-15T21:12:49.873Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-15T21:12:50.136Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-15T21:12:50.136Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-15T21:12:50.136Z] ---> 20e7ac7737e7 [2021-03-15T21:12:50.136Z] Step 3/24 : WORKDIR /edgex-goStep 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-15T21:12:50.136Z] [2021-03-15T21:12:50.136Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-15T21:12:50.136Z] ---> 20e7ac7737e7 [2021-03-15T21:12:50.136Z] Step 3/23 : WORKDIR /edgex-go [2021-03-15T21:12:50.136Z] ---> Using cache [2021-03-15T21:12:50.136Z] ---> a02616f57235 [2021-03-15T21:12:50.136Z] ---> Using cache [2021-03-15T21:12:50.136Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories ---> a02616f57235 [2021-03-15T21:12:50.136Z] [2021-03-15T21:12:50.136Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-15T21:12:50.136Z] ---> Using cache [2021-03-15T21:12:50.136Z] ---> c419ba3a9a85 [2021-03-15T21:12:50.136Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-15T21:12:50.136Z] ---> Using cache [2021-03-15T21:12:50.136Z] ---> c419ba3a9a85 [2021-03-15T21:12:50.136Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-15T21:12:51.089Z] ---> Running in f272197a0bdc [2021-03-15T21:12:51.089Z] ---> Running in 9a6b8aa9e450 [2021-03-15T21:12:51.089Z] ---> Running in fe370c416eeb [2021-03-15T21:12:51.089Z] ---> Running in f09843f48295 [2021-03-15T21:12:52.505Z] Removing intermediate container fe370c416eeb [2021-03-15T21:12:52.505Z] ---> a64619f8c57c [2021-03-15T21:12:52.505Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-15T21:12:53.907Z] ---> Running in 2d27c622b9c4 [2021-03-15T21:12:55.133Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-15T21:12:55.133Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-15T21:12:55.133Z] ---> 20e7ac7737e7 [2021-03-15T21:12:55.133Z] Step 3/21 : WORKDIR /edgex-go [2021-03-15T21:12:55.133Z] ---> Using cache [2021-03-15T21:12:55.133Z] ---> a02616f57235 [2021-03-15T21:12:55.133Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-15T21:12:55.133Z] ---> Using cache [2021-03-15T21:12:55.396Z] ---> c419ba3a9a85 [2021-03-15T21:12:55.396Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-15T21:12:55.396Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-15T21:12:55.659Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-15T21:12:55.659Z] ---> Running in 7db9fd89fe75 [2021-03-15T21:12:55.659Z] Removing intermediate container 2d27c622b9c4 [2021-03-15T21:12:55.659Z] ---> d90972dea932 [2021-03-15T21:12:55.659Z] Step 21/23 : LABEL arch=x86_64 [2021-03-15T21:12:55.925Z] ---> Running in c58fac547496 [2021-03-15T21:12:55.925Z] Removing intermediate container f272197a0bdc [2021-03-15T21:12:55.925Z] ---> c4ea77fb0be0 [2021-03-15T21:12:55.925Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-15T21:12:56.188Z] ---> Running in 974ad7d8f487 [2021-03-15T21:12:56.188Z] Removing intermediate container c58fac547496 [2021-03-15T21:12:56.188Z] ---> 03e2dc4f7b4b [2021-03-15T21:12:56.188Z] Step 22/23 : LABEL git_sha=154cc246e15595e049878ff4f17617e2c34eb802 [2021-03-15T21:12:56.188Z] ---> Running in e646ca154b83 [2021-03-15T21:12:56.188Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-15T21:12:56.188Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-15T21:12:56.188Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-15T21:12:56.452Z] Removing intermediate container 974ad7d8f487 [2021-03-15T21:12:56.452Z] ---> 9f9ea301baa2 [2021-03-15T21:12:56.452Z] Step 28/31 : CMD ["gate"] [2021-03-15T21:12:56.452Z] Removing intermediate container e646ca154b83 [2021-03-15T21:12:56.452Z] ---> f716ac6d7efb [2021-03-15T21:12:56.452Z] Step 23/23 : LABEL version=0.0.0 [2021-03-15T21:12:56.452Z] ---> Running in 6547a116f18d [2021-03-15T21:12:56.715Z] ---> Running in 0bc83bc413aa [2021-03-15T21:12:56.715Z] Removing intermediate container 6547a116f18d [2021-03-15T21:12:56.715Z] ---> d7cdfe7603b1 [2021-03-15T21:12:56.715Z] Step 29/31 : LABEL arch=x86_64 [2021-03-15T21:12:56.982Z] Removing intermediate container 0bc83bc413aa [2021-03-15T21:12:56.982Z] ---> f5e0e666fd5d [2021-03-15T21:12:56.982Z] [2021-03-15T21:12:56.982Z] OK: 233 MiB in 51 packages [2021-03-15T21:12:56.982Z] ---> Running in 24324e1c4cb2 [2021-03-15T21:12:56.982Z] OK: 233 MiB in 51 packages [2021-03-15T21:12:56.982Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-15T21:12:56.982Z] Successfully built f5e0e666fd5d [2021-03-15T21:12:56.982Z] Successfully tagged docker-core-data-go:latest [2021-03-15T21:12:57.247Z]  Building docker-core-data-go ... done Building docker-sys-mgmt-agent-go [2021-03-15T21:12:57.247Z] Removing intermediate container 24324e1c4cb2 [2021-03-15T21:12:57.247Z] ---> e97b0a20c053 [2021-03-15T21:12:57.247Z] Step 30/31 : LABEL git_sha=154cc246e15595e049878ff4f17617e2c34eb802 [2021-03-15T21:12:57.516Z] ---> Running in 9e9820b3db36 [2021-03-15T21:12:57.782Z] OK: 233 MiB in 51 packages [2021-03-15T21:12:57.782Z] Removing intermediate container 9e9820b3db36 [2021-03-15T21:12:57.782Z] ---> 68c8b998957d [2021-03-15T21:12:57.782Z] Step 31/31 : LABEL version=0.0.0 [2021-03-15T21:12:58.378Z] Removing intermediate container f09843f48295 [2021-03-15T21:12:58.378Z] ---> 82059f5068d0 [2021-03-15T21:12:58.378Z] Step 6/24 : COPY go.mod . [2021-03-15T21:12:58.378Z] ---> Running in 8faa6bc27623 [2021-03-15T21:12:58.378Z] Removing intermediate container 9a6b8aa9e450 [2021-03-15T21:12:58.378Z] ---> eee52bec4729 [2021-03-15T21:12:58.378Z] Step 6/23 : COPY go.mod . [2021-03-15T21:12:58.645Z] Removing intermediate container 8faa6bc27623 [2021-03-15T21:12:58.645Z] ---> ec52ac1464f4 [2021-03-15T21:12:58.645Z] [2021-03-15T21:12:58.645Z] Removing intermediate container 7db9fd89fe75 [2021-03-15T21:12:58.645Z] ---> 918dd05616f5 [2021-03-15T21:12:58.645Z] Step 6/21 : COPY go.mod . [2021-03-15T21:12:58.645Z] ---> 0fe0e0f6aa30 [2021-03-15T21:12:58.645Z] Step 7/24 : RUN go mod download [2021-03-15T21:12:58.645Z] Successfully built ec52ac1464f4 [2021-03-15T21:12:58.645Z] ---> a0944961b3e6 [2021-03-15T21:12:58.645Z] Step 7/23 : RUN go mod download [2021-03-15T21:12:58.915Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-03-15T21:12:58.915Z]  Building docker-security-bootstrapper-go ... done  ---> Running in 8d4172b9cc1f [2021-03-15T21:12:58.915Z] ---> Running in c0c79ca2b02d [2021-03-15T21:12:59.179Z] ---> d77631e46f6c [2021-03-15T21:12:59.179Z] Step 7/21 : RUN go mod download [2021-03-15T21:13:00.571Z] ---> Running in 36ee84ff307f [2021-03-15T21:13:02.937Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-15T21:13:03.160Z] Removing intermediate container c0c79ca2b02d [2021-03-15T21:13:03.161Z] ---> 2a36981a7e95 [2021-03-15T21:13:03.161Z] Step 8/23 : COPY . . [2021-03-15T21:13:03.161Z] Removing intermediate container 36ee84ff307f [2021-03-15T21:13:03.161Z] ---> d174eaf3bd1e [2021-03-15T21:13:03.161Z] Step 8/21 : COPY . . [2021-03-15T21:13:03.550Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-15T21:13:04.117Z] Removing intermediate container 8d4172b9cc1f [2021-03-15T21:13:04.118Z] ---> 6f045b1188e9 [2021-03-15T21:13:04.118Z] Step 8/24 : COPY . . [2021-03-15T21:13:13.771Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-15T21:13:13.771Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-15T21:13:16.486Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-15T21:13:16.486Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-15T21:13:16.486Z] ---> 20e7ac7737e7 [2021-03-15T21:13:16.486Z] Step 3/26 : WORKDIR /edgex-go [2021-03-15T21:13:16.486Z] ---> Using cache [2021-03-15T21:13:16.486Z] ---> a02616f57235 [2021-03-15T21:13:16.486Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-15T21:13:16.486Z] ---> Using cache [2021-03-15T21:13:16.486Z] ---> c419ba3a9a85 [2021-03-15T21:13:16.486Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-15T21:13:16.486Z] ---> Running in 49fda2f8b3ca [2021-03-15T21:13:18.489Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-15T21:13:18.489Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-15T21:13:18.489Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-15T21:13:18.489Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-15T21:13:22.229Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-15T21:13:22.229Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-15T21:13:23.535Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-15T21:13:24.129Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-15T21:13:24.705Z] OK: 233 MiB in 51 packages [2021-03-15T21:13:32.445Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-15T21:13:32.445Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-15T21:13:32.445Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-15T21:13:32.933Z] Removing intermediate container 49fda2f8b3ca [2021-03-15T21:13:32.933Z] ---> 501525987fb6 [2021-03-15T21:13:32.933Z] Step 6/26 : COPY go.mod . [2021-03-15T21:13:33.878Z] ---> d0ca7983f85f [2021-03-15T21:13:33.878Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-15T21:13:34.148Z] ---> Running in 1d3a9b5b924f [2021-03-15T21:13:34.430Z] ---> 3b87b17b4fa1 [2021-03-15T21:13:34.430Z] Step 7/26 : RUN go mod download [2021-03-15T21:13:34.430Z] ---> bce4e9fc4b89 [2021-03-15T21:13:34.430Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-15T21:13:34.430Z] ---> Running in 1501830cd97f [2021-03-15T21:13:34.430Z] ---> c23c0a0ab122 [2021-03-15T21:13:34.430Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-15T21:13:34.698Z] ---> Running in e094f3ef3602 [2021-03-15T21:13:34.698Z] ---> Running in 1e06640d5749 [2021-03-15T21:13:35.286Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-15T21:13:35.558Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-15T21:13:35.558Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-15T21:13:36.541Z] Removing intermediate container 1501830cd97f [2021-03-15T21:13:36.541Z] ---> 3750d751d7d4 [2021-03-15T21:13:36.541Z] Step 8/26 : COPY . . [2021-03-15T21:13:40.779Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.392s coverage: 45.9% of statements [2021-03-15T21:13:40.779Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-15T21:13:40.779Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-15T21:13:40.779Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-15T21:13:40.779Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-15T21:13:40.779Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-15T21:13:40.779Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-15T21:13:40.779Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.148s coverage: 19.8% of statements [2021-03-15T21:13:40.779Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.256s coverage: 100.0% of statements [2021-03-15T21:13:49.167Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.615s coverage: 27.1% of statements [2021-03-15T21:13:49.167Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-15T21:13:49.167Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-15T21:13:49.167Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-15T21:13:49.167Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-15T21:13:49.167Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-15T21:13:49.167Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-15T21:13:49.167Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.061s coverage: 100.0% of statements [2021-03-15T21:13:49.167Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-15T21:13:49.167Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.080s coverage: 100.0% of statements [2021-03-15T21:13:49.167Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-15T21:13:49.167Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-15T21:13:49.167Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.249s coverage: 71.3% of statements [2021-03-15T21:13:49.167Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-15T21:13:49.167Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-15T21:13:51.826Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.643s coverage: 82.9% of statements [2021-03-15T21:13:51.826Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-15T21:13:51.826Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-15T21:13:51.826Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.209s coverage: 78.9% of statements [2021-03-15T21:13:51.826Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-15T21:14:03.320Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-15T21:14:03.320Z] ---> 4773971c55d0 [2021-03-15T21:14:03.320Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-15T21:14:03.320Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-15T21:14:03.320Z] ---> Running in e3b37bbdf003 [2021-03-15T21:14:03.320Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-15T21:14:07.013Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.570s coverage: 28.6% of statements [2021-03-15T21:14:07.013Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-15T21:14:07.013Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-15T21:14:07.013Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-15T21:14:07.013Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-15T21:14:07.013Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-15T21:14:07.013Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.177s coverage: 100.0% of statements [2021-03-15T21:14:07.013Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-15T21:14:07.013Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.076s coverage: 100.0% of statements [2021-03-15T21:14:07.013Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-15T21:14:07.013Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.468s coverage: 86.7% of statements [2021-03-15T21:14:07.013Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-15T21:14:07.013Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.447s coverage: 97.5% of statements [2021-03-15T21:14:07.013Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-15T21:14:07.013Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.192s coverage: 78.3% of statements [2021-03-15T21:14:07.013Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-15T21:14:07.013Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-15T21:14:07.013Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-15T21:14:07.013Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-15T21:14:11.561Z] Removing intermediate container 1e06640d5749 [2021-03-15T21:14:11.561Z] ---> ec90505ff574 [2021-03-15T21:14:11.561Z] [2021-03-15T21:14:11.561Z] Step 10/24 : FROM alpine:3.12 [2021-03-15T21:14:11.561Z] ---> 88dd2752d2ea [2021-03-15T21:14:11.561Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-15T21:14:11.561Z] Removing intermediate container 1d3a9b5b924f [2021-03-15T21:14:11.561Z] ---> fff9eafbca16 [2021-03-15T21:14:11.561Z] [2021-03-15T21:14:11.561Z] Step 10/21 : FROM alpine:3.12 [2021-03-15T21:14:11.561Z] ---> 88dd2752d2ea [2021-03-15T21:14:11.561Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-15T21:14:11.561Z] Removing intermediate container e094f3ef3602 [2021-03-15T21:14:11.561Z] ---> 1ff0cebe1310 [2021-03-15T21:14:11.561Z] [2021-03-15T21:14:11.561Z] Step 10/23 : FROM alpine:3.12 [2021-03-15T21:14:11.561Z] ---> 88dd2752d2ea [2021-03-15T21:14:11.561Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-15T21:14:11.561Z] ---> Using cache [2021-03-15T21:14:11.561Z] ---> 2f71a4578959 [2021-03-15T21:14:11.561Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-15T21:14:11.561Z] ---> Using cache [2021-03-15T21:14:11.561Z] ---> 566a912657aa [2021-03-15T21:14:11.561Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-15T21:14:11.561Z] ---> Running in 714a1c931b86 [2021-03-15T21:14:11.561Z] ---> Running in 2469af4fd857 [2021-03-15T21:14:11.561Z] ---> Running in a0794e75e519 [2021-03-15T21:14:11.561Z] Removing intermediate container a0794e75e519 [2021-03-15T21:14:11.561Z] ---> be7721832bae [2021-03-15T21:14:11.561Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-15T21:14:12.146Z] ---> Running in c4cd5f5d0a2c [2021-03-15T21:14:13.096Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-15T21:14:13.096Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-15T21:14:13.096Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-15T21:14:13.362Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-15T21:14:13.362Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-15T21:14:13.362Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-15T21:14:13.362Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-15T21:14:13.362Z] (4/5) Installing curl (7.69.1-r3) [2021-03-15T21:14:13.362Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-15T21:14:13.362Z] Executing busybox-1.31.1-r19.trigger [2021-03-15T21:14:13.362Z] Removing intermediate container c4cd5f5d0a2c [2021-03-15T21:14:13.362Z] ---> 67e3edab766b [2021-03-15T21:14:13.362Z] Step 15/23 : WORKDIR / [2021-03-15T21:14:13.362Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-15T21:14:13.625Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-15T21:14:13.625Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-15T21:14:13.625Z] (4/4) Installing curl (7.69.1-r3) [2021-03-15T21:14:13.625Z] Executing busybox-1.31.1-r19.trigger [2021-03-15T21:14:13.625Z] Executing ca-certificates-20191127-r4.trigger [2021-03-15T21:14:13.625Z] OK: 7 MiB in 18 packages [2021-03-15T21:14:13.891Z] Executing ca-certificates-20191127-r4.trigger [2021-03-15T21:14:13.891Z] OK: 7 MiB in 19 packages [2021-03-15T21:14:14.839Z] ---> Running in 17c45734773f [2021-03-15T21:14:15.785Z] Removing intermediate container 17c45734773f [2021-03-15T21:14:15.785Z] ---> 31f00ea49ede [2021-03-15T21:14:15.785Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-15T21:14:16.362Z] Removing intermediate container 2469af4fd857 [2021-03-15T21:14:16.362Z] ---> 52cbfc1169a1 [2021-03-15T21:14:16.362Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-15T21:14:16.362Z] Removing intermediate container 714a1c931b86 [2021-03-15T21:14:16.362Z] ---> 1ff29721aa45 [2021-03-15T21:14:16.362Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-15T21:14:16.362Z] ---> 4efbc986df53 [2021-03-15T21:14:16.362Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-15T21:14:16.362Z] ---> Running in 6ab27f25df66 [2021-03-15T21:14:16.624Z] ---> Running in 5db136fd7932 [2021-03-15T21:14:16.624Z] Removing intermediate container 6ab27f25df66 [2021-03-15T21:14:16.624Z] ---> 324f6d50b130 [2021-03-15T21:14:16.624Z] Step 13/21 : WORKDIR /edgex [2021-03-15T21:14:16.885Z] ---> Running in ebcc3af34f80 [2021-03-15T21:14:16.885Z] Removing intermediate container 5db136fd7932 [2021-03-15T21:14:16.885Z] ---> 48dcdcc8933e [2021-03-15T21:14:16.885Z] Step 13/24 : WORKDIR / [2021-03-15T21:14:17.147Z] ---> Running in 6595ea9b2e1f [2021-03-15T21:14:17.147Z] ---> 85fa9f1b75c3 [2021-03-15T21:14:17.147Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-15T21:14:17.147Z] Removing intermediate container ebcc3af34f80 [2021-03-15T21:14:17.147Z] ---> 0d8635de912d [2021-03-15T21:14:17.147Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-15T21:14:17.272Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.584s coverage: 92.8% of statements [2021-03-15T21:14:17.273Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-15T21:14:17.273Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-15T21:14:17.273Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-15T21:14:17.273Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-15T21:14:17.273Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-15T21:14:17.273Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-15T21:14:17.273Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-15T21:14:17.273Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-15T21:14:17.273Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-15T21:14:17.273Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-15T21:14:17.273Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-15T21:14:17.273Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-15T21:14:17.273Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-15T21:14:17.273Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-15T21:14:17.273Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-15T21:14:17.273Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-15T21:14:17.273Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-15T21:14:17.273Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-15T21:14:17.273Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.059s coverage: 58.8% of statements [2021-03-15T21:14:17.273Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-15T21:14:17.273Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-15T21:14:17.273Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.247s coverage: 0.1% of statements [2021-03-15T21:14:17.273Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-15T21:14:17.273Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-15T21:14:17.273Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-15T21:14:17.273Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.106s coverage: 47.1% of statements [2021-03-15T21:14:17.273Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.090s coverage: 79.5% of statements [2021-03-15T21:14:17.273Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.057s coverage: 94.1% of statements [2021-03-15T21:14:17.273Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.172s coverage: 96.3% of statements [2021-03-15T21:14:17.273Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.068s coverage: 87.5% of statements [2021-03-15T21:14:17.412Z] Removing intermediate container 6595ea9b2e1f [2021-03-15T21:14:17.412Z] ---> 658d4cfd1987 [2021-03-15T21:14:17.412Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-03-15T21:14:18.806Z] ---> a535ab03dfa0 [2021-03-15T21:14:18.806Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-15T21:14:18.806Z] ---> 5c881980a640 [2021-03-15T21:14:18.806Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-15T21:14:18.806Z] ---> Running in 63eda55151bb [2021-03-15T21:14:19.071Z] ---> 6c64075e3b93 [2021-03-15T21:14:19.071Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-03-15T21:14:19.071Z] Removing intermediate container e3b37bbdf003 [2021-03-15T21:14:19.071Z] ---> a6cbc7757f7f [2021-03-15T21:14:19.071Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-15T21:14:19.071Z] ---> Running in dd6892bda93d [2021-03-15T21:14:19.336Z] Removing intermediate container 63eda55151bb [2021-03-15T21:14:19.336Z] ---> 53af0d1a9dec [2021-03-15T21:14:19.336Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-15T21:14:19.603Z] ---> Running in b9da875c35c9 [2021-03-15T21:14:19.603Z] ---> c2957edc8e3a [2021-03-15T21:14:19.603Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-15T21:14:19.603Z] ---> dab936723cfa [2021-03-15T21:14:19.603Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-15T21:14:19.603Z] Removing intermediate container b9da875c35c9 [2021-03-15T21:14:19.603Z] ---> ee6b87da16a2 [2021-03-15T21:14:19.603Z] Step 21/23 : LABEL arch=x86_64 [2021-03-15T21:14:19.886Z] ---> Running in 8c55072031e2 [2021-03-15T21:14:19.886Z] ---> eb1c048e9f00 [2021-03-15T21:14:19.886Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-15T21:14:19.886Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-15T21:14:20.161Z] Removing intermediate container 8c55072031e2 [2021-03-15T21:14:20.161Z] ---> eaf622efb419 [2021-03-15T21:14:20.161Z] Step 22/23 : LABEL git_sha=154cc246e15595e049878ff4f17617e2c34eb802 [2021-03-15T21:14:20.161Z] ---> 0d849608032d [2021-03-15T21:14:20.161Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-15T21:14:20.161Z] ---> Running in ade23719f464 [2021-03-15T21:14:20.422Z] ---> Running in 1a35fa27f9c5 [2021-03-15T21:14:20.422Z] Removing intermediate container ade23719f464 [2021-03-15T21:14:20.422Z] ---> 19afba1a2d01 [2021-03-15T21:14:20.422Z] Step 23/23 : LABEL version=0.0.0 [2021-03-15T21:14:20.689Z] ---> ad307bc06482 [2021-03-15T21:14:20.689Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-15T21:14:20.689Z] ---> Running in 39026385736e [2021-03-15T21:14:20.957Z] Removing intermediate container 1a35fa27f9c5 [2021-03-15T21:14:20.957Z] ---> 36d9de95b545 [2021-03-15T21:14:20.957Z] Step 18/21 : CMD ["--init=true"] [2021-03-15T21:14:20.957Z] ---> Running in 4046e220cf5a [2021-03-15T21:14:21.218Z] Removing intermediate container 39026385736e [2021-03-15T21:14:21.218Z] ---> 27c64dd7aee8 [2021-03-15T21:14:21.218Z] [2021-03-15T21:14:21.486Z] Removing intermediate container 4046e220cf5a [2021-03-15T21:14:21.486Z] ---> bc2fcac9d29e [2021-03-15T21:14:21.486Z] Step 19/21 : LABEL arch=x86_64 [2021-03-15T21:14:21.486Z] Successfully built 27c64dd7aee8 [2021-03-15T21:14:21.486Z] ---> 218858ea45b7 [2021-03-15T21:14:21.486Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-15T21:14:21.486Z] Successfully tagged docker-core-metadata-go:latest [2021-03-15T21:14:21.486Z]  Building docker-core-metadata-go ... done  ---> Running in 53a38cfa4b9d [2021-03-15T21:14:21.486Z] Removing intermediate container dd6892bda93d [2021-03-15T21:14:21.486Z] ---> 63fc449ad591 [2021-03-15T21:14:21.486Z] [2021-03-15T21:14:21.486Z] Step 11/26 : FROM docker:20.10.0 [2021-03-15T21:14:21.751Z] 20.10.0: Pulling from library/docker [2021-03-15T21:14:21.751Z] Removing intermediate container 53a38cfa4b9d [2021-03-15T21:14:21.751Z] ---> d3a27cbc7d1a [2021-03-15T21:14:21.751Z] Step 20/21 : LABEL git_sha=154cc246e15595e049878ff4f17617e2c34eb802 [2021-03-15T21:14:21.751Z] ---> a4b09774a3cc [2021-03-15T21:14:21.751Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-03-15T21:14:22.019Z] ---> Running in b88156e25086 [2021-03-15T21:14:22.019Z] ---> Running in 8aff0f7dc7d4 [2021-03-15T21:14:23.407Z] Removing intermediate container 8aff0f7dc7d4 [2021-03-15T21:14:23.407Z] ---> 487ffcc09b36 [2021-03-15T21:14:23.407Z] Step 21/21 : LABEL version=0.0.0 [2021-03-15T21:14:23.407Z] ---> Running in 2540be008b5e [2021-03-15T21:14:23.673Z] Removing intermediate container 2540be008b5e [2021-03-15T21:14:23.673Z] ---> 520726878ad5 [2021-03-15T21:14:23.673Z] [2021-03-15T21:14:23.936Z] Successfully built 520726878ad5 [2021-03-15T21:14:23.936Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-03-15T21:14:24.198Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container b88156e25086 [2021-03-15T21:14:24.198Z] ---> bf7fa6c1a876 [2021-03-15T21:14:24.198Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-15T21:14:24.469Z] ---> Running in 20ea4ea1c12b [2021-03-15T21:14:24.736Z] Removing intermediate container 20ea4ea1c12b [2021-03-15T21:14:24.736Z] ---> ef84ca313ef7 [2021-03-15T21:14:24.736Z] Step 22/24 : LABEL arch=x86_64 [2021-03-15T21:14:24.736Z] ---> Running in 9ab7ab35f9bb [2021-03-15T21:14:24.998Z] Removing intermediate container 9ab7ab35f9bb [2021-03-15T21:14:24.998Z] ---> 193808dc0c3f [2021-03-15T21:14:24.998Z] Step 23/24 : LABEL git_sha=154cc246e15595e049878ff4f17617e2c34eb802 [2021-03-15T21:14:25.261Z] ---> Running in 1e1d0d425174 [2021-03-15T21:14:25.522Z] Removing intermediate container 1e1d0d425174 [2021-03-15T21:14:25.522Z] ---> af04d7586376 [2021-03-15T21:14:25.522Z] Step 24/24 : LABEL version=0.0.0 [2021-03-15T21:14:25.784Z] ---> Running in aea4bc33c1fe [2021-03-15T21:14:27.185Z] Removing intermediate container aea4bc33c1fe [2021-03-15T21:14:27.185Z] ---> 52a6490841d6 [2021-03-15T21:14:27.185Z] [2021-03-15T21:14:27.185Z] Successfully built 52a6490841d6 [2021-03-15T21:14:27.185Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-03-15T21:14:27.448Z]  Building docker-security-secretstore-setup-go ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-15T21:14:27.448Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-15T21:14:27.448Z] ---> aefe523efa57 [2021-03-15T21:14:27.448Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-15T21:14:27.448Z] ---> Running in 2f701e79e542 [2021-03-15T21:14:27.468Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.087s coverage: 94.4% of statements [2021-03-15T21:14:27.468Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.061s coverage: 44.8% of statements [2021-03-15T21:14:27.468Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 6.137s coverage: 81.4% of statements [2021-03-15T21:14:28.022Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-15T21:14:28.022Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-15T21:14:28.285Z] (1/2) Installing readline (8.0.4-r0) [2021-03-15T21:14:28.285Z] (2/2) Installing bash (5.0.17-r0) [2021-03-15T21:14:28.285Z] Executing bash-5.0.17-r0.post-install [2021-03-15T21:14:28.285Z] Executing busybox-1.31.1-r19.trigger [2021-03-15T21:14:28.285Z] OK: 12 MiB in 22 packages [2021-03-15T21:14:28.857Z] Removing intermediate container 2f701e79e542 [2021-03-15T21:14:28.857Z] ---> b9166a0727af [2021-03-15T21:14:28.857Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-15T21:14:28.857Z] ---> Running in 7faa90d941d0 [2021-03-15T21:14:29.119Z] Removing intermediate container 7faa90d941d0 [2021-03-15T21:14:29.119Z] ---> 9e5d37754fb8 [2021-03-15T21:14:29.119Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-15T21:14:29.119Z] ---> Running in 6b58fcc5f831 [2021-03-15T21:14:29.381Z] Removing intermediate container 6b58fcc5f831 [2021-03-15T21:14:29.381Z] ---> a580d64ee990 [2021-03-15T21:14:29.381Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-15T21:14:29.381Z] ---> Running in c78ca86e8a36 [2021-03-15T21:14:29.381Z] Removing intermediate container c78ca86e8a36 [2021-03-15T21:14:29.381Z] ---> 3e1b6ccb2e8c [2021-03-15T21:14:29.381Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-15T21:14:29.952Z] ---> b1a3095fa0a1 [2021-03-15T21:14:29.952Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-15T21:14:30.214Z] ---> ee772e3d9c7a [2021-03-15T21:14:30.214Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-15T21:14:30.487Z] ---> fa81899349ae [2021-03-15T21:14:30.487Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-15T21:14:30.487Z] ---> Running in be2b336e09c4 [2021-03-15T21:14:31.062Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-15T21:14:31.062Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-15T21:14:31.324Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-15T21:14:31.324Z] (2/33) Installing expat (2.2.9-r1) [2021-03-15T21:14:31.324Z] (3/33) Installing libffi (3.3-r2) [2021-03-15T21:14:31.324Z] (4/33) Installing gdbm (1.13-r1) [2021-03-15T21:14:31.324Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-15T21:14:31.324Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-15T21:14:31.324Z] (7/33) Installing python3 (3.8.8-r0) [2021-03-15T21:14:32.445Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-15T21:14:32.445Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-15T21:14:32.445Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-15T21:14:32.445Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-15T21:14:32.445Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-15T21:14:32.445Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-15T21:14:32.445Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-15T21:14:32.445Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-15T21:14:32.445Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-15T21:14:32.445Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-15T21:14:32.445Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-15T21:14:32.445Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-15T21:14:32.445Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-15T21:14:32.718Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-15T21:14:32.718Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-15T21:14:32.718Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-15T21:14:32.718Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-15T21:14:32.718Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-15T21:14:32.718Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-15T21:14:32.718Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-15T21:14:33.686Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-15T21:14:33.686Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-15T21:14:33.686Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-15T21:14:33.686Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-15T21:14:33.686Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-15T21:14:33.686Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-15T21:14:33.949Z] Executing busybox-1.31.1-r19.trigger [2021-03-15T21:14:33.949Z] OK: 71 MiB in 55 packages [2021-03-15T21:14:42.109Z] Removing intermediate container be2b336e09c4 [2021-03-15T21:14:42.109Z] ---> 410226d43ce3 [2021-03-15T21:14:42.109Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-15T21:14:42.372Z] ---> Running in 4ba0bce3db6a [2021-03-15T21:14:43.764Z] Collecting docker-compose==1.23.2 [2021-03-15T21:14:43.764Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-15T21:14:44.026Z] Collecting docopt<0.7,>=0.6.1 [2021-03-15T21:14:44.026Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-15T21:14:44.600Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-15T21:14:44.600Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-15T21:14:44.600Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-03-15T21:14:44.863Z] Collecting PyYAML<4,>=3.10 [2021-03-15T21:14:44.863Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-15T21:14:45.788Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.144s coverage: 92.9% of statements [2021-03-15T21:14:45.788Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-15T21:14:45.788Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-15T21:14:45.788Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-15T21:14:45.789Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.069s coverage: 77.8% of statements [2021-03-15T21:14:45.789Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-15T21:14:45.789Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-15T21:14:45.789Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-15T21:14:45.789Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-15T21:14:45.789Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-15T21:14:45.789Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.078s coverage: 87.2% of statements [2021-03-15T21:14:45.789Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-15T21:14:45.789Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-15T21:14:45.789Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.055s coverage: 100.0% of statements [2021-03-15T21:14:45.789Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-15T21:14:45.789Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.077s coverage: 75.5% of statements [2021-03-15T21:14:45.789Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-15T21:14:45.789Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.056s coverage: 80.8% of statements [2021-03-15T21:14:45.789Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.136s coverage: 87.2% of statements [2021-03-15T21:14:45.789Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.153s coverage: 84.6% of statements [2021-03-15T21:14:45.789Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.186s coverage: 91.6% of statements [2021-03-15T21:14:45.789Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-15T21:14:45.789Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.585s coverage: 62.4% of statements [2021-03-15T21:14:45.789Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-15T21:14:45.789Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-15T21:14:45.789Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.056s coverage: 100.0% of statements [2021-03-15T21:14:45.789Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.090s coverage: 91.3% of statements [2021-03-15T21:14:45.789Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.057s coverage: 100.0% of statements [2021-03-15T21:14:45.789Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.060s coverage: 73.7% of statements [2021-03-15T21:14:45.789Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.050s coverage: 100.0% of statements [2021-03-15T21:14:45.808Z] Collecting texttable<0.10,>=0.9.0 [2021-03-15T21:14:45.808Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-15T21:14:46.071Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-15T21:14:46.071Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-15T21:14:46.333Z] Collecting cached-property<2,>=1.2.0 [2021-03-15T21:14:46.333Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-15T21:14:46.333Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-15T21:14:46.333Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-15T21:14:46.906Z] Collecting jsonschema<3,>=2.5.1 [2021-03-15T21:14:46.906Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-15T21:14:47.171Z] Collecting docker<4.0,>=3.6.0 [2021-03-15T21:14:47.171Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-15T21:14:47.171Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-03-15T21:14:47.171Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-03-15T21:14:47.171Z] Collecting idna<2.8,>=2.5 [2021-03-15T21:14:47.171Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-15T21:14:47.433Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-15T21:14:47.433Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-15T21:14:47.433Z] Collecting docker-pycreds>=0.4.0 [2021-03-15T21:14:47.433Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-15T21:14:47.433Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-15T21:14:47.433Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-15T21:14:47.433Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-15T21:14:47.433Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-15T21:14:47.696Z] Installing collected packages: docopt, idna, urllib3, requests, PyYAML, texttable, websocket-client, cached-property, dockerpty, jsonschema, docker-pycreds, docker, docker-compose [2021-03-15T21:14:47.696Z] Running setup.py install for docopt: started [2021-03-15T21:14:48.270Z] Running setup.py install for docopt: finished with status 'done' [2021-03-15T21:14:48.270Z] Attempting uninstall: idna [2021-03-15T21:14:48.270Z] Found existing installation: idna 2.9 [2021-03-15T21:14:48.270Z] Uninstalling idna-2.9: [2021-03-15T21:14:48.270Z] Successfully uninstalled idna-2.9 [2021-03-15T21:14:48.270Z] Attempting uninstall: urllib3 [2021-03-15T21:14:48.270Z] Found existing installation: urllib3 1.25.9 [2021-03-15T21:14:48.270Z] Uninstalling urllib3-1.25.9: [2021-03-15T21:14:48.531Z] Successfully uninstalled urllib3-1.25.9 [2021-03-15T21:14:48.531Z] Attempting uninstall: requests [2021-03-15T21:14:48.531Z] Found existing installation: requests 2.23.0 [2021-03-15T21:14:48.531Z] Uninstalling requests-2.23.0: [2021-03-15T21:14:48.792Z] Successfully uninstalled requests-2.23.0 [2021-03-15T21:14:48.792Z] Running setup.py install for PyYAML: started [2021-03-15T21:14:49.197Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.937s coverage: 69.0% of statements [2021-03-15T21:14:49.197Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-15T21:14:49.197Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-15T21:14:49.197Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-15T21:14:49.364Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-15T21:14:49.364Z] Running setup.py install for texttable: started [2021-03-15T21:14:49.473Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.431s coverage: 38.4% of statements [2021-03-15T21:14:49.473Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-15T21:14:49.473Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-15T21:14:49.473Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.114s coverage: 89.5% of statements [2021-03-15T21:14:49.473Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-15T21:14:49.473Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.121s coverage: 84.8% of statements [2021-03-15T21:14:49.936Z] Running setup.py install for texttable: finished with status 'done' [2021-03-15T21:14:49.936Z] Running setup.py install for dockerpty: started [2021-03-15T21:14:50.509Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-15T21:14:51.082Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 [2021-03-15T21:14:54.398Z] Removing intermediate container 4ba0bce3db6a [2021-03-15T21:14:54.398Z] ---> 78d3cf48fa81 [2021-03-15T21:14:54.398Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-15T21:14:54.398Z] ---> Running in d7f9e2cb4ea5 [2021-03-15T21:14:54.660Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-15T21:14:54.660Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-15T21:14:54.921Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-15T21:14:54.921Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-15T21:14:54.921Z] (3/3) Installing curl (7.69.1-r3) [2021-03-15T21:14:54.921Z] Executing busybox-1.31.1-r19.trigger [2021-03-15T21:14:54.921Z] OK: 72 MiB in 58 packages [2021-03-15T21:14:55.494Z] Removing intermediate container d7f9e2cb4ea5 [2021-03-15T21:14:55.494Z] ---> af9ad631645c [2021-03-15T21:14:55.494Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-15T21:14:55.494Z] ---> Running in 6a10c3147d29 [2021-03-15T21:14:55.494Z] Removing intermediate container 6a10c3147d29 [2021-03-15T21:14:55.494Z] ---> 7f2137359892 [2021-03-15T21:14:55.494Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-15T21:14:55.761Z] ---> Running in 24d70a49a1cf [2021-03-15T21:14:55.761Z] Removing intermediate container 24d70a49a1cf [2021-03-15T21:14:55.761Z] ---> 08cc9f870702 [2021-03-15T21:14:55.761Z] Step 24/26 : LABEL arch=x86_64 [2021-03-15T21:14:55.761Z] ---> Running in 33017cb11dba [2021-03-15T21:14:56.026Z] Removing intermediate container 33017cb11dba [2021-03-15T21:14:56.026Z] ---> 4c07d93c12a6 [2021-03-15T21:14:56.026Z] Step 25/26 : LABEL git_sha=154cc246e15595e049878ff4f17617e2c34eb802 [2021-03-15T21:14:56.026Z] ---> Running in f08e50837ef3 [2021-03-15T21:14:56.287Z] Removing intermediate container f08e50837ef3 [2021-03-15T21:14:56.287Z] ---> 9ff6d5d73f91 [2021-03-15T21:14:56.287Z] Step 26/26 : LABEL version=0.0.0 [2021-03-15T21:14:56.287Z] ---> Running in fc52668745df [2021-03-15T21:14:56.551Z] Removing intermediate container fc52668745df [2021-03-15T21:14:56.551Z] ---> 4e54dbfc751d [2021-03-15T21:14:56.551Z] [2021-03-15T21:14:56.551Z] Successfully built 4e54dbfc751d [2021-03-15T21:14:56.551Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-03-15T21:14:56.833Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-03-15T21:14:56.856Z] $ docker stop --time=1 d7f52568b93c96173a47f3c17f8008d03c4b12e7c3788c71e5a2547749aa7d06 [2021-03-15T21:14:57.795Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.514s coverage: 47.0% of statements [2021-03-15T21:14:57.795Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-15T21:14:57.795Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-15T21:14:57.795Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-15T21:14:57.795Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-15T21:14:57.795Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-15T21:14:57.795Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.170s coverage: 100.0% of statements [2021-03-15T21:14:57.795Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-15T21:14:57.795Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.138s coverage: 100.0% of statements [2021-03-15T21:14:57.795Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-15T21:14:57.795Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-15T21:14:57.795Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-15T21:14:57.795Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-15T21:14:57.796Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.488s coverage: 87.1% of statements [2021-03-15T21:14:57.796Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-15T21:14:57.796Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-15T21:14:57.796Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-15T21:14:58.680Z] $ docker rm -f d7f52568b93c96173a47f3c17f8008d03c4b12e7c3788c71e5a2547749aa7d06 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-15T21:14:59.247Z] + docker images [2021-03-15T21:14:59.247Z] + grep docker [2021-03-15T21:14:59.819Z] docker-sys-mgmt-agent-go latest 4e54dbfc751d 3 seconds ago 313MB [2021-03-15T21:14:59.819Z] docker-security-secretstore-setup-go latest 52a6490841d6 33 seconds ago 24.9MB [2021-03-15T21:14:59.819Z] docker-security-proxy-setup-go latest 520726878ad5 36 seconds ago 24.7MB [2021-03-15T21:14:59.819Z] docker-core-metadata-go latest 27c64dd7aee8 39 seconds ago 19MB [2021-03-15T21:14:59.819Z] docker-security-bootstrapper-go latest ec52ac1464f4 2 minutes ago 18.7MB [2021-03-15T21:14:59.819Z] docker-core-data-go latest f5e0e666fd5d 2 minutes ago 22.6MB [2021-03-15T21:14:59.819Z] docker-support-scheduler-go latest 743ab7cfc622 2 minutes ago 17.3MB [2021-03-15T21:14:59.819Z] docker-support-notifications-go latest 5f6b63fbefcb 2 minutes ago 17.8MB [2021-03-15T21:14:59.819Z] docker-core-command-go latest 016ae55a193c 2 minutes ago 17.2MB [2021-03-15T21:14:59.819Z] docker 20.10.0 aefe523efa57 3 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-03-15T21:15:08.002Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 4.226s coverage: 29.1% of statements [2021-03-15T21:15:08.002Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-15T21:15:08.002Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-15T21:15:08.002Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-15T21:15:08.002Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-15T21:15:08.002Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-15T21:15:08.002Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.226s coverage: 99.0% of statements [2021-03-15T21:15:08.002Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-15T21:15:08.002Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.165s coverage: 100.0% of statements [2021-03-15T21:15:08.002Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-15T21:15:08.002Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-15T21:15:08.002Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-15T21:15:08.002Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-15T21:15:08.002Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.307s coverage: 96.5% of statements [2021-03-15T21:15:08.002Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-15T21:15:08.002Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-15T21:15:08.002Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-15T21:15:08.002Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.048s coverage: 0.0% of statements [2021-03-15T21:15:08.002Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-15T21:15:08.002Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.047s coverage: 100.0% of statements [2021-03-15T21:15:08.002Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-15T21:15:08.002Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-15T21:15:08.002Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-15T21:15:08.002Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-15T21:15:08.002Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.092s coverage: 87.9% of statements [2021-03-15T21:15:08.002Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-15T21:15:08.002Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-15T21:15:08.002Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.056s coverage: 100.0% of statements [2021-03-15T21:15:08.002Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.059s coverage: 32.1% of statements [2021-03-15T21:15:08.279Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.089s coverage: 100.0% of statements [2021-03-15T21:15:09.265Z] GO111MODULE=on go vet ./... [2021-03-15T21:15:15.601Z] Still waiting to schedule task [2021-03-15T21:15:15.602Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-03-15T21:16:38.331Z] Running on prd-ubuntu18.04-docker-8c-8g-29858 in /w/workspace/edgexfoundry_edgex-go_PR-3209 [Pipeline] { [Pipeline] ws [2021-03-15T21:16:38.385Z] Running in /w/workspace/edgex-go/19 [Pipeline] { [Pipeline] checkout [2021-03-15T21:16:40.589Z] using credential edgex-jenkins-ssh [2021-03-15T21:16:40.656Z] Cloning the remote Git repository [2021-03-15T21:16:40.663Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-15T21:16:40.730Z] > git init /w/workspace/edgex-go/19 # timeout=10 [2021-03-15T21:16:40.755Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-15T21:16:40.755Z] > git --version # timeout=10 [2021-03-15T21:16:40.763Z] > git --version # 'git version 2.17.1' [2021-03-15T21:16:40.763Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-15T21:16:40.785Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-15T21:16:46.134Z] gofmt -l . [2021-03-15T21:16:46.134Z] [ "`gofmt -l .`" = "" ] [2021-03-15T21:16:46.134Z] ./bin/test-go-mod-tidy.sh [2021-03-15T21:16:46.134Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-15T21:16:46.802Z] + ls -al . [2021-03-15T21:16:46.802Z] total 776 [2021-03-15T21:16:46.802Z] drwxrwxr-x 9 1001 1001 4096 Mar 15 21:16 . [2021-03-15T21:16:46.802Z] drwxr-xr-x 4 root root 4096 Mar 15 21:11 .. [2021-03-15T21:16:46.802Z] -rw-rw-r-- 1 1001 1001 11 Mar 15 21:09 .dockerignore [2021-03-15T21:16:46.802Z] drwxrwxr-x 8 1001 1001 4096 Mar 15 21:09 .git [2021-03-15T21:16:46.802Z] drwxrwxr-x 3 1001 1001 4096 Mar 15 21:09 .github [2021-03-15T21:16:46.802Z] -rw-rw-r-- 1 1001 1001 818 Mar 15 21:09 .gitignore [2021-03-15T21:16:46.802Z] -rw-rw-r-- 1 1001 1001 166 Mar 15 21:09 .sonarcloud.properties [2021-03-15T21:16:46.802Z] -rw-rw-r-- 1 1001 1001 8607 Mar 15 21:09 Attribution.txt [2021-03-15T21:16:46.802Z] -rw-rw-r-- 1 1001 1001 3804 Mar 15 21:09 CONTRIBUTING.md [2021-03-15T21:16:46.802Z] -rw-rw-r-- 1 1001 1001 931 Mar 15 21:09 Dockerfile.build [2021-03-15T21:16:46.802Z] -rw-rw-r-- 1 1001 1001 863 Mar 15 21:09 Jenkinsfile [2021-03-15T21:16:46.802Z] -rw-rw-r-- 1 1001 1001 10775 Mar 15 21:09 LICENSE [2021-03-15T21:16:46.802Z] -rw-rw-r-- 1 1001 1001 5774 Mar 15 21:09 Makefile [2021-03-15T21:16:46.802Z] -rw-rw-r-- 1 1001 1001 6548 Mar 15 21:09 README.md [2021-03-15T21:16:46.802Z] -rw-rw-r-- 1 1001 1001 6755 Mar 15 21:09 SECURITY.md [2021-03-15T21:16:46.802Z] -rw-rw-r-- 1 1001 1001 5 Mar 15 21:06 VERSION [2021-03-15T21:16:46.802Z] -rw-rw-r-- 1 1001 1001 4131 Mar 15 21:09 ZMQWindows.md [2021-03-15T21:16:46.802Z] drwxrwxr-x 2 1001 1001 4096 Mar 15 21:09 bin [2021-03-15T21:16:46.802Z] drwxrwxr-x 14 1001 1001 4096 Mar 15 21:09 cmd [2021-03-15T21:16:46.802Z] -rw-r--r-- 1 root root 635765 Mar 15 21:15 coverage.out [2021-03-15T21:16:46.802Z] -rw-r--r-- 1 root root 1055 Mar 15 21:16 go.mod [2021-03-15T21:16:46.802Z] -rw-r--r-- 1 root root 22099 Mar 15 21:16 go.sum [2021-03-15T21:16:46.802Z] drwxrwxr-x 8 1001 1001 4096 Mar 15 21:09 internal [2021-03-15T21:16:46.802Z] drwxrwxr-x 4 1001 1001 4096 Mar 15 21:09 openapi [2021-03-15T21:16:46.802Z] drwxrwxr-x 4 1001 1001 4096 Mar 15 21:09 snap [2021-03-15T21:16:46.802Z] -rw-rw-r-- 1 1001 1001 168 Mar 15 21:09 version.go [Pipeline] sh [2021-03-15T21:16:47.465Z] + '[' -e coverage.out ] [2021-03-15T21:16:47.465Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-15T21:16:47.535Z] Warning: overwriting stash ‘coverage-report’ [2021-03-15T21:16:49.012Z] Stashed 1 file(s) [Pipeline] sh [2021-03-15T21:16:49.734Z] + make build [2021-03-15T21:16:49.734Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-15T21:16:51.171Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-15T21:16:51.177Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-15T21:16:51.192Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-15T21:16:51.202Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-15T21:16:51.203Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-15T21:16:51.206Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3209/head:refs/remotes/origin/PR-3209 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-15T21:16:51.710Z] Merging remotes/origin/master commit e4452ab79e32c06b9a1c96c946d524d5f9ceed90 into PR head commit 154cc246e15595e049878ff4f17617e2c34eb802 [2021-03-15T21:16:51.848Z] Merge succeeded, producing 154cc246e15595e049878ff4f17617e2c34eb802 [2021-03-15T21:16:51.849Z] Checking out Revision 154cc246e15595e049878ff4f17617e2c34eb802 (PR-3209) [2021-03-15T21:16:51.712Z] > git config core.sparsecheckout # timeout=10 [2021-03-15T21:16:51.717Z] > git checkout -f 154cc246e15595e049878ff4f17617e2c34eb802 # timeout=10 [2021-03-15T21:16:51.818Z] > git remote # timeout=10 [2021-03-15T21:16:51.823Z] > git config --get remote.origin.url # timeout=10 [2021-03-15T21:16:51.827Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-15T21:16:51.831Z] > git merge e4452ab79e32c06b9a1c96c946d524d5f9ceed90 # timeout=10 [2021-03-15T21:16:51.838Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-15T21:16:51.846Z] > git config core.sparsecheckout # timeout=10 [2021-03-15T21:16:51.850Z] > git checkout -f 154cc246e15595e049878ff4f17617e2c34eb802 # timeout=10 [2021-03-15T21:16:55.605Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-15T21:16:56.615Z] + echo snap-build.sh [2021-03-15T21:16:56.615Z] snap-build.sh [2021-03-15T21:16:56.615Z] + SNAP_BASE_DIR=. [2021-03-15T21:16:56.615Z] + '[' '!' -z /w/workspace/edgex-go/19 ']' [2021-03-15T21:16:56.615Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/19 [2021-03-15T21:16:56.615Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/19]' [2021-03-15T21:16:56.615Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/19] [2021-03-15T21:16:56.615Z] + cd /w/workspace/edgex-go/19 [2021-03-15T21:16:56.615Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-03-15T21:16:56.615Z] Reading package lists... [2021-03-15T21:16:56.615Z] Building dependency tree... [2021-03-15T21:16:56.615Z] Reading state information... [2021-03-15T21:16:56.883Z] The following packages were automatically installed and are no longer required: [2021-03-15T21:16:56.883Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-03-15T21:16:56.883Z] uidmap xdelta3 [2021-03-15T21:16:56.883Z] Use 'sudo apt autoremove' to remove them. [2021-03-15T21:16:56.883Z] The following packages will be REMOVED: [2021-03-15T21:16:56.883Z] lxd* lxd-client* [2021-03-15T21:16:57.467Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-03-15T21:16:57.467Z] After this operation, 31.7 MB disk space will be freed. [2021-03-15T21:16:58.253Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) [2021-03-15T21:16:58.253Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-15T21:16:59.640Z] Removing lxd dnsmasq configuration [2021-03-15T21:16:59.640Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-03-15T21:16:59.901Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-03-15T21:17:00.478Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-03-15T21:17:00.743Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) [2021-03-15T21:17:00.743Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-15T21:17:02.140Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-03-15T21:17:02.140Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-03-15T21:17:04.070Z] + sudo snap remove --purge lxd [2021-03-15T21:17:04.070Z] snap "lxd" is not installed [2021-03-15T21:17:04.070Z] + sudo groupadd --force --system lxd [2021-03-15T21:17:04.070Z] ++ whoami [2021-03-15T21:17:04.070Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-03-15T21:17:04.070Z] + newgrp - lxd [2021-03-15T21:17:04.070Z] + sudo snap install lxd [2021-03-15T21:17:04.852Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-15T21:17:26.069Z] 2021-03-15T21:17:21Z INFO Waiting for automatic snapd restart... [2021-03-15T21:17:31.714Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-15T21:17:38.455Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-15T21:17:41.329Z] lxd 4.12 from Canonical* installed [2021-03-15T21:17:41.329Z] + sudo lxd init --auto [2021-03-15T21:17:45.175Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-15T21:17:46.166Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-15T21:17:49.507Z] + sudo snap install --classic snapcraft [2021-03-15T21:17:52.900Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-15T21:17:54.804Z] snapcraft 4.5.4 from Canonical* installed [2021-03-15T21:17:54.804Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-03-15T21:17:54.804Z] + patch --verbose -p1 [2021-03-15T21:17:54.804Z] Hmm... Looks like a unified diff to me... [2021-03-15T21:17:54.804Z] The text leading up to this was: [2021-03-15T21:17:54.804Z] -------------------------- [2021-03-15T21:17:54.804Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-03-15T21:17:54.804Z] |From: Tony Espy [2021-03-15T21:17:54.804Z] |Date: Tue, 9 Mar 2021 19:05:15 -0500 [2021-03-15T21:17:54.804Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-03-15T21:17:54.804Z] | [2021-03-15T21:17:54.804Z] |This patch is used by the EdgeX CI pipeline builds to [2021-03-15T21:17:54.804Z] |optimize the snap CI check run for pull requests. When [2021-03-15T21:17:54.804Z] |applied, it essentially strips out everything (apps and [2021-03-15T21:17:54.804Z] |parts) from the snapcraft.yaml file except those required [2021-03-15T21:17:54.804Z] |to build edgex-go, as the whole idea of the CI check is to [2021-03-15T21:17:54.804Z] |catch changes to edgex-go that break the snap build. [2021-03-15T21:17:54.804Z] | [2021-03-15T21:17:54.804Z] |In general, anyone updating snapcraft.yaml will also need [2021-03-15T21:17:54.804Z] |to update this patch file, otherwise it may fail to apply, [2021-03-15T21:17:54.804Z] |resulting in a failed snap build CI check in the associated [2021-03-15T21:17:54.804Z] |pull request. [2021-03-15T21:17:54.804Z] | [2021-03-15T21:17:54.804Z] |Note - in addition to applying this patch, the pipeline also [2021-03-15T21:17:54.804Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-03-15T21:17:54.804Z] |need to build the finally binary .snap file (and it won't [2021-03-15T21:17:54.804Z] |work with the patch applied). This further reduces the build [2021-03-15T21:17:54.804Z] |time. [2021-03-15T21:17:54.804Z] |--- [2021-03-15T21:17:54.804Z] | snap/snapcraft.yaml | 452 +------------------------------------------- [2021-03-15T21:17:54.804Z] | 1 file changed, 1 insertion(+), 451 deletions(-) [2021-03-15T21:17:54.804Z] | [2021-03-15T21:17:54.804Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-03-15T21:17:54.805Z] |index d8bc12bc..5a5f5fbb 100644 [2021-03-15T21:17:54.805Z] |--- a/snap/snapcraft.yaml [2021-03-15T21:17:54.805Z] |+++ b/snap/snapcraft.yaml [2021-03-15T21:17:54.805Z] -------------------------- [2021-03-15T21:17:54.805Z] patching file snap/snapcraft.yaml [2021-03-15T21:17:54.805Z] Using Plan A... [2021-03-15T21:17:54.805Z] Hunk #1 succeeded at 73. [2021-03-15T21:17:54.805Z] Hunk #2 succeeded at 205. [2021-03-15T21:17:54.805Z] Hunk #3 succeeded at 217. [2021-03-15T21:17:54.805Z] Hunk #4 succeeded at 225. [2021-03-15T21:17:54.805Z] Hunk #5 succeeded at 232. [2021-03-15T21:17:54.805Z] Hunk #6 succeeded at 259. [2021-03-15T21:17:54.805Z] Hunk #7 succeeded at 271. [2021-03-15T21:17:54.805Z] Hunk #8 succeeded at 327. [2021-03-15T21:17:54.805Z] Hmm... Ignoring the trailing garbage. [2021-03-15T21:17:54.805Z] done [2021-03-15T21:17:54.805Z] + sudo snapcraft prime --use-lxd [2021-03-15T21:17:56.199Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-03-15T21:17:56.199Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-03-15T21:17:56.199Z] - README.md [2021-03-15T21:17:56.199Z] [2021-03-15T21:17:56.199Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-15T21:17:56.773Z] Launching a container. [2021-03-15T21:17:59.634Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-15T21:18:06.386Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-15T21:18:09.021Z] Waiting for container to be ready [2021-03-15T21:18:09.284Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-03-15T21:18:09.284Z] [2021-03-15T21:18:11.788Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-15T21:18:12.591Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-03-15T21:18:12.852Z] Waiting for network to be ready... [2021-03-15T21:18:13.114Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-15T21:18:13.376Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1598 kB] [2021-03-15T21:18:13.376Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-15T21:18:13.376Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [305 kB] [2021-03-15T21:18:13.376Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-15T21:18:13.376Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-15T21:18:13.376Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [253 kB] [2021-03-15T21:18:13.376Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [32.9 kB] [2021-03-15T21:18:13.376Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1114 kB] [2021-03-15T21:18:13.376Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [250 kB] [2021-03-15T21:18:13.951Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-15T21:18:14.214Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-15T21:18:14.476Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-15T21:18:14.476Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-15T21:18:14.476Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-15T21:18:14.476Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-15T21:18:14.476Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-15T21:18:14.476Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-15T21:18:15.050Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-15T21:18:15.311Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1937 kB] [2021-03-15T21:18:15.311Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [397 kB] [2021-03-15T21:18:15.311Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-15T21:18:15.311Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-15T21:18:15.572Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [274 kB] [2021-03-15T21:18:15.572Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [36.5 kB] [2021-03-15T21:18:15.572Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1720 kB] [2021-03-15T21:18:15.572Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [364 kB] [2021-03-15T21:18:17.198Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-15T21:18:18.875Z] Fetched 24.1 MB in 5s (4507 kB/s) [2021-03-15T21:18:19.846Z] Reading package lists... [2021-03-15T21:18:19.846Z] Reading package lists... [2021-03-15T21:18:20.108Z] Building dependency tree... [2021-03-15T21:18:20.108Z] Reading state information... [2021-03-15T21:18:20.108Z] The following additional packages will be installed: [2021-03-15T21:18:20.108Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-15T21:18:20.108Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-15T21:18:20.108Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-15T21:18:20.108Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-03-15T21:18:20.108Z] Suggested packages: [2021-03-15T21:18:20.108Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-03-15T21:18:20.108Z] Recommended packages: [2021-03-15T21:18:20.108Z] gnupg libsasl2-modules [2021-03-15T21:18:20.374Z] The following NEW packages will be installed: [2021-03-15T21:18:20.374Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-15T21:18:20.374Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-15T21:18:20.374Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-15T21:18:20.374Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-03-15T21:18:20.374Z] The following packages will be upgraded: [2021-03-15T21:18:20.374Z] gpg gpg-agent gpgconf libudev1 [2021-03-15T21:18:20.374Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-03-15T21:18:20.374Z] Need to get 3530 kB of archives. [2021-03-15T21:18:20.374Z] After this operation, 13.3 MB of additional disk space will be used. [2021-03-15T21:18:20.374Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-03-15T21:18:20.374Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-03-15T21:18:20.374Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-03-15T21:18:20.374Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-03-15T21:18:20.374Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-03-15T21:18:20.635Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-03-15T21:18:21.210Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-03-15T21:18:21.210Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-03-15T21:18:21.210Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-03-15T21:18:21.210Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-03-15T21:18:21.210Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-03-15T21:18:21.210Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-03-15T21:18:21.210Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-03-15T21:18:21.210Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-03-15T21:18:21.210Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-03-15T21:18:21.210Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-03-15T21:18:21.210Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-03-15T21:18:21.210Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-03-15T21:18:21.210Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-03-15T21:18:21.210Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-03-15T21:18:21.210Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-03-15T21:18:21.210Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-03-15T21:18:21.471Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-15T21:18:21.472Z] Fetched 3530 kB in 1s (3439 kB/s) [2021-03-15T21:18:21.472Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-15T21:18:21.472Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-03-15T21:18:21.472Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-15T21:18:21.733Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-03-15T21:18:21.733Z] Selecting previously unselected package udev. [2021-03-15T21:18:21.733Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-15T21:18:21.733Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-03-15T21:18:21.733Z] Unpacking udev (237-3ubuntu10.44) ... [2021-03-15T21:18:21.994Z] Selecting previously unselected package libfuse2:amd64. [2021-03-15T21:18:21.995Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-03-15T21:18:21.995Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-15T21:18:22.257Z] Selecting previously unselected package fuse. [2021-03-15T21:18:22.257Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-03-15T21:18:22.257Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-03-15T21:18:22.257Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-15T21:18:22.257Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-15T21:18:22.521Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-15T21:18:22.521Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-15T21:18:22.521Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-15T21:18:22.521Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-15T21:18:22.781Z] Selecting previously unselected package libksba8:amd64. [2021-03-15T21:18:22.781Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-03-15T21:18:22.781Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-03-15T21:18:22.781Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-03-15T21:18:22.782Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-15T21:18:22.782Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-15T21:18:23.043Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-03-15T21:18:23.043Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-15T21:18:23.043Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-15T21:18:23.304Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-03-15T21:18:23.304Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-15T21:18:23.304Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-15T21:18:23.304Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-03-15T21:18:23.304Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-15T21:18:23.304Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-15T21:18:23.304Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-03-15T21:18:23.304Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-15T21:18:23.304Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-15T21:18:23.566Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-03-15T21:18:23.566Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-15T21:18:23.566Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-15T21:18:23.566Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-03-15T21:18:23.566Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-15T21:18:23.566Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-15T21:18:23.827Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-03-15T21:18:23.827Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-15T21:18:23.827Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-15T21:18:23.827Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-03-15T21:18:23.827Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-15T21:18:23.827Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-15T21:18:23.827Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-03-15T21:18:23.827Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-15T21:18:23.827Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-15T21:18:23.937Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-15T21:18:24.089Z] Selecting previously unselected package libsasl2-2:amd64. [2021-03-15T21:18:24.089Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-15T21:18:24.089Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-15T21:18:24.089Z] Selecting previously unselected package libldap-common. [2021-03-15T21:18:24.089Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-03-15T21:18:24.089Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-15T21:18:24.089Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-03-15T21:18:24.089Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-03-15T21:18:24.089Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-15T21:18:24.351Z] Selecting previously unselected package dirmngr. [2021-03-15T21:18:24.351Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-15T21:18:24.351Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-15T21:18:24.351Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-15T21:18:24.351Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-03-15T21:18:24.351Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-15T21:18:24.351Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-15T21:18:24.619Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-15T21:18:24.619Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-03-15T21:18:24.619Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-15T21:18:24.619Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-03-15T21:18:24.619Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-15T21:18:24.619Z] Setting up udev (237-3ubuntu10.44) ... [2021-03-15T21:18:25.191Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-03-15T21:18:25.191Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-15T21:18:25.191Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-03-15T21:18:25.452Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-03-15T21:18:25.452Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-03-15T21:18:25.453Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-15T21:18:25.453Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-15T21:18:25.453Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-15T21:18:25.453Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-15T21:18:25.453Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-15T21:18:25.453Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-15T21:18:25.453Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-15T21:18:25.715Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-15T21:18:25.715Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-15T21:18:25.715Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-15T21:18:26.287Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-03-15T21:18:26.287Z] settings in the [Install] section, and DefaultInstance for template units). [2021-03-15T21:18:26.287Z] This means they are not meant to be enabled using systemctl. [2021-03-15T21:18:26.287Z] Possible reasons for having this kind of units are: [2021-03-15T21:18:26.287Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-03-15T21:18:26.287Z] .wants/ or .requires/ directory. [2021-03-15T21:18:26.287Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-03-15T21:18:26.287Z] a requirement dependency on it. [2021-03-15T21:18:26.287Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-03-15T21:18:26.287Z] D-Bus, udev, scripted systemctl call, ...). [2021-03-15T21:18:26.287Z] 4) In case of template units, the unit is meant to be enabled with some [2021-03-15T21:18:26.287Z] instance name specified. [2021-03-15T21:18:26.548Z] Reading package lists... [2021-03-15T21:18:26.815Z] Building dependency tree... [2021-03-15T21:18:26.815Z] Reading state information... [2021-03-15T21:18:26.815Z] The following additional packages will be installed: [2021-03-15T21:18:26.815Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-03-15T21:18:26.815Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-03-15T21:18:26.815Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-03-15T21:18:26.815Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-03-15T21:18:26.815Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-03-15T21:18:26.815Z] Suggested packages: [2021-03-15T21:18:26.815Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-03-15T21:18:26.815Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-03-15T21:18:26.815Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-03-15T21:18:26.815Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-03-15T21:18:26.815Z] systemd-container policykit-1 [2021-03-15T21:18:26.815Z] Recommended packages: [2021-03-15T21:18:26.815Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-03-15T21:18:26.815Z] The following NEW packages will be installed: [2021-03-15T21:18:26.815Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-03-15T21:18:26.815Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-03-15T21:18:26.815Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-03-15T21:18:26.815Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-03-15T21:18:26.815Z] python3.6-minimal snapd squashfs-tools sudo [2021-03-15T21:18:26.815Z] The following packages will be upgraded: [2021-03-15T21:18:26.815Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-03-15T21:18:27.082Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-03-15T21:18:27.082Z] Need to get 35.2 MB of archives. [2021-03-15T21:18:27.082Z] After this operation, 141 MB of additional disk space will be used. [2021-03-15T21:18:27.082Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-03-15T21:18:27.082Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-03-15T21:18:27.082Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-03-15T21:18:27.344Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.8 [1301 kB] [2021-03-15T21:18:27.344Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] [2021-03-15T21:18:27.344Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-03-15T21:18:27.344Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] [2021-03-15T21:18:27.607Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] [2021-03-15T21:18:27.607Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-03-15T21:18:27.607Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-03-15T21:18:27.607Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-03-15T21:18:27.607Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-03-15T21:18:27.607Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-03-15T21:18:27.607Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-03-15T21:18:27.607Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-03-15T21:18:27.607Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-03-15T21:18:27.607Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-03-15T21:18:27.607Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-03-15T21:18:27.870Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-03-15T21:18:28.814Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-03-15T21:18:28.814Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-03-15T21:18:28.814Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-03-15T21:18:28.814Z] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-03-15T21:18:28.814Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-03-15T21:18:28.814Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-03-15T21:18:28.814Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-03-15T21:18:28.814Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-03-15T21:18:28.814Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-03-15T21:18:28.814Z] Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-03-15T21:18:28.814Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-03-15T21:18:29.074Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-15T21:18:29.074Z] Fetched 35.2 MB in 2s (17.6 MB/s) [2021-03-15T21:18:29.335Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-15T21:18:29.335Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-03-15T21:18:29.335Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-15T21:18:29.908Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-03-15T21:18:29.908Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-15T21:18:29.908Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-03-15T21:18:30.170Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-15T21:18:30.170Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-03-15T21:18:30.170Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-15T21:18:30.170Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-03-15T21:18:30.431Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-15T21:18:30.431Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-03-15T21:18:30.431Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-15T21:18:30.693Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-03-15T21:18:30.693Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-03-15T21:18:31.272Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-03-15T21:18:31.272Z] (Reading database ... 12764 files and directories currently installed.) [2021-03-15T21:18:31.272Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-03-15T21:18:31.537Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-03-15T21:18:31.802Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-03-15T21:18:31.802Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-15T21:18:31.802Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-15T21:18:32.063Z] Selecting previously unselected package libexpat1:amd64. [2021-03-15T21:18:32.063Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-03-15T21:18:32.063Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [Pipeline] } [2021-03-15T21:18:32.230Z] $ docker stop --time=1 4d4dbb61beccc9762fc7022950aa42525bbd7063779965d0b6608583f390c002 [2021-03-15T21:18:32.324Z] Selecting previously unselected package python3.6-minimal. [2021-03-15T21:18:32.324Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-15T21:18:32.324Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-15T21:18:32.585Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... [2021-03-15T21:18:32.585Z] Checking for services that may need to be restarted...done. [2021-03-15T21:18:32.585Z] Checking for services that may need to be restarted...done. [2021-03-15T21:18:32.847Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-15T21:18:32.847Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-15T21:18:33.108Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-15T21:18:33.678Z] Selecting previously unselected package python3-minimal. [2021-03-15T21:18:33.678Z] (Reading database ... 13012 files and directories currently installed.) [2021-03-15T21:18:33.678Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-03-15T21:18:33.678Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-03-15T21:18:33.678Z] Selecting previously unselected package mime-support. [2021-03-15T21:18:33.678Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-03-15T21:18:33.678Z] Unpacking mime-support (3.60ubuntu1) ... [2021-03-15T21:18:33.678Z] Selecting previously unselected package libmpdec2:amd64. [2021-03-15T21:18:33.678Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-03-15T21:18:33.678Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-15T21:18:33.939Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-03-15T21:18:33.939Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-15T21:18:33.939Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-15T21:18:34.214Z] Selecting previously unselected package python3.6. [2021-03-15T21:18:34.214Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-15T21:18:34.214Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-15T21:18:34.214Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-03-15T21:18:34.214Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-03-15T21:18:34.481Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-15T21:18:34.481Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-03-15T21:18:34.744Z] Selecting previously unselected package python3. [2021-03-15T21:18:34.744Z] (Reading database ... 13442 files and directories currently installed.) [2021-03-15T21:18:34.744Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-03-15T21:18:34.744Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-03-15T21:18:34.744Z] Selecting previously unselected package multiarch-support. [2021-03-15T21:18:34.744Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-03-15T21:18:34.869Z] $ docker rm -f 4d4dbb61beccc9762fc7022950aa42525bbd7063779965d0b6608583f390c002 [2021-03-15T21:18:35.006Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-03-15T21:18:35.006Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-03-15T21:18:35.006Z] Selecting previously unselected package liblzo2-2:amd64. [2021-03-15T21:18:35.006Z] (Reading database ... 13479 files and directories currently installed.) [2021-03-15T21:18:35.006Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-03-15T21:18:35.006Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-03-15T21:18:35.006Z] Selecting previously unselected package libbsd0:amd64. [2021-03-15T21:18:35.006Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-03-15T21:18:35.270Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-15T21:18:35.270Z] Selecting previously unselected package sudo. [2021-03-15T21:18:35.270Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-03-15T21:18:35.270Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-15T21:18:35.270Z] Selecting previously unselected package apparmor. [2021-03-15T21:18:35.270Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-03-15T21:18:35.559Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-03-15T21:18:35.559Z] Selecting previously unselected package libedit2:amd64. [2021-03-15T21:18:35.559Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-03-15T21:18:35.559Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-03-15T21:18:35.819Z] Selecting previously unselected package libkrb5support0:amd64. [2021-03-15T21:18:35.819Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-03-15T21:18:35.819Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-15T21:18:35.819Z] Selecting previously unselected package libk5crypto3:amd64. [2021-03-15T21:18:35.819Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-15T21:18:35.819Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-15T21:18:35.819Z] Selecting previously unselected package libkeyutils1:amd64. [2021-03-15T21:18:35.819Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-03-15T21:18:35.819Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-15T21:18:36.079Z] Selecting previously unselected package libkrb5-3:amd64. [2021-03-15T21:18:36.079Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-15T21:18:36.079Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-15T21:18:36.079Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-03-15T21:18:36.079Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-03-15T21:18:36.079Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [Pipeline] // withDockerContainer [2021-03-15T21:18:36.345Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-03-15T21:18:36.345Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-03-15T21:18:36.345Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [2021-03-15T21:18:36.606Z] Selecting previously unselected package openssh-client. [2021-03-15T21:18:36.606Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-03-15T21:18:36.606Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-15T21:18:36.606Z] Selecting previously unselected package squashfs-tools. [2021-03-15T21:18:36.606Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-03-15T21:18:36.606Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:18:36.998Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-15T21:18:37.269Z] [2021-03-15T21:18:37.269Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:18:37.653Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-15T21:18:37.925Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-03-15T21:18:37.925Z] 29e5d40040c1: Pulling fs layer [2021-03-15T21:18:37.925Z] 1ce36da41761: Pulling fs layer [2021-03-15T21:18:37.925Z] 25b303627fd3: Pulling fs layer [2021-03-15T21:18:38.015Z] Selecting previously unselected package snapd. [2021-03-15T21:18:38.015Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-03-15T21:18:38.015Z] Unpacking snapd (2.48.3+18.04) ... [2021-03-15T21:18:38.524Z] 29e5d40040c1: Verifying Checksum [2021-03-15T21:18:38.524Z] 29e5d40040c1: Download complete [2021-03-15T21:18:38.798Z] 1ce36da41761: Verifying Checksum [2021-03-15T21:18:38.798Z] 1ce36da41761: Download complete [2021-03-15T21:18:39.073Z] 29e5d40040c1: Pull complete [2021-03-15T21:18:40.513Z] 1ce36da41761: Pull complete [2021-03-15T21:18:40.572Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-03-15T21:18:40.572Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-15T21:18:40.572Z] Setting up mime-support (3.60ubuntu1) ... [2021-03-15T21:18:40.572Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-15T21:18:40.572Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-15T21:18:40.572Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-15T21:18:40.572Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-15T21:18:40.572Z] Setting up systemd (237-3ubuntu10.44) ... [2021-03-15T21:18:40.572Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-03-15T21:18:40.786Z] 25b303627fd3: Verifying Checksum [2021-03-15T21:18:40.786Z] 25b303627fd3: Download complete [2021-03-15T21:18:41.521Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-15T21:18:41.521Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-15T21:18:41.521Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-03-15T21:18:41.783Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-15T21:18:41.783Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-15T21:18:41.783Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-15T21:18:42.725Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-15T21:18:42.725Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-15T21:18:42.725Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-15T21:18:42.725Z] Setting up python3 (3.6.7-1~18.04) ... [2021-03-15T21:18:42.725Z] running python rtupdate hooks for python3.6... [2021-03-15T21:18:42.725Z] running python post-rtupdate hooks for python3.6... [2021-03-15T21:18:42.725Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-03-15T21:18:44.645Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-03-15T21:18:44.645Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-15T21:18:44.645Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-15T21:18:44.645Z] Setting up snapd (2.48.3+18.04) ... [2021-03-15T21:18:45.232Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-03-15T21:18:45.494Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-03-15T21:18:45.755Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-03-15T21:18:45.755Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-03-15T21:18:46.018Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-15T21:18:46.018Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-15T21:18:46.278Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-03-15T21:18:46.546Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-03-15T21:18:46.546Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-03-15T21:18:46.807Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-03-15T21:18:47.070Z] /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' [2021-03-15T21:18:47.070Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-15T21:18:47.070Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-03-15T21:18:48.458Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-15T21:18:48.458Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-15T21:18:48.458Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-15T21:18:48.458Z] Fetched 88.7 kB in 1s (158 kB/s) [2021-03-15T21:18:50.381Z] Reading package lists... [2021-03-15T21:18:50.381Z] Reading package lists... [2021-03-15T21:18:50.644Z] Building dependency tree... [2021-03-15T21:18:50.644Z] Reading state information... [2021-03-15T21:18:50.644Z] Calculating upgrade... [2021-03-15T21:18:50.905Z] The following packages will be upgraded: [2021-03-15T21:18:50.905Z] advancecomp base-files bash binutils binutils-common [2021-03-15T21:18:50.905Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-03-15T21:18:50.905Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-03-15T21:18:50.905Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-03-15T21:18:50.905Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-03-15T21:18:50.905Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-03-15T21:18:50.905Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-03-15T21:18:50.905Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-03-15T21:18:50.905Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-03-15T21:18:50.905Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-03-15T21:18:50.905Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-03-15T21:18:50.905Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-03-15T21:18:50.905Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-03-15T21:18:50.905Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-03-15T21:18:50.905Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-03-15T21:18:50.905Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-03-15T21:18:50.905Z] Need to get 63.8 MB of archives. [2021-03-15T21:18:50.905Z] After this operation, 5206 kB of additional disk space will be used. [2021-03-15T21:18:50.905Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-03-15T21:18:50.905Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-137.141 [1005 kB] [2021-03-15T21:18:50.936Z] 25b303627fd3: Pull complete [2021-03-15T21:18:50.936Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-03-15T21:18:50.936Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-15T21:18:50.936Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-03-15T21:18:51.201Z] prd-ubuntu18.04-docker-arm64-4c-16g-29854 does not seem to be running inside a container [2021-03-15T21:18:51.270Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-15T21:18:51.847Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-03-15T21:18:51.847Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-03-15T21:18:51.847Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-03-15T21:18:51.847Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-03-15T21:18:51.847Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-03-15T21:18:51.847Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-03-15T21:18:51.847Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-03-15T21:18:51.847Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-03-15T21:18:51.847Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-03-15T21:18:51.847Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-03-15T21:18:52.108Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-03-15T21:18:52.108Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-03-15T21:18:52.108Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-03-15T21:18:52.108Z] Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-03-15T21:18:52.108Z] Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-03-15T21:18:52.108Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-03-15T21:18:52.108Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-03-15T21:18:52.108Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-03-15T21:18:52.370Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-03-15T21:18:52.370Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-03-15T21:18:52.370Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-03-15T21:18:52.370Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-03-15T21:18:52.370Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-03-15T21:18:52.631Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-03-15T21:18:52.631Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-03-15T21:18:52.631Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-03-15T21:18:52.631Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-03-15T21:18:52.631Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-03-15T21:18:52.631Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-03-15T21:18:52.631Z] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-03-15T21:18:52.631Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-03-15T21:18:52.631Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-03-15T21:18:52.631Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-03-15T21:18:52.631Z] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-03-15T21:18:52.631Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-03-15T21:18:52.631Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-03-15T21:18:52.631Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-03-15T21:18:52.631Z] Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-03-15T21:18:52.631Z] Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-03-15T21:18:52.631Z] Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-03-15T21:18:52.631Z] Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-03-15T21:18:52.631Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-03-15T21:18:52.631Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-03-15T21:18:52.631Z] Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-03-15T21:18:52.631Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-03-15T21:18:52.631Z] Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-03-15T21:18:52.631Z] Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-03-15T21:18:52.892Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-03-15T21:18:52.892Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-03-15T21:18:52.892Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-03-15T21:18:52.892Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-03-15T21:18:52.892Z] Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-03-15T21:18:52.892Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-03-15T21:18:52.892Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-03-15T21:18:52.892Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-03-15T21:18:52.892Z] Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-03-15T21:18:52.892Z] Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-03-15T21:18:52.892Z] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-03-15T21:18:52.892Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-03-15T21:18:52.892Z] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-03-15T21:18:52.892Z] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-03-15T21:18:52.892Z] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-03-15T21:18:52.892Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-03-15T21:18:52.892Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-03-15T21:18:52.892Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-03-15T21:18:52.892Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-03-15T21:18:52.892Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-03-15T21:18:52.892Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-03-15T21:18:52.892Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-03-15T21:18:52.892Z] Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.8 [614 kB] [2021-03-15T21:18:52.892Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-03-15T21:18:53.154Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-03-15T21:18:53.154Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-03-15T21:18:53.154Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-03-15T21:18:53.154Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-03-15T21:18:53.154Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-03-15T21:18:53.154Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-03-15T21:18:53.154Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-03-15T21:18:53.154Z] Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-03-15T21:18:53.154Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-03-15T21:18:53.154Z] Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] [2021-03-15T21:18:53.729Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-03-15T21:18:53.729Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-03-15T21:18:53.729Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-03-15T21:18:53.729Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-03-15T21:18:53.729Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-03-15T21:18:53.729Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-03-15T21:18:53.729Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-03-15T21:18:54.302Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-03-15T21:18:54.665Z] $ docker top b0a7c2057bc7cc0c8468e349317cab6c422d07c5d990e2e2c97b241ff43f4c3b -eo pid,comm [2021-03-15T21:18:54.876Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-03-15T21:18:54.876Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-03-15T21:18:54.876Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [Pipeline] { [Pipeline] sh [2021-03-15T21:18:55.450Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-03-15T21:18:55.450Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-03-15T21:18:55.450Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-03-15T21:18:55.450Z] Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-03-15T21:18:55.450Z] Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-03-15T21:18:55.450Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-15T21:18:55.450Z] Fetched 63.8 MB in 4s (14.2 MB/s) [2021-03-15T21:18:55.450Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-15T21:18:55.450Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-03-15T21:18:55.715Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-15T21:18:55.787Z] + + grepdocker-compose parallel build [2021-03-15T21:18:55.787Z] --help [2021-03-15T21:18:56.295Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-15T21:18:56.295Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-15T21:18:56.295Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-137.141_amd64.deb ... [2021-03-15T21:18:56.295Z] Unpacking linux-libc-dev:amd64 (4.15.0-137.141) over (4.15.0-20.21) ... [2021-03-15T21:18:57.237Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-15T21:18:57.237Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-15T21:18:57.237Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-15T21:18:57.237Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-15T21:18:57.808Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-15T21:18:57.808Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-15T21:18:58.068Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-15T21:18:58.068Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-15T21:18:58.328Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-15T21:18:58.588Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-15T21:18:58.849Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-15T21:18:58.849Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-15T21:18:59.109Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-15T21:18:59.109Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-15T21:18:59.373Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-15T21:18:59.633Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-15T21:18:59.633Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-15T21:18:59.633Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-03-15T21:18:59.633Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-03-15T21:18:59.894Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-15T21:18:59.894Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-15T21:18:59.894Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-15T21:18:59.894Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-15T21:18:59.894Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-15T21:19:00.155Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-15T21:19:00.155Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-15T21:19:00.155Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-15T21:19:00.416Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-15T21:19:00.416Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-03-15T21:19:00.679Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-15T21:19:00.940Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-03-15T21:19:01.170Z] --parallel Build images in parallel. [Pipeline] } [2021-03-15T21:19:01.184Z] $ docker stop --time=1 b0a7c2057bc7cc0c8468e349317cab6c422d07c5d990e2e2c97b241ff43f4c3b [2021-03-15T21:19:01.201Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-15T21:19:01.201Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-03-15T21:19:01.201Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-03-15T21:19:01.462Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-03-15T21:19:01.462Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-03-15T21:19:01.726Z] Setting up base-files (10.1ubuntu2.10) ... [2021-03-15T21:19:01.726Z] Installing new version of config file /etc/issue ... [2021-03-15T21:19:01.726Z] Installing new version of config file /etc/issue.net ... [2021-03-15T21:19:01.726Z] Installing new version of config file /etc/lsb-release ... [2021-03-15T21:19:01.726Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-03-15T21:19:01.987Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-03-15T21:19:01.987Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-03-15T21:19:01.987Z] Removing obsolete conffile /etc/default/motd-news ... [2021-03-15T21:19:02.248Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-15T21:19:02.248Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-03-15T21:19:02.248Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-03-15T21:19:02.248Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-03-15T21:19:02.510Z] update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode [2021-03-15T21:19:02.510Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-15T21:19:02.510Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-15T21:19:02.510Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-03-15T21:19:02.510Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-03-15T21:19:02.770Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-15T21:19:02.770Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-03-15T21:19:02.770Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-03-15T21:19:02.770Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-03-15T21:19:03.030Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-15T21:19:03.030Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-03-15T21:19:03.030Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-15T21:19:03.175Z] $ docker rm -f b0a7c2057bc7cc0c8468e349317cab6c422d07c5d990e2e2c97b241ff43f4c3b [2021-03-15T21:19:03.291Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [Pipeline] // withDockerContainer [2021-03-15T21:19:03.565Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-15T21:19:03.565Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-15T21:19:03.565Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-15T21:19:03.565Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-15T21:19:03.565Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-15T21:19:03.565Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:19:03.825Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-15T21:19:03.825Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-03-15T21:19:04.035Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-15T21:19:04.035Z] . [Pipeline] withDockerContainer [2021-03-15T21:19:04.085Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-15T21:19:04.085Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-03-15T21:19:04.085Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-03-15T21:19:04.085Z] Setting up grep (3.1-2build1) ... [2021-03-15T21:19:04.307Z] prd-ubuntu18.04-docker-arm64-4c-16g-29854 does not seem to be running inside a container [2021-03-15T21:19:04.375Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-15T21:19:04.375Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-15T21:19:04.375Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-15T21:19:04.379Z] $ 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/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-15T21:19:04.640Z] Setting up login (1:4.5-1ubuntu2) ... [2021-03-15T21:19:04.640Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-15T21:19:04.640Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-15T21:19:04.640Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-15T21:19:04.907Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-03-15T21:19:04.907Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-15T21:19:04.907Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-15T21:19:04.907Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-15T21:19:05.480Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-15T21:19:05.480Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-15T21:19:05.741Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-15T21:19:05.741Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-15T21:19:05.853Z] $ docker top 918b244a803f69069295a67d769f14be0805c647fa84e801794469b3c6c69755 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-15T21:19:06.311Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-03-15T21:19:06.311Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-15T21:19:06.311Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-03-15T21:19:06.571Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-15T21:19:06.907Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-15T21:19:07.510Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-15T21:19:07.510Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-15T21:19:07.772Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-15T21:19:07.772Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-15T21:19:07.772Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-03-15T21:19:08.041Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-15T21:19:08.041Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-03-15T21:19:08.041Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-03-15T21:19:08.301Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-03-15T21:19:08.301Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-15T21:19:08.301Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-15T21:19:08.301Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-15T21:19:08.301Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-15T21:19:08.561Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-15T21:19:08.561Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-15T21:19:08.561Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-15T21:19:08.561Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-15T21:19:08.823Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-15T21:19:08.823Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-15T21:19:08.823Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-15T21:19:08.823Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-15T21:19:09.407Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-15T21:19:09.407Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-15T21:19:09.407Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-15T21:19:09.407Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-15T21:19:09.407Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-15T21:19:09.407Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-15T21:19:09.407Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-15T21:19:09.680Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-15T21:19:09.680Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-15T21:19:09.680Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-15T21:19:09.950Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-15T21:19:09.950Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-15T21:19:09.950Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-15T21:19:09.950Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-15T21:19:09.950Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-15T21:19:09.950Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-15T21:19:10.220Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-15T21:19:10.220Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-15T21:19:10.220Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-15T21:19:10.220Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-15T21:19:10.220Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-15T21:19:10.516Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-03-15T21:19:10.517Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-15T21:19:10.517Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-15T21:19:10.517Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-15T21:19:11.094Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-03-15T21:19:11.359Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-03-15T21:19:11.629Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-03-15T21:19:11.629Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-15T21:19:11.629Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-15T21:19:11.629Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-15T21:19:11.897Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-03-15T21:19:12.194Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-15T21:19:12.194Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-03-15T21:19:12.194Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-15T21:19:12.194Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-03-15T21:19:12.306Z] Building docker-core-command-go ... [2021-03-15T21:19:12.306Z] Building docker-core-data-go ... [2021-03-15T21:19:12.306Z] Building docker-core-metadata-go ... [2021-03-15T21:19:12.306Z] Building docker-security-bootstrapper-go ... [2021-03-15T21:19:12.306Z] Building docker-security-proxy-setup-go ... [2021-03-15T21:19:12.306Z] Building docker-security-secretstore-setup-go ... [2021-03-15T21:19:12.306Z] Building docker-support-notifications-go ... [2021-03-15T21:19:12.306Z] Building docker-support-scheduler-go ... [2021-03-15T21:19:12.306Z] Building docker-sys-mgmt-agent-go ... [2021-03-15T21:19:12.306Z] Building docker-security-proxy-setup-go [2021-03-15T21:19:12.306Z] Building docker-security-secretstore-setup-go [2021-03-15T21:19:12.306Z] Building docker-support-scheduler-go [2021-03-15T21:19:12.306Z] Building docker-core-metadata-go [2021-03-15T21:19:12.306Z] Building docker-core-command-go [2021-03-15T21:19:12.465Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-15T21:19:12.465Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-03-15T21:19:12.465Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-03-15T21:19:12.465Z] Setting up debconf (1.5.66ubuntu1) ... [2021-03-15T21:19:12.726Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-15T21:19:12.726Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-03-15T21:19:12.726Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-15T21:19:12.988Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-03-15T21:19:12.988Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-15T21:19:12.988Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-03-15T21:19:12.988Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-15T21:19:12.988Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-03-15T21:19:13.248Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-15T21:19:13.248Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-15T21:19:13.248Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-15T21:19:13.509Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-15T21:19:13.768Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-15T21:19:13.768Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-15T21:19:13.768Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-15T21:19:14.029Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-15T21:19:14.297Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-15T21:19:14.297Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-15T21:19:14.875Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-15T21:19:15.135Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-15T21:19:15.395Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-15T21:19:15.395Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-15T21:19:15.395Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-15T21:19:15.395Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-03-15T21:19:15.658Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-15T21:19:15.658Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-15T21:19:15.658Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-15T21:19:15.658Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-15T21:19:15.921Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-15T21:19:15.921Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-03-15T21:19:15.921Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-03-15T21:19:15.921Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-03-15T21:19:16.182Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-15T21:19:16.182Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-03-15T21:19:16.182Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-15T21:19:16.182Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-15T21:19:16.442Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-15T21:19:16.442Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-15T21:19:16.442Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-15T21:19:16.702Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-15T21:19:16.703Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-15T21:19:16.703Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-03-15T21:19:16.703Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-03-15T21:19:16.963Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-03-15T21:19:16.963Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-15T21:19:16.963Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-15T21:19:16.963Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-15T21:19:17.224Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-03-15T21:19:17.484Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-15T21:19:17.484Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-15T21:19:17.484Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-15T21:19:17.744Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-03-15T21:19:17.744Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-15T21:19:17.744Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-03-15T21:19:17.744Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-03-15T21:19:18.006Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-03-15T21:19:18.006Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-15T21:19:18.006Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-03-15T21:19:18.006Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-03-15T21:19:18.265Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-03-15T21:19:18.265Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-15T21:19:18.265Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-03-15T21:19:18.265Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-03-15T21:19:18.265Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-03-15T21:19:18.526Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-15T21:19:18.526Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-03-15T21:19:18.526Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-03-15T21:19:18.787Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-03-15T21:19:18.787Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-15T21:19:18.787Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-03-15T21:19:18.787Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-03-15T21:19:18.787Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-03-15T21:19:19.047Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-15T21:19:19.047Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-03-15T21:19:19.047Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-03-15T21:19:19.047Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-03-15T21:19:19.308Z] (Reading database ... 13915 files and directories currently installed.) [2021-03-15T21:19:19.308Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-15T21:19:19.308Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-15T21:19:19.308Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-15T21:19:19.569Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-15T21:19:19.569Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-03-15T21:19:19.832Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-03-15T21:19:19.832Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-03-15T21:19:19.832Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-03-15T21:19:20.093Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-03-15T21:19:20.093Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-03-15T21:19:20.093Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-03-15T21:19:20.093Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-03-15T21:19:20.359Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-03-15T21:19:20.359Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-03-15T21:19:20.359Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-03-15T21:19:20.359Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-03-15T21:19:20.620Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-03-15T21:19:20.620Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-03-15T21:19:20.620Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-03-15T21:19:20.620Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-03-15T21:19:20.881Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-03-15T21:19:20.881Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-03-15T21:19:21.143Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-03-15T21:19:21.143Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-03-15T21:19:22.086Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-03-15T21:19:22.086Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-03-15T21:19:22.086Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-03-15T21:19:22.086Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-03-15T21:19:22.086Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-15T21:19:22.086Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-15T21:19:22.665Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-15T21:19:22.665Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-15T21:19:22.665Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-15T21:19:22.665Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-15T21:19:22.929Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-15T21:19:22.929Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-15T21:19:22.929Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-15T21:19:23.190Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-15T21:19:23.190Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-15T21:19:23.190Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-15T21:19:23.450Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-15T21:19:23.450Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-15T21:19:23.450Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-15T21:19:23.710Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-15T21:19:24.665Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-15T21:19:24.665Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-15T21:19:25.607Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-15T21:19:25.607Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-15T21:19:26.548Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-15T21:19:26.548Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-15T21:19:26.809Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-15T21:19:26.809Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-15T21:19:27.752Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-15T21:19:27.752Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-15T21:19:28.014Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-15T21:19:28.014Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-15T21:19:28.014Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-03-15T21:19:28.014Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-15T21:19:28.275Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-03-15T21:19:28.275Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-15T21:19:28.537Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-03-15T21:19:28.537Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-03-15T21:19:28.537Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-15T21:19:28.537Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-15T21:19:28.826Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-15T21:19:28.826Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-15T21:19:28.826Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-03-15T21:19:28.826Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-03-15T21:19:29.087Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-15T21:19:29.087Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-15T21:19:29.087Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-15T21:19:29.087Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-15T21:19:29.087Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-15T21:19:29.347Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-03-15T21:19:29.347Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-03-15T21:19:29.347Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-03-15T21:19:29.347Z] [2021-03-15T21:19:29.347Z] Current default time zone: 'Etc/UTC' [2021-03-15T21:19:29.347Z] Local time is now: Mon Mar 15 21:19:29 UTC 2021. [2021-03-15T21:19:29.347Z] Universal Time is now: Mon Mar 15 21:19:29 UTC 2021. [2021-03-15T21:19:29.347Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-03-15T21:19:29.347Z] [2021-03-15T21:19:29.627Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-03-15T21:19:29.627Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-15T21:19:29.627Z] Setting up linux-libc-dev:amd64 (4.15.0-137.141) ... [2021-03-15T21:19:29.627Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-03-15T21:19:29.627Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-03-15T21:19:29.627Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-03-15T21:19:29.627Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-03-15T21:19:29.627Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-03-15T21:19:29.891Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-03-15T21:19:29.891Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-03-15T21:19:29.891Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-15T21:19:29.891Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-03-15T21:19:30.151Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-15T21:19:30.151Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-15T21:19:30.151Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-15T21:19:30.151Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-03-15T21:19:30.151Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-03-15T21:19:30.151Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-03-15T21:19:30.412Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.8) ... [2021-03-15T21:19:30.412Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-03-15T21:19:30.412Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-03-15T21:19:30.412Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-03-15T21:19:30.412Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-03-15T21:19:31.801Z] Updating certificates in /etc/ssl/certs... [2021-03-15T21:19:32.373Z] 23 added, 27 removed; done. [2021-03-15T21:19:32.633Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-03-15T21:19:32.633Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-15T21:19:32.633Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-03-15T21:19:32.633Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-03-15T21:19:32.633Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-03-15T21:19:32.633Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-15T21:19:32.893Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-15T21:19:32.893Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-15T21:19:32.893Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-15T21:19:32.893Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-15T21:19:32.893Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-15T21:19:32.893Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-15T21:19:32.893Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-03-15T21:19:33.158Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-03-15T21:19:33.158Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-03-15T21:19:33.158Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-03-15T21:19:33.158Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-03-15T21:19:33.158Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-15T21:19:33.158Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-15T21:19:33.158Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-03-15T21:19:33.418Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-03-15T21:19:33.418Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-03-15T21:19:33.418Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-15T21:19:33.418Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-03-15T21:19:33.418Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-03-15T21:19:33.683Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-03-15T21:19:33.683Z] Updating certificates in /etc/ssl/certs... [2021-03-15T21:19:33.943Z] 0 added, 0 removed; done. [2021-03-15T21:19:33.943Z] Running hooks in /etc/ca-certificates/update.d... [2021-03-15T21:19:33.943Z] done. [2021-03-15T21:19:34.891Z] Reading package lists... [2021-03-15T21:19:34.891Z] Building dependency tree... [2021-03-15T21:19:34.891Z] Reading state information... [2021-03-15T21:19:35.161Z] The following NEW packages will be installed: [2021-03-15T21:19:35.161Z] apt-transport-https [2021-03-15T21:19:35.161Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-03-15T21:19:35.161Z] Need to get 1696 B of archives. [2021-03-15T21:19:35.161Z] After this operation, 153 kB of additional disk space will be used. [2021-03-15T21:19:35.161Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-03-15T21:19:35.161Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-15T21:19:35.161Z] Fetched 1696 B in 0s (45.2 kB/s) [2021-03-15T21:19:35.161Z] Selecting previously unselected package apt-transport-https. [2021-03-15T21:19:35.161Z] (Reading database ... 13920 files and directories currently installed.) [2021-03-15T21:19:35.161Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-03-15T21:19:35.161Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-15T21:19:35.428Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-15T21:19:35.693Z] Waiting for network to be ready... [2021-03-15T21:19:42.286Z] 2021-03-15T21:19:39Z INFO Waiting for automatic snapd restart... [2021-03-15T21:19:42.286Z] snapd 2.49 from Canonical* installed [2021-03-15T21:19:43.229Z] "snapd" switched to the "latest/stable" channel [2021-03-15T21:19:43.229Z] [2021-03-15T21:19:47.441Z] core18 20210128 from Canonical* installed [2021-03-15T21:19:47.441Z] "core18" switched to the "latest/stable" channel [2021-03-15T21:19:47.441Z] [2021-03-15T21:19:52.728Z] snapcraft 4.5.4 from Canonical* installed [2021-03-15T21:19:52.728Z] "snapcraft" switched to the "latest/stable" channel [2021-03-15T21:19:52.728Z] [2021-03-15T21:19:56.037Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-03-15T21:19:56.037Z] - README.md [2021-03-15T21:19:56.037Z] [2021-03-15T21:19:56.037Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-15T21:20:02.647Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-15T21:20:02.647Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-15T21:20:03.218Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-15T21:20:03.218Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-15T21:20:03.478Z] Fetched 88.7 kB in 1s (103 kB/s) [2021-03-15T21:20:04.860Z] Reading package lists... [2021-03-15T21:20:05.120Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.8 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 [2021-03-15T21:20:11.777Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-15T21:20:11.777Z] Reading package lists... [2021-03-15T21:20:11.777Z] Building dependency tree... [2021-03-15T21:20:11.777Z] Reading state information... [2021-03-15T21:20:11.777Z] Suggested packages: [2021-03-15T21:20:11.777Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-03-15T21:20:11.777Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-03-15T21:20:11.777Z] Recommended packages: [2021-03-15T21:20:11.777Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-03-15T21:20:11.777Z] The following NEW packages will be installed: [2021-03-15T21:20:11.777Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-03-15T21:20:11.777Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-03-15T21:20:11.777Z] pkg-config zip [2021-03-15T21:20:12.087Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-03-15T21:20:12.088Z] Need to get 7657 kB of archives. [2021-03-15T21:20:12.088Z] After this operation, 43.8 MB of additional disk space will be used. [2021-03-15T21:20:12.088Z] Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-03-15T21:20:12.088Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] [2021-03-15T21:20:12.088Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-03-15T21:20:12.088Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-03-15T21:20:12.396Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-03-15T21:20:12.396Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-03-15T21:20:12.396Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-03-15T21:20:12.396Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-03-15T21:20:12.396Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-03-15T21:20:12.396Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-03-15T21:20:12.657Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-03-15T21:20:12.657Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-03-15T21:20:12.657Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-03-15T21:20:12.918Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-03-15T21:20:12.918Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-03-15T21:20:12.918Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-15T21:20:12.918Z] Fetched 7657 kB in 1s (7131 kB/s) [2021-03-15T21:20:13.179Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-03-15T21:20:13.179Z] (Reading database ... 13924 files and directories currently installed.) [2021-03-15T21:20:13.179Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-03-15T21:20:13.179Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-03-15T21:20:13.441Z] Selecting previously unselected package libpsl5:amd64. [2021-03-15T21:20:13.441Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-03-15T21:20:13.441Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-03-15T21:20:13.441Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-03-15T21:20:13.441Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-03-15T21:20:13.441Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-15T21:20:13.441Z] Selecting previously unselected package librtmp1:amd64. [2021-03-15T21:20:13.441Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-03-15T21:20:13.441Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-15T21:20:13.702Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-03-15T21:20:13.702Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-03-15T21:20:13.702Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-15T21:20:13.702Z] Selecting previously unselected package liberror-perl. [2021-03-15T21:20:13.702Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-03-15T21:20:13.702Z] Unpacking liberror-perl (0.17025-1) ... [2021-03-15T21:20:13.702Z] Selecting previously unselected package git-man. [2021-03-15T21:20:13.702Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-03-15T21:20:13.702Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-03-15T21:20:13.964Z] Selecting previously unselected package git. [2021-03-15T21:20:13.964Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-03-15T21:20:13.964Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-03-15T21:20:14.911Z] Selecting previously unselected package libnorm1:amd64. [2021-03-15T21:20:14.911Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-03-15T21:20:14.911Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-15T21:20:14.911Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-03-15T21:20:14.911Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-03-15T21:20:14.911Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-15T21:20:14.911Z] Selecting previously unselected package libsodium23:amd64. [2021-03-15T21:20:14.911Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-03-15T21:20:14.911Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-03-15T21:20:14.911Z] Selecting previously unselected package libzmq5:amd64. [2021-03-15T21:20:14.911Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-15T21:20:14.911Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-15T21:20:15.175Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-03-15T21:20:15.175Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-15T21:20:15.175Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-15T21:20:15.175Z] Selecting previously unselected package pkg-config. [2021-03-15T21:20:15.175Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-03-15T21:20:15.175Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-03-15T21:20:15.438Z] Selecting previously unselected package zip. [2021-03-15T21:20:15.438Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-03-15T21:20:15.438Z] Unpacking zip (3.0-11build1) ... [2021-03-15T21:20:15.438Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-15T21:20:15.438Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-03-15T21:20:15.438Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-15T21:20:15.438Z] Setting up liberror-perl (0.17025-1) ... [2021-03-15T21:20:15.438Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-03-15T21:20:15.438Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-03-15T21:20:15.698Z] No schema files found: doing nothing. [2021-03-15T21:20:15.698Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-15T21:20:15.698Z] Setting up zip (3.0-11build1) ... [2021-03-15T21:20:15.698Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-15T21:20:15.698Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-03-15T21:20:15.698Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-03-15T21:20:15.698Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-15T21:20:15.698Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-15T21:20:15.698Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-15T21:20:15.959Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-03-15T21:20:15.959Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-15T21:20:22.556Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-15T21:20:22.556Z] git set to automatically installed. [2021-03-15T21:20:22.556Z] git-man set to automatically installed. [2021-03-15T21:20:22.556Z] libcurl3-gnutls set to automatically installed. [2021-03-15T21:20:22.556Z] liberror-perl set to automatically installed. [2021-03-15T21:20:22.556Z] libglib2.0-0 set to automatically installed. [2021-03-15T21:20:22.556Z] libnghttp2-14 set to automatically installed. [2021-03-15T21:20:22.556Z] libnorm1 set to automatically installed. [2021-03-15T21:20:22.556Z] libpgm-5.2-0 set to automatically installed. [2021-03-15T21:20:22.556Z] libpsl5 set to automatically installed. [2021-03-15T21:20:22.556Z] librtmp1 set to automatically installed. [2021-03-15T21:20:22.556Z] libsodium23 set to automatically installed. [2021-03-15T21:20:22.556Z] libzmq3-dev set to automatically installed. [2021-03-15T21:20:22.556Z] libzmq5 set to automatically installed. [2021-03-15T21:20:22.556Z] pkg-config set to automatically installed. [2021-03-15T21:20:22.556Z] zip set to automatically installed. [2021-03-15T21:20:24.472Z] snapd is not logged in, snap install commands will use sudo [2021-03-15T21:20:31.062Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-15T21:20:34.067Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-15T21:20:34.068Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-15T21:20:34.068Z] ---> a1f5e5c659fb [2021-03-15T21:20:34.068Z] Step 3/21 : WORKDIR /edgex-go [2021-03-15T21:20:34.068Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-15T21:20:34.068Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-15T21:20:34.068Z] ---> a1f5e5c659fb [2021-03-15T21:20:34.068Z] Step 3/23 : WORKDIR /edgex-go [2021-03-15T21:20:34.068Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-15T21:20:34.068Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-15T21:20:34.068Z] ---> a1f5e5c659fb [2021-03-15T21:20:34.068Z] Step 3/24 : WORKDIR /edgex-go [2021-03-15T21:20:34.068Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-15T21:20:34.068Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-15T21:20:34.068Z] ---> a1f5e5c659fb [2021-03-15T21:20:34.068Z] Step 3/23 : WORKDIR /edgex-go [2021-03-15T21:20:34.068Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-15T21:20:34.068Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-15T21:20:34.068Z] ---> a1f5e5c659fb [2021-03-15T21:20:34.068Z] Step 3/22 : WORKDIR /edgex-go [2021-03-15T21:20:34.068Z] ---> Running in e447cae8337f [2021-03-15T21:20:34.068Z] ---> Running in cd3a5f0f8ed1 [2021-03-15T21:20:34.068Z] ---> Running in 79f1a02df51b [2021-03-15T21:20:34.068Z] ---> Running in 693193945acb [2021-03-15T21:20:34.068Z] ---> Running in 47fcfd4f6cb2 [2021-03-15T21:20:34.068Z] Removing intermediate container cd3a5f0f8ed1 [2021-03-15T21:20:34.068Z] ---> 30f842739d06 [2021-03-15T21:20:34.068Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-15T21:20:34.068Z] Removing intermediate container 47fcfd4f6cb2 [2021-03-15T21:20:34.068Z] ---> 48c7b3f67af3 [2021-03-15T21:20:34.068Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-15T21:20:34.068Z] ---> Running in 5835496f2123 [2021-03-15T21:20:34.068Z] Removing intermediate container 79f1a02df51b [2021-03-15T21:20:34.068Z] ---> cec0f2100634 [2021-03-15T21:20:34.068Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-15T21:20:34.068Z] Removing intermediate container 693193945acb [2021-03-15T21:20:34.068Z] ---> e7b3d612fff0 [2021-03-15T21:20:34.068Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-15T21:20:34.068Z] Removing intermediate container e447cae8337f [2021-03-15T21:20:34.068Z] ---> 153ae6e86235 [2021-03-15T21:20:34.068Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-15T21:20:34.068Z] ---> Running in ec93c6f091cb [2021-03-15T21:20:34.068Z] ---> Running in 472edc3f82b1 [2021-03-15T21:20:34.068Z] ---> Running in f32c6bcda8a9 [2021-03-15T21:20:34.068Z] ---> Running in 91d027092960 [2021-03-15T21:20:34.068Z] Removing intermediate container 5835496f2123 [2021-03-15T21:20:34.068Z] ---> eaa2a70ab91b [2021-03-15T21:20:34.068Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-15T21:20:34.068Z] Removing intermediate container f32c6bcda8a9 [2021-03-15T21:20:34.068Z] ---> 4c7e6c7e3551 [2021-03-15T21:20:34.068Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-15T21:20:34.068Z] ---> Running in e1c06ac511fd [2021-03-15T21:20:34.068Z] Removing intermediate container 472edc3f82b1 [2021-03-15T21:20:34.068Z] ---> c9d894543d19 [2021-03-15T21:20:34.068Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-15T21:20:34.068Z] ---> Running in 07ca54cf1213 [2021-03-15T21:20:34.068Z] ---> Running in 7f04a710c08b [2021-03-15T21:20:34.068Z] Removing intermediate container 91d027092960 [2021-03-15T21:20:34.068Z] ---> 4401512241e2 [2021-03-15T21:20:34.068Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-15T21:20:34.068Z] Removing intermediate container ec93c6f091cb [2021-03-15T21:20:34.068Z] ---> b856152f12b2 [2021-03-15T21:20:34.068Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-15T21:20:34.068Z] ---> Running in 83e987e45cc8 [2021-03-15T21:20:34.068Z] ---> Running in 3db0ad90dc86 [2021-03-15T21:20:34.068Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-15T21:20:34.068Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-15T21:20:34.068Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-15T21:20:34.068Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-15T21:20:34.341Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-15T21:20:34.341Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-15T21:20:34.618Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-15T21:20:34.618Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-15T21:20:35.221Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-15T21:20:35.221Z] OK: 217 MiB in 51 packages [2021-03-15T21:20:35.221Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-15T21:20:35.506Z] OK: 217 MiB in 51 packages [2021-03-15T21:20:35.790Z] OK: 217 MiB in 51 packages [2021-03-15T21:20:36.068Z] OK: 217 MiB in 51 packages [2021-03-15T21:20:36.068Z] OK: 217 MiB in 51 packages [2021-03-15T21:20:37.515Z] Removing intermediate container e1c06ac511fd [2021-03-15T21:20:37.515Z] ---> e6949e4f7af8 [2021-03-15T21:20:37.515Z] Step 6/23 : COPY go.mod . [2021-03-15T21:20:37.793Z] Removing intermediate container 7f04a710c08b [2021-03-15T21:20:37.793Z] Removing intermediate container 07ca54cf1213 [2021-03-15T21:20:37.793Z] ---> 1fae6b64d474 [2021-03-15T21:20:37.793Z] ---> 6c04be57ed51 [2021-03-15T21:20:37.793Z] Step 6/21 : COPY go.mod . [2021-03-15T21:20:37.793Z] Step 6/23 : COPY go.mod . [2021-03-15T21:20:38.106Z] Removing intermediate container 83e987e45cc8 [2021-03-15T21:20:38.106Z] ---> 9501d6aa349e [2021-03-15T21:20:38.106Z] Step 6/22 : COPY go.mod . [2021-03-15T21:20:38.106Z] Removing intermediate container 3db0ad90dc86 [2021-03-15T21:20:38.106Z] ---> 4ded13937e07 [2021-03-15T21:20:38.106Z] Step 6/24 : COPY go.mod . [2021-03-15T21:20:38.716Z] ---> bd5da369de48 [2021-03-15T21:20:38.716Z] Step 7/23 : RUN go mod download [2021-03-15T21:20:38.716Z] ---> c91eda5a2951 [2021-03-15T21:20:38.716Z] Step 7/23 : RUN go mod download [2021-03-15T21:20:38.716Z] ---> Running in c2fcc99a06e7 [2021-03-15T21:20:38.998Z] ---> f2a3f9543ce5 [2021-03-15T21:20:38.998Z] Step 7/21 : RUN go mod download [2021-03-15T21:20:38.998Z] ---> Running in 9c9e1b25d234 [2021-03-15T21:20:39.282Z] ---> 7c3293bd1b87 [2021-03-15T21:20:39.282Z] Step 7/22 : RUN go mod download [2021-03-15T21:20:39.282Z] ---> Running in 3f0820eedbdb [2021-03-15T21:20:39.282Z] ---> e0f2412c12d2 [2021-03-15T21:20:39.282Z] Step 7/24 : RUN go mod download [2021-03-15T21:20:39.282Z] ---> Running in f737ec7ce96b [2021-03-15T21:20:39.574Z] ---> Running in cb4053088e50 [2021-03-15T21:20:43.928Z] Removing intermediate container c2fcc99a06e7 [2021-03-15T21:20:43.928Z] ---> c12c585a7d68 [2021-03-15T21:20:43.928Z] Step 8/23 : COPY . . [2021-03-15T21:20:43.928Z] Removing intermediate container 9c9e1b25d234 [2021-03-15T21:20:43.928Z] ---> a111abd1c1b3 [2021-03-15T21:20:43.928Z] Step 8/23 : COPY . . [2021-03-15T21:20:44.542Z] Removing intermediate container cb4053088e50 [2021-03-15T21:20:44.542Z] ---> f24f0ce94d9b [2021-03-15T21:20:44.542Z] Step 8/24 : COPY . . [2021-03-15T21:20:45.143Z] Removing intermediate container f737ec7ce96b [2021-03-15T21:20:45.143Z] ---> 1611959d5037 [2021-03-15T21:20:45.143Z] Step 8/22 : COPY . . [2021-03-15T21:20:45.421Z] Removing intermediate container 3f0820eedbdb [2021-03-15T21:20:45.421Z] ---> d991b3b33a6a [2021-03-15T21:20:45.421Z] Step 8/21 : COPY . . [2021-03-15T21:20:57.646Z] go (1.15/stable) 1.15.9 from Michael Hudson-Doyle (mwhudson) installed [2021-03-15T21:20:57.907Z] snapd is not logged in, snap install commands will use sudo [2021-03-15T21:21:04.502Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-15T21:21:04.765Z] snap "core18" has no updates available [2021-03-15T21:21:05.707Z] Pulling config-common [2021-03-15T21:21:05.707Z] + snapcraftctl pull [2021-03-15T21:21:06.650Z] Pulling go-build-helper [2021-03-15T21:21:06.650Z] + snapcraftctl pull [2021-03-15T21:21:08.039Z] 'edgex-go' has dependencies that need to be staged: go-build-helper [2021-03-15T21:21:08.039Z] Skipping pull go-build-helper (already ran) [2021-03-15T21:21:08.039Z] Building go-build-helper [2021-03-15T21:21:08.039Z] + snapcraftctl build [2021-03-15T21:21:10.590Z] Staging go-build-helper [2021-03-15T21:21:10.590Z] + snapcraftctl stage [2021-03-15T21:21:12.274Z] ---> 2bd00b4c050a [2021-03-15T21:21:12.274Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-15T21:21:12.274Z] ---> 7b4811029c29 [2021-03-15T21:21:12.274Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-15T21:21:12.274Z] ---> Running in 04a86e4873a1 [2021-03-15T21:21:12.274Z] ---> 2a25799cc4c7 [2021-03-15T21:21:12.274Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-15T21:21:12.274Z] ---> 140ecb95f7de [2021-03-15T21:21:12.274Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-15T21:21:12.274Z] ---> f51942b5f96f [2021-03-15T21:21:12.274Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-15T21:21:12.274Z] ---> Running in 6d75865ed8eb [2021-03-15T21:21:12.274Z] ---> Running in c14e0b988d95 [2021-03-15T21:21:12.274Z] ---> Running in ea343922e60c [2021-03-15T21:21:12.274Z] ---> Running in 5e4fe80e1fc6 [2021-03-15T21:21:13.265Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-15T21:21:13.868Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-15T21:21:13.868Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-15T21:21:14.148Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-15T21:21:14.148Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-15T21:21:22.838Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-15T21:21:22.838Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-15T21:21:22.838Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-15T21:21:22.838Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1598 kB] [2021-03-15T21:21:22.838Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-15T21:21:22.838Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-15T21:21:22.838Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-15T21:21:22.838Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-15T21:21:22.838Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-15T21:21:22.838Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-15T21:21:22.838Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-15T21:21:22.838Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [305 kB] [2021-03-15T21:21:22.838Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-15T21:21:22.838Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-15T21:21:22.838Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [253 kB] [2021-03-15T21:21:22.838Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [32.9 kB] [2021-03-15T21:21:22.838Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1114 kB] [2021-03-15T21:21:22.838Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [250 kB] [2021-03-15T21:21:22.838Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-15T21:21:22.838Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1937 kB] [2021-03-15T21:21:22.838Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [397 kB] [2021-03-15T21:21:22.838Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-15T21:21:22.838Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-15T21:21:22.838Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [274 kB] [2021-03-15T21:21:22.838Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [36.5 kB] [2021-03-15T21:21:22.838Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1720 kB] [2021-03-15T21:21:22.838Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [364 kB] [2021-03-15T21:21:22.838Z] Fetched 24.1 MB in 0s (0 B/s) [2021-03-15T21:21:22.838Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-03-15T21:21:22.838Z] Fetched 224 kB in 0s (0 B/s) [2021-03-15T21:21:22.838Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-03-15T21:21:22.838Z] Fetched 157 kB in 0s (0 B/s) [2021-03-15T21:21:22.838Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-03-15T21:21:22.838Z] Fetched 221 kB in 0s (0 B/s) [2021-03-15T21:21:22.838Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-03-15T21:21:22.838Z] Fetched 143 kB in 0s (0 B/s) [2021-03-15T21:21:22.838Z] Pulling edgex-go [2021-03-15T21:21:22.838Z] + snapcraftctl pull [2021-03-15T21:21:44.816Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-15T21:21:44.816Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-15T21:21:44.816Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-15T21:21:44.816Z] Fetched 0 B in 0s (0 B/s) [2021-03-15T21:21:44.816Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-03-15T21:21:44.816Z] Fetched 96.5 kB in 0s (0 B/s) [2021-03-15T21:21:44.816Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-03-15T21:21:44.816Z] Fetched 279 kB in 0s (0 B/s) [2021-03-15T21:21:44.816Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-03-15T21:21:44.816Z] Fetched 122 kB in 0s (0 B/s) [2021-03-15T21:21:44.816Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-03-15T21:21:44.816Z] Fetched 77.8 kB in 0s (0 B/s) [2021-03-15T21:21:44.816Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-03-15T21:21:44.816Z] Fetched 8848 B in 0s (0 B/s) [2021-03-15T21:21:44.816Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-03-15T21:21:44.816Z] Fetched 47.8 kB in 0s (0 B/s) [2021-03-15T21:21:44.816Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-03-15T21:21:44.816Z] Fetched 45.6 kB in 0s (0 B/s) [2021-03-15T21:21:44.816Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-03-15T21:21:44.816Z] Fetched 15.0 kB in 0s (0 B/s) [2021-03-15T21:21:44.816Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-03-15T21:21:44.816Z] Fetched 214 kB in 0s (0 B/s) [2021-03-15T21:21:44.816Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-03-15T21:21:44.816Z] Fetched 154 kB in 0s (0 B/s) [2021-03-15T21:21:44.816Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-03-15T21:21:44.816Z] Fetched 50.6 kB in 0s (0 B/s) [2021-03-15T21:21:44.816Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-03-15T21:21:44.816Z] Fetched 14.8 kB in 0s (0 B/s) [2021-03-15T21:21:44.816Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-03-15T21:21:44.816Z] Fetched 41.8 kB in 0s (0 B/s) [2021-03-15T21:21:44.816Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-03-15T21:21:44.816Z] Fetched 499 kB in 0s (0 B/s) [2021-03-15T21:21:44.816Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-03-15T21:21:44.816Z] Fetched 111 kB in 0s (0 B/s) [2021-03-15T21:21:44.816Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-03-15T21:21:44.816Z] Fetched 240 kB in 0s (0 B/s) [2021-03-15T21:21:44.816Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-03-15T21:21:44.816Z] Fetched 29.3 kB in 0s (0 B/s) [2021-03-15T21:21:44.816Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-03-15T21:21:44.816Z] Fetched 85.5 kB in 0s (0 B/s) [2021-03-15T21:21:44.816Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-03-15T21:21:44.816Z] Fetched 24.5 kB in 0s (0 B/s) [2021-03-15T21:21:44.816Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-03-15T21:21:44.816Z] Fetched 49.2 kB in 0s (0 B/s) [2021-03-15T21:21:44.816Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-03-15T21:21:44.816Z] Fetched 54.2 kB in 0s (0 B/s) [2021-03-15T21:21:44.816Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-03-15T21:21:44.816Z] Fetched 30.8 kB in 0s (0 B/s) [2021-03-15T21:21:44.816Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-03-15T21:21:44.816Z] Fetched 15.8 kB in 0s (0 B/s) [2021-03-15T21:21:44.816Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-03-15T21:21:44.816Z] Fetched 85.9 kB in 0s (0 B/s) [2021-03-15T21:21:44.816Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-03-15T21:21:44.816Z] Fetched 8720 B in 0s (0 B/s) [2021-03-15T21:21:44.816Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-03-15T21:21:44.816Z] Fetched 137 kB in 0s (0 B/s) [2021-03-15T21:21:44.816Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-03-15T21:21:44.816Z] Fetched 119 kB in 0s (0 B/s) [2021-03-15T21:21:44.816Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-03-15T21:21:44.816Z] Fetched 109 kB in 0s (0 B/s) [2021-03-15T21:21:44.816Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-03-15T21:21:44.816Z] Fetched 11.1 kB in 0s (0 B/s) [2021-03-15T21:21:44.816Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-03-15T21:21:44.816Z] Fetched 645 kB in 0s (0 B/s) [2021-03-15T21:21:44.816Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-03-15T21:21:44.816Z] Fetched 41.3 kB in 0s (0 B/s) [2021-03-15T21:21:44.816Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-03-15T21:21:44.816Z] Fetched 17.9 kB in 0s (0 B/s) [2021-03-15T21:21:44.816Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-03-15T21:21:44.816Z] Fetched 368 kB in 0s (0 B/s) [2021-03-15T21:21:44.816Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-03-15T21:21:44.816Z] Fetched 187 kB in 0s (0 B/s) [2021-03-15T21:21:44.816Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-03-15T21:21:44.816Z] Fetched 175 kB in 0s (0 B/s) [2021-03-15T21:21:44.816Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-03-15T21:21:44.816Z] Fetched 206 kB in 0s (0 B/s) [2021-03-15T21:21:44.816Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb [1301 kB] [2021-03-15T21:21:44.816Z] Fetched 1301 kB in 0s (0 B/s) [2021-03-15T21:21:44.816Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-03-15T21:21:44.816Z] Fetched 36.2 kB in 0s (0 B/s) [2021-03-15T21:21:44.816Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-03-15T21:21:44.816Z] Fetched 159 kB in 0s (0 B/s) [2021-03-15T21:21:44.816Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-03-15T21:21:44.816Z] Fetched 107 kB in 0s (0 B/s) [2021-03-15T21:21:44.816Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-03-15T21:21:44.816Z] Fetched 48.7 kB in 0s (0 B/s) [2021-03-15T21:21:44.817Z] Pulling static-packages [2021-03-15T21:21:44.817Z] + snapcraftctl pull [2021-03-15T21:21:45.079Z] Pulling version [2021-03-15T21:21:45.079Z] + cd /root/project [2021-03-15T21:21:45.079Z] + [ -f VERSION ] [2021-03-15T21:21:45.079Z] + PROJECT_VERSION=local-dev [2021-03-15T21:21:45.079Z] + git rev-parse --short HEAD [2021-03-15T21:21:45.079Z] + GIT_REVISION=154cc246 [2021-03-15T21:21:45.079Z] + snapcraftctl set-version local-dev [2021-03-15T21:21:46.024Z] Building config-common [2021-03-15T21:21:46.286Z] + snapcraftctl build [2021-03-15T21:21:48.839Z] Skipping build go-build-helper (already ran) [2021-03-15T21:21:48.839Z] Building edgex-go [2021-03-15T21:21:49.783Z] + cd /root/parts/edgex-go/src [2021-03-15T21:21:49.783Z] + make build [2021-03-15T21:21:49.783Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-15T21:21:52.331Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-03-15T21:21:52.331Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.48 [2021-03-15T21:21:52.331Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-03-15T21:21:52.331Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.14 [2021-03-15T21:21:52.331Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-03-15T21:21:52.331Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.6 [2021-03-15T21:21:52.331Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.7 [2021-03-15T21:21:52.331Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 [2021-03-15T21:21:52.331Z] go: downloading github.com/x448/float16 v0.8.4 [2021-03-15T21:21:52.331Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.3 [2021-03-15T21:21:52.331Z] go: downloading github.com/pebbe/zmq4 v1.2.5 [2021-03-15T21:21:52.331Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-03-15T21:21:52.331Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-03-15T21:21:52.331Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-03-15T21:21:52.331Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-03-15T21:21:52.331Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-03-15T21:21:52.331Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-03-15T21:21:52.331Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-03-15T21:21:52.331Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-03-15T21:21:52.618Z] go: downloading github.com/google/uuid v1.2.0 [2021-03-15T21:21:52.618Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-03-15T21:21:52.618Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-03-15T21:21:52.618Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-03-15T21:21:52.879Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-03-15T21:21:52.879Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 [2021-03-15T21:21:53.141Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-03-15T21:21:53.141Z] go: downloading github.com/imdario/mergo v0.3.12 [2021-03-15T21:21:53.141Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-03-15T21:21:53.141Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-03-15T21:21:53.403Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-03-15T21:21:53.403Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-03-15T21:21:53.403Z] go: downloading github.com/pkg/errors v0.8.1 [2021-03-15T21:21:53.403Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-03-15T21:21:53.403Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-03-15T21:21:53.403Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-03-15T21:21:53.667Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-03-15T21:21:53.667Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-03-15T21:21:53.667Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-03-15T21:21:53.667Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-03-15T21:21:53.667Z] go: downloading github.com/fatih/color v1.9.0 [2021-03-15T21:21:53.668Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-03-15T21:21:53.668Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-03-15T21:21:53.668Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-03-15T21:21:53.941Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-03-15T21:21:53.941Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-03-15T21:22:06.185Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-15T21:22:06.185Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-03-15T21:22:10.393Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-15T21:22:11.783Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-15T21:22:13.699Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-15T21:22:13.960Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-15T21:22:14.221Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-03-15T21:22:14.481Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-03-15T21:22:14.481Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-03-15T21:22:14.481Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-03-15T21:22:16.399Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-15T21:22:16.399Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-03-15T21:22:16.399Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-03-15T21:22:17.810Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-15T21:22:19.220Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-15T21:22:19.220Z] go: downloading golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 [2021-03-15T21:22:21.137Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-15T21:22:22.532Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-15T21:22:22.532Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-03-15T21:22:23.920Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-15T21:22:24.200Z] go: downloading github.com/lib/pq v1.9.0 [2021-03-15T21:22:26.808Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-03-15T21:22:26.808Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-03-15T21:22:26.808Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-03-15T21:22:26.808Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-03-15T21:22:26.808Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-03-15T21:22:26.808Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-03-15T21:22:26.808Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-03-15T21:22:26.808Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-03-15T21:22:26.808Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-03-15T21:22:26.808Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-03-15T21:22:26.808Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-03-15T21:22:26.808Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-03-15T21:22:26.808Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-03-15T21:22:26.808Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-03-15T21:22:26.808Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-03-15T21:22:26.808Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-03-15T21:22:26.808Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-03-15T21:22:26.808Z] + install -DT ./cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /root/parts/edgex-go/install/config/security-file-token-provider/res/configuration.toml [2021-03-15T21:22:26.808Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-03-15T21:22:26.808Z] + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml [2021-03-15T21:22:26.808Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-03-15T21:22:26.808Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-03-15T21:22:26.808Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-03-15T21:22:26.808Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-03-15T21:22:26.808Z] + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json [2021-03-15T21:22:30.106Z] Building static-packages [2021-03-15T21:22:30.106Z] + snapcraftctl build [2021-03-15T21:22:32.018Z] Building version [2021-03-15T21:22:32.018Z] + snapcraftctl build [2021-03-15T21:22:34.565Z] Staging config-common [2021-03-15T21:22:34.565Z] + snapcraftctl stage [2021-03-15T21:22:35.955Z] Skipping stage go-build-helper (already ran) [2021-03-15T21:22:35.955Z] Staging edgex-go [2021-03-15T21:22:35.955Z] + snapcraftctl stage [2021-03-15T21:22:36.896Z] Staging static-packages [2021-03-15T21:22:36.896Z] + snapcraftctl stage [2021-03-15T21:22:38.284Z] Staging version [2021-03-15T21:22:38.284Z] + snapcraftctl stage [2021-03-15T21:22:39.226Z] Priming config-common [2021-03-15T21:22:39.226Z] + snapcraftctl prime [2021-03-15T21:22:40.169Z] Priming go-build-helper [2021-03-15T21:22:40.169Z] + snapcraftctl prime [2021-03-15T21:22:41.558Z] Priming edgex-go [2021-03-15T21:22:41.558Z] + snapcraftctl prime [2021-03-15T21:22:42.502Z] Priming static-packages [2021-03-15T21:22:42.502Z] + snapcraftctl prime [2021-03-15T21:22:45.051Z] Priming version [2021-03-15T21:22:45.051Z] + snapcraftctl prime [2021-03-15T21:22:45.999Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-15T21:22:51.050Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-15T21:22:51.050Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-15T21:23:14.154Z] Removing intermediate container 6d75865ed8eb [2021-03-15T21:23:14.155Z] ---> 637329663f18 [2021-03-15T21:23:14.155Z] [2021-03-15T21:23:14.155Z] Step 10/24 : FROM alpine:3.12 [2021-03-15T21:23:14.155Z] Removing intermediate container 5e4fe80e1fc6 [2021-03-15T21:23:14.155Z] ---> b5b940f86971 [2021-03-15T21:23:14.155Z] [2021-03-15T21:23:14.155Z] Step 10/21 : FROM alpine:3.12 [2021-03-15T21:23:14.155Z] 3.12: Pulling from library/alpine [2021-03-15T21:23:14.155Z] 3.12: Pulling from library/alpine [2021-03-15T21:23:14.155Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-15T21:23:14.155Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-15T21:23:14.155Z] Status: Downloaded newer image for alpine:3.12 [2021-03-15T21:23:14.155Z] Status: Downloaded newer image for alpine:3.12 [2021-03-15T21:23:14.155Z] ---> d10569e2745f [2021-03-15T21:23:14.155Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-15T21:23:14.155Z] ---> d10569e2745f [2021-03-15T21:23:14.155Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-15T21:23:14.155Z] ---> Running in 98bf56268128 [2021-03-15T21:23:14.155Z] ---> Running in 95aa37a0b4f7 [2021-03-15T21:23:16.131Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-15T21:23:16.131Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-15T21:23:16.131Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-15T21:23:16.405Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-15T21:23:17.006Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-15T21:23:17.006Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-15T21:23:17.006Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-15T21:23:17.006Z] (4/5) Installing curl (7.69.1-r3) [2021-03-15T21:23:17.006Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-15T21:23:17.006Z] Executing busybox-1.31.1-r19.trigger [2021-03-15T21:23:17.006Z] Executing ca-certificates-20191127-r4.trigger [2021-03-15T21:23:17.286Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-15T21:23:17.286Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-15T21:23:17.286Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-15T21:23:17.286Z] (4/4) Installing curl (7.69.1-r3) [2021-03-15T21:23:17.286Z] Executing busybox-1.31.1-r19.trigger [2021-03-15T21:23:17.286Z] Executing ca-certificates-20191127-r4.trigger [2021-03-15T21:23:17.286Z] OK: 7 MiB in 19 packages [2021-03-15T21:23:17.561Z] OK: 7 MiB in 18 packages [2021-03-15T21:23:20.973Z] Removing intermediate container 98bf56268128 [2021-03-15T21:23:20.973Z] ---> c5895128a700 [2021-03-15T21:23:20.973Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-15T21:23:20.973Z] Removing intermediate container 95aa37a0b4f7 [2021-03-15T21:23:20.973Z] ---> 02412b95ee37 [2021-03-15T21:23:20.973Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-15T21:23:20.973Z] ---> Running in f7ccf4d89681 [2021-03-15T21:23:21.250Z] ---> Running in 2a1d37b99db5 [2021-03-15T21:23:22.245Z] Removing intermediate container f7ccf4d89681 [2021-03-15T21:23:22.245Z] ---> b7152eea92db [2021-03-15T21:23:22.245Z] Step 13/24 : WORKDIR / [2021-03-15T21:23:22.520Z] ---> Running in ff1efb1c99ce [2021-03-15T21:23:22.520Z] Removing intermediate container 2a1d37b99db5 [2021-03-15T21:23:22.520Z] ---> 6ad822787da0 [2021-03-15T21:23:22.520Z] Step 13/21 : WORKDIR /edgex [2021-03-15T21:23:23.116Z] ---> Running in 39407aa3566f [2021-03-15T21:23:24.099Z] Removing intermediate container ff1efb1c99ce [2021-03-15T21:23:24.099Z] ---> 90e87f4bec0a [2021-03-15T21:23:24.099Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-03-15T21:23:24.697Z] Removing intermediate container 39407aa3566f [2021-03-15T21:23:24.697Z] ---> eb09aa0be4bf [2021-03-15T21:23:24.697Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-15T21:23:25.302Z] Removing intermediate container c14e0b988d95 [2021-03-15T21:23:25.302Z] ---> c857f753cc99 [2021-03-15T21:23:25.302Z] [2021-03-15T21:23:25.302Z] Step 10/23 : FROM alpine:3.12 [2021-03-15T21:23:25.302Z] ---> d10569e2745f [2021-03-15T21:23:25.302Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-15T21:23:25.578Z] Removing intermediate container ea343922e60c [2021-03-15T21:23:25.578Z] ---> Running in 12abadc3131c [2021-03-15T21:23:25.578Z] ---> 94c39827d28c [2021-03-15T21:23:25.578Z] [2021-03-15T21:23:25.578Z] Step 10/22 : FROM alpine:3.12 [2021-03-15T21:23:25.578Z] ---> a3055f58545e [2021-03-15T21:23:25.578Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-03-15T21:23:25.851Z] ---> d10569e2745f [2021-03-15T21:23:25.851Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-15T21:23:25.851Z] ---> b97a3c2230bb [2021-03-15T21:23:25.851Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-15T21:23:26.123Z] ---> Running in 454d3573f056 [2021-03-15T21:23:27.179Z] ---> ec8757f34a87 [2021-03-15T21:23:27.179Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-15T21:23:27.773Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-15T21:23:27.773Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-15T21:23:28.046Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-15T21:23:28.046Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-15T21:23:28.046Z] ---> 00f9ca5b3067 [2021-03-15T21:23:28.046Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-15T21:23:28.322Z] ---> 3986f4625d6d [2021-03-15T21:23:28.322Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-15T21:23:28.600Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-15T21:23:28.600Z] Executing busybox-1.31.1-r19.trigger [2021-03-15T21:23:28.600Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-15T21:23:28.600Z] OK: 5 MiB in 15 packages [2021-03-15T21:23:28.600Z] Executing busybox-1.31.1-r19.trigger [2021-03-15T21:23:28.874Z] OK: 5 MiB in 15 packages [2021-03-15T21:23:31.502Z] ---> 3de7f9665cd5 [2021-03-15T21:23:31.502Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-15T21:23:31.502Z] ---> Running in bb418b5ede84 [2021-03-15T21:23:31.502Z] ---> 62d86e30aaff [2021-03-15T21:23:31.502Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-15T21:23:31.775Z] Removing intermediate container 04a86e4873a1 [2021-03-15T21:23:31.775Z] ---> 3d56a509c334 [2021-03-15T21:23:31.775Z] [2021-03-15T21:23:31.775Z] Step 10/23 : FROM alpine:3.12 [2021-03-15T21:23:31.775Z] ---> d10569e2745f [2021-03-15T21:23:31.775Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-15T21:23:31.775Z] ---> Using cache [2021-03-15T21:23:31.775Z] ---> 4f171d1b2b5b [2021-03-15T21:23:31.775Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-15T21:23:32.053Z] Removing intermediate container 12abadc3131c [2021-03-15T21:23:32.053Z] ---> 4f171d1b2b5b [2021-03-15T21:23:32.053Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-15T21:23:32.053Z] ---> Running in 80954c64fdee [2021-03-15T21:23:32.053Z] Removing intermediate container bb418b5ede84 [2021-03-15T21:23:32.053Z] ---> 5cf0406fd0f2 [2021-03-15T21:23:32.053Z] Step 18/21 : CMD ["--init=true"] [2021-03-15T21:23:32.053Z] Removing intermediate container 454d3573f056 [2021-03-15T21:23:32.053Z] ---> 54645f93c9ff [2021-03-15T21:23:32.053Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-15T21:23:32.332Z] ---> Running in 270fb802ff43 [2021-03-15T21:23:32.605Z] ---> Running in f17dcd901141 [2021-03-15T21:23:32.605Z] ---> Running in c08d1d17fde4 [2021-03-15T21:23:32.605Z] ---> 735a6b25e3d6 [2021-03-15T21:23:32.605Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-15T21:23:32.605Z] Removing intermediate container 80954c64fdee [2021-03-15T21:23:32.605Z] ---> ec0796fb83ea [2021-03-15T21:23:32.605Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-15T21:23:32.880Z] ---> Running in d1951ff8ccbe [2021-03-15T21:23:33.154Z] Removing intermediate container 270fb802ff43 [2021-03-15T21:23:33.154Z] ---> 2c746484afe8 [2021-03-15T21:23:33.154Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-15T21:23:33.154Z] Removing intermediate container f17dcd901141 [2021-03-15T21:23:33.154Z] ---> ffdcce8f7025 [2021-03-15T21:23:33.154Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-15T21:23:33.154Z] Removing intermediate container c08d1d17fde4 [2021-03-15T21:23:33.154Z] ---> f4d4b208ea1d [2021-03-15T21:23:33.154Z] Step 19/21 : LABEL arch=arm64 [2021-03-15T21:23:33.154Z] ---> Running in d84ad76c4b6c [2021-03-15T21:23:33.429Z] ---> Running in adfe131dc9c7 [2021-03-15T21:23:33.429Z] ---> Running in 2bddea610819 [2021-03-15T21:23:33.701Z] ---> 3b381763a635 [2021-03-15T21:23:33.701Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-03-15T21:23:33.701Z] Removing intermediate container d1951ff8ccbe [2021-03-15T21:23:33.701Z] ---> 50f377e7f0cf [2021-03-15T21:23:33.701Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-15T21:23:33.972Z] ---> Running in 5d73dfdb9148 [2021-03-15T21:23:33.972Z] ---> Running in d71aa1be83ce [2021-03-15T21:23:34.253Z] Removing intermediate container d84ad76c4b6c [2021-03-15T21:23:34.253Z] ---> 81af5c7ab27c [2021-03-15T21:23:34.253Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-15T21:23:34.253Z] Removing intermediate container 2bddea610819 [2021-03-15T21:23:34.253Z] ---> 73c47c468743 [2021-03-15T21:23:34.253Z] Step 20/21 : LABEL git_sha=154cc246e15595e049878ff4f17617e2c34eb802 [2021-03-15T21:23:34.253Z] Removing intermediate container adfe131dc9c7 [2021-03-15T21:23:34.253Z] ---> 130ce81192a2 [2021-03-15T21:23:34.253Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-15T21:23:34.541Z] ---> Running in 1148d0e128e5 [2021-03-15T21:23:34.541Z] ---> Running in 2569ec01738e [2021-03-15T21:23:34.541Z] ---> Running in eb8e392cf5d8 [2021-03-15T21:23:34.541Z] Removing intermediate container d71aa1be83ce [2021-03-15T21:23:34.541Z] ---> fa33ebbf3fe2 [2021-03-15T21:23:34.541Z] Step 15/23 : WORKDIR / [2021-03-15T21:23:34.817Z] ---> Running in 04f7743c5ccd [2021-03-15T21:23:35.423Z] Removing intermediate container 1148d0e128e5 [2021-03-15T21:23:35.423Z] ---> 218cfcd009ec [2021-03-15T21:23:35.423Z] Step 15/23 : WORKDIR / [2021-03-15T21:23:35.423Z] Removing intermediate container eb8e392cf5d8 [2021-03-15T21:23:35.423Z] ---> beadd66007f0 [2021-03-15T21:23:35.423Z] Step 21/21 : LABEL version=0.0.0 [2021-03-15T21:23:35.423Z] Removing intermediate container 2569ec01738e [2021-03-15T21:23:35.423Z] ---> f1387a637cd2 [2021-03-15T21:23:35.423Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-15T21:23:35.423Z] ---> Running in c047e395d3d0 [2021-03-15T21:23:35.423Z] ---> Running in 80a3da62faf0 [2021-03-15T21:23:35.704Z] Removing intermediate container 04f7743c5ccd [2021-03-15T21:23:35.704Z] ---> f2e0fe8065aa [2021-03-15T21:23:35.704Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-15T21:23:36.301Z] Removing intermediate container 80a3da62faf0 [2021-03-15T21:23:36.301Z] ---> 9dfc3e5596aa [2021-03-15T21:23:36.301Z] [2021-03-15T21:23:36.580Z] Removing intermediate container c047e395d3d0 [2021-03-15T21:23:36.580Z] ---> fc7205c5bd8c [2021-03-15T21:23:36.580Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-15T21:23:36.580Z] ---> 94c6a156ab5f [2021-03-15T21:23:36.580Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-15T21:23:36.863Z] ---> 06e536e4fbc4 [2021-03-15T21:23:36.863Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-15T21:23:37.138Z] Successfully built 9dfc3e5596aa [2021-03-15T21:23:37.138Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-03-15T21:23:37.138Z] Building docker-sys-mgmt-agent-go [2021-03-15T21:23:37.138Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 5d73dfdb9148 [2021-03-15T21:23:37.138Z] ---> 8418a2b54686 [2021-03-15T21:23:37.138Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-15T21:23:37.459Z] ---> Running in 79983ee78976 [2021-03-15T21:23:37.733Z] ---> 6cca3d07b77d [2021-03-15T21:23:37.733Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-15T21:23:38.724Z] Removing intermediate container 79983ee78976 [2021-03-15T21:23:38.725Z] ---> af764cb70a24 [2021-03-15T21:23:38.725Z] Step 22/24 : LABEL arch=arm64 [2021-03-15T21:23:38.725Z] ---> d1cc0c577bc9 [2021-03-15T21:23:38.725Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-15T21:23:39.002Z] ---> f93c14134631 [2021-03-15T21:23:39.002Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-15T21:23:39.002Z] ---> Running in bffdda6c73e2 [2021-03-15T21:23:39.987Z] ---> 9321dc57a142 [2021-03-15T21:23:39.987Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-15T21:23:40.261Z] Removing intermediate container bffdda6c73e2 [2021-03-15T21:23:40.261Z] ---> 3e6dd01cce7b [2021-03-15T21:23:40.261Z] Step 23/24 : LABEL git_sha=154cc246e15595e049878ff4f17617e2c34eb802 [2021-03-15T21:23:40.853Z] ---> 3df82a033cf5 [2021-03-15T21:23:40.853Z] ---> 1e124e44bed6 [2021-03-15T21:23:40.853Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-15T21:23:40.853Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-15T21:23:41.123Z] ---> Running in 65bcc98de7d1 [2021-03-15T21:23:41.394Z] ---> Running in cfe5613e4040 [2021-03-15T21:23:41.394Z] ---> Running in a045e143ed64 [2021-03-15T21:23:41.394Z] ---> 56b306a063ed [2021-03-15T21:23:41.394Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-15T21:23:41.665Z] Removing intermediate container 65bcc98de7d1 [2021-03-15T21:23:41.665Z] ---> 6fb5c72a9580 [2021-03-15T21:23:41.665Z] Step 24/24 : LABEL version=0.0.0 [2021-03-15T21:23:41.665Z] ---> Running in c663b75293ce [2021-03-15T21:23:41.941Z] ---> Running in cafbe9160a3a [2021-03-15T21:23:42.218Z] Removing intermediate container a045e143ed64 [2021-03-15T21:23:42.218Z] ---> c088324d8515 [2021-03-15T21:23:42.218Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-15T21:23:42.218Z] Removing intermediate container cfe5613e4040 [2021-03-15T21:23:42.218Z] ---> 9798fd39fcab [2021-03-15T21:23:42.218Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-15T21:23:42.494Z] Removing intermediate container c663b75293ce [2021-03-15T21:23:42.494Z] ---> c034dd682a1a [2021-03-15T21:23:42.494Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-15T21:23:42.766Z] ---> Running in c56c1fb16809 [2021-03-15T21:23:42.766Z] ---> Running in e183b481bf6d [2021-03-15T21:23:43.042Z] ---> Running in 412b043087a2 [2021-03-15T21:23:43.042Z] Removing intermediate container cafbe9160a3a [2021-03-15T21:23:43.042Z] ---> e90a96cee390 [2021-03-15T21:23:43.042Z] [2021-03-15T21:23:43.653Z] Successfully built e90a96cee390 [2021-03-15T21:23:43.926Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-03-15T21:23:43.926Z]  Building docker-security-secretstore-setup-go ... done Building docker-security-bootstrapper-go [2021-03-15T21:23:43.926Z] Removing intermediate container e183b481bf6d [2021-03-15T21:23:43.926Z] ---> b34e855757ae [2021-03-15T21:23:43.926Z] Step 21/23 : LABEL arch=arm64 [2021-03-15T21:23:43.926Z] Removing intermediate container c56c1fb16809 [2021-03-15T21:23:43.926Z] ---> 98409d3e992c [2021-03-15T21:23:43.926Z] Step 20/22 : LABEL arch=arm64 [2021-03-15T21:23:44.207Z] Removing intermediate container 412b043087a2 [2021-03-15T21:23:44.207Z] ---> 7650e0753ffd [2021-03-15T21:23:44.207Z] Step 21/23 : LABEL arch=arm64 [2021-03-15T21:23:44.207Z] ---> Running in e997691acac8 [2021-03-15T21:23:44.207Z] ---> Running in a7218986914b [2021-03-15T21:23:44.484Z] ---> Running in 03b2c94ed3fc [2021-03-15T21:23:44.762Z] Removing intermediate container a7218986914b [2021-03-15T21:23:44.762Z] ---> 7a4bb84c0895 [2021-03-15T21:23:44.762Z] Step 21/22 : LABEL git_sha=154cc246e15595e049878ff4f17617e2c34eb802 [2021-03-15T21:23:45.036Z] Removing intermediate container e997691acac8 [2021-03-15T21:23:45.036Z] ---> 3d5b1b82705d [2021-03-15T21:23:45.036Z] Step 22/23 : LABEL git_sha=154cc246e15595e049878ff4f17617e2c34eb802 [2021-03-15T21:23:45.036Z] Removing intermediate container 03b2c94ed3fc [2021-03-15T21:23:45.036Z] ---> 555b361f1355 [2021-03-15T21:23:45.036Z] Step 22/23 : LABEL git_sha=154cc246e15595e049878ff4f17617e2c34eb802 ---> Running in 7cb7460c15bb [2021-03-15T21:23:45.036Z] [2021-03-15T21:23:45.309Z] ---> Running in e99b8ad28d3e [2021-03-15T21:23:45.309Z] ---> Running in b92883c38312 [2021-03-15T21:23:45.607Z] Removing intermediate container 7cb7460c15bb [2021-03-15T21:23:45.607Z] ---> c3c4e116f631 [2021-03-15T21:23:45.607Z] Step 22/22 : LABEL version=0.0.0 [2021-03-15T21:23:45.883Z] Removing intermediate container e99b8ad28d3e [2021-03-15T21:23:45.883Z] ---> 203e8e53be76 [2021-03-15T21:23:45.883Z] Step 23/23 : LABEL version=0.0.0 [2021-03-15T21:23:45.883Z] ---> Running in 418d4f573f1a [2021-03-15T21:23:46.169Z] Removing intermediate container b92883c38312 [2021-03-15T21:23:46.169Z] ---> e06dd7d5575a [2021-03-15T21:23:46.169Z] Step 23/23 : LABEL version=0.0.0 [2021-03-15T21:23:46.169Z] ---> Running in d24179f0b3b0 [2021-03-15T21:23:46.446Z] ---> Running in 0988992f929b [2021-03-15T21:23:46.725Z] Removing intermediate container 418d4f573f1a [2021-03-15T21:23:46.725Z] ---> a68e22332271 [2021-03-15T21:23:46.725Z] [2021-03-15T21:23:46.997Z] Removing intermediate container d24179f0b3b0 [2021-03-15T21:23:46.997Z] ---> 6ac1b374a793 [2021-03-15T21:23:46.997Z] [2021-03-15T21:23:47.293Z] Removing intermediate container 0988992f929b [2021-03-15T21:23:47.293Z] ---> 4c27e9423e6c [2021-03-15T21:23:47.293Z] [2021-03-15T21:23:47.293Z] Successfully built a68e22332271 [2021-03-15T21:23:47.293Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-03-15T21:23:47.293Z]  Building docker-support-scheduler-go ... done Building docker-support-notifications-go [2021-03-15T21:23:47.293Z] Successfully built 6ac1b374a793 [2021-03-15T21:23:47.566Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-03-15T21:23:47.566Z] Building docker-core-data-go [2021-03-15T21:23:47.566Z]  Building docker-core-metadata-go ... done Successfully built 4c27e9423e6c [2021-03-15T21:23:47.838Z] Successfully tagged docker-core-command-go-arm64:latest [2021-03-15T21:24:26.833Z]  Building docker-core-command-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-15T21:24:26.833Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-15T21:24:26.833Z] ---> a1f5e5c659fb [2021-03-15T21:24:26.833Z] Step 3/26 : WORKDIR /edgex-go [2021-03-15T21:24:26.833Z] ---> Using cache [2021-03-15T21:24:26.833Z] ---> 153ae6e86235 [2021-03-15T21:24:26.833Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-15T21:24:26.833Z] ---> Using cache [2021-03-15T21:24:26.833Z] ---> 4c7e6c7e3551 [2021-03-15T21:24:26.833Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-15T21:24:32.223Z] ---> Running in fd2c07eb498e [2021-03-15T21:24:33.662Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-15T21:24:33.944Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-15T21:24:33.944Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-15T21:24:33.944Z] ---> a1f5e5c659fb [2021-03-15T21:24:33.945Z] Step 3/31 : WORKDIR /edgex-go [2021-03-15T21:24:33.945Z] ---> Using cache [2021-03-15T21:24:33.945Z] ---> 153ae6e86235 [2021-03-15T21:24:33.945Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-15T21:24:33.945Z] ---> Using cache [2021-03-15T21:24:33.945Z] ---> 4c7e6c7e3551 [2021-03-15T21:24:33.945Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-15T21:24:33.945Z] ---> Using cache [2021-03-15T21:24:33.945Z] ---> 1fae6b64d474 [2021-03-15T21:24:33.945Z] Step 6/31 : COPY go.mod . [2021-03-15T21:24:33.945Z] ---> Using cache [2021-03-15T21:24:33.945Z] ---> f2a3f9543ce5 [2021-03-15T21:24:33.945Z] Step 7/31 : RUN go mod download [2021-03-15T21:24:33.945Z] ---> Using cache [2021-03-15T21:24:33.945Z] ---> d991b3b33a6a [2021-03-15T21:24:33.945Z] Step 8/31 : COPY . . [2021-03-15T21:24:34.222Z] ---> Using cache [2021-03-15T21:24:34.222Z] ---> 140ecb95f7de [2021-03-15T21:24:34.222Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-15T21:24:34.222Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-15T21:24:34.826Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-15T21:24:34.826Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-15T21:24:34.826Z] ---> a1f5e5c659fb [2021-03-15T21:24:34.826Z] Step 3/22 : WORKDIR /edgex-go [2021-03-15T21:24:34.826Z] ---> Using cache [2021-03-15T21:24:34.826Z] ---> 153ae6e86235 [2021-03-15T21:24:34.826Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-15T21:24:34.826Z] ---> Using cache [2021-03-15T21:24:34.826Z] ---> 4c7e6c7e3551 [2021-03-15T21:24:34.826Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-15T21:24:35.102Z] ---> Running in 71640bb61521 [2021-03-15T21:24:35.103Z] ---> Running in 26101f4402ae [2021-03-15T21:24:35.103Z] OK: 217 MiB in 51 packages [2021-03-15T21:24:35.103Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-15T21:24:35.103Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-15T21:24:35.103Z] ---> a1f5e5c659fb [2021-03-15T21:24:35.103Z] Step 3/23 : WORKDIR /edgex-go [2021-03-15T21:24:35.103Z] ---> Using cache [2021-03-15T21:24:35.103Z] ---> 153ae6e86235 [2021-03-15T21:24:35.103Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-15T21:24:35.103Z] ---> Using cache [2021-03-15T21:24:35.103Z] ---> 4c7e6c7e3551 [2021-03-15T21:24:35.103Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-15T21:24:35.103Z] ---> Running in 39605316540d [2021-03-15T21:24:36.534Z] Removing intermediate container fd2c07eb498e [2021-03-15T21:24:36.534Z] ---> bcf83461d492 [2021-03-15T21:24:36.534Z] Step 6/26 : COPY go.mod . [2021-03-15T21:24:36.807Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-15T21:24:37.079Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-15T21:24:37.079Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-15T21:24:37.352Z] ---> 8bbaa2c4b4fa [2021-03-15T21:24:37.352Z] Step 7/26 : RUN go mod download [2021-03-15T21:24:37.352Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-15T21:24:37.627Z] ---> Running in b4f836064097 [2021-03-15T21:24:37.901Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-15T21:24:38.498Z] OK: 217 MiB in 51 packages [2021-03-15T21:24:39.099Z] OK: 217 MiB in 51 packages [2021-03-15T21:24:40.100Z] Removing intermediate container 26101f4402ae [2021-03-15T21:24:40.100Z] ---> f81eb7016948 [2021-03-15T21:24:40.100Z] Step 6/22 : COPY go.mod . [2021-03-15T21:24:41.110Z] Removing intermediate container 39605316540d [2021-03-15T21:24:41.110Z] ---> 030077816e97 [2021-03-15T21:24:41.110Z] Step 6/23 : COPY go.mod . [2021-03-15T21:24:41.728Z] ---> 8403418dc416 [2021-03-15T21:24:41.728Z] Step 7/22 : RUN go mod download [2021-03-15T21:24:42.011Z] ---> Running in 8e416c0b4360 [2021-03-15T21:24:42.288Z] Removing intermediate container b4f836064097 [2021-03-15T21:24:42.289Z] ---> c152152f100c [2021-03-15T21:24:42.289Z] Step 8/26 : COPY . . [2021-03-15T21:24:42.570Z] ---> d524af4f1a39 [2021-03-15T21:24:42.570Z] Step 7/23 : RUN go mod download [2021-03-15T21:24:43.172Z] ---> Running in f980e43f4116 [2021-03-15T21:24:48.593Z] Removing intermediate container 8e416c0b4360 [2021-03-15T21:24:48.593Z] ---> e221f19a452e [2021-03-15T21:24:48.593Z] Step 8/22 : COPY . . [2021-03-15T21:24:48.867Z] Removing intermediate container f980e43f4116 [2021-03-15T21:24:48.867Z] ---> fbb72c5691ab [2021-03-15T21:24:48.867Z] Step 8/23 : COPY . . [2021-03-15T21:25:21.264Z] ---> 5ec99fe04485 [2021-03-15T21:25:21.264Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-15T21:25:21.264Z] ---> 2d606df5764f [2021-03-15T21:25:21.264Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-15T21:25:21.264Z] ---> bbbc079af220 [2021-03-15T21:25:21.264Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-15T21:25:21.264Z] ---> Running in 461068e1bc3b [2021-03-15T21:25:21.264Z] ---> Running in aba797cf0a8e [2021-03-15T21:25:21.264Z] ---> Running in 9052ebb5aa9e [2021-03-15T21:25:21.264Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-15T21:25:21.548Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-15T21:25:21.823Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-15T21:25:26.160Z] Removing intermediate container 71640bb61521 [2021-03-15T21:25:26.160Z] ---> be7cc16ffa59 [2021-03-15T21:25:26.160Z] [2021-03-15T21:25:26.160Z] Step 10/31 : FROM alpine:3.12 [2021-03-15T21:25:26.160Z] ---> d10569e2745f [2021-03-15T21:25:26.160Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-15T21:25:26.160Z] ---> Running in ed8de7652e1e [2021-03-15T21:25:26.445Z] Removing intermediate container ed8de7652e1e [2021-03-15T21:25:26.445Z] ---> 70e7d2ff14c2 [2021-03-15T21:25:26.445Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-15T21:25:26.725Z] ---> Running in 78c280ea003f [2021-03-15T21:25:28.729Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-15T21:25:29.011Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-15T21:25:29.624Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-15T21:25:29.624Z] (2/2) Installing su-exec (0.2-r1) [2021-03-15T21:25:29.624Z] Executing busybox-1.31.1-r19.trigger [2021-03-15T21:25:29.624Z] OK: 5 MiB in 16 packages [2021-03-15T21:25:31.091Z] Removing intermediate container 78c280ea003f [2021-03-15T21:25:31.091Z] ---> cd401f61bd73 [2021-03-15T21:25:31.399Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-15T21:25:31.399Z] ---> Running in 94245791f6f7 [2021-03-15T21:25:32.403Z] Removing intermediate container 94245791f6f7 [2021-03-15T21:25:32.403Z] ---> 768b1f172628 [2021-03-15T21:25:32.403Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-15T21:25:32.403Z] ---> Running in 30d444ceb390 [2021-03-15T21:25:33.011Z] Removing intermediate container 30d444ceb390 [2021-03-15T21:25:33.011Z] ---> c680e3b04604 [2021-03-15T21:25:33.011Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-15T21:25:33.292Z] ---> Running in 51681c205e75 [2021-03-15T21:25:36.706Z] Removing intermediate container 51681c205e75 [2021-03-15T21:25:36.706Z] ---> 839396ce579f [2021-03-15T21:25:36.706Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-15T21:25:36.706Z] ---> Running in 5415f92aa4c6 [2021-03-15T21:25:37.714Z] Removing intermediate container 5415f92aa4c6 [2021-03-15T21:25:37.714Z] ---> faeda8c31118 [2021-03-15T21:25:37.714Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-15T21:25:38.703Z] ---> cf3eb2c9dec5 [2021-03-15T21:25:38.703Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-15T21:25:38.980Z] ---> Running in a0843c9cf67f [2021-03-15T21:25:42.380Z] Removing intermediate container a0843c9cf67f [2021-03-15T21:25:42.380Z] ---> d086e855c90c [2021-03-15T21:25:42.380Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-15T21:25:43.815Z] ---> 40ade21838c8 [2021-03-15T21:25:43.815Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-15T21:25:45.799Z] ---> 5bfe86d9c282 [2021-03-15T21:25:45.799Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-15T21:25:46.777Z] ---> af7f63ccbc21 [2021-03-15T21:25:46.777Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-15T21:25:48.227Z] ---> 25ab793cd539 [2021-03-15T21:25:48.227Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-15T21:25:49.677Z] ---> 88af6a8b3aad [2021-03-15T21:25:49.677Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-15T21:25:49.954Z] ---> Running in 832ba0b62b08 [2021-03-15T21:25:50.556Z] Removing intermediate container 832ba0b62b08 [2021-03-15T21:25:50.556Z] ---> 605cedf41bc1 [2021-03-15T21:25:50.556Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-15T21:25:51.545Z] ---> d4f966e49b3a [2021-03-15T21:25:51.545Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-15T21:25:52.147Z] ---> Running in 816e025b59f6 [2021-03-15T21:25:55.550Z] Removing intermediate container 816e025b59f6 [2021-03-15T21:25:55.550Z] ---> 3fd46286bf7f [2021-03-15T21:25:55.550Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-15T21:25:56.170Z] ---> Running in eca1cb2cbe0c [2021-03-15T21:25:56.779Z] Removing intermediate container eca1cb2cbe0c [2021-03-15T21:25:56.779Z] ---> b2f1c9917bc4 [2021-03-15T21:25:56.779Z] Step 28/31 : CMD ["gate"] [2021-03-15T21:25:57.380Z] ---> Running in 8a765b781868 [2021-03-15T21:25:57.992Z] Removing intermediate container 8a765b781868 [2021-03-15T21:25:57.992Z] ---> 751d9c6b8192 [2021-03-15T21:25:57.992Z] Step 29/31 : LABEL arch=arm64 [2021-03-15T21:25:58.595Z] ---> Running in 58a4445062a7 [2021-03-15T21:25:59.197Z] Removing intermediate container 58a4445062a7 [2021-03-15T21:25:59.197Z] ---> a03fc1215239 [2021-03-15T21:25:59.197Z] Step 30/31 : LABEL git_sha=154cc246e15595e049878ff4f17617e2c34eb802 [2021-03-15T21:25:59.799Z] ---> Running in f2d38e664067 [2021-03-15T21:26:00.400Z] Removing intermediate container f2d38e664067 [2021-03-15T21:26:00.400Z] ---> 895ba866a07a [2021-03-15T21:26:00.400Z] Step 31/31 : LABEL version=0.0.0 [2021-03-15T21:26:01.001Z] ---> Running in 8d6a3441e49c [2021-03-15T21:26:01.605Z] Removing intermediate container 8d6a3441e49c [2021-03-15T21:26:01.605Z] ---> 507c804e35d0 [2021-03-15T21:26:01.605Z] [2021-03-15T21:26:02.206Z] Successfully built 507c804e35d0 [2021-03-15T21:26:02.206Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-03-15T21:26:49.218Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container 461068e1bc3b [2021-03-15T21:26:49.218Z] ---> b071b915404b [2021-03-15T21:26:49.218Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-15T21:26:49.218Z] ---> Running in c104b1ee7489 [2021-03-15T21:26:49.218Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-15T21:26:51.214Z] Removing intermediate container c104b1ee7489 [2021-03-15T21:26:51.214Z] ---> 52342af45313 [2021-03-15T21:26:51.214Z] [2021-03-15T21:26:51.214Z] Step 11/26 : FROM docker:20.10.0 [2021-03-15T21:26:51.488Z] 20.10.0: Pulling from library/docker [2021-03-15T21:26:55.823Z] Removing intermediate container aba797cf0a8e [2021-03-15T21:26:55.823Z] ---> 6fb460d0e8fc [2021-03-15T21:26:55.823Z] [2021-03-15T21:26:55.823Z] Step 10/22 : FROM alpine:3.12 [2021-03-15T21:26:55.823Z] ---> d10569e2745f [2021-03-15T21:26:55.823Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-15T21:26:55.823Z] ---> Running in 5a313f14b9b6 [2021-03-15T21:26:57.265Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-15T21:26:57.266Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-15T21:26:58.249Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-15T21:26:58.249Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-15T21:26:58.249Z] Executing busybox-1.31.1-r19.trigger [2021-03-15T21:26:58.249Z] Executing ca-certificates-20191127-r4.trigger [2021-03-15T21:26:58.249Z] OK: 6 MiB in 16 packages [2021-03-15T21:27:02.578Z] Removing intermediate container 5a313f14b9b6 [2021-03-15T21:27:02.578Z] ---> 8d57629ae1cc [2021-03-15T21:27:02.578Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-15T21:27:02.578Z] ---> Running in c749eedae26f [2021-03-15T21:27:03.174Z] Removing intermediate container c749eedae26f [2021-03-15T21:27:03.174Z] ---> 36b8ae005458 [2021-03-15T21:27:03.174Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-15T21:27:03.174Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-15T21:27:03.174Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-15T21:27:03.174Z] ---> eeaf43b92773 [2021-03-15T21:27:03.174Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-15T21:27:03.449Z] ---> Running in fe1756545420 [2021-03-15T21:27:03.729Z] ---> Running in 0245ca4e2409 [2021-03-15T21:27:04.329Z] Removing intermediate container fe1756545420 [2021-03-15T21:27:04.329Z] ---> 1cec937a1371 [2021-03-15T21:27:04.329Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-15T21:27:04.329Z] Removing intermediate container 9052ebb5aa9e [2021-03-15T21:27:04.329Z] ---> 1fef7ad38545 [2021-03-15T21:27:04.329Z] [2021-03-15T21:27:04.329Z] Step 10/23 : FROM alpine:3.12 [2021-03-15T21:27:04.329Z] ---> d10569e2745f [2021-03-15T21:27:04.329Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-15T21:27:04.329Z] ---> Running in d6d9086dbbc4 [2021-03-15T21:27:04.600Z] ---> Running in c162653befbc [2021-03-15T21:27:05.197Z] Removing intermediate container d6d9086dbbc4 [2021-03-15T21:27:05.197Z] ---> d9544dd0df78 [2021-03-15T21:27:05.197Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-15T21:27:05.197Z] Removing intermediate container c162653befbc [2021-03-15T21:27:05.197Z] ---> 827e01462995 [2021-03-15T21:27:05.197Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-15T21:27:05.197Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-15T21:27:05.197Z] ---> Running in 431d787fae23 [2021-03-15T21:27:05.471Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-15T21:27:05.742Z] Removing intermediate container 431d787fae23 [2021-03-15T21:27:05.742Z] ---> dd37bae28d93 [2021-03-15T21:27:05.742Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-15T21:27:06.021Z] ---> Running in d926fb1a1c5a [2021-03-15T21:27:06.021Z] ---> 802fcbf2d100 [2021-03-15T21:27:06.021Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-15T21:27:06.021Z] (1/2) Installing readline (8.0.4-r0) [2021-03-15T21:27:06.021Z] (2/2) Installing bash (5.0.17-r0) [2021-03-15T21:27:06.021Z] Executing bash-5.0.17-r0.post-install [2021-03-15T21:27:06.021Z] Executing busybox-1.31.1-r19.trigger [2021-03-15T21:27:06.021Z] OK: 12 MiB in 22 packages [2021-03-15T21:27:06.629Z] Removing intermediate container d926fb1a1c5a [2021-03-15T21:27:06.629Z] ---> 30caab993a17 [2021-03-15T21:27:06.629Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-15T21:27:06.908Z] ---> Running in 6b755e4f24d1 [2021-03-15T21:27:07.182Z] ---> 77501cb78c7d [2021-03-15T21:27:07.182Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-15T21:27:07.777Z] Removing intermediate container 0245ca4e2409 [2021-03-15T21:27:07.777Z] ---> 7367bb401e1b [2021-03-15T21:27:07.777Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-15T21:27:07.777Z] ---> Running in 33944f628e30 [2021-03-15T21:27:08.051Z] ---> 636c2ef3b503 [2021-03-15T21:27:08.051Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-15T21:27:08.324Z] ---> Running in 798ff1c090c6 [2021-03-15T21:27:08.324Z] Removing intermediate container 33944f628e30 [2021-03-15T21:27:08.324Z] ---> 94a68bcd13c1 [2021-03-15T21:27:08.324Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-15T21:27:08.604Z] ---> Running in f386e264475b [2021-03-15T21:27:08.878Z] Removing intermediate container 798ff1c090c6 [2021-03-15T21:27:08.878Z] ---> 0920ef68f679 [2021-03-15T21:27:08.878Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-15T21:27:09.480Z] ---> Running in becf096b11fd [2021-03-15T21:27:09.480Z] Removing intermediate container f386e264475b [2021-03-15T21:27:09.480Z] ---> 4d7c7a6de9a1 [2021-03-15T21:27:09.480Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-15T21:27:09.757Z] ---> Running in 32860be5fe28 [2021-03-15T21:27:09.757Z] Removing intermediate container 6b755e4f24d1 [2021-03-15T21:27:09.757Z] ---> 044dc31b88bc [2021-03-15T21:27:09.757Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-15T21:27:10.035Z] Removing intermediate container becf096b11fd [2021-03-15T21:27:10.035Z] ---> 8f663e31ae18 [2021-03-15T21:27:10.035Z] Step 20/22 : LABEL arch=arm64 [2021-03-15T21:27:10.035Z] ---> Running in 0340658670cf [2021-03-15T21:27:10.307Z] ---> Running in e96c9f8372c1 [2021-03-15T21:27:10.307Z] Removing intermediate container 32860be5fe28 [2021-03-15T21:27:10.307Z] ---> 69a60be743a6 [2021-03-15T21:27:10.307Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-15T21:27:10.904Z] Removing intermediate container e96c9f8372c1 [2021-03-15T21:27:10.904Z] ---> f4dfcbcf4079 [2021-03-15T21:27:10.904Z] Step 21/22 : LABEL git_sha=154cc246e15595e049878ff4f17617e2c34eb802 [2021-03-15T21:27:11.178Z] ---> Running in 4cad5e98d9a6 [2021-03-15T21:27:11.452Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-15T21:27:11.729Z] ---> 9ac37a0dcac7 [2021-03-15T21:27:11.729Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-15T21:27:11.729Z] Removing intermediate container 4cad5e98d9a6 [2021-03-15T21:27:11.729Z] ---> edbd434869b6 [2021-03-15T21:27:11.729Z] Step 22/22 : LABEL version=0.0.0 [2021-03-15T21:27:12.008Z] ---> Running in b7fc938f748d [2021-03-15T21:27:12.286Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-15T21:27:12.560Z] Removing intermediate container b7fc938f748d [2021-03-15T21:27:12.560Z] ---> 42e796780eab [2021-03-15T21:27:12.560Z] [2021-03-15T21:27:12.560Z] ---> 435496281567 [2021-03-15T21:27:12.560Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-15T21:27:13.164Z] Successfully built 42e796780eab [2021-03-15T21:27:13.164Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-03-15T21:27:13.437Z]  Building docker-support-notifications-go ... done (1/6) Installing dumb-init (1.2.2-r1) [2021-03-15T21:27:13.437Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-15T21:27:13.437Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-15T21:27:13.720Z] ---> 8868a6e9c934 [2021-03-15T21:27:13.720Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-15T21:27:13.720Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-15T21:27:13.720Z] ---> Running in d4962bfca5e0 [2021-03-15T21:27:13.991Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-15T21:27:14.267Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-15T21:27:14.267Z] Executing busybox-1.31.1-r19.trigger [2021-03-15T21:27:14.267Z] OK: 8 MiB in 20 packages [2021-03-15T21:27:14.863Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-15T21:27:15.136Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-15T21:27:15.736Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-15T21:27:15.736Z] (2/33) Installing expat (2.2.9-r1) [2021-03-15T21:27:15.736Z] (3/33) Installing libffi (3.3-r2) [2021-03-15T21:27:15.736Z] (4/33) Installing gdbm (1.13-r1) [2021-03-15T21:27:15.736Z] Removing intermediate container 0340658670cf [2021-03-15T21:27:15.736Z] ---> 1f5556c387d1 [2021-03-15T21:27:15.736Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-15T21:27:15.736Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-15T21:27:15.736Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-15T21:27:15.736Z] (7/33) Installing python3 (3.8.8-r0) [2021-03-15T21:27:17.733Z] ---> aa27a9d7686e [2021-03-15T21:27:17.733Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-15T21:27:17.733Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-15T21:27:17.733Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-15T21:27:17.733Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-15T21:27:17.733Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-15T21:27:17.733Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-15T21:27:17.733Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-15T21:27:18.008Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-15T21:27:18.008Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-15T21:27:18.008Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-15T21:27:18.008Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-15T21:27:18.008Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-15T21:27:18.008Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-15T21:27:18.284Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-15T21:27:18.284Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-15T21:27:18.284Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-15T21:27:18.284Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-15T21:27:18.284Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-15T21:27:18.284Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-15T21:27:18.284Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-15T21:27:18.284Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-15T21:27:18.284Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-15T21:27:18.284Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-15T21:27:18.284Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-15T21:27:18.284Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-15T21:27:18.284Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-15T21:27:18.284Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-15T21:27:18.560Z] Executing busybox-1.31.1-r19.trigger [2021-03-15T21:27:18.560Z] OK: 71 MiB in 55 packages [2021-03-15T21:27:19.558Z] ---> b369df82562d [2021-03-15T21:27:19.558Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-15T21:27:20.555Z] ---> 97a22efab682 [2021-03-15T21:27:20.555Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-15T21:27:20.555Z] ---> Running in 18cf0f92a768 [2021-03-15T21:27:21.154Z] Removing intermediate container 18cf0f92a768 [2021-03-15T21:27:21.154Z] ---> 64a25c8e0513 [2021-03-15T21:27:21.154Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-15T21:27:21.438Z] ---> Running in 14da17bbb76b [2021-03-15T21:27:22.035Z] Removing intermediate container 14da17bbb76b [2021-03-15T21:27:22.035Z] ---> dbc4272a518b [2021-03-15T21:27:22.035Z] Step 21/23 : LABEL arch=arm64 [2021-03-15T21:27:22.309Z] ---> Running in 276b95476732 [2021-03-15T21:27:22.920Z] Removing intermediate container 276b95476732 [2021-03-15T21:27:22.920Z] ---> 583bfeee3dbc [2021-03-15T21:27:22.920Z] Step 22/23 : LABEL git_sha=154cc246e15595e049878ff4f17617e2c34eb802 [2021-03-15T21:27:23.196Z] ---> Running in 9a60e4013c5b [2021-03-15T21:27:23.802Z] Removing intermediate container 9a60e4013c5b [2021-03-15T21:27:23.802Z] ---> fb6b812cf172 [2021-03-15T21:27:23.802Z] Step 23/23 : LABEL version=0.0.0 [2021-03-15T21:27:24.086Z] ---> Running in c1f502bdf2ad [2021-03-15T21:27:24.690Z] Removing intermediate container c1f502bdf2ad [2021-03-15T21:27:24.690Z] ---> 30be94f623c2 [2021-03-15T21:27:24.690Z] [2021-03-15T21:27:25.388Z] Removing intermediate container d4962bfca5e0 [2021-03-15T21:27:25.388Z] ---> ba22b1b3cf63 [2021-03-15T21:27:25.388Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-15T21:27:25.388Z] Successfully built 30be94f623c2 [2021-03-15T21:27:25.388Z] Successfully tagged docker-core-data-go-arm64:latest [2021-03-15T21:27:25.388Z]  Building docker-core-data-go ... done  ---> Running in 0538591877fb [2021-03-15T21:27:33.747Z] Collecting docker-compose==1.23.2 [2021-03-15T21:27:33.747Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-15T21:27:33.747Z] Collecting cached-property<2,>=1.2.0 [2021-03-15T21:27:33.747Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-15T21:27:35.747Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-15T21:27:35.747Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-15T21:27:37.183Z] Collecting PyYAML<4,>=3.10 [2021-03-15T21:27:37.183Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-15T21:27:41.475Z] Collecting docker<4.0,>=3.6.0 [2021-03-15T21:27:41.475Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-15T21:27:42.448Z] Collecting jsonschema<3,>=2.5.1 [2021-03-15T21:27:42.448Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-15T21:27:43.041Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-15T21:27:43.311Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-15T21:27:43.583Z] Collecting docopt<0.7,>=0.6.1 [2021-03-15T21:27:43.583Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-15T21:27:46.194Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-03-15T21:27:46.194Z] Collecting texttable<0.10,>=0.9.0 [2021-03-15T21:27:46.194Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-15T21:27:48.798Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-15T21:27:48.798Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-15T21:27:51.409Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-15T21:27:51.409Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-15T21:27:51.684Z] Collecting idna<2.8,>=2.5 [2021-03-15T21:27:51.684Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-15T21:27:51.959Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-03-15T21:27:51.959Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-03-15T21:27:51.959Z] Collecting docker-pycreds>=0.4.0 [2021-03-15T21:27:52.230Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-15T21:27:52.230Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-15T21:27:52.230Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-15T21:27:52.230Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-15T21:27:52.230Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-15T21:27:53.664Z] Installing collected packages: cached-property, urllib3, idna, requests, PyYAML, websocket-client, docker-pycreds, docker, jsonschema, docopt, texttable, dockerpty, docker-compose [2021-03-15T21:27:53.664Z] Attempting uninstall: urllib3 [2021-03-15T21:27:53.664Z] Found existing installation: urllib3 1.25.9 [2021-03-15T21:27:53.664Z] Uninstalling urllib3-1.25.9: [2021-03-15T21:27:53.664Z] Successfully uninstalled urllib3-1.25.9 [2021-03-15T21:27:54.268Z] Attempting uninstall: idna [2021-03-15T21:27:54.268Z] Found existing installation: idna 2.9 [2021-03-15T21:27:54.268Z] Uninstalling idna-2.9: [2021-03-15T21:27:54.538Z] Successfully uninstalled idna-2.9 [2021-03-15T21:27:55.128Z] Attempting uninstall: requests [2021-03-15T21:27:55.128Z] Found existing installation: requests 2.23.0 [2021-03-15T21:27:55.128Z] Uninstalling requests-2.23.0: [2021-03-15T21:27:55.128Z] Successfully uninstalled requests-2.23.0 [2021-03-15T21:27:55.717Z] Running setup.py install for PyYAML: started [2021-03-15T21:27:58.316Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-15T21:27:59.746Z] Running setup.py install for docopt: started [2021-03-15T21:28:02.363Z] Running setup.py install for docopt: finished with status 'done' [2021-03-15T21:28:02.363Z] Running setup.py install for texttable: started [2021-03-15T21:28:04.326Z] Running setup.py install for texttable: finished with status 'done' [2021-03-15T21:28:04.326Z] Running setup.py install for dockerpty: started [2021-03-15T21:28:06.934Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-15T21:28:07.524Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 [2021-03-15T21:28:11.841Z] Removing intermediate container 0538591877fb [2021-03-15T21:28:11.841Z] ---> 0f4d067cb4e6 [2021-03-15T21:28:11.841Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-15T21:28:11.841Z] ---> Running in ec691aa80436 [2021-03-15T21:28:12.824Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-15T21:28:13.093Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-15T21:28:13.682Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-15T21:28:13.682Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-15T21:28:13.682Z] (3/3) Installing curl (7.69.1-r3) [2021-03-15T21:28:13.682Z] Executing busybox-1.31.1-r19.trigger [2021-03-15T21:28:13.682Z] OK: 72 MiB in 58 packages [2021-03-15T21:28:14.653Z] Removing intermediate container ec691aa80436 [2021-03-15T21:28:14.653Z] ---> 82f3ba4a5985 [2021-03-15T21:28:14.653Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-15T21:28:14.923Z] ---> Running in 8bd1236d8039 [2021-03-15T21:28:15.195Z] Removing intermediate container 8bd1236d8039 [2021-03-15T21:28:15.195Z] ---> 299fdd615b42 [2021-03-15T21:28:15.195Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-15T21:28:15.465Z] ---> Running in 00c7af9e5b60 [2021-03-15T21:28:15.739Z] Removing intermediate container 00c7af9e5b60 [2021-03-15T21:28:15.739Z] ---> b6893f14ca9c [2021-03-15T21:28:15.739Z] Step 24/26 : LABEL arch=arm64 [2021-03-15T21:28:16.014Z] ---> Running in 303d8160c404 [2021-03-15T21:28:16.612Z] Removing intermediate container 303d8160c404 [2021-03-15T21:28:16.612Z] ---> ea410b5c9a94 [2021-03-15T21:28:16.612Z] Step 25/26 : LABEL git_sha=154cc246e15595e049878ff4f17617e2c34eb802 [2021-03-15T21:28:16.612Z] ---> Running in a299ab395387 [2021-03-15T21:28:17.209Z] Removing intermediate container a299ab395387 [2021-03-15T21:28:17.209Z] ---> b10b3d3315fc [2021-03-15T21:28:17.209Z] Step 26/26 : LABEL version=0.0.0 [2021-03-15T21:28:17.209Z] ---> Running in 9233d748dd0f [2021-03-15T21:28:17.803Z] Removing intermediate container 9233d748dd0f [2021-03-15T21:28:17.803Z] ---> 200d0ad809b7 [2021-03-15T21:28:17.803Z] [2021-03-15T21:28:18.075Z] Successfully built 200d0ad809b7 [2021-03-15T21:28:18.347Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-03-15T21:28:18.641Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-03-15T21:28:18.640Z] $ docker stop --time=1 918b244a803f69069295a67d769f14be0805c647fa84e801794469b3c6c69755 [2021-03-15T21:28:20.711Z] $ docker rm -f 918b244a803f69069295a67d769f14be0805c647fa84e801794469b3c6c69755 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-15T21:28:21.470Z] + docker images [2021-03-15T21:28:21.470Z] + grep docker [2021-03-15T21:28:21.745Z] docker-sys-mgmt-agent-go-arm64 latest 200d0ad809b7 4 seconds ago 300MB [2021-03-15T21:28:21.745Z] docker-core-data-go-arm64 latest 30be94f623c2 57 seconds ago 21.3MB [2021-03-15T21:28:21.745Z] docker-support-notifications-go-arm64 latest 42e796780eab About a minute ago 16.9MB [2021-03-15T21:28:21.745Z] docker-security-bootstrapper-go-arm64 latest 507c804e35d0 2 minutes ago 17.8MB [2021-03-15T21:28:21.745Z] docker-core-command-go-arm64 latest 4c27e9423e6c 4 minutes ago 16.2MB [2021-03-15T21:28:21.745Z] docker-support-scheduler-go-arm64 latest a68e22332271 4 minutes ago 16.3MB [2021-03-15T21:28:21.745Z] docker-core-metadata-go-arm64 latest 6ac1b374a793 4 minutes ago 17.9MB [2021-03-15T21:28:21.745Z] docker-security-secretstore-setup-go-arm64 latest e90a96cee390 4 minutes ago 23.7MB [2021-03-15T21:28:21.745Z] docker-security-proxy-setup-go-arm64 latest 9dfc3e5596aa 4 minutes ago 23.4MB [2021-03-15T21:28:21.745Z] docker 20.10.0 eeaf43b92773 3 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-03-15T21:28:22.820Z] ---> job-cost.sh [2021-03-15T21:28:22.820Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-KMF7 [2021-03-15T21:29:19.407Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-15T21:30:56.206Z] lf-activate-venv(): INFO: Adding /tmp/venv-KMF7/bin to PATH [2021-03-15T21:30:56.206Z] INFO: No Stack... [2021-03-15T21:30:56.206Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-15T21:30:56.206Z] INFO: Archiving Costs [Pipeline] sh [2021-03-15T21:30:56.539Z] + cat /w/workspace/edgex-go/19/archives/cost.csv [2021-03-15T21:30:56.539Z] + cut -d, -f6 [Pipeline] lock [2021-03-15T21:30:56.633Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3209-19-stack-cost] [2021-03-15T21:30:56.651Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3209-19-stack-cost] did not exist. Created. [2021-03-15T21:30:56.651Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3209-19-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-15T21:30:57.095Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-15T21:30:57.402Z] Stashed 1 file(s) [Pipeline] } [2021-03-15T21:30:57.430Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3209-19-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-03-15T21:30:58.614Z] provisioning config files... [2021-03-15T21:30:58.629Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/19@tmp/config6202026342069578927tmp [Pipeline] { [Pipeline] sh [2021-03-15T21:30:59.019Z] + set +x [2021-03-15T21:30:59.020Z] + curl -s https://codecov.io/bash [2021-03-15T21:30:59.020Z] + bash -s -- [2021-03-15T21:30:59.283Z] [2021-03-15T21:30:59.283Z] _____ _ [2021-03-15T21:30:59.283Z] / ____| | | [2021-03-15T21:30:59.283Z] | | ___ __| | ___ ___ _____ __ [2021-03-15T21:30:59.283Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-15T21:30:59.283Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-15T21:30:59.283Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-15T21:30:59.283Z] Bash-20210309-2b87ace [2021-03-15T21:30:59.283Z] [2021-03-15T21:30:59.283Z] [2021-03-15T21:30:59.283Z] ==> git version 2.24.3 found [2021-03-15T21:30:59.283Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-03-15T21:30:59.283Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-15T21:30:59.283Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-15T21:30:59.283Z] curl: option -sm: expected a proper numerical parameter [2021-03-15T21:30:59.283Z] curl: try 'curl --help' or 'curl --manual' for more information [2021-03-15T21:30:59.546Z] ==> Jenkins CI detected. [2021-03-15T21:30:59.546Z] project root: . [2021-03-15T21:30:59.546Z] --> token set from env [2021-03-15T21:30:59.546Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-15T21:30:59.546Z] ==> Running gcov in . (disable via -X gcov) [2021-03-15T21:30:59.546Z] ==> Python coveragepy not found [2021-03-15T21:30:59.546Z] ==> Searching for coverage reports in: [2021-03-15T21:30:59.546Z] + . [2021-03-15T21:30:59.546Z] -> Found 1 reports [2021-03-15T21:30:59.546Z] ==> Detecting git/mercurial file structure [2021-03-15T21:30:59.546Z] ==> Reading reports [2021-03-15T21:30:59.546Z] + ./coverage.out bytes=635765 [2021-03-15T21:30:59.809Z] ==> Appending adjustments [2021-03-15T21:30:59.809Z] https://docs.codecov.io/docs/fixing-reports [2021-03-15T21:31:03.131Z] + Found adjustments [2021-03-15T21:31:03.131Z] ==> Gzipping contents [2021-03-15T21:31:03.131Z] 92K /tmp/codecov.cVSmpj.gz [2021-03-15T21:31:03.131Z] ==> Uploading reports [2021-03-15T21:31:03.131Z] url: https://codecov.io [2021-03-15T21:31:03.131Z] query: branch=PR-3209&commit=154cc246e15595e049878ff4f17617e2c34eb802&build=19&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3209%2F19%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3209&job=&cmd_args= [2021-03-15T21:31:03.131Z] -> Pinging Codecov [2021-03-15T21:31:03.131Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3209&commit=154cc246e15595e049878ff4f17617e2c34eb802&build=19&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3209%2F19%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3209&job=&cmd_args= [2021-03-15T21:31:03.395Z] -> Uploading to [2021-03-15T21:31:03.395Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-15/00271124DB129430A58F1EEE437C3FCB/154cc246e15595e049878ff4f17617e2c34eb802/c45bf262-8825-44a4-b5cc-904693a7cb61.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210315%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210315T213103Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=5c594464a34a92efef49e9cdd86ae86f5e84245f824dd8173718201eab946feb [2021-03-15T21:31:03.395Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-15T21:31:03.395Z] Dload Upload Total Spent Left Speed [2021-03-15T21:31:03.919Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 93475 0 0 100 93475 0 163k --:--:-- --:--:-- --:--:-- 163k [2021-03-15T21:31:03.919Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/154cc246e15595e049878ff4f17617e2c34eb802 [Pipeline] } [2021-03-15T21:31:03.928Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-03-15T21:31:05.607Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-15T21:31:06.490Z] ---> package-listing.sh [2021-03-15T21:31:06.491Z] ++ facter osfamily [2021-03-15T21:31:06.491Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-15T21:31:06.491Z] + OS_FAMILY=redhat [2021-03-15T21:31:06.491Z] + workspace=/w/workspace/edgex-go/19 [2021-03-15T21:31:06.491Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-15T21:31:06.491Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-15T21:31:06.491Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-15T21:31:06.491Z] + PACKAGES=/tmp/packages_start.txt [2021-03-15T21:31:06.491Z] + '[' /w/workspace/edgex-go/19 ']' [2021-03-15T21:31:06.491Z] + PACKAGES=/tmp/packages_end.txt [2021-03-15T21:31:06.491Z] + case "${OS_FAMILY}" in [2021-03-15T21:31:06.491Z] + rpm -qa [2021-03-15T21:31:06.491Z] + sort [2021-03-15T21:31:11.801Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-15T21:31:11.801Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-15T21:31:11.801Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-15T21:31:11.801Z] + '[' /w/workspace/edgex-go/19 ']' [2021-03-15T21:31:11.801Z] + mkdir -p /w/workspace/edgex-go/19/archives/ [2021-03-15T21:31:11.801Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/19/archives/ [Pipeline] echo [2021-03-15T21:31:11.814Z] 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/19/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-15T21:31:12.105Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:31:12.431Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-15T21:31:12.431Z] [2021-03-15T21:31:12.432Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:31:13.049Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-15T21:31:13.049Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-15T21:31:13.049Z] df20fa9351a1: Pulling fs layer [2021-03-15T21:31:13.049Z] 36b3adc4ff6f: Pulling fs layer [2021-03-15T21:31:13.049Z] 8ad3a11d3b57: Pulling fs layer [2021-03-15T21:31:13.049Z] 46f8f816bc3b: Pulling fs layer [2021-03-15T21:31:13.049Z] 93b61091891f: Pulling fs layer [2021-03-15T21:31:13.049Z] 93b9cdb0e59b: Pulling fs layer [2021-03-15T21:31:13.049Z] 5e14af77c1be: Pulling fs layer [2021-03-15T21:31:13.049Z] 01666e4c0597: Pulling fs layer [2021-03-15T21:31:13.049Z] aa168da1d23b: Pulling fs layer [2021-03-15T21:31:13.049Z] 46f8f816bc3b: Waiting [2021-03-15T21:31:13.049Z] 93b61091891f: Waiting [2021-03-15T21:31:13.049Z] 93b9cdb0e59b: Waiting [2021-03-15T21:31:13.049Z] 5e14af77c1be: Waiting [2021-03-15T21:31:13.049Z] 01666e4c0597: Waiting [2021-03-15T21:31:13.049Z] aa168da1d23b: Waiting [2021-03-15T21:31:13.049Z] 36b3adc4ff6f: Verifying Checksum [2021-03-15T21:31:13.049Z] 36b3adc4ff6f: Download complete [2021-03-15T21:31:13.049Z] 46f8f816bc3b: Verifying Checksum [2021-03-15T21:31:13.049Z] 46f8f816bc3b: Download complete [2021-03-15T21:31:13.313Z] df20fa9351a1: Verifying Checksum [2021-03-15T21:31:13.313Z] 93b9cdb0e59b: Verifying Checksum [2021-03-15T21:31:13.313Z] 93b9cdb0e59b: Download complete [2021-03-15T21:31:13.313Z] 5e14af77c1be: Verifying Checksum [2021-03-15T21:31:13.313Z] 5e14af77c1be: Download complete [2021-03-15T21:31:13.313Z] 93b61091891f: Verifying Checksum [2021-03-15T21:31:13.313Z] 93b61091891f: Download complete [2021-03-15T21:31:13.313Z] 01666e4c0597: Verifying Checksum [2021-03-15T21:31:13.313Z] 01666e4c0597: Download complete [2021-03-15T21:31:13.578Z] df20fa9351a1: Pull complete [2021-03-15T21:31:13.840Z] 36b3adc4ff6f: Pull complete [2021-03-15T21:31:13.840Z] 8ad3a11d3b57: Verifying Checksum [2021-03-15T21:31:13.840Z] 8ad3a11d3b57: Download complete [2021-03-15T21:31:14.796Z] 8ad3a11d3b57: Pull complete [2021-03-15T21:31:14.796Z] 46f8f816bc3b: Pull complete [2021-03-15T21:31:15.743Z] aa168da1d23b: Verifying Checksum [2021-03-15T21:31:15.743Z] aa168da1d23b: Download complete [2021-03-15T21:31:17.135Z] 93b61091891f: Pull complete [2021-03-15T21:31:17.398Z] 93b9cdb0e59b: Pull complete [2021-03-15T21:31:17.659Z] 5e14af77c1be: Pull complete [2021-03-15T21:31:17.659Z] 01666e4c0597: Pull complete [2021-03-15T21:31:25.831Z] aa168da1d23b: Pull complete [2021-03-15T21:31:25.831Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-15T21:31:25.831Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-15T21:31:25.831Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-15T21:31:26.095Z] prd-centos7-docker-4c-2g-29850 does not seem to be running inside a container [2021-03-15T21:31:26.190Z] $ 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/19/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/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-03-15T21:31:30.969Z] $ docker top 1e38c1bc4ff6717fb3f44c419eeb946a32fe64b63018e4d5acc675780982c09a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-15T21:31:31.524Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-15T21:31:31.825Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-15T21:31:32.129Z] + ls /var/log/sa-host [2021-03-15T21:31:32.130Z] + sadf -c /var/log/sa-host/sa15 [2021-03-15T21:31:32.130Z] file_magic: OK [2021-03-15T21:31:32.130Z] HZ: Using current value: 100 [2021-03-15T21:31:32.130Z] file_header: OK [2021-03-15T21:31:32.130Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-03-15T21:31:32.130Z] Statistics: [2021-03-15T21:31:32.130Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-03-15T21:31:32.130Z] File successfully converted to sysstat format version 12.2.1 [2021-03-15T21:31:32.130Z] + sadf -c /var/log/sa-host/sa23 [2021-03-15T21:31:32.130Z] file_magic: OK [2021-03-15T21:31:32.130Z] HZ: Using current value: 100 [2021-03-15T21:31:32.130Z] file_header: OK [2021-03-15T21:31:32.130Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-03-15T21:31:32.130Z] Statistics: [2021-03-15T21:31:32.130Z] Hnuu...uuuununununu... [2021-03-15T21:31:32.130Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-15T21:31:32.364Z] provisioning config files... [2021-03-15T21:31:32.400Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/19@tmp/config6032699605758963041tmp [Pipeline] { [Pipeline] echo [2021-03-15T21:31:32.536Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-15T21:31:32.835Z] ---> create-netrc.sh [Pipeline] } [2021-03-15T21:31:32.845Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-15T21:31:32.933Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-15T21:31:33.229Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-15T21:31:33.240Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-15T21:31:33.540Z] ---> sudo-logs.sh [2021-03-15T21:31:33.540Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-15T21:31:33.646Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-15T21:31:33.943Z] ---> job-cost.sh [2021-03-15T21:31:33.943Z] lf-activate-venv: SKIPPING [2021-03-15T21:31:33.943Z] DEBUG: total: 0.20999999344348907 [2021-03-15T21:31:33.943Z] INFO: Retrieving Stack Cost... [2021-03-15T21:31:34.896Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-15T21:31:35.471Z] INFO: Archiving Costs [Pipeline] echo [2021-03-15T21:31:35.485Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-15T21:31:35.784Z] ---> logs-deploy.sh [2021-03-15T21:31:35.785Z] lf-activate-venv: SKIPPING [2021-03-15T21:31:35.785Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3209/19 [2021-03-15T21:31:35.785Z] INFO: archiving workspace using pattern(s): [2021-03-15T21:31:37.704Z] Archives upload complete. [2021-03-15T21:31:37.704Z] INFO: archiving logs to Nexus [2021-03-15T21:31:38.656Z] ---> uname -a: [2021-03-15T21:31:38.656Z] Linux prd-centos7-docker-4c-2g-29850.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-03-15T21:31:38.656Z] [2021-03-15T21:31:38.656Z] [2021-03-15T21:31:38.656Z] ---> lscpu: [2021-03-15T21:31:38.656Z] Architecture: x86_64 [2021-03-15T21:31:38.656Z] CPU op-mode(s): 32-bit, 64-bit [2021-03-15T21:31:38.656Z] Byte Order: Little Endian [2021-03-15T21:31:38.656Z] Address sizes: 40 bits physical, 48 bits virtual [2021-03-15T21:31:38.656Z] CPU(s): 4 [2021-03-15T21:31:38.656Z] On-line CPU(s) list: 0-3 [2021-03-15T21:31:38.656Z] Thread(s) per core: 1 [2021-03-15T21:31:38.656Z] Core(s) per socket: 1 [2021-03-15T21:31:38.656Z] Socket(s): 4 [2021-03-15T21:31:38.656Z] NUMA node(s): 1 [2021-03-15T21:31:38.656Z] Vendor ID: GenuineIntel [2021-03-15T21:31:38.656Z] CPU family: 6 [2021-03-15T21:31:38.656Z] Model: 44 [2021-03-15T21:31:38.656Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-03-15T21:31:38.656Z] Stepping: 1 [2021-03-15T21:31:38.656Z] CPU MHz: 2933.442 [2021-03-15T21:31:38.656Z] BogoMIPS: 5866.88 [2021-03-15T21:31:38.656Z] Virtualization: VT-x [2021-03-15T21:31:38.656Z] Hypervisor vendor: KVM [2021-03-15T21:31:38.656Z] Virtualization type: full [2021-03-15T21:31:38.656Z] L1d cache: 128 KiB [2021-03-15T21:31:38.656Z] L1i cache: 128 KiB [2021-03-15T21:31:38.656Z] L2 cache: 16 MiB [2021-03-15T21:31:38.656Z] L3 cache: 64 MiB [2021-03-15T21:31:38.656Z] NUMA node0 CPU(s): 0-3 [2021-03-15T21:31:38.656Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-03-15T21:31:38.656Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-03-15T21:31:38.656Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-03-15T21:31:38.656Z] Vulnerability Meltdown: Mitigation; PTI [2021-03-15T21:31:38.656Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-03-15T21:31:38.656Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-03-15T21:31:38.656Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-03-15T21:31:38.656Z] Vulnerability Srbds: Not affected [2021-03-15T21:31:38.656Z] Vulnerability Tsx async abort: Not affected [2021-03-15T21:31:38.656Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2021-03-15T21:31:38.657Z] [2021-03-15T21:31:38.657Z] [2021-03-15T21:31:38.657Z] ---> nproc: [2021-03-15T21:31:38.657Z] 4 [2021-03-15T21:31:38.657Z] [2021-03-15T21:31:38.657Z] [2021-03-15T21:31:38.657Z] ---> df -h: [2021-03-15T21:31:38.657Z] Filesystem Size Used Available Use% Mounted on [2021-03-15T21:31:38.657Z] overlay 50.0G 13.0G 37.0G 26% / [2021-03-15T21:31:38.657Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-03-15T21:31:38.657Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-03-15T21:31:38.657Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-03-15T21:31:38.657Z] /dev/vda1 50.0G 13.0G 37.0G 26% /facter-os [2021-03-15T21:31:38.657Z] /dev/vda1 50.0G 13.0G 37.0G 26% /etc/resolv.conf [2021-03-15T21:31:38.657Z] /dev/vda1 50.0G 13.0G 37.0G 26% /etc/hostname [2021-03-15T21:31:38.657Z] /dev/vda1 50.0G 13.0G 37.0G 26% /etc/hosts [2021-03-15T21:31:38.657Z] /dev/vda1 50.0G 13.0G 37.0G 26% /var/log/sa-host [2021-03-15T21:31:38.657Z] /dev/vda1 50.0G 13.0G 37.0G 26% /var/log/secure [2021-03-15T21:31:38.657Z] /dev/vda1 50.0G 13.0G 37.0G 26% /var/log/auth.log [2021-03-15T21:31:38.657Z] /dev/vda1 50.0G 13.0G 37.0G 26% /run/cloud-init/result.json [2021-03-15T21:31:38.657Z] /dev/vda1 50.0G 13.0G 37.0G 26% /w/workspace/edgex-go/19 [2021-03-15T21:31:38.657Z] /dev/vda1 50.0G 13.0G 37.0G 26% /w/workspace/edgex-go/19@tmp [2021-03-15T21:31:38.657Z] [2021-03-15T21:31:38.657Z] [2021-03-15T21:31:38.657Z] ---> free -m: [2021-03-15T21:31:38.657Z] total used free shared buff/cache available [2021-03-15T21:31:38.657Z] Mem: 1837 728 200 0 907 1026 [2021-03-15T21:31:38.657Z] Swap: 1023 51 972 [2021-03-15T21:31:38.657Z] [2021-03-15T21:31:38.657Z] [2021-03-15T21:31:38.657Z] ---> ip addr: [2021-03-15T21:31:38.657Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-03-15T21:31:38.657Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-03-15T21:31:38.657Z] inet 127.0.0.1/8 scope host lo [2021-03-15T21:31:38.657Z] valid_lft forever preferred_lft forever [2021-03-15T21:31:38.657Z] inet6 ::1/128 scope host [2021-03-15T21:31:38.657Z] valid_lft forever preferred_lft forever [2021-03-15T21:31:38.657Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-03-15T21:31:38.657Z] link/ether fa:16:3e:7f:7e:9f brd ff:ff:ff:ff:ff:ff [2021-03-15T21:31:38.657Z] inet 10.30.122.154/23 brd 10.30.123.255 scope global dynamic eth0 [2021-03-15T21:31:38.657Z] valid_lft 84761sec preferred_lft 84761sec [2021-03-15T21:31:38.657Z] inet6 fe80::f816:3eff:fe7f:7e9f/64 scope link [2021-03-15T21:31:38.657Z] valid_lft forever preferred_lft forever [2021-03-15T21:31:38.657Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-03-15T21:31:38.657Z] link/ether 02:42:3f:dd:7b:e8 brd ff:ff:ff:ff:ff:ff [2021-03-15T21:31:38.657Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-03-15T21:31:38.657Z] valid_lft forever preferred_lft forever [2021-03-15T21:31:38.657Z] inet6 fe80::42:3fff:fedd:7be8/64 scope link [2021-03-15T21:31:38.657Z] valid_lft forever preferred_lft forever [2021-03-15T21:31:38.657Z] [2021-03-15T21:31:38.657Z] [2021-03-15T21:31:38.657Z] ---> sar -b -r -n DEV: [2021-03-15T21:31:38.657Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/15/21 _x86_64_ (4 CPU) [2021-03-15T21:31:38.657Z] [2021-03-15T21:31:38.657Z] 21:04:07 LINUX RESTART (4 CPU) [2021-03-15T21:31:38.657Z] [2021-03-15T21:31:38.657Z] 21:05:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-03-15T21:31:38.657Z] 21:06:01 61.54 13.31 48.23 0.00 4776.97 10590.45 0.00 [2021-03-15T21:31:38.657Z] 21:07:02 212.22 101.09 111.13 0.00 7779.06 45340.09 0.00 [2021-03-15T21:31:38.657Z] 21:08:01 240.35 89.33 151.01 0.00 3749.29 18384.52 0.00 [2021-03-15T21:31:38.657Z] 21:09:01 139.58 55.58 84.00 0.00 2084.71 10136.28 0.00 [2021-03-15T21:31:38.657Z] 21:10:01 145.79 39.06 106.72 0.00 2575.77 25713.28 0.00 [2021-03-15T21:31:38.657Z] 21:11:04 1810.00 1478.79 331.20 0.00 149591.07 205750.81 0.00 [2021-03-15T21:31:38.657Z] 21:12:02 1043.88 808.35 235.52 0.00 91836.87 101164.16 0.00 [2021-03-15T21:31:38.657Z] 21:13:01 1159.21 800.96 358.25 0.00 85922.53 127697.87 0.00 [2021-03-15T21:31:38.657Z] 21:14:01 1739.20 1422.97 316.24 0.00 143162.45 146598.74 0.00 [2021-03-15T21:31:38.657Z] 21:15:01 269.35 50.18 219.17 0.00 7510.95 32770.62 0.00 [2021-03-15T21:31:38.657Z] 21:16:01 4.81 0.02 4.80 0.00 0.53 144.81 0.00 [2021-03-15T21:31:38.657Z] 21:17:01 0.22 0.00 0.22 0.00 0.00 2.58 0.00 [2021-03-15T21:31:38.657Z] 21:18:01 0.22 0.02 0.20 0.00 0.53 1.91 0.00 [2021-03-15T21:31:38.657Z] 21:19:01 0.50 0.22 0.28 0.00 8.12 3.26 0.00 [2021-03-15T21:31:38.657Z] 21:20:02 2.21 1.45 0.77 0.00 53.16 15.35 0.00 [2021-03-15T21:31:38.657Z] 21:21:01 0.30 0.00 0.30 0.00 0.00 3.40 0.00 [2021-03-15T21:31:38.657Z] 21:22:01 0.23 0.00 0.23 0.00 0.00 2.70 0.00 [2021-03-15T21:31:38.657Z] 21:23:01 0.23 0.00 0.23 0.00 0.00 3.13 0.00 [2021-03-15T21:31:38.657Z] 21:24:01 0.25 0.02 0.23 0.00 0.53 2.88 0.00 [2021-03-15T21:31:38.657Z] 21:25:01 0.60 0.40 0.20 0.00 73.28 1.48 0.00 [2021-03-15T21:31:38.657Z] 21:26:01 0.23 0.00 0.23 0.00 0.00 3.41 0.00 [2021-03-15T21:31:38.657Z] 21:27:01 0.23 0.00 0.23 0.00 0.00 3.15 0.00 [2021-03-15T21:31:38.657Z] 21:28:01 0.32 0.00 0.32 0.00 0.00 3.28 0.00 [2021-03-15T21:31:38.657Z] 21:29:01 0.22 0.00 0.22 0.00 0.00 2.45 0.00 [2021-03-15T21:31:38.657Z] 21:30:01 0.20 0.02 0.18 0.00 1.07 1.88 0.00 [2021-03-15T21:31:38.657Z] 21:31:01 10.59 10.31 0.28 0.00 833.97 24.03 0.00 [2021-03-15T21:31:38.657Z] Average: 264.62 188.72 75.90 0.00 19349.15 28052.54 0.00 [2021-03-15T21:31:38.657Z] [2021-03-15T21:31:38.657Z] 21:05:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-03-15T21:31:38.657Z] 21:06:01 65812 0 695036 36.94 2620 1118076 1298416 44.31 563288 1047696 53108 [2021-03-15T21:31:38.657Z] 21:07:02 86464 0 702468 37.33 1912 1090700 1315680 44.90 593004 959692 8 [2021-03-15T21:31:38.657Z] 21:08:01 77312 0 860764 45.75 1492 941976 1738844 59.34 700848 824564 77844 [2021-03-15T21:31:38.657Z] 21:09:01 239668 0 831516 44.19 608 809752 1802696 61.52 623604 727920 67712 [2021-03-15T21:31:38.657Z] 21:10:01 179904 0 754740 40.11 408 946492 1411752 48.18 579108 831060 44 [2021-03-15T21:31:38.657Z] 21:11:04 73364 0 849056 45.13 0 959124 2315116 79.01 629444 952344 4868 [2021-03-15T21:31:38.657Z] 21:12:02 328664 0 998948 53.09 0 553932 2809444 95.88 598712 676228 19636 [2021-03-15T21:31:38.657Z] 21:13:01 100252 0 803800 42.72 0 977492 3130900 106.85 702252 858712 86048 [2021-03-15T21:31:38.657Z] 21:14:01 271524 0 877204 46.62 0 732816 2922188 99.73 737884 619664 17000 [2021-03-15T21:31:38.657Z] 21:15:01 108752 0 659100 35.03 0 1113692 1187612 40.53 632460 884836 20 [2021-03-15T21:31:38.657Z] 21:16:01 114588 0 653400 34.73 0 1113556 1166804 39.82 630892 884032 12 [2021-03-15T21:31:38.657Z] 21:17:01 115084 0 652880 34.70 0 1113580 1165776 39.79 630756 883980 8 [2021-03-15T21:31:38.657Z] 21:18:01 115284 0 652668 34.69 0 1113592 1162692 39.68 630564 883900 8 [2021-03-15T21:31:38.657Z] 21:19:01 115824 0 651940 34.65 0 1113780 1154916 39.42 630388 883688 8 [2021-03-15T21:31:38.657Z] 21:20:02 114216 0 652672 34.69 0 1114656 1154576 39.40 630260 884652 8 [2021-03-15T21:31:38.657Z] 21:21:01 114772 0 652088 34.66 0 1114684 1154468 39.40 630060 884668 20 [2021-03-15T21:31:38.657Z] 21:22:01 114656 0 652196 34.66 0 1114692 1154468 39.40 630188 884668 20 [2021-03-15T21:31:38.657Z] 21:23:01 114616 0 652168 34.66 0 1114760 1154468 39.40 630360 884684 24 [2021-03-15T21:31:38.657Z] 21:24:01 114336 0 652512 34.68 0 1114696 1154468 39.40 630200 884668 8 [2021-03-15T21:31:38.657Z] 21:25:01 109740 0 655128 34.82 0 1116676 1154540 39.40 636356 883320 20 [2021-03-15T21:31:38.657Z] 21:26:01 109748 0 655108 34.82 0 1116688 1154528 39.40 636368 883320 16 [2021-03-15T21:31:38.657Z] 21:27:01 109648 0 655200 34.82 0 1116696 1154468 39.40 636412 883320 8 [2021-03-15T21:31:38.657Z] 21:28:01 109712 0 655132 34.82 0 1116700 1154468 39.40 636288 883320 8 [2021-03-15T21:31:38.657Z] 21:29:01 109788 0 655048 34.81 0 1116708 1154468 39.40 636300 883320 16 [2021-03-15T21:31:38.657Z] 21:30:01 109700 0 655160 34.82 0 1116684 1154540 39.40 636636 883320 16 [2021-03-15T21:31:38.657Z] 21:31:01 78600 0 661392 35.15 0 1141552 1158936 39.55 644544 903716 764 [2021-03-15T21:31:38.657Z] Average: 127001 0 711436 37.81 271 1042837 1478509 50.46 634507 867127 12587 [2021-03-15T21:31:38.657Z] [2021-03-15T21:31:38.657Z] 21:05:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-03-15T21:31:38.657Z] 21:06:01 veth41d4d6b 801.66 570.71 71.76 1926.71 0.00 0.00 0.00 0.00 [2021-03-15T21:31:38.657Z] 21:06:01 eth0 990.61 1150.56 3965.89 143.60 0.00 0.00 0.00 0.00 [2021-03-15T21:31:38.657Z] 21:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-15T21:31:38.657Z] 21:06:01 docker0 801.66 570.58 60.80 1926.70 0.00 0.00 0.00 0.00 [2021-03-15T21:31:38.657Z] 21:07:02 eth0 574.91 597.64 3938.20 57.63 0.00 0.00 0.00 0.00 [2021-03-15T21:31:38.657Z] 21:07:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-15T21:31:38.657Z] 21:07:02 docker0 354.06 284.89 24.57 1112.37 0.00 0.00 0.00 0.00 [2021-03-15T21:31:38.657Z] 21:08:01 eth0 155.97 138.78 513.70 22.40 0.00 0.00 0.00 0.00 [2021-03-15T21:31:38.657Z] 21:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-15T21:31:38.657Z] 21:08:01 veth7030484 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-15T21:31:38.657Z] 21:08:01 docker0 120.76 123.28 9.61 485.04 0.00 0.00 0.00 0.00 [2021-03-15T21:31:38.657Z] 21:09:01 eth0 38.75 24.97 21.78 76.31 0.00 0.00 0.00 0.00 [2021-03-15T21:31:38.657Z] 21:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-15T21:31:38.657Z] 21:09:01 veth7030484 2.13 2.13 0.17 0.17 0.00 0.00 0.00 0.00 [2021-03-15T21:31:38.657Z] 21:09:01 docker0 2.13 2.13 0.14 0.17 0.00 0.00 0.00 0.00 [2021-03-15T21:31:38.657Z] 21:10:01 eth0 190.76 153.70 1698.55 25.06 0.00 0.00 0.00 0.00 [2021-03-15T21:31:38.657Z] 21:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-15T21:31:38.657Z] 21:10:01 veth4f8ecca 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-15T21:31:38.657Z] 21:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-15T21:31:38.657Z] 21:11:04 vethcd49a84 0.00 0.45 0.00 0.02 0.00 0.00 0.00 0.00 [2021-03-15T21:31:38.657Z] 21:11:04 eth0 70.30 51.16 164.10 58.55 0.00 0.00 0.00 0.00 [2021-03-15T21:31:38.657Z] 21:11:04 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-15T21:31:38.657Z] 21:11:04 docker0 17.16 26.07 0.97 140.50 0.00 0.00 0.00 0.00 [2021-03-15T21:31:38.657Z] 21:12:02 vethcd49a84 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-15T21:31:38.657Z] 21:12:02 veth54f34af 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-15T21:31:38.657Z] 21:12:02 vethc831034 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-15T21:31:38.657Z] 21:12:02 eth0 8.58 4.41 7.10 3.72 0.00 0.00 0.00 0.00 [2021-03-15T21:31:38.657Z] 21:13:01 vethcd49a84 0.00 0.29 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-15T21:31:38.657Z] 21:13:01 veth93743ba 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-15T21:31:38.657Z] 21:13:01 eth0 110.27 70.24 340.41 83.14 0.00 0.00 0.00 0.00 [2021-03-15T21:31:38.657Z] 21:13:01 veth3b1b918 0.02 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-15T21:31:38.657Z] 21:14:01 veth7a16339 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-15T21:31:38.657Z] 21:14:01 vethcd49a84 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-15T21:31:38.657Z] 21:14:01 veth9234d20 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-15T21:31:38.657Z] 21:14:01 veth9ef5f8d 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-15T21:31:38.657Z] 21:15:01 eth0 2911.06 2716.02 14141.52 624.39 0.00 0.00 0.00 0.00 [2021-03-15T21:31:38.657Z] 21:15:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-15T21:31:38.657Z] 21:15:01 docker0 1364.24 1127.95 100.08 4432.39 0.00 0.00 0.00 0.00 [2021-03-15T21:31:38.657Z] 21:16:01 eth0 1.27 0.43 0.69 0.21 0.00 0.00 0.00 0.00 [2021-03-15T21:31:38.657Z] 21:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-15T21:31:38.657Z] 21:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-15T21:31:38.657Z] 21:17:01 eth0 1.25 0.37 0.34 0.23 0.00 0.00 0.00 0.00 [2021-03-15T21:31:38.657Z] 21:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-15T21:31:38.657Z] 21:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-15T21:31:38.657Z] 21:18:01 eth0 0.98 0.33 0.32 0.20 0.00 0.00 0.00 0.00 [2021-03-15T21:31:38.657Z] 21:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-15T21:31:38.657Z] 21:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-15T21:31:38.657Z] 21:19:01 eth0 0.20 0.08 0.02 0.01 0.00 0.00 0.00 0.00 [2021-03-15T21:31:38.657Z] 21:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-15T21:31:38.657Z] 21:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-15T21:31:38.657Z] 21:20:02 eth0 0.37 0.20 0.15 0.07 0.00 0.00 0.00 0.00 [2021-03-15T21:31:38.657Z] 21:20:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-15T21:31:38.657Z] 21:20:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-15T21:31:38.657Z] 21:21:01 eth0 0.15 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-15T21:31:38.657Z] 21:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-15T21:31:38.657Z] 21:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-15T21:31:38.657Z] 21:22:01 eth0 0.10 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-15T21:31:38.657Z] 21:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-15T21:31:38.657Z] 21:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-15T21:31:38.657Z] 21:23:01 eth0 0.05 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-15T21:31:38.657Z] 21:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-15T21:31:38.657Z] 21:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-15T21:31:38.657Z] 21:24:01 eth0 0.07 0.07 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-15T21:31:38.657Z] 21:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-15T21:31:38.658Z] 21:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-15T21:31:38.658Z] 21:25:01 eth0 0.18 0.13 0.08 0.07 0.00 0.00 0.00 0.00 [2021-03-15T21:31:38.658Z] 21:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-15T21:31:38.658Z] 21:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-15T21:31:38.658Z] 21:26:01 eth0 0.28 0.20 0.10 0.02 0.00 0.00 0.00 0.00 [2021-03-15T21:31:38.658Z] 21:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-15T21:31:38.658Z] 21:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-15T21:31:38.658Z] 21:27:01 eth0 0.10 0.05 0.01 0.00 0.00 0.00 0.00 0.00 [2021-03-15T21:31:38.658Z] 21:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-15T21:31:38.658Z] 21:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-15T21:31:38.658Z] 21:28:01 eth0 0.62 0.08 0.05 0.01 0.00 0.00 0.00 0.00 [2021-03-15T21:31:38.658Z] 21:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-15T21:31:38.658Z] 21:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-15T21:31:38.658Z] 21:29:01 eth0 1.32 0.05 0.13 0.00 0.00 0.00 0.00 0.00 [2021-03-15T21:31:38.658Z] 21:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-15T21:31:38.658Z] 21:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-15T21:31:38.658Z] 21:30:01 eth0 0.45 0.25 0.16 0.08 0.00 0.00 0.00 0.00 [2021-03-15T21:31:38.658Z] 21:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-15T21:31:38.658Z] 21:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-15T21:31:38.658Z] 21:31:01 eth0 4.50 2.91 5.33 1.55 0.00 0.00 0.00 0.00 [2021-03-15T21:31:38.658Z] 21:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-15T21:31:38.658Z] 21:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-15T21:31:38.658Z] Average: eth0 93.58 92.12 479.89 22.07 0.00 0.00 0.00 0.00 [2021-03-15T21:31:38.658Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-15T21:31:38.658Z] Average: docker0 52.56 43.46 3.86 170.78 0.00 0.00 0.00 0.00 [2021-03-15T21:31:38.658Z] [2021-03-15T21:31:38.658Z] [2021-03-15T21:31:38.658Z] ---> sar -P ALL: [2021-03-15T21:31:38.658Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/15/21 _x86_64_ (4 CPU) [2021-03-15T21:31:38.658Z] [2021-03-15T21:31:38.658Z] 21:04:07 LINUX RESTART (4 CPU) [2021-03-15T21:31:38.658Z] [2021-03-15T21:31:38.658Z] 21:05:01 CPU %user %nice %system %iowait %steal %idle [2021-03-15T21:31:38.658Z] 21:06:01 all 7.95 0.00 4.69 1.52 0.08 85.76 [2021-03-15T21:31:38.658Z] 21:06:01 0 8.95 0.00 6.03 1.54 0.09 83.40 [2021-03-15T21:31:38.658Z] 21:06:01 1 6.60 0.00 4.36 3.36 0.07 85.62 [2021-03-15T21:31:38.658Z] 21:06:01 2 9.30 0.00 4.40 0.29 0.08 85.93 [2021-03-15T21:31:38.658Z] 21:06:01 3 6.99 0.00 3.99 0.88 0.08 88.05 [2021-03-15T21:31:38.658Z] 21:07:02 all 12.43 0.00 7.45 2.11 0.11 77.90 [2021-03-15T21:31:38.658Z] 21:07:02 0 10.16 0.00 7.62 3.65 0.07 78.50 [2021-03-15T21:31:38.658Z] 21:07:02 1 11.41 0.00 7.09 1.98 0.12 79.40 [2021-03-15T21:31:38.658Z] 21:07:02 2 14.23 0.00 7.50 2.11 0.10 76.06 [2021-03-15T21:31:38.658Z] 21:07:02 3 13.89 0.00 7.61 0.70 0.17 77.63 [2021-03-15T21:31:38.658Z] 21:08:01 all 30.29 0.00 10.72 6.33 0.37 52.29 [2021-03-15T21:31:38.658Z] 21:08:01 0 31.30 0.00 10.00 4.82 0.35 53.53 [2021-03-15T21:31:38.658Z] 21:08:01 1 29.96 0.00 11.14 7.08 0.42 51.39 [2021-03-15T21:31:38.658Z] 21:08:01 2 30.48 0.00 10.90 8.85 0.39 49.39 [2021-03-15T21:31:38.658Z] 21:08:01 3 29.43 0.00 10.84 4.56 0.30 54.87 [2021-03-15T21:31:38.658Z] 21:09:01 all 48.49 0.00 13.07 4.13 0.07 34.24 [2021-03-15T21:31:38.658Z] 21:09:01 0 47.96 0.00 14.11 6.15 0.07 31.71 [2021-03-15T21:31:38.658Z] 21:09:01 1 47.68 0.00 13.34 3.90 0.07 35.01 [2021-03-15T21:31:38.658Z] 21:09:01 2 48.25 0.00 12.34 3.39 0.07 35.95 [2021-03-15T21:31:38.658Z] 21:09:01 3 50.07 0.00 12.49 3.09 0.07 34.28 [2021-03-15T21:31:38.658Z] 21:10:01 all 36.85 0.00 13.01 3.92 0.08 46.14 [2021-03-15T21:31:38.658Z] 21:10:01 0 37.84 0.00 13.27 3.66 0.10 45.12 [2021-03-15T21:31:38.658Z] 21:10:01 1 36.50 0.00 13.15 5.57 0.07 44.71 [2021-03-15T21:31:38.658Z] 21:10:01 2 36.84 0.00 12.61 1.70 0.07 48.78 [2021-03-15T21:31:38.658Z] 21:10:01 3 36.21 0.00 13.01 4.77 0.07 45.95 [2021-03-15T21:31:38.658Z] 21:11:04 all 19.41 0.00 27.65 20.73 0.11 32.10 [2021-03-15T21:31:38.658Z] 21:11:04 0 18.70 0.00 26.03 19.35 0.12 35.80 [2021-03-15T21:31:38.658Z] 21:11:04 1 20.74 0.00 28.09 21.48 0.10 29.59 [2021-03-15T21:31:38.658Z] 21:11:04 2 19.00 0.00 28.00 22.26 0.12 30.62 [2021-03-15T21:31:38.658Z] 21:11:04 3 19.20 0.00 28.50 19.82 0.10 32.38 [2021-03-15T21:31:38.658Z] 21:12:02 all 55.94 0.00 19.75 13.83 0.08 10.39 [2021-03-15T21:31:38.658Z] 21:12:02 0 55.58 0.00 19.68 12.79 0.05 11.90 [2021-03-15T21:31:38.658Z] 21:12:02 1 55.63 0.00 19.35 14.37 0.09 10.55 [2021-03-15T21:31:38.658Z] 21:12:02 2 56.22 0.00 19.77 13.46 0.09 10.45 [2021-03-15T21:31:38.658Z] 21:12:02 3 56.35 0.00 20.21 14.75 0.09 8.59 [2021-03-15T21:31:38.658Z] 21:13:01 all 21.80 0.00 19.96 27.53 0.09 30.61 [2021-03-15T21:31:38.658Z] 21:13:01 0 21.20 0.00 19.41 28.26 0.11 31.02 [2021-03-15T21:31:38.658Z] 21:13:01 1 21.46 0.00 18.41 28.41 0.11 31.60 [2021-03-15T21:31:38.658Z] 21:13:01 2 22.15 0.00 21.44 24.25 0.09 32.07 [2021-03-15T21:31:38.658Z] 21:13:01 3 22.40 0.00 20.56 29.22 0.07 27.74 [2021-03-15T21:31:38.658Z] 21:14:01 all 39.93 0.00 21.84 20.02 0.15 18.06 [2021-03-15T21:31:38.658Z] 21:14:01 0 40.89 0.00 21.59 20.36 0.16 17.00 [2021-03-15T21:31:38.658Z] 21:14:01 1 38.85 0.00 21.84 20.08 0.14 19.08 [2021-03-15T21:31:38.658Z] 21:14:01 2 40.57 0.00 23.30 21.63 0.16 14.34 [2021-03-15T21:31:38.658Z] 21:14:01 3 39.39 0.00 20.58 17.99 0.14 21.89 [2021-03-15T21:31:38.658Z] 21:15:01 all 20.01 0.00 10.44 11.62 0.05 57.88 [2021-03-15T21:31:38.658Z] 21:15:01 0 19.76 0.00 10.79 11.69 0.09 57.67 [2021-03-15T21:31:38.658Z] 21:15:01 1 21.46 0.00 11.74 12.36 0.03 54.41 [2021-03-15T21:31:38.658Z] 21:15:01 2 20.51 0.00 9.77 15.57 0.03 54.10 [2021-03-15T21:31:38.658Z] 21:15:01 3 18.32 0.00 9.46 6.82 0.05 65.35 [2021-03-15T21:31:38.658Z] 21:16:01 all 0.07 0.00 0.05 0.00 0.00 99.87 [2021-03-15T21:31:38.658Z] 21:16:01 0 0.20 0.00 0.12 0.00 0.00 99.68 [2021-03-15T21:31:38.658Z] 21:16:01 1 0.03 0.00 0.05 0.02 0.00 99.90 [2021-03-15T21:31:38.658Z] 21:16:01 2 0.03 0.00 0.03 0.00 0.00 99.93 [2021-03-15T21:31:38.658Z] 21:16:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-15T21:31:38.658Z] [2021-03-15T21:31:38.658Z] 21:16:01 CPU %user %nice %system %iowait %steal %idle [2021-03-15T21:31:38.658Z] 21:17:01 all 0.10 0.00 0.04 0.00 0.00 99.86 [2021-03-15T21:31:38.658Z] 21:17:01 0 0.30 0.00 0.05 0.00 0.02 99.63 [2021-03-15T21:31:38.658Z] 21:17:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-15T21:31:38.658Z] 21:17:01 2 0.03 0.00 0.03 0.00 0.00 99.93 [2021-03-15T21:31:38.658Z] 21:17:01 3 0.03 0.00 0.05 0.00 0.00 99.92 [2021-03-15T21:31:38.658Z] 21:18:01 all 0.18 0.00 0.06 0.00 0.01 99.75 [2021-03-15T21:31:38.658Z] 21:18:01 0 0.57 0.00 0.05 0.00 0.00 99.38 [2021-03-15T21:31:38.658Z] 21:18:01 1 0.05 0.00 0.07 0.00 0.00 99.88 [2021-03-15T21:31:38.658Z] 21:18:01 2 0.05 0.00 0.05 0.00 0.02 99.88 [2021-03-15T21:31:38.658Z] 21:18:01 3 0.07 0.00 0.07 0.00 0.02 99.85 [2021-03-15T21:31:38.658Z] 21:19:01 all 0.15 0.00 0.03 0.00 0.00 99.82 [2021-03-15T21:31:38.658Z] 21:19:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-15T21:31:38.658Z] 21:19:01 1 0.05 0.00 0.05 0.00 0.02 99.88 [2021-03-15T21:31:38.658Z] 21:19:01 2 0.50 0.00 0.03 0.00 0.00 99.47 [2021-03-15T21:31:38.658Z] 21:19:01 3 0.02 0.00 0.02 0.02 0.00 99.95 [2021-03-15T21:31:38.658Z] 21:20:02 all 0.17 0.00 0.08 0.02 0.00 99.73 [2021-03-15T21:31:38.658Z] 21:20:02 0 0.05 0.00 0.07 0.00 0.00 99.88 [2021-03-15T21:31:38.658Z] 21:20:02 1 0.07 0.00 0.10 0.00 0.00 99.83 [2021-03-15T21:31:38.658Z] 21:20:02 2 0.53 0.00 0.07 0.00 0.00 99.40 [2021-03-15T21:31:38.658Z] 21:20:02 3 0.03 0.00 0.08 0.07 0.00 99.82 [2021-03-15T21:31:38.658Z] 21:21:01 all 0.16 0.00 0.03 0.00 0.00 99.81 [2021-03-15T21:31:38.658Z] 21:21:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2021-03-15T21:31:38.658Z] 21:21:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-15T21:31:38.658Z] 21:21:01 2 0.52 0.00 0.03 0.00 0.00 99.44 [2021-03-15T21:31:38.658Z] 21:21:01 3 0.05 0.00 0.05 0.00 0.00 99.90 [2021-03-15T21:31:38.658Z] 21:22:01 all 0.16 0.00 0.03 0.00 0.00 99.81 [2021-03-15T21:31:38.658Z] 21:22:01 0 0.07 0.00 0.05 0.00 0.00 99.88 [2021-03-15T21:31:38.658Z] 21:22:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2021-03-15T21:31:38.658Z] 21:22:01 2 0.53 0.00 0.03 0.00 0.00 99.43 [2021-03-15T21:31:38.658Z] 21:22:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-15T21:31:38.658Z] 21:23:01 all 0.15 0.00 0.03 0.00 0.00 99.82 [2021-03-15T21:31:38.658Z] 21:23:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-15T21:31:38.658Z] 21:23:01 1 0.02 0.00 0.03 0.00 0.00 99.95 [2021-03-15T21:31:38.658Z] 21:23:01 2 0.50 0.00 0.02 0.00 0.00 99.48 [2021-03-15T21:31:38.658Z] 21:23:01 3 0.07 0.00 0.05 0.00 0.00 99.88 [2021-03-15T21:31:38.658Z] 21:24:01 all 0.17 0.00 0.03 0.00 0.00 99.80 [2021-03-15T21:31:38.658Z] 21:24:01 0 0.03 0.00 0.05 0.00 0.00 99.92 [2021-03-15T21:31:38.658Z] 21:24:01 1 0.05 0.00 0.03 0.00 0.00 99.92 [2021-03-15T21:31:38.658Z] 21:24:01 2 0.55 0.00 0.02 0.00 0.00 99.43 [2021-03-15T21:31:38.658Z] 21:24:01 3 0.05 0.00 0.03 0.00 0.00 99.92 [2021-03-15T21:31:38.658Z] 21:25:01 all 0.15 0.00 0.05 0.01 0.00 99.79 [2021-03-15T21:31:38.658Z] 21:25:01 0 0.02 0.00 0.08 0.05 0.00 99.85 [2021-03-15T21:31:38.658Z] 21:25:01 1 0.02 0.00 0.03 0.00 0.02 99.93 [2021-03-15T21:31:38.658Z] 21:25:01 2 0.52 0.00 0.03 0.00 0.00 99.45 [2021-03-15T21:31:38.658Z] 21:25:01 3 0.05 0.00 0.03 0.00 0.00 99.92 [2021-03-15T21:31:38.658Z] 21:26:01 all 0.15 0.00 0.02 0.00 0.00 99.82 [2021-03-15T21:31:38.658Z] 21:26:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2021-03-15T21:31:38.658Z] 21:26:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2021-03-15T21:31:38.658Z] 21:26:01 2 0.55 0.00 0.02 0.00 0.02 99.42 [2021-03-15T21:31:38.658Z] 21:26:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2021-03-15T21:31:38.658Z] 21:27:01 all 0.14 0.00 0.03 0.00 0.00 99.83 [2021-03-15T21:31:38.658Z] 21:27:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-15T21:31:38.658Z] 21:27:01 1 0.02 0.00 0.05 0.00 0.00 99.93 [2021-03-15T21:31:38.658Z] 21:27:01 2 0.52 0.00 0.03 0.00 0.00 99.45 [2021-03-15T21:31:38.658Z] 21:27:01 3 0.02 0.00 0.03 0.00 0.00 99.95 [2021-03-15T21:31:38.658Z] [2021-03-15T21:31:38.658Z] 21:27:01 CPU %user %nice %system %iowait %steal %idle [2021-03-15T21:31:38.658Z] 21:28:01 all 0.15 0.00 0.02 0.00 0.00 99.83 [2021-03-15T21:31:38.658Z] 21:28:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2021-03-15T21:31:38.658Z] 21:28:01 1 0.05 0.00 0.03 0.00 0.00 99.92 [2021-03-15T21:31:38.658Z] 21:28:01 2 0.52 0.00 0.02 0.00 0.00 99.47 [2021-03-15T21:31:38.658Z] 21:28:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2021-03-15T21:31:38.658Z] 21:29:01 all 0.15 0.00 0.03 0.00 0.00 99.83 [2021-03-15T21:31:38.658Z] 21:29:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2021-03-15T21:31:38.658Z] 21:29:01 1 0.03 0.00 0.05 0.00 0.00 99.92 [2021-03-15T21:31:38.658Z] 21:29:01 2 0.50 0.00 0.03 0.00 0.00 99.47 [2021-03-15T21:31:38.658Z] 21:29:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-15T21:31:38.658Z] 21:30:01 all 0.16 0.00 0.03 0.00 0.00 99.81 [2021-03-15T21:31:38.658Z] 21:30:01 0 0.02 0.00 0.05 0.00 0.00 99.93 [2021-03-15T21:31:38.658Z] 21:30:01 1 0.05 0.00 0.05 0.00 0.00 99.90 [2021-03-15T21:31:38.658Z] 21:30:01 2 0.53 0.00 0.03 0.00 0.00 99.43 [2021-03-15T21:31:38.658Z] 21:30:01 3 0.03 0.00 0.00 0.00 0.00 99.97 [2021-03-15T21:31:38.658Z] 21:31:01 all 0.75 0.00 0.40 0.24 0.00 98.60 [2021-03-15T21:31:38.658Z] 21:31:01 0 0.27 0.00 0.28 0.22 0.00 99.23 [2021-03-15T21:31:38.658Z] 21:31:01 1 1.03 0.00 0.58 0.33 0.00 98.05 [2021-03-15T21:31:38.658Z] 21:31:01 2 1.05 0.00 0.40 0.20 0.02 98.33 [2021-03-15T21:31:38.658Z] 21:31:01 3 0.67 0.00 0.35 0.22 0.00 98.77 [2021-03-15T21:31:38.658Z] Average: all 10.98 0.00 5.57 4.16 0.05 79.24 [2021-03-15T21:31:38.658Z] Average: 0 10.92 0.00 5.58 4.19 0.05 79.25 [2021-03-15T21:31:38.658Z] Average: 1 10.82 0.00 5.58 4.42 0.05 79.13 [2021-03-15T21:31:38.658Z] Average: 2 11.33 0.00 5.63 4.24 0.05 78.75 [2021-03-15T21:31:38.658Z] Average: 3 10.83 0.00 5.50 3.79 0.04 79.84 [2021-03-15T21:31:38.658Z] [2021-03-15T21:31:38.658Z] [2021-03-15T21:31:38.658Z]