Pull request #3172 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 1afd1b68a496f62e34ad732a00a11e0934d597fb+0d6fc7d598f537d77874e1d0dc6a2e2a12b632ed (6e20949691077cbf92e75f242302d317267d610d) 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > 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 SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-26825’ 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-26824’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-26831 in /w/workspace/edgexfoundry_edgex-go_PR-3172 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/4 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 0d6fc7d598f537d77874e1d0dc6a2e2a12b632ed into PR head commit 1afd1b68a496f62e34ad732a00a11e0934d597fb Merge succeeded, producing 1afd1b68a496f62e34ad732a00a11e0934d597fb Checking out Revision 1afd1b68a496f62e34ad732a00a11e0934d597fb (PR-3172) > 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/3172/head:refs/remotes/origin/PR-3172 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1afd1b68a496f62e34ad732a00a11e0934d597fb # 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 0d6fc7d598f537d77874e1d0dc6a2e2a12b632ed # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1afd1b68a496f62e34ad732a00a11e0934d597fb # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-18T21:54:40.305Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-18T21:54:40.721Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { > git rev-list --no-walk e5074819b3820e3cae2aac12af7bd661d7652d55 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-18T21:54:40.814Z] ========================================================= [2021-02-18T21:54:40.814Z] EdgeX Global Pipelines Version Info [2021-02-18T21:54:40.814Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-18T21:54:42.750Z] ------------------- [2021-02-18T21:54:42.750Z] stable info: [2021-02-18T21:54:42.750Z] ------------------- [2021-02-18T21:54:42.750Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-18T21:54:42.750Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-18T21:54:42.750Z] Message: update stable to v1.0.179 [2021-02-18T21:54:43.328Z] ------------------- [2021-02-18T21:54:43.328Z] experimental info: [2021-02-18T21:54:43.328Z] ------------------- [2021-02-18T21:54:43.328Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-18T21:54:43.328Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-18T21:54:43.328Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-18T21:54:43.597Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-02-18T21:54:43.710Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-02-18T21:54:43.798Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-18T21:54:43.885Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-18T21:54:43.990Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-18T21:54:44.093Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-18T21:54:44.176Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-18T21:54:44.325Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-02-18T21:54:44.419Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-02-18T21:54:44.500Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-02-18T21:54:44.615Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-18T21:54:44.702Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-18T21:54:44.789Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-18T21:54:44.875Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-18T21:54:44.959Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-18T21:54:45.046Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-02-18T21:54:45.134Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-18T21:54:45.218Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-18T21:54:45.305Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-02-18T21:54:45.398Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-02-18T21:54:45.500Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-02-18T21:54:45.592Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-18T21:54:45.693Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-18T21:54:45.781Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3172 [Pipeline] echo [2021-02-18T21:54:45.911Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3172 [Pipeline] echo [2021-02-18T21:54:46.004Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3172 [Pipeline] echo [2021-02-18T21:54:46.099Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 1afd1b68a496f62e34ad732a00a11e0934d597fb [Pipeline] echo [2021-02-18T21:54:46.186Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 1afd1b6 [Pipeline] echo [2021-02-18T21:54:46.274Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-18T21:54:46.481Z] provisioning config files... [2021-02-18T21:54:46.518Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config6519797541862604636tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-18T21:54:46.881Z] ---> docker-login.sh [2021-02-18T21:54:46.881Z] nexus3.edgexfoundry.org:10001 [2021-02-18T21:54:47.150Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-18T21:54:47.416Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-18T21:54:47.416Z] Configure a credential helper to remove this warning. See [2021-02-18T21:54:47.416Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-18T21:54:47.416Z] [2021-02-18T21:54:47.416Z] Login Succeeded [2021-02-18T21:54:47.416Z] nexus3.edgexfoundry.org:10002 [2021-02-18T21:54:47.416Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-18T21:54:47.416Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-18T21:54:47.416Z] Configure a credential helper to remove this warning. See [2021-02-18T21:54:47.416Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-18T21:54:47.416Z] [2021-02-18T21:54:47.416Z] Login Succeeded [2021-02-18T21:54:47.416Z] nexus3.edgexfoundry.org:10003 [2021-02-18T21:54:47.682Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-18T21:54:47.682Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-18T21:54:47.682Z] Configure a credential helper to remove this warning. See [2021-02-18T21:54:47.682Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-18T21:54:47.682Z] [2021-02-18T21:54:47.682Z] Login Succeeded [2021-02-18T21:54:47.682Z] nexus3.edgexfoundry.org:10004 [2021-02-18T21:54:47.969Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-18T21:54:47.969Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-18T21:54:47.969Z] Configure a credential helper to remove this warning. See [2021-02-18T21:54:47.969Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-18T21:54:47.969Z] [2021-02-18T21:54:47.969Z] Login Succeeded [2021-02-18T21:54:47.969Z] docker.io [2021-02-18T21:54:48.238Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-18T21:54:48.501Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-18T21:54:48.501Z] Configure a credential helper to remove this warning. See [2021-02-18T21:54:48.501Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-18T21:54:48.501Z] [2021-02-18T21:54:48.501Z] Login Succeeded [2021-02-18T21:54:48.501Z] ---> docker-login.sh ends [Pipeline] } [2021-02-18T21:54:48.512Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-18T21:54:49.020Z] ++ 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-02-18T21:54:49.020Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-18T21:54:49.020Z] ++ dirname cmd/core-command/Dockerfile [2021-02-18T21:54:49.020Z] ++ cut -d/ -f2 [2021-02-18T21:54:49.020Z] + echo core-command,cmd/core-command/Dockerfile [2021-02-18T21:54:49.020Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-18T21:54:49.020Z] ++ dirname cmd/core-data/Dockerfile [2021-02-18T21:54:49.020Z] ++ cut -d/ -f2 [2021-02-18T21:54:49.020Z] + echo core-data,cmd/core-data/Dockerfile [2021-02-18T21:54:49.020Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-18T21:54:49.020Z] ++ dirname cmd/core-metadata/Dockerfile [2021-02-18T21:54:49.020Z] ++ cut -d/ -f2 [2021-02-18T21:54:49.020Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-02-18T21:54:49.020Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-18T21:54:49.020Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-02-18T21:54:49.020Z] ++ cut -d/ -f2 [2021-02-18T21:54:49.020Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-02-18T21:54:49.020Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-18T21:54:49.020Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-02-18T21:54:49.020Z] ++ cut -d/ -f2 [2021-02-18T21:54:49.020Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-02-18T21:54:49.020Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-18T21:54:49.020Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-02-18T21:54:49.020Z] ++ cut -d/ -f2 [2021-02-18T21:54:49.020Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-02-18T21:54:49.020Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-18T21:54:49.020Z] ++ dirname cmd/support-notifications/Dockerfile [2021-02-18T21:54:49.020Z] ++ cut -d/ -f2 [2021-02-18T21:54:49.020Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-02-18T21:54:49.020Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-18T21:54:49.020Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-02-18T21:54:49.020Z] ++ cut -d/ -f2 [2021-02-18T21:54:49.020Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-02-18T21:54:49.020Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-18T21:54:49.020Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-02-18T21:54:49.020Z] ++ cut -d/ -f2 [2021-02-18T21:54:49.020Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-02-18T21:54:49.193Z] 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-02-18T21:54:50.089Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-18T21:54:50.089Z] [2021-02-18T21:54:50.089Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-18T21:54:50.462Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-18T21:54:50.462Z] latest: Pulling from edgex-devops/git-semver [2021-02-18T21:54:50.462Z] 31603596830f: Pulling fs layer [2021-02-18T21:54:50.462Z] 2a8b12db71e7: Pulling fs layer [2021-02-18T21:54:50.462Z] 6ca5941a6612: Pulling fs layer [2021-02-18T21:54:50.462Z] ecc8261a40a4: Pulling fs layer [2021-02-18T21:54:50.462Z] ecc8261a40a4: Waiting [2021-02-18T21:54:50.462Z] 2a8b12db71e7: Verifying Checksum [2021-02-18T21:54:50.462Z] 2a8b12db71e7: Download complete [2021-02-18T21:54:50.734Z] 31603596830f: Verifying Checksum [2021-02-18T21:54:50.734Z] 31603596830f: Download complete [2021-02-18T21:54:50.734Z] ecc8261a40a4: Download complete [2021-02-18T21:54:50.734Z] 6ca5941a6612: Verifying Checksum [2021-02-18T21:54:50.734Z] 6ca5941a6612: Download complete [2021-02-18T21:54:50.998Z] 31603596830f: Pull complete [2021-02-18T21:54:51.269Z] 2a8b12db71e7: Pull complete [2021-02-18T21:54:52.248Z] 6ca5941a6612: Pull complete [2021-02-18T21:54:52.516Z] ecc8261a40a4: Pull complete [2021-02-18T21:54:52.516Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-18T21:54:52.516Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-18T21:54:52.516Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-18T21:54:52.667Z] prd-centos7-docker-4c-2g-26831 does not seem to be running inside a container [2021-02-18T21:54:52.729Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-18T21:54:55.270Z] $ docker top c8be5e4dd90c826cfd0e919be79fbcf46de2f97e48dfd2eedcad6680f63c09f6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-18T21:54:55.579Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-18T21:54:55.580Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-18T21:54:55.809Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-18T21:54:55.815Z] $ docker exec c8be5e4dd90c826cfd0e919be79fbcf46de2f97e48dfd2eedcad6680f63c09f6 ssh-agent [2021-02-18T21:54:55.999Z] SSH_AUTH_SOCK=/tmp/ssh-cDkA9ml6w8Ll/agent.11 [2021-02-18T21:54:55.999Z] SSH_AGENT_PID=17 [2021-02-18T21:54:56.012Z] Running ssh-add (command line suppressed) [2021-02-18T21:54:56.141Z] Identity added: /w/workspace/edgex-go/4@tmp/private_key_1680327591159091284.key (/w/workspace/edgex-go/4@tmp/private_key_1680327591159091284.key) [2021-02-18T21:54:56.195Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-18T21:54:56.542Z] + git tag --points-at HEAD [Pipeline] } [2021-02-18T21:54:56.571Z] $ docker exec --env ******** --env ******** c8be5e4dd90c826cfd0e919be79fbcf46de2f97e48dfd2eedcad6680f63c09f6 ssh-agent -k [2021-02-18T21:54:56.694Z] unset SSH_AUTH_SOCK; [2021-02-18T21:54:56.694Z] unset SSH_AGENT_PID; [2021-02-18T21:54:56.694Z] echo Agent pid 17 killed; [2021-02-18T21:54:56.745Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-18T21:54:56.899Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-18T21:54:56.899Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-18T21:54:57.087Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-18T21:54:57.091Z] $ docker exec c8be5e4dd90c826cfd0e919be79fbcf46de2f97e48dfd2eedcad6680f63c09f6 ssh-agent [2021-02-18T21:54:57.259Z] SSH_AUTH_SOCK=/tmp/ssh-kjBqXMg9GYxY/agent.46 [2021-02-18T21:54:57.259Z] SSH_AGENT_PID=51 [2021-02-18T21:54:57.268Z] Running ssh-add (command line suppressed) [2021-02-18T21:54:57.390Z] Identity added: /w/workspace/edgex-go/4@tmp/private_key_5007447562463706799.key (/w/workspace/edgex-go/4@tmp/private_key_5007447562463706799.key) [2021-02-18T21:54:57.446Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-18T21:54:57.798Z] + git semver init [2021-02-18T21:54:57.798Z] # -> Open(): unable to determine branch for HEAD [2021-02-18T21:54:57.798Z] # $GIT_DIR = /w/workspace/edgex-go/4/.git [2021-02-18T21:54:57.798Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/4 [2021-02-18T21:54:57.798Z] # $SEMVER_REMOTE_NAME = origin [2021-02-18T21:54:57.798Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-18T21:54:57.798Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-18T21:54:57.798Z] # $SEMVER_BRANCH = PR-3172 [2021-02-18T21:54:57.798Z] # $SEMVER_TEMP = /tmp/semver-720570797 [2021-02-18T21:54:57.798Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-02-18T21:55:15.963Z] # '/tmp/semver-720570797' -> '/w/workspace/edgex-go/4/.semver' [2021-02-18T21:55:15.963Z] # -> Force: false [2021-02-18T21:55:15.963Z] # $SEMVER_DIR = /w/workspace/edgex-go/4/.semver [Pipeline] } [2021-02-18T21:55:15.977Z] $ docker exec --env ******** --env ******** c8be5e4dd90c826cfd0e919be79fbcf46de2f97e48dfd2eedcad6680f63c09f6 ssh-agent -k [2021-02-18T21:55:16.392Z] unset SSH_AUTH_SOCK; [2021-02-18T21:55:16.393Z] unset SSH_AGENT_PID; [2021-02-18T21:55:16.393Z] echo Agent pid 51 killed; [2021-02-18T21:55:16.508Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-18T21:55:16.981Z] + git semver [Pipeline] } [2021-02-18T21:55:17.001Z] $ docker stop --time=1 c8be5e4dd90c826cfd0e919be79fbcf46de2f97e48dfd2eedcad6680f63c09f6 [2021-02-18T21:55:18.706Z] $ docker rm -f c8be5e4dd90c826cfd0e919be79fbcf46de2f97e48dfd2eedcad6680f63c09f6 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-18T21:55:19.261Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-18T21:55:19.912Z] Stashed 1 file(s) [Pipeline] echo [2021-02-18T21:55:19.914Z] [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-02-18T21:55:20.817Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-18T21:55:21.124Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-18T21:55:21.429Z] + sudo service docker restart [2021-02-18T21:55:21.429Z] + true [2021-02-18T21:55:21.429Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-02-18T21:55:22.019Z] ========================================================= [2021-02-18T21:55:22.019Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-18T21:55:22.019Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-18T21:55:22.380Z] + 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-02-18T21:55:26.619Z] Sending build context to Docker daemon 327.9MB [2021-02-18T21:55:26.619Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-18T21:55:26.619Z] Step 2/6 : FROM ${BASE} [2021-02-18T21:55:26.619Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-18T21:55:26.619Z] 188c0c94c7c5: Pulling fs layer [2021-02-18T21:55:26.619Z] 0ef7d3d256c8: Pulling fs layer [2021-02-18T21:55:26.619Z] de9db76c5a1d: Pulling fs layer [2021-02-18T21:55:26.619Z] bca2f99d35d6: Pulling fs layer [2021-02-18T21:55:26.619Z] 93359f2a8cfa: Pulling fs layer [2021-02-18T21:55:26.619Z] 7c6f9722023f: Pulling fs layer [2021-02-18T21:55:26.619Z] a35cf1a2eb13: Pulling fs layer [2021-02-18T21:55:26.619Z] 93359f2a8cfa: Waiting [2021-02-18T21:55:26.619Z] 7c6f9722023f: Waiting [2021-02-18T21:55:26.619Z] a35cf1a2eb13: Waiting [2021-02-18T21:55:26.619Z] bca2f99d35d6: Waiting [2021-02-18T21:55:26.619Z] de9db76c5a1d: Download complete [2021-02-18T21:55:26.619Z] 0ef7d3d256c8: Verifying Checksum [2021-02-18T21:55:26.619Z] 0ef7d3d256c8: Download complete [2021-02-18T21:55:26.619Z] 93359f2a8cfa: Verifying Checksum [2021-02-18T21:55:26.619Z] 93359f2a8cfa: Download complete [2021-02-18T21:55:26.619Z] 188c0c94c7c5: Verifying Checksum [2021-02-18T21:55:26.619Z] 188c0c94c7c5: Download complete [2021-02-18T21:55:26.619Z] 7c6f9722023f: Verifying Checksum [2021-02-18T21:55:26.619Z] 7c6f9722023f: Download complete [2021-02-18T21:55:27.201Z] 188c0c94c7c5: Pull complete [2021-02-18T21:55:27.467Z] 0ef7d3d256c8: Pull complete [2021-02-18T21:55:27.467Z] de9db76c5a1d: Pull complete [2021-02-18T21:55:28.421Z] a35cf1a2eb13: Verifying Checksum [2021-02-18T21:55:28.421Z] a35cf1a2eb13: Download complete [2021-02-18T21:55:28.996Z] bca2f99d35d6: Verifying Checksum [2021-02-18T21:55:28.997Z] bca2f99d35d6: Download complete [2021-02-18T21:55:34.345Z] bca2f99d35d6: Pull complete [2021-02-18T21:55:34.678Z] 93359f2a8cfa: Pull complete [2021-02-18T21:55:34.678Z] 7c6f9722023f: Pull complete [2021-02-18T21:55:35.275Z] Still waiting to schedule task [2021-02-18T21:55:35.275Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ is offline [2021-02-18T21:55:40.016Z] a35cf1a2eb13: Pull complete [2021-02-18T21:55:40.016Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-18T21:55:40.016Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-18T21:55:40.016Z] ---> a62c8e92a672 [2021-02-18T21:55:40.016Z] 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-02-18T21:55:40.016Z] ---> Running in b2bce5114d85 [2021-02-18T21:55:40.591Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T21:55:41.985Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T21:55:42.933Z] (1/12) Installing libmagic (5.38-r0) [2021-02-18T21:55:43.196Z] (2/12) Installing file (5.38-r0) [2021-02-18T21:55:43.460Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-18T21:55:43.460Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-18T21:55:50.063Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-18T21:55:50.063Z] (6/12) Installing patch (2.7.6-r6) [2021-02-18T21:55:50.063Z] (7/12) Installing build-base (0.5-r2) [2021-02-18T21:55:50.063Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-18T21:55:50.063Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-18T21:55:50.063Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-18T21:55:50.063Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-18T21:55:50.063Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-18T21:55:50.063Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T21:55:50.063Z] OK: 233 MiB in 51 packages [2021-02-18T21:55:53.385Z] Removing intermediate container b2bce5114d85 [2021-02-18T21:55:53.385Z] ---> 1de367fba249 [2021-02-18T21:55:53.385Z] Step 4/6 : WORKDIR /edgex-go [2021-02-18T21:55:53.385Z] ---> Running in 861a47af0b9b [2021-02-18T21:55:53.385Z] Removing intermediate container 861a47af0b9b [2021-02-18T21:55:53.385Z] ---> fdefb070cb04 [2021-02-18T21:55:53.385Z] Step 5/6 : COPY go.mod . [2021-02-18T21:55:53.385Z] ---> c9685d93cad8 [2021-02-18T21:55:53.385Z] Step 6/6 : RUN go mod download [2021-02-18T21:55:53.385Z] ---> Running in 6507d7391f4a [2021-02-18T21:56:20.080Z] Removing intermediate container 6507d7391f4a [2021-02-18T21:56:20.080Z] ---> 2177cac3dd5f [2021-02-18T21:56:20.081Z] Successfully built 2177cac3dd5f [2021-02-18T21:56:20.081Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-18T21:56:20.399Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-18T21:56:20.399Z] . [Pipeline] withDockerContainer [2021-02-18T21:56:20.537Z] prd-centos7-docker-4c-2g-26831 does not seem to be running inside a container [2021-02-18T21:56:20.603Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-18T21:56:21.537Z] $ docker top 77f84867f2976600946924c82e0170eac29ac9c9b5c1cc8be56241fb8acc6029 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-18T21:56:22.092Z] + go version [2021-02-18T21:56:22.093Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-18T21:56:22.103Z] $ docker stop --time=1 77f84867f2976600946924c82e0170eac29ac9c9b5c1cc8be56241fb8acc6029 [2021-02-18T21:56:23.500Z] $ docker rm -f 77f84867f2976600946924c82e0170eac29ac9c9b5c1cc8be56241fb8acc6029 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-18T21:56:24.300Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-18T21:56:24.300Z] . [Pipeline] withDockerContainer [2021-02-18T21:56:24.404Z] prd-centos7-docker-4c-2g-26831 does not seem to be running inside a container [2021-02-18T21:56:24.454Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-18T21:56:25.486Z] $ docker top 0a33b1ade2e6a1e84981851338cb2769a845d29481ffa94a3dd83a4f5232e075 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-18T21:56:25.740Z] ========================================================= [2021-02-18T21:56:25.740Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-18T21:56:25.740Z] ========================================================= [Pipeline] sh [2021-02-18T21:56:26.035Z] + make test [2021-02-18T21:56:26.035Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-18T21:56:36.116Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-18T21:56:54.397Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-18T21:56:56.347Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-18T21:56:58.933Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-18T21:56:58.933Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-18T21:56:59.895Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-18T21:56:59.895Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-18T21:56:59.895Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-18T21:56:59.895Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-18T21:57:00.884Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-18T21:57:01.154Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-18T21:57:03.769Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-18T21:57:03.769Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-18T21:57:03.769Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-18T21:57:06.383Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.127s coverage: 45.9% of statements [2021-02-18T21:57:06.383Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-18T21:57:06.383Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-18T21:57:06.383Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-18T21:57:06.383Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-18T21:57:06.383Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-18T21:57:06.383Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-18T21:57:06.383Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-18T21:57:06.663Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.124s coverage: 100.0% of statements [2021-02-18T21:57:09.245Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.487s coverage: 27.1% of statements [2021-02-18T21:57:09.245Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-18T21:57:09.245Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-18T21:57:09.245Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-18T21:57:09.245Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-18T21:57:09.245Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-18T21:57:09.245Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-18T21:57:09.245Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.035s coverage: 100.0% of statements [2021-02-18T21:57:09.245Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-18T21:57:09.245Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.036s coverage: 100.0% of statements [2021-02-18T21:57:09.245Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-18T21:57:09.245Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-18T21:57:10.207Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.074s coverage: 65.8% of statements [2021-02-18T21:57:10.208Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-18T21:57:10.208Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-18T21:57:10.793Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.426s coverage: 82.3% of statements [2021-02-18T21:57:10.793Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-18T21:57:10.793Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-18T21:57:10.793Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-18T21:57:10.793Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-18T21:57:12.212Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.388s coverage: 28.6% of statements [2021-02-18T21:57:12.212Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-18T21:57:12.212Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-18T21:57:12.212Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-18T21:57:12.212Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-18T21:57:12.212Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-18T21:57:12.212Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.064s coverage: 100.0% of statements [2021-02-18T21:57:12.212Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-18T21:57:12.212Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.045s coverage: 100.0% of statements [2021-02-18T21:57:12.212Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-18T21:57:12.808Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.124s coverage: 86.7% of statements [2021-02-18T21:57:12.808Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-18T21:57:13.075Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.135s coverage: 97.5% of statements [2021-02-18T21:57:13.075Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-18T21:57:13.075Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.068s coverage: 78.3% of statements [2021-02-18T21:57:13.075Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-18T21:57:13.075Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-18T21:57:13.075Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-18T21:57:13.075Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-18T21:57:16.174Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.442s coverage: 92.8% of statements [2021-02-18T21:57:16.174Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-18T21:57:16.174Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-18T21:57:16.174Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-18T21:57:16.174Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-18T21:57:16.174Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-18T21:57:16.174Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-18T21:57:16.174Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-18T21:57:16.174Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-18T21:57:16.174Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-18T21:57:16.174Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-18T21:57:16.174Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-18T21:57:16.174Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-18T21:57:16.174Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-18T21:57:16.174Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-18T21:57:16.174Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-18T21:57:16.174Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-18T21:57:16.174Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-18T21:57:16.174Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-18T21:57:16.174Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.033s coverage: 58.8% of statements [2021-02-18T21:57:16.174Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-18T21:57:16.174Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-18T21:57:16.174Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.055s coverage: 0.1% of statements [2021-02-18T21:57:16.174Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-18T21:57:16.174Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-18T21:57:16.174Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-18T21:57:16.174Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.038s coverage: 45.5% of statements [2021-02-18T21:57:16.174Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.057s coverage: 79.5% of statements [2021-02-18T21:57:16.174Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.028s coverage: 94.1% of statements [2021-02-18T21:57:16.174Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.055s coverage: 96.3% of statements [2021-02-18T21:57:16.174Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.029s coverage: 87.5% of statements [2021-02-18T21:57:28.668Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.041s coverage: 94.4% of statements [2021-02-18T21:57:28.668Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.033s coverage: 44.8% of statements [2021-02-18T21:57:40.970Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.076s coverage: 92.9% of statements [2021-02-18T21:57:40.970Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-18T21:57:40.970Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-18T21:57:40.970Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-18T21:57:40.970Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.036s coverage: 77.8% of statements [2021-02-18T21:57:40.970Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-18T21:57:40.970Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-02-18T21:57:40.970Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-02-18T21:57:40.970Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-02-18T21:57:40.970Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-02-18T21:57:40.970Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.043s coverage: 87.2% of statements [2021-02-18T21:57:40.970Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-18T21:57:40.970Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-18T21:57:40.970Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.035s coverage: 100.0% of statements [2021-02-18T21:57:40.970Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-18T21:57:40.970Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.044s coverage: 75.5% of statements [2021-02-18T21:57:40.970Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-18T21:57:40.970Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements [2021-02-18T21:57:40.970Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.064s coverage: 87.2% of statements [2021-02-18T21:57:40.970Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.044s coverage: 84.2% of statements [2021-02-18T21:57:40.970Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.076s coverage: 91.4% of statements [2021-02-18T21:57:40.970Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-18T21:57:40.970Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.181s coverage: 63.5% of statements [2021-02-18T21:57:40.970Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-18T21:57:40.970Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-18T21:57:40.970Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.033s coverage: 100.0% of statements [2021-02-18T21:57:40.970Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.043s coverage: 91.3% of statements [2021-02-18T21:57:40.970Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements [2021-02-18T21:57:40.970Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements [2021-02-18T21:57:40.970Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.032s coverage: 100.0% of statements [2021-02-18T21:57:40.970Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.302s coverage: 68.9% of statements [2021-02-18T21:57:40.970Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-18T21:57:40.970Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-18T21:57:40.970Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.131s coverage: 37.0% of statements [2021-02-18T21:57:40.970Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-18T21:57:40.970Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-18T21:57:40.970Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.298s coverage: 84.0% of statements [2021-02-18T21:57:40.970Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.055s coverage: 100.0% of statements [2021-02-18T21:57:40.970Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.126s coverage: 47.0% of statements [2021-02-18T21:57:40.970Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-18T21:57:40.970Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-18T21:57:40.970Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-18T21:57:40.970Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-18T21:57:40.970Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-18T21:57:40.970Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.058s coverage: 100.0% of statements [2021-02-18T21:57:40.970Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-18T21:57:40.970Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.044s coverage: 100.0% of statements [2021-02-18T21:57:40.970Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-18T21:57:40.970Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-18T21:57:40.970Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-18T21:57:40.970Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-18T21:57:40.970Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.100s coverage: 89.4% of statements [2021-02-18T21:57:40.970Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-18T21:57:40.970Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-18T21:57:40.970Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-18T21:57:40.970Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.675s coverage: 29.1% of statements [2021-02-18T21:57:40.970Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-18T21:57:40.970Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-18T21:57:40.970Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-18T21:57:40.970Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-18T21:57:40.970Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-18T21:57:40.970Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.068s coverage: 99.0% of statements [2021-02-18T21:57:40.970Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-18T21:57:40.970Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.047s coverage: 100.0% of statements [2021-02-18T21:57:40.970Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-18T21:57:40.970Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-18T21:57:40.970Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-18T21:57:40.970Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-18T21:57:40.970Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.069s coverage: 100.0% of statements [2021-02-18T21:57:40.970Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-18T21:57:40.970Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-18T21:57:40.970Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-18T21:57:40.970Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.027s coverage: 0.0% of statements [2021-02-18T21:57:40.970Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-18T21:57:40.971Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.033s coverage: 100.0% of statements [2021-02-18T21:57:40.971Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-18T21:57:40.971Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-18T21:57:40.971Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-18T21:57:40.971Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-18T21:57:40.971Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.041s coverage: 87.9% of statements [2021-02-18T21:57:40.971Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-18T21:57:40.971Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-18T21:57:40.971Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.033s coverage: 100.0% of statements [2021-02-18T21:57:40.971Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.037s coverage: 32.1% of statements [2021-02-18T21:57:40.971Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements [2021-02-18T21:57:40.971Z] GO111MODULE=on go vet ./... [2021-02-18T21:57:56.514Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-26835 in /w/workspace/edgexfoundry_edgex-go_PR-3172 [Pipeline] { [Pipeline] ws [2021-02-18T21:57:56.562Z] Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout [2021-02-18T21:58:01.945Z] using credential edgex-jenkins-ssh [2021-02-18T21:58:02.008Z] Cloning the remote Git repository [2021-02-18T21:58:02.079Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-18T21:58:02.193Z] > git init /w/workspace/edgex-go/4 # timeout=10 [2021-02-18T21:58:02.271Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-18T21:58:02.271Z] > git --version # timeout=10 [2021-02-18T21:58:02.298Z] > git --version # 'git version 2.17.1' [2021-02-18T21:58:02.300Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-18T21:58:02.383Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-18T21:58:07.718Z] gofmt -l . [2021-02-18T21:58:07.718Z] [ "`gofmt -l .`" = "" ] [2021-02-18T21:58:07.718Z] ./bin/test-go-mod-tidy.sh [2021-02-18T21:58:07.718Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-18T21:58:08.039Z] + ls -al . [2021-02-18T21:58:08.039Z] total 708 [2021-02-18T21:58:08.039Z] drwxrwxr-x 10 1001 1001 4096 Feb 18 21:58 . [2021-02-18T21:58:08.039Z] drwxr-xr-x 4 root root 28 Feb 18 21:56 .. [2021-02-18T21:58:08.039Z] -rw-rw-r-- 1 1001 1001 11 Feb 18 21:54 .dockerignore [2021-02-18T21:58:08.039Z] drwxrwxr-x 8 1001 1001 179 Feb 18 21:54 .git [2021-02-18T21:58:08.039Z] drwxrwxr-x 3 1001 1001 125 Feb 18 21:54 .github [2021-02-18T21:58:08.040Z] -rw-rw-r-- 1 1001 1001 818 Feb 18 21:54 .gitignore [2021-02-18T21:58:08.040Z] drwx------ 3 1001 1001 60 Feb 18 21:55 .semver [2021-02-18T21:58:08.040Z] -rw-rw-r-- 1 1001 1001 166 Feb 18 21:54 .sonarcloud.properties [2021-02-18T21:58:08.040Z] -rw-rw-r-- 1 1001 1001 8475 Feb 18 21:54 Attribution.txt [2021-02-18T21:58:08.040Z] -rw-rw-r-- 1 1001 1001 3804 Feb 18 21:54 CONTRIBUTING.md [2021-02-18T21:58:08.040Z] -rw-rw-r-- 1 1001 1001 931 Feb 18 21:54 Dockerfile.build [2021-02-18T21:58:08.040Z] -rw-rw-r-- 1 1001 1001 863 Feb 18 21:54 Jenkinsfile [2021-02-18T21:58:08.040Z] -rw-rw-r-- 1 1001 1001 10775 Feb 18 21:54 LICENSE [2021-02-18T21:58:08.040Z] -rw-rw-r-- 1 1001 1001 5774 Feb 18 21:54 Makefile [2021-02-18T21:58:08.040Z] -rw-rw-r-- 1 1001 1001 6524 Feb 18 21:54 README.md [2021-02-18T21:58:08.040Z] -rw-rw-r-- 1 1001 1001 6755 Feb 18 21:54 SECURITY.md [2021-02-18T21:58:08.040Z] -rw-rw-r-- 1 1001 1001 5 Feb 18 21:55 VERSION [2021-02-18T21:58:08.040Z] -rw-rw-r-- 1 1001 1001 4131 Feb 18 21:54 ZMQWindows.md [2021-02-18T21:58:08.040Z] drwxrwxr-x 2 1001 1001 117 Feb 18 21:54 bin [2021-02-18T21:58:08.040Z] drwxrwxr-x 14 1001 1001 4096 Feb 18 21:54 cmd [2021-02-18T21:58:08.040Z] -rw-r--r-- 1 root root 597520 Feb 18 21:57 coverage.out [2021-02-18T21:58:08.040Z] -rw-r--r-- 1 root root 1054 Feb 18 21:58 go.mod [2021-02-18T21:58:08.040Z] -rw-r--r-- 1 root root 23444 Feb 18 21:58 go.sum [2021-02-18T21:58:08.040Z] drwxrwxr-x 8 1001 1001 127 Feb 18 21:54 internal [2021-02-18T21:58:08.040Z] drwxrwxr-x 4 1001 1001 26 Feb 18 21:54 openapi [2021-02-18T21:58:08.040Z] drwxrwxr-x 4 1001 1001 71 Feb 18 21:54 snap [2021-02-18T21:58:08.040Z] -rw-rw-r-- 1 1001 1001 168 Feb 18 21:54 version.go [Pipeline] sh [2021-02-18T21:58:08.350Z] + '[' -e coverage.out ] [2021-02-18T21:58:08.350Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-18T21:58:08.600Z] Stashed 1 file(s) [Pipeline] sh [2021-02-18T21:58:08.901Z] + make build [2021-02-18T21:58:08.901Z] 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-02-18T21:58:13.121Z] 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-02-18T21:58:21.369Z] 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-02-18T21:58:22.333Z] 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-02-18T21:58:24.259Z] 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-02-18T21:58:24.259Z] 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-02-18T21:58:26.189Z] 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-02-18T21:58:27.581Z] 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-02-18T21:58:28.983Z] 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-02-18T21:58:29.945Z] 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-02-18T21:58:31.354Z] 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-02-18T21:58:32.763Z] 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-02-18T21:58:34.731Z] $ docker stop --time=1 0a33b1ade2e6a1e84981851338cb2769a845d29481ffa94a3dd83a4f5232e075 [2021-02-18T21:58:36.450Z] $ docker rm -f 0a33b1ade2e6a1e84981851338cb2769a845d29481ffa94a3dd83a4f5232e075 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-18T21:58:38.253Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-18T21:58:38.254Z] [2021-02-18T21:58:38.254Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-02-18T21:58:38.611Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-18T21:58:38.611Z] latest: Pulling from edgex-devops/edgex-compose [2021-02-18T21:58:38.611Z] cbdbe7a5bc2a: Pulling fs layer [2021-02-18T21:58:38.611Z] ca9280d653b3: Pulling fs layer [2021-02-18T21:58:38.611Z] 7e9c9ca2126c: Pulling fs layer [2021-02-18T21:58:38.611Z] cbdbe7a5bc2a: Download complete [2021-02-18T21:58:38.637Z] Merging remotes/origin/master commit 0d6fc7d598f537d77874e1d0dc6a2e2a12b632ed into PR head commit 1afd1b68a496f62e34ad732a00a11e0934d597fb [2021-02-18T21:58:37.813Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-18T21:58:37.831Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-18T21:58:37.863Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-18T21:58:37.903Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-18T21:58:37.904Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-18T21:58:37.917Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3172/head:refs/remotes/origin/PR-3172 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-18T21:58:38.673Z] > git config core.sparsecheckout # timeout=10 [2021-02-18T21:58:38.692Z] > git checkout -f 1afd1b68a496f62e34ad732a00a11e0934d597fb # timeout=10 [2021-02-18T21:58:39.173Z] Merge succeeded, producing 1afd1b68a496f62e34ad732a00a11e0934d597fb [2021-02-18T21:58:39.173Z] Checking out Revision 1afd1b68a496f62e34ad732a00a11e0934d597fb (PR-3172) [2021-02-18T21:58:39.205Z] ca9280d653b3: Verifying Checksum [2021-02-18T21:58:39.205Z] ca9280d653b3: Download complete [2021-02-18T21:58:39.205Z] cbdbe7a5bc2a: Pull complete [2021-02-18T21:58:40.158Z] ca9280d653b3: Pull complete [2021-02-18T21:58:40.424Z] 7e9c9ca2126c: Download complete [2021-02-18T21:58:39.073Z] > git remote # timeout=10 [2021-02-18T21:58:39.100Z] > git config --get remote.origin.url # timeout=10 [2021-02-18T21:58:39.137Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-18T21:58:39.152Z] > git merge 0d6fc7d598f537d77874e1d0dc6a2e2a12b632ed # timeout=10 [2021-02-18T21:58:39.175Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-18T21:58:39.196Z] > git config core.sparsecheckout # timeout=10 [2021-02-18T21:58:39.215Z] > git checkout -f 1afd1b68a496f62e34ad732a00a11e0934d597fb # timeout=10 [2021-02-18T21:58:43.755Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-18T21:58:45.236Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-18T21:58:45.738Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-18T21:58:46.086Z] + true [2021-02-18T21:58:46.086Z] + sudo service docker restart [2021-02-18T21:58:47.070Z] 7e9c9ca2126c: Pull complete [2021-02-18T21:58:47.070Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-02-18T21:58:47.070Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-18T21:58:47.070Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-02-18T21:58:47.236Z] prd-centos7-docker-4c-2g-26831 does not seem to be running inside a container [2021-02-18T21:58:47.310Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-02-18T21:58:50.202Z] $ docker top 28cf7caff6046da703d458f763f11144c8e096707865d2cc468e078e83a4cdad -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [Pipeline] wrap [2021-02-18T21:58:50.585Z] provisioning config files... [2021-02-18T21:58:50.631Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config4013966500313742973tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-18T21:58:50.794Z] + docker-compose build --help [2021-02-18T21:58:50.794Z] + grep parallel [2021-02-18T21:58:51.113Z] ---> docker-login.sh [2021-02-18T21:58:51.113Z] nexus3.edgexfoundry.org:10001 [2021-02-18T21:58:51.713Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-18T21:58:51.747Z] --parallel Build images in parallel. [Pipeline] } [2021-02-18T21:58:52.026Z] $ docker stop --time=1 28cf7caff6046da703d458f763f11144c8e096707865d2cc468e078e83a4cdad [2021-02-18T21:58:52.313Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-18T21:58:52.314Z] Configure a credential helper to remove this warning. See [2021-02-18T21:58:52.314Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-18T21:58:52.314Z] [2021-02-18T21:58:52.314Z] Login Succeeded [2021-02-18T21:58:52.314Z] nexus3.edgexfoundry.org:10002 [2021-02-18T21:58:52.587Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-18T21:58:52.862Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-18T21:58:52.862Z] Configure a credential helper to remove this warning. See [2021-02-18T21:58:52.862Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-18T21:58:52.862Z] [2021-02-18T21:58:52.862Z] Login Succeeded [2021-02-18T21:58:52.862Z] nexus3.edgexfoundry.org:10003 [2021-02-18T21:58:53.135Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-18T21:58:53.390Z] $ docker rm -f 28cf7caff6046da703d458f763f11144c8e096707865d2cc468e078e83a4cdad [2021-02-18T21:58:53.407Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-18T21:58:53.407Z] Configure a credential helper to remove this warning. See [2021-02-18T21:58:53.407Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-18T21:58:53.407Z] [2021-02-18T21:58:53.407Z] Login Succeeded [2021-02-18T21:58:53.407Z] nexus3.edgexfoundry.org:10004 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [2021-02-18T21:58:53.679Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] isUnix [Pipeline] sh [2021-02-18T21:58:53.952Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-18T21:58:53.952Z] Configure a credential helper to remove this warning. See [2021-02-18T21:58:53.952Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-18T21:58:53.952Z] [2021-02-18T21:58:53.952Z] Login Succeeded [2021-02-18T21:58:53.952Z] docker.io [2021-02-18T21:58:54.004Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-18T21:58:54.004Z] . [Pipeline] withDockerContainer [2021-02-18T21:58:54.109Z] prd-centos7-docker-4c-2g-26831 does not seem to be running inside a container [2021-02-18T21:58:54.164Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-02-18T21:58:54.225Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-18T21:58:54.817Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-18T21:58:54.817Z] Configure a credential helper to remove this warning. See [2021-02-18T21:58:54.817Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-18T21:58:54.817Z] [2021-02-18T21:58:54.817Z] Login Succeeded [2021-02-18T21:58:54.817Z] ---> docker-login.sh ends [2021-02-18T21:58:55.058Z] $ docker top 27413860155bb9efa3e367e3f525de4dc4bf80090d89adeba02b142b03d248fd -eo pid,comm [Pipeline] { [Pipeline] } [2021-02-18T21:58:55.270Z] Deleting 1 temporary files [Pipeline] sh [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2021-02-18T21:58:55.632Z] + docker-compose -f ./docker-compose-build.yml build --parallel [Pipeline] echo [2021-02-18T21:58:55.739Z] ========================================================= [2021-02-18T21:58:55.739Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-18T21:58:55.739Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-18T21:58:56.109Z] + 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-02-18T21:58:56.578Z] Building docker-core-command-go ... [2021-02-18T21:58:56.578Z] Building docker-core-data-go ... [2021-02-18T21:58:56.578Z] Building docker-core-metadata-go ... [2021-02-18T21:58:56.578Z] Building docker-security-bootstrapper-go ... [2021-02-18T21:58:56.578Z] Building docker-security-proxy-setup-go ... [2021-02-18T21:58:56.578Z] Building docker-security-secretstore-setup-go ... [2021-02-18T21:58:56.578Z] Building docker-support-notifications-go ... [2021-02-18T21:58:56.578Z] Building docker-support-scheduler-go ... [2021-02-18T21:58:56.578Z] Building docker-sys-mgmt-agent-go ... [2021-02-18T21:58:56.578Z] Building docker-core-data-go [2021-02-18T21:58:56.578Z] Building docker-support-scheduler-go [2021-02-18T21:58:56.578Z] Building docker-security-bootstrapper-go [2021-02-18T21:58:56.578Z] Building docker-support-notifications-go [2021-02-18T21:58:56.578Z] Building docker-security-proxy-setup-go [2021-02-18T21:58:58.750Z] Sending build context to Docker daemon 166.3MB [2021-02-18T21:58:58.750Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-18T21:58:58.750Z] Step 2/6 : FROM ${BASE} [2021-02-18T21:58:58.750Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-18T21:58:58.750Z] 5f621e34cdf4: Pulling fs layer [2021-02-18T21:58:58.750Z] a4357932f1b6: Pulling fs layer [2021-02-18T21:58:58.750Z] 18c013af1878: Pulling fs layer [2021-02-18T21:58:58.750Z] 00ac8860ef70: Pulling fs layer [2021-02-18T21:58:58.750Z] 63d7cb157983: Pulling fs layer [2021-02-18T21:58:58.750Z] 00ac8860ef70: Waiting [2021-02-18T21:58:58.750Z] b116817d02f9: Pulling fs layer [2021-02-18T21:58:58.750Z] 745a02a5169b: Pulling fs layer [2021-02-18T21:58:58.750Z] 63d7cb157983: Waiting [2021-02-18T21:58:58.750Z] b116817d02f9: Waiting [2021-02-18T21:58:58.750Z] 745a02a5169b: Waiting [2021-02-18T21:58:59.027Z] 18c013af1878: Verifying Checksum [2021-02-18T21:58:59.027Z] 18c013af1878: Download complete [2021-02-18T21:58:59.027Z] a4357932f1b6: Download complete [2021-02-18T21:58:59.027Z] 63d7cb157983: Download complete [2021-02-18T21:58:59.027Z] b116817d02f9: Download complete [2021-02-18T21:58:59.027Z] 5f621e34cdf4: Verifying Checksum [2021-02-18T21:58:59.027Z] 5f621e34cdf4: Download complete [2021-02-18T21:58:59.628Z] 5f621e34cdf4: Pull complete [2021-02-18T21:59:00.242Z] a4357932f1b6: Pull complete [2021-02-18T21:59:00.518Z] 18c013af1878: Pull complete [2021-02-18T21:59:01.511Z] 745a02a5169b: Verifying Checksum [2021-02-18T21:59:01.511Z] 745a02a5169b: Download complete [2021-02-18T21:59:02.115Z] 00ac8860ef70: Verifying Checksum [2021-02-18T21:59:02.115Z] 00ac8860ef70: Download complete [2021-02-18T21:59:12.288Z] 00ac8860ef70: Pull complete [2021-02-18T21:59:12.561Z] 63d7cb157983: Pull complete [2021-02-18T21:59:13.159Z] b116817d02f9: Pull complete [2021-02-18T21:59:16.575Z] 745a02a5169b: Pull complete [2021-02-18T21:59:16.851Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-18T21:59:16.851Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-18T21:59:16.851Z] ---> b7e6874047d6 [2021-02-18T21:59:16.851Z] 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-02-18T21:59:20.267Z] ---> Running in 5c01f962408d [2021-02-18T21:59:21.268Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T21:59:21.869Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T21:59:22.465Z] (1/12) Installing libmagic (5.38-r0) [2021-02-18T21:59:22.738Z] (2/12) Installing file (5.38-r0) [2021-02-18T21:59:22.738Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-18T21:59:23.010Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-18T21:59:26.391Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-18T21:59:26.391Z] (6/12) Installing patch (2.7.6-r6) [2021-02-18T21:59:26.391Z] (7/12) Installing build-base (0.5-r2) [2021-02-18T21:59:26.660Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-18T21:59:26.660Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-18T21:59:26.660Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-18T21:59:26.932Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-18T21:59:26.932Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-18T21:59:26.932Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T21:59:27.206Z] OK: 217 MiB in 51 packages [2021-02-18T21:59:29.141Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T21:59:29.141Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-18T21:59:29.141Z] Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T21:59:29.141Z] Step 2/30 : FROM ${BUILDER_BASE} AS builder [2021-02-18T21:59:29.141Z] ---> 2177cac3dd5f [2021-02-18T21:59:29.141Z] Step 3/23 : WORKDIR /edgex-go ---> 2177cac3dd5f [2021-02-18T21:59:29.141Z] Step 3/30 : WORKDIR /edgex-go [2021-02-18T21:59:29.141Z] [2021-02-18T21:59:29.141Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T21:59:29.141Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-18T21:59:29.141Z] ---> 2177cac3dd5f [2021-02-18T21:59:29.141Z] Step 3/22 : WORKDIR /edgex-go [2021-02-18T21:59:29.141Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T21:59:29.141Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-18T21:59:29.141Z] ---> 2177cac3dd5f [2021-02-18T21:59:29.141Z] Step 3/22 : WORKDIR /edgex-go [2021-02-18T21:59:29.406Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T21:59:29.406Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-18T21:59:29.406Z] ---> 2177cac3dd5f [2021-02-18T21:59:29.406Z] Step 3/21 : WORKDIR /edgex-go [2021-02-18T21:59:30.368Z] ---> Running in 7868ea021f3e [2021-02-18T21:59:30.368Z] ---> Running in 2f747da5b301 [2021-02-18T21:59:30.368Z] ---> Running in afb443a11ce9 [2021-02-18T21:59:30.368Z] ---> Running in f078727b6886 [2021-02-18T21:59:30.368Z] ---> Running in 075ffe7e4e0a [2021-02-18T21:59:30.946Z] Removing intermediate container 075ffe7e4e0a [2021-02-18T21:59:30.946Z] ---> e2106fb454b3 [2021-02-18T21:59:30.946Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T21:59:30.946Z] Removing intermediate container 2f747da5b301 [2021-02-18T21:59:30.946Z] ---> ecf62110de44 [2021-02-18T21:59:30.946Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T21:59:30.946Z] Removing intermediate container 7868ea021f3e [2021-02-18T21:59:30.946Z] ---> 1f82cd9a74ed [2021-02-18T21:59:30.946Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T21:59:30.946Z] Removing intermediate container f078727b6886 [2021-02-18T21:59:30.946Z] ---> bf756d60d9d5 [2021-02-18T21:59:30.946Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T21:59:30.946Z] Removing intermediate container afb443a11ce9 [2021-02-18T21:59:30.946Z] ---> f3f6575c10a3 [2021-02-18T21:59:30.946Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T21:59:30.946Z] ---> Running in f227e4dc0bbe [2021-02-18T21:59:30.946Z] ---> Running in b04c8b56b69d [2021-02-18T21:59:31.210Z] ---> Running in bd561490aae5 [2021-02-18T21:59:31.210Z] ---> Running in 85ba8fcdccde [2021-02-18T21:59:31.210Z] ---> Running in 47353b8df940 [2021-02-18T21:59:31.506Z] Removing intermediate container 5c01f962408d [2021-02-18T21:59:31.506Z] ---> e4270b54b2d6 [2021-02-18T21:59:31.506Z] Step 4/6 : WORKDIR /edgex-go [2021-02-18T21:59:31.506Z] ---> Running in 0197e22ecaee [2021-02-18T21:59:31.506Z] Removing intermediate container 0197e22ecaee [2021-02-18T21:59:31.506Z] ---> fa149176b6a9 [2021-02-18T21:59:31.506Z] Step 5/6 : COPY go.mod . [2021-02-18T21:59:32.481Z] ---> 3da2b0a1e9da [2021-02-18T21:59:32.481Z] Step 6/6 : RUN go mod download [2021-02-18T21:59:32.481Z] ---> Running in 535c91836711 [2021-02-18T21:59:33.174Z] Removing intermediate container b04c8b56b69d [2021-02-18T21:59:33.174Z] ---> 22086ce80f7f [2021-02-18T21:59:33.174Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-18T21:59:33.174Z] Removing intermediate container f227e4dc0bbe [2021-02-18T21:59:33.174Z] ---> 7647be399b51 [2021-02-18T21:59:33.174Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-18T21:59:33.440Z] ---> Running in b64900e2c9c7 [2021-02-18T21:59:33.440Z] Removing intermediate container bd561490aae5 [2021-02-18T21:59:33.440Z] ---> 90d58509872e [2021-02-18T21:59:33.440Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-18T21:59:33.440Z] ---> Running in 337a091d89a4 [2021-02-18T21:59:33.719Z] Removing intermediate container 85ba8fcdccde [2021-02-18T21:59:33.719Z] ---> 14173f195c9b [2021-02-18T21:59:33.719Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-18T21:59:33.719Z] ---> Running in ae868463a1cc [2021-02-18T21:59:33.719Z] Removing intermediate container 47353b8df940 [2021-02-18T21:59:33.719Z] ---> f9f6f6c6f32e [2021-02-18T21:59:33.719Z] Step 5/30 : RUN apk add --update --no-cache make git [2021-02-18T21:59:33.987Z] ---> Running in 8a641dfc5a66 [2021-02-18T21:59:33.987Z] ---> Running in b453092c30ca [2021-02-18T21:59:34.959Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T21:59:34.959Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T21:59:34.959Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T21:59:34.959Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T21:59:34.959Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T21:59:35.542Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T21:59:35.542Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T21:59:35.542Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T21:59:35.542Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T21:59:35.810Z] OK: 233 MiB in 51 packages [2021-02-18T21:59:35.810Z] OK: 233 MiB in 51 packages [2021-02-18T21:59:36.073Z] OK: 233 MiB in 51 packages [2021-02-18T21:59:36.073Z] OK: 233 MiB in 51 packages [2021-02-18T21:59:36.341Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T21:59:36.607Z] Removing intermediate container b64900e2c9c7 [2021-02-18T21:59:36.607Z] ---> 321209fbfdcc [2021-02-18T21:59:36.607Z] Step 6/22 : COPY go.mod . [2021-02-18T21:59:36.872Z] Removing intermediate container 337a091d89a4 [2021-02-18T21:59:36.872Z] ---> da5ca485e331 [2021-02-18T21:59:36.872Z] Step 6/21 : COPY go.mod . [2021-02-18T21:59:36.872Z] OK: 233 MiB in 51 packages [2021-02-18T21:59:36.872Z] ---> ab2035e16174 [2021-02-18T21:59:36.872Z] Step 7/22 : RUN go mod download [2021-02-18T21:59:37.139Z] ---> Running in 1e64c1b6f400 [2021-02-18T21:59:37.417Z] ---> a8c2aec029b7 [2021-02-18T21:59:37.417Z] Step 7/21 : RUN go mod download [2021-02-18T21:59:37.417Z] Removing intermediate container 8a641dfc5a66 [2021-02-18T21:59:37.417Z] ---> 9bf45878a1a1 [2021-02-18T21:59:37.417Z] Step 6/22 : COPY go.mod . [2021-02-18T21:59:37.417Z] Removing intermediate container ae868463a1cc [2021-02-18T21:59:37.417Z] ---> eb3964d0b95e [2021-02-18T21:59:37.417Z] Step 6/23 : COPY go.mod . [2021-02-18T21:59:37.417Z] ---> Running in 7f36afd1d267 [2021-02-18T21:59:38.014Z] ---> 419ce2bb725e [2021-02-18T21:59:38.014Z] Step 7/22 : RUN go mod download [2021-02-18T21:59:38.014Z] ---> b533906259d6 [2021-02-18T21:59:38.014Z] Step 7/23 : RUN go mod download [2021-02-18T21:59:38.014Z] ---> Running in 230cecc35ca9 [2021-02-18T21:59:38.014Z] ---> Running in cd5bf970706f [2021-02-18T21:59:38.281Z] Removing intermediate container b453092c30ca [2021-02-18T21:59:38.281Z] ---> b61b49ae13de [2021-02-18T21:59:38.281Z] Step 6/30 : COPY go.mod . [2021-02-18T21:59:38.546Z] ---> af320b962564 [2021-02-18T21:59:38.546Z] Step 7/30 : RUN go mod download [2021-02-18T21:59:38.546Z] ---> Running in 081bf8b5b559 [2021-02-18T21:59:39.521Z] Removing intermediate container 7f36afd1d267 [2021-02-18T21:59:39.521Z] ---> 187c092bbebc [2021-02-18T21:59:39.521Z] Step 8/21 : COPY . . [2021-02-18T21:59:39.789Z] Removing intermediate container 1e64c1b6f400 [2021-02-18T21:59:39.789Z] ---> cb79f6f2749e [2021-02-18T21:59:39.789Z] Step 8/22 : COPY . . [2021-02-18T21:59:45.192Z] Removing intermediate container 230cecc35ca9 [2021-02-18T21:59:45.192Z] ---> 6af8a20f0b36 [2021-02-18T21:59:45.192Z] Step 8/22 : COPY . . [2021-02-18T21:59:45.192Z] Removing intermediate container cd5bf970706f [2021-02-18T21:59:45.192Z] ---> 0108931b8a5e [2021-02-18T21:59:45.192Z] Step 8/23 : COPY . . [2021-02-18T21:59:45.775Z] Removing intermediate container 081bf8b5b559 [2021-02-18T21:59:45.775Z] ---> b325effba048 [2021-02-18T21:59:45.775Z] Step 8/30 : COPY . . [2021-02-18T21:59:59.318Z] Removing intermediate container 535c91836711 [2021-02-18T21:59:59.318Z] ---> 6931b0d003c0 [2021-02-18T21:59:59.603Z] Successfully built 6931b0d003c0 [2021-02-18T21:59:59.603Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-18T21:59:59.975Z] + docker inspect -f . ci-base-image-arm64 [2021-02-18T21:59:59.975Z] . [Pipeline] withDockerContainer [2021-02-18T22:00:00.216Z] prd-ubuntu18.04-docker-arm64-4c-16g-26835 does not seem to be running inside a container [2021-02-18T22:00:00.320Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-18T22:00:01.791Z] $ docker top 088e90cc2ffb1ba548c7626b9785d42a224569605c7fa25f0ecfb4996201631d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-18T22:00:02.817Z] + go version [2021-02-18T22:00:02.817Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-18T22:00:02.871Z] $ docker stop --time=1 088e90cc2ffb1ba548c7626b9785d42a224569605c7fa25f0ecfb4996201631d [2021-02-18T22:00:04.694Z] $ docker rm -f 088e90cc2ffb1ba548c7626b9785d42a224569605c7fa25f0ecfb4996201631d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-18T22:00:05.679Z] + docker inspect -f . ci-base-image-arm64 [2021-02-18T22:00:05.680Z] . [Pipeline] withDockerContainer [2021-02-18T22:00:05.926Z] prd-ubuntu18.04-docker-arm64-4c-16g-26835 does not seem to be running inside a container [2021-02-18T22:00:06.047Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-18T22:00:07.351Z] $ docker top ba9ad95dd69d6350f2e3de0a54315f862383f1b542b7e0eda322dd64b133f7f1 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-18T22:00:07.673Z] ========================================================= [2021-02-18T22:00:07.673Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-18T22:00:07.673Z] ========================================================= [Pipeline] sh [2021-02-18T22:00:08.316Z] + make test [2021-02-18T22:00:08.316Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-18T22:00:19.117Z] ---> 40756e46ebfc [2021-02-18T22:00:19.117Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-18T22:00:19.701Z] ---> Running in 7b38750c7b68 [2021-02-18T22:00:19.964Z] ---> d28d7ab18228 [2021-02-18T22:00:19.964Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-18T22:00:19.964Z] ---> 4cdf64594d59 [2021-02-18T22:00:19.964Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-18T22:00:19.964Z] ---> 607bf721b611 [2021-02-18T22:00:19.964Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-18T22:00:19.964Z] ---> febf3ebbeaf9 [2021-02-18T22:00:19.964Z] Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-02-18T22:00:20.914Z] ---> Running in a24db86d83b0 [2021-02-18T22:00:20.914Z] ---> Running in 9fa872dd98be [2021-02-18T22:00:20.914Z] ---> Running in e3d42cbb5747 [2021-02-18T22:00:20.914Z] ---> Running in 841d75d0dfab [2021-02-18T22:00:21.182Z] 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-02-18T22:00:22.148Z] 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-02-18T22:00:22.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-02-18T22:00:22.148Z] 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-02-18T22:00:22.148Z] 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-02-18T22:00:30.506Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-18T22:00:54.449Z] 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-02-18T22:00:57.867Z] Removing intermediate container e3d42cbb5747 [2021-02-18T22:00:57.867Z] ---> efe4aefab0df [2021-02-18T22:00:57.867Z] [2021-02-18T22:00:57.867Z] Step 10/30 : FROM alpine:3.12 [2021-02-18T22:00:57.867Z] 3.12: Pulling from library/alpine [2021-02-18T22:00:58.137Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-18T22:00:58.137Z] Status: Downloaded newer image for alpine:3.12 [2021-02-18T22:00:58.137Z] ---> 389fef711851 [2021-02-18T22:00:58.137Z] Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-18T22:00:59.128Z] ---> Running in 81a4cd6f510a [2021-02-18T22:01:03.371Z] Removing intermediate container 841d75d0dfab [2021-02-18T22:01:03.371Z] ---> 98156a4bafe1 [2021-02-18T22:01:03.371Z] [2021-02-18T22:01:03.371Z] Step 10/21 : FROM alpine:3.12 [2021-02-18T22:01:03.371Z] ---> 389fef711851 [2021-02-18T22:01:03.371Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-18T22:01:04.769Z] Removing intermediate container 81a4cd6f510a [2021-02-18T22:01:04.769Z] ---> 376a51b50dca [2021-02-18T22:01:04.769Z] Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-18T22:01:05.035Z] Removing intermediate container 7b38750c7b68 [2021-02-18T22:01:05.035Z] ---> 27990c3aabfe [2021-02-18T22:01:05.035Z] [2021-02-18T22:01:05.035Z] Step 10/22 : FROM alpine:3.12 [2021-02-18T22:01:05.035Z] ---> 389fef711851 [2021-02-18T22:01:05.035Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-18T22:01:05.035Z] ---> Running in 4074de9f6f31 [2021-02-18T22:01:05.035Z] ---> Running in 7706ac9a55e6 [2021-02-18T22:01:05.301Z] Removing intermediate container 9fa872dd98be [2021-02-18T22:01:05.301Z] ---> e9bd9cb8b234 [2021-02-18T22:01:05.301Z] [2021-02-18T22:01:05.301Z] Step 10/22 : FROM alpine:3.12 [2021-02-18T22:01:05.301Z] ---> 389fef711851 [2021-02-18T22:01:05.301Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-18T22:01:05.301Z] ---> Running in 2ce34b4cca83 [2021-02-18T22:01:05.570Z] ---> Running in 1fc7418ed0ab [2021-02-18T22:01:06.190Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T22:01:06.190Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T22:01:06.190Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T22:01:06.472Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T22:01:06.472Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-18T22:01:06.472Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T22:01:06.472Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-18T22:01:06.472Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-18T22:01:06.472Z] (4/4) Installing curl (7.69.1-r3) [2021-02-18T22:01:06.472Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T22:01:06.472Z] Executing ca-certificates-20191127-r4.trigger [2021-02-18T22:01:06.472Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-18T22:01:06.472Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T22:01:06.472Z] (2/2) Installing su-exec (0.2-r1) [2021-02-18T22:01:06.472Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T22:01:06.472Z] OK: 6 MiB in 16 packages [2021-02-18T22:01:06.740Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T22:01:06.740Z] OK: 7 MiB in 18 packages [2021-02-18T22:01:06.740Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T22:01:06.740Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-18T22:01:06.740Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-18T22:01:06.740Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T22:01:06.740Z] Executing ca-certificates-20191127-r4.trigger [2021-02-18T22:01:06.740Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-18T22:01:07.005Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T22:01:07.005Z] OK: 6 MiB in 15 packages [2021-02-18T22:01:07.005Z] OK: 6 MiB in 16 packages [2021-02-18T22:01:08.956Z] Removing intermediate container a24db86d83b0 [2021-02-18T22:01:08.956Z] ---> f1b1feb7df71 [2021-02-18T22:01:08.956Z] [2021-02-18T22:01:08.956Z] Step 10/23 : FROM alpine:3.12 [2021-02-18T22:01:08.956Z] ---> 389fef711851 [2021-02-18T22:01:08.957Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-18T22:01:09.223Z] ---> Running in 3abb3100490d [2021-02-18T22:01:09.514Z] Removing intermediate container 3abb3100490d [2021-02-18T22:01:09.514Z] ---> 568df7d1554a [2021-02-18T22:01:09.514Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-18T22:01:10.097Z] Removing intermediate container 7706ac9a55e6 [2021-02-18T22:01:10.097Z] ---> d574b4c5176a [2021-02-18T22:01:10.097Z] Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-18T22:01:10.364Z] ---> Running in 4c1af958825f [2021-02-18T22:01:10.629Z] ---> Running in 1fc16a4e5c49 [2021-02-18T22:01:10.629Z] Removing intermediate container 1fc7418ed0ab [2021-02-18T22:01:10.629Z] ---> be3bac596a15 [2021-02-18T22:01:10.629Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-18T22:01:10.629Z] Removing intermediate container 2ce34b4cca83 [2021-02-18T22:01:10.629Z] ---> 1847eb2d2ebf [2021-02-18T22:01:10.629Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-18T22:01:10.629Z] Removing intermediate container 4074de9f6f31 [2021-02-18T22:01:10.629Z] ---> 47b4b5ce72ed [2021-02-18T22:01:10.629Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-18T22:01:10.892Z] ---> Running in 8bda314a8257 [2021-02-18T22:01:10.892Z] ---> Running in 6ff069157e2f [2021-02-18T22:01:10.892Z] ---> Running in 0a580a55d8f1 [2021-02-18T22:01:10.892Z] Removing intermediate container 4c1af958825f [2021-02-18T22:01:10.892Z] ---> 2b3bc9c18c0e [2021-02-18T22:01:10.892Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-18T22:01:11.155Z] Removing intermediate container 1fc16a4e5c49 [2021-02-18T22:01:11.155Z] ---> 19f5a2c91d52 [2021-02-18T22:01:11.155Z] Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-18T22:01:11.155Z] ---> Running in 3d53e88b42c6 [2021-02-18T22:01:11.155Z] Removing intermediate container 6ff069157e2f [2021-02-18T22:01:11.155Z] ---> 544f393e23bb [2021-02-18T22:01:11.155Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-18T22:01:11.155Z] Removing intermediate container 8bda314a8257 [2021-02-18T22:01:11.155Z] ---> 67204902d7e6 [2021-02-18T22:01:11.155Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-18T22:01:12.550Z] ---> Running in 2ff38508d918 [2021-02-18T22:01:12.550Z] Removing intermediate container 0a580a55d8f1 [2021-02-18T22:01:12.550Z] ---> de4dfcb9ed43 [2021-02-18T22:01:12.550Z] Step 13/21 : WORKDIR /edgex [2021-02-18T22:01:12.550Z] ---> Running in 6a68b9b22664 [2021-02-18T22:01:12.550Z] ---> Running in 0441195da37c [2021-02-18T22:01:12.550Z] ---> Running in 241c5775648e [2021-02-18T22:01:12.550Z] Removing intermediate container 3d53e88b42c6 [2021-02-18T22:01:12.550Z] ---> 755c384855da [2021-02-18T22:01:12.550Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T22:01:12.813Z] Removing intermediate container 2ff38508d918 [2021-02-18T22:01:12.813Z] ---> 24c4afeac3a0 [2021-02-18T22:01:12.813Z] Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-18T22:01:12.813Z] ---> Running in d89430b0c3ce [2021-02-18T22:01:12.813Z] Removing intermediate container 6a68b9b22664 [2021-02-18T22:01:12.813Z] ---> 75118ecdbe62 [2021-02-18T22:01:12.813Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-18T22:01:12.813Z] Removing intermediate container 0441195da37c [2021-02-18T22:01:12.813Z] ---> e45a50c42a14 [2021-02-18T22:01:12.813Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-18T22:01:13.080Z] ---> Running in f4c3d25b7768 [2021-02-18T22:01:13.080Z] ---> Running in 45403955a13e [2021-02-18T22:01:13.080Z] Removing intermediate container 241c5775648e [2021-02-18T22:01:13.080Z] ---> 99bcf5f18ceb [2021-02-18T22:01:13.080Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-18T22:01:13.080Z] ---> Running in f123d50291f5 [2021-02-18T22:01:13.658Z] Removing intermediate container 45403955a13e [2021-02-18T22:01:13.658Z] ---> 81f90e918e54 [2021-02-18T22:01:13.658Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-18T22:01:13.658Z] Removing intermediate container f123d50291f5 [2021-02-18T22:01:13.658Z] ---> 032b22ea5305 [2021-02-18T22:01:13.658Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-18T22:01:13.658Z] ---> a4d3d4adf27c [2021-02-18T22:01:13.658Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-18T22:01:14.241Z] ---> 2ae4c0f45efb [2021-02-18T22:01:14.241Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-18T22:01:14.241Z] ---> f12aa9ae7d8d [2021-02-18T22:01:14.241Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-18T22:01:14.241Z] ---> 28cd7cb285f9 [2021-02-18T22:01:14.241Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-18T22:01:14.508Z] Removing intermediate container d89430b0c3ce [2021-02-18T22:01:14.508Z] ---> fe84dafa9c6b [2021-02-18T22:01:14.508Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-18T22:01:14.772Z] ---> Running in 1ff5018d7622 [2021-02-18T22:01:14.772Z] Removing intermediate container f4c3d25b7768 [2021-02-18T22:01:14.772Z] ---> 0ab6930bbae4 [2021-02-18T22:01:14.772Z] Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-18T22:01:15.036Z] ---> Running in 2463f11d79bb [2021-02-18T22:01:15.037Z] ---> c069000015e1 [2021-02-18T22:01:15.037Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-18T22:01:15.037Z] ---> b8173497d353 [2021-02-18T22:01:15.037Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-18T22:01:15.037Z] ---> 6913f85fefa2 [2021-02-18T22:01:15.037Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-18T22:01:15.301Z] ---> Running in 040873867f80 [2021-02-18T22:01:15.301Z] Removing intermediate container 2463f11d79bb [2021-02-18T22:01:15.301Z] ---> 4c120dd5a3a0 [2021-02-18T22:01:15.301Z] Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-18T22:01:15.568Z] ---> 5d0b0cbd2f39 [2021-02-18T22:01:15.568Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-18T22:01:15.568Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T22:01:15.568Z] ---> Running in 6d537e1c3700 [2021-02-18T22:01:15.568Z] ---> 20afa27d65a2 [2021-02-18T22:01:15.568Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-18T22:01:15.568Z] Removing intermediate container 040873867f80 [2021-02-18T22:01:15.568Z] ---> ab40d51cc7aa [2021-02-18T22:01:15.568Z] Step 18/21 : CMD ["--init=true"] [2021-02-18T22:01:15.831Z] ---> Running in a2980a479b80 [2021-02-18T22:01:15.831Z] ---> Running in e9d244fbbfe7 [2021-02-18T22:01:15.831Z] ---> a9d9f32acd50 [2021-02-18T22:01:15.831Z] Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-18T22:01:15.831Z] Removing intermediate container 6d537e1c3700 [2021-02-18T22:01:15.831Z] ---> 22d182221e86 [2021-02-18T22:01:15.831Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-18T22:01:16.096Z] ---> Running in 87bc1ea6992f [2021-02-18T22:01:16.096Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T22:01:16.096Z] ---> Running in f80f16de658f [2021-02-18T22:01:16.096Z] Removing intermediate container a2980a479b80 [2021-02-18T22:01:16.096Z] ---> 02ccb9d64f1c [2021-02-18T22:01:16.096Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-18T22:01:16.371Z] Removing intermediate container e9d244fbbfe7 [2021-02-18T22:01:16.371Z] ---> 034026b494fc [2021-02-18T22:01:16.371Z] Step 19/21 : LABEL arch=x86_64 [2021-02-18T22:01:16.371Z] ---> Running in c39cde96d9fb [2021-02-18T22:01:16.371Z] ---> Running in e245d3c44619 [2021-02-18T22:01:16.647Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-18T22:01:16.648Z] Removing intermediate container f80f16de658f [2021-02-18T22:01:16.648Z] ---> 402166d1dc37 [2021-02-18T22:01:16.648Z] Step 20/22 : LABEL arch=x86_64 [2021-02-18T22:01:16.648Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-18T22:01:16.648Z] ---> Running in 25442c451aa0 [2021-02-18T22:01:16.648Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-18T22:01:16.648Z] Removing intermediate container c39cde96d9fb [2021-02-18T22:01:16.648Z] ---> 4a78957cb093 [2021-02-18T22:01:16.648Z] Step 20/22 : LABEL arch=x86_64 [2021-02-18T22:01:16.927Z] Removing intermediate container e245d3c44619 [2021-02-18T22:01:16.927Z] ---> 07d223831076 [2021-02-18T22:01:16.927Z] Step 20/21 : LABEL git_sha=1afd1b68a496f62e34ad732a00a11e0934d597fb [2021-02-18T22:01:16.927Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-18T22:01:16.927Z] ---> Running in a9866522e36f [2021-02-18T22:01:16.927Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-18T22:01:16.927Z] ---> Running in b8b06de06c8c [2021-02-18T22:01:16.927Z] Removing intermediate container 25442c451aa0 [2021-02-18T22:01:16.927Z] ---> 4226e0167971 [2021-02-18T22:01:16.927Z] Step 21/22 : LABEL git_sha=1afd1b68a496f62e34ad732a00a11e0934d597fb [2021-02-18T22:01:17.201Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-18T22:01:17.201Z] ---> Running in ec1da62abce1 [2021-02-18T22:01:17.201Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T22:01:17.201Z] OK: 8 MiB in 20 packages [2021-02-18T22:01:17.201Z] Removing intermediate container a9866522e36f [2021-02-18T22:01:17.201Z] ---> 8b3034e6314e [2021-02-18T22:01:17.201Z] Step 21/22 : LABEL git_sha=1afd1b68a496f62e34ad732a00a11e0934d597fb [2021-02-18T22:01:17.466Z] Removing intermediate container b8b06de06c8c [2021-02-18T22:01:17.466Z] ---> 442ec1280606 [2021-02-18T22:01:17.466Z] Step 21/21 : LABEL version=0.0.0 [2021-02-18T22:01:17.466Z] ---> Running in d33318fe06e0 [2021-02-18T22:01:17.573Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-18T22:01:17.730Z] ---> Running in e822d6a5a830 [2021-02-18T22:01:17.730Z] Removing intermediate container ec1da62abce1 [2021-02-18T22:01:17.730Z] ---> 7022e89bb77e [2021-02-18T22:01:17.730Z] Step 22/22 : LABEL version=0.0.0 [2021-02-18T22:01:17.730Z] ---> Running in 83b560abcefa [2021-02-18T22:01:17.996Z] Removing intermediate container d33318fe06e0 [2021-02-18T22:01:17.996Z] ---> fe5b997552a8 [2021-02-18T22:01:17.996Z] Step 22/22 : LABEL version=0.0.0 [2021-02-18T22:01:17.996Z] Removing intermediate container e822d6a5a830 [2021-02-18T22:01:17.996Z] ---> c53e2acbc8ad [2021-02-18T22:01:17.996Z] [2021-02-18T22:01:18.258Z] ---> Running in a4248e44b2ac [2021-02-18T22:01:18.258Z] Removing intermediate container 87bc1ea6992f [2021-02-18T22:01:18.258Z] ---> a4dd8dcf4833 [2021-02-18T22:01:18.258Z] Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-18T22:01:18.528Z] Successfully built c53e2acbc8ad [2021-02-18T22:01:18.528Z] Removing intermediate container 83b560abcefa [2021-02-18T22:01:18.528Z] ---> 65ac8812aaa4 [2021-02-18T22:01:18.528Z] [2021-02-18T22:01:18.528Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-02-18T22:01:18.528Z]  Building docker-security-proxy-setup-go ... done Building docker-sys-mgmt-agent-go [2021-02-18T22:01:18.528Z] Removing intermediate container 1ff5018d7622 [2021-02-18T22:01:18.528Z] ---> dc3d6e757f71 [2021-02-18T22:01:18.528Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-18T22:01:18.802Z] Removing intermediate container a4248e44b2ac [2021-02-18T22:01:18.802Z] ---> 35886ab7371c [2021-02-18T22:01:18.802Z] [2021-02-18T22:01:18.802Z] Successfully built 65ac8812aaa4 [2021-02-18T22:01:18.802Z] Successfully tagged docker-support-scheduler-go:latest [2021-02-18T22:01:18.802Z] ---> 6157a0381655 [2021-02-18T22:01:18.802Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-18T22:01:18.802Z] Building docker-security-secretstore-setup-go [2021-02-18T22:01:18.802Z]  Building docker-support-scheduler-go ... done Successfully built 35886ab7371c [2021-02-18T22:01:18.802Z] Successfully tagged docker-support-notifications-go:latest [2021-02-18T22:01:18.802Z] Building docker-core-metadata-go [2021-02-18T22:01:18.802Z] ---> a5c1dd4d3e49 [2021-02-18T22:01:18.802Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-18T22:01:19.391Z]  Building docker-support-notifications-go ... done  ---> ac4e5078314a [2021-02-18T22:01:19.391Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-18T22:01:19.664Z] ---> 03b642a0a738 [2021-02-18T22:01:19.664Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-18T22:01:19.929Z] ---> c067d060636b [2021-02-18T22:01:19.929Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-18T22:01:23.101Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-18T22:01:23.254Z] ---> 5f11b9b76e38 [2021-02-18T22:01:23.254Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-18T22:01:25.824Z] ---> 4157cb4eade0 [2021-02-18T22:01:25.824Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2021-02-18T22:01:25.824Z] ---> Running in e7c79cc49c66 [2021-02-18T22:01:28.394Z] ---> Running in 67051f206262 [2021-02-18T22:01:28.665Z] Removing intermediate container e7c79cc49c66 [2021-02-18T22:01:28.665Z] ---> b1dfd8ea0757 [2021-02-18T22:01:28.665Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-18T22:01:28.665Z] ---> Running in 15dc8d8c4896 [2021-02-18T22:01:28.928Z] Removing intermediate container 67051f206262 [2021-02-18T22:01:28.928Z] ---> 4ce888f5cdc5 [2021-02-18T22:01:28.928Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-18T22:01:28.928Z] Removing intermediate container 15dc8d8c4896 [2021-02-18T22:01:28.928Z] ---> 2e1180bbb375 [2021-02-18T22:01:28.928Z] Step 21/23 : LABEL arch=x86_64 [2021-02-18T22:01:29.191Z] ---> Running in 580a281f4b61 [2021-02-18T22:01:29.191Z] ---> 803e8df799be [2021-02-18T22:01:29.191Z] Step 25/30 : RUN chmod +x /entrypoint.sh [2021-02-18T22:01:29.468Z] ---> Running in 36b47d6370ca [2021-02-18T22:01:29.468Z] Removing intermediate container 580a281f4b61 [2021-02-18T22:01:29.468Z] ---> 94832a628ed2 [2021-02-18T22:01:29.468Z] Step 22/23 : LABEL git_sha=1afd1b68a496f62e34ad732a00a11e0934d597fb [2021-02-18T22:01:29.732Z] ---> Running in cd540b60ae25 [2021-02-18T22:01:31.521Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-18T22:01:31.521Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-18T22:01:34.168Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-18T22:01:34.168Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-18T22:01:34.168Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-18T22:01:34.168Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-18T22:01:36.397Z] Removing intermediate container cd540b60ae25 [2021-02-18T22:01:36.397Z] ---> 3d88a66365e3 [2021-02-18T22:01:36.397Z] Step 23/23 : LABEL version=0.0.0 [2021-02-18T22:01:36.824Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-18T22:01:38.265Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-18T22:01:38.344Z] ---> Running in df772cf6041a [2021-02-18T22:01:40.302Z] Removing intermediate container df772cf6041a [2021-02-18T22:01:40.302Z] ---> 0cde8d805c72 [2021-02-18T22:01:40.302Z] [2021-02-18T22:01:40.302Z] Removing intermediate container 36b47d6370ca [2021-02-18T22:01:40.302Z] ---> d36e4f4ca54b [2021-02-18T22:01:40.302Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-18T22:01:41.295Z] Successfully built 0cde8d805c72 [2021-02-18T22:01:41.295Z] Successfully tagged docker-core-data-go:latest [2021-02-18T22:01:41.295Z] Building docker-core-command-go [2021-02-18T22:01:42.285Z]  Building docker-core-data-go ... done  ---> Running in 3588cf51793b [2021-02-18T22:01:42.285Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T22:01:42.285Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-18T22:01:42.285Z] ---> 2177cac3dd5f [2021-02-18T22:01:42.285Z] Step 3/23 : WORKDIR /edgex-go [2021-02-18T22:01:42.285Z] ---> Using cache [2021-02-18T22:01:42.285Z] ---> f3f6575c10a3 [2021-02-18T22:01:42.285Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T22:01:42.285Z] ---> Using cache [2021-02-18T22:01:42.285Z] ---> 14173f195c9b [2021-02-18T22:01:42.285Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-18T22:01:42.285Z] ---> Using cache [2021-02-18T22:01:42.285Z] ---> 9bf45878a1a1 [2021-02-18T22:01:42.285Z] Step 6/23 : COPY go.mod . [2021-02-18T22:01:42.285Z] ---> Using cache [2021-02-18T22:01:42.285Z] ---> 419ce2bb725e [2021-02-18T22:01:42.285Z] Step 7/23 : RUN go mod download [2021-02-18T22:01:42.285Z] ---> Using cache [2021-02-18T22:01:42.285Z] ---> 6af8a20f0b36 [2021-02-18T22:01:42.285Z] Step 8/23 : COPY . . [2021-02-18T22:01:42.549Z] ---> Using cache [2021-02-18T22:01:42.549Z] ---> 607bf721b611 [2021-02-18T22:01:42.549Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-18T22:01:42.812Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T22:01:42.812Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-18T22:01:42.812Z] ---> 2177cac3dd5f [2021-02-18T22:01:42.812Z] Step 3/26 : WORKDIR /edgex-go [2021-02-18T22:01:42.812Z] ---> Using cache [2021-02-18T22:01:42.812Z] ---> f3f6575c10a3 [2021-02-18T22:01:42.812Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T22:01:42.812Z] ---> Using cache [2021-02-18T22:01:42.812Z] ---> 14173f195c9b [2021-02-18T22:01:42.812Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-18T22:01:44.227Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T22:01:44.227Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-18T22:01:44.227Z] ---> 2177cac3dd5f [2021-02-18T22:01:44.227Z] Step 3/24 : WORKDIR /edgex-go [2021-02-18T22:01:44.227Z] ---> Using cache [2021-02-18T22:01:44.227Z] ---> f3f6575c10a3 [2021-02-18T22:01:44.227Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T22:01:44.227Z] ---> Using cache [2021-02-18T22:01:44.227Z] ---> 14173f195c9b [2021-02-18T22:01:44.227Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-18T22:01:44.227Z] ---> Using cache [2021-02-18T22:01:44.227Z] ---> 9bf45878a1a1 [2021-02-18T22:01:44.227Z] Step 6/24 : COPY go.mod . [2021-02-18T22:01:44.227Z] ---> Using cache [2021-02-18T22:01:44.227Z] ---> 419ce2bb725e [2021-02-18T22:01:44.227Z] Step 7/24 : RUN go mod download [2021-02-18T22:01:44.227Z] ---> Using cache [2021-02-18T22:01:44.227Z] ---> 6af8a20f0b36 [2021-02-18T22:01:44.227Z] Step 8/24 : COPY . . [2021-02-18T22:01:45.031Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-18T22:01:45.031Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-18T22:01:45.031Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-18T22:01:46.164Z] ---> Using cache [2021-02-18T22:01:46.164Z] ---> 607bf721b611 [2021-02-18T22:01:46.164Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-18T22:01:47.557Z] ---> Running in 3985f5dad4d0 [2021-02-18T22:01:47.557Z] ---> Running in b8211c32a460 [2021-02-18T22:01:48.134Z] Removing intermediate container 3588cf51793b [2021-02-18T22:01:48.134Z] ---> 5ee3cf92ec95 [2021-02-18T22:01:48.134Z] Step 27/30 : CMD ["gate"] [2021-02-18T22:01:48.134Z] ---> Running in eb8c9dcd8d46 [2021-02-18T22:01:49.093Z] ---> Running in 20ee1a9d28f1 [2021-02-18T22:01:51.040Z] Removing intermediate container 20ee1a9d28f1 [2021-02-18T22:01:51.040Z] ---> c76b4ea4c43d [2021-02-18T22:01:51.040Z] Step 28/30 : LABEL arch=x86_64 [2021-02-18T22:01:51.040Z] 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-02-18T22:01:51.308Z] 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-02-18T22:01:51.308Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T22:01:51.580Z] ---> Running in edf79030ca71 [2021-02-18T22:01:51.767Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.345s coverage: 45.9% of statements [2021-02-18T22:01:51.767Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-18T22:01:51.767Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-18T22:01:51.767Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-18T22:01:51.767Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-18T22:01:51.767Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-18T22:01:51.767Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-18T22:01:51.767Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-18T22:01:51.767Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.225s coverage: 100.0% of statements [2021-02-18T22:01:51.851Z] Removing intermediate container edf79030ca71 [2021-02-18T22:01:51.851Z] ---> 11794db31eb8 [2021-02-18T22:01:51.851Z] Step 29/30 : LABEL git_sha=1afd1b68a496f62e34ad732a00a11e0934d597fb [2021-02-18T22:01:52.118Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T22:01:52.736Z] OK: 233 MiB in 51 packages [2021-02-18T22:01:52.736Z] ---> Running in 3eb4c4a2577f [2021-02-18T22:01:53.335Z] Removing intermediate container 3eb4c4a2577f [2021-02-18T22:01:53.335Z] ---> 0879499fc136 [2021-02-18T22:01:53.335Z] Step 30/30 : LABEL version=0.0.0 [2021-02-18T22:01:55.948Z] ---> Running in dbcab357ef8e [2021-02-18T22:01:55.948Z] Removing intermediate container b8211c32a460 [2021-02-18T22:01:55.948Z] ---> 56e3f568c6ba [2021-02-18T22:01:55.948Z] Step 6/26 : COPY go.mod . [2021-02-18T22:01:55.948Z] Removing intermediate container dbcab357ef8e [2021-02-18T22:01:55.948Z] ---> 49dddec4f449 [2021-02-18T22:01:55.948Z] [2021-02-18T22:01:56.540Z] Successfully built 49dddec4f449 [2021-02-18T22:01:56.540Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-02-18T22:01:57.138Z]  Building docker-security-bootstrapper-go ... done  ---> c6bcebd84f8a [2021-02-18T22:01:57.138Z] Step 7/26 : RUN go mod download [2021-02-18T22:01:58.518Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.525s coverage: 27.1% of statements [2021-02-18T22:01:58.518Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-18T22:01:58.518Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-18T22:01:58.518Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-18T22:01:58.518Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-18T22:01:58.518Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-18T22:01:58.518Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-18T22:01:58.518Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.067s coverage: 100.0% of statements [2021-02-18T22:01:58.518Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-18T22:01:58.518Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.090s coverage: 100.0% of statements [2021-02-18T22:01:58.518Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-18T22:01:58.518Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-18T22:01:58.518Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.281s coverage: 65.8% of statements [2021-02-18T22:01:58.518Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-18T22:01:58.518Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-18T22:01:58.564Z] ---> Running in 5fd1aa71e734 [2021-02-18T22:01:58.564Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T22:01:58.564Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-18T22:01:58.564Z] ---> 2177cac3dd5f [2021-02-18T22:01:58.564Z] Step 3/23 : WORKDIR /edgex-go [2021-02-18T22:01:58.564Z] ---> Using cache [2021-02-18T22:01:58.564Z] ---> f3f6575c10a3 [2021-02-18T22:01:58.564Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T22:01:58.564Z] ---> Using cache [2021-02-18T22:01:58.564Z] ---> 14173f195c9b [2021-02-18T22:01:58.564Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-18T22:01:58.564Z] ---> Using cache [2021-02-18T22:01:58.564Z] ---> 9bf45878a1a1 [2021-02-18T22:01:58.564Z] Step 6/23 : COPY go.mod . [2021-02-18T22:01:58.564Z] ---> Using cache [2021-02-18T22:01:58.564Z] ---> 419ce2bb725e [2021-02-18T22:01:58.564Z] Step 7/23 : RUN go mod download [2021-02-18T22:01:58.564Z] ---> Using cache [2021-02-18T22:01:58.564Z] ---> 6af8a20f0b36 [2021-02-18T22:01:58.564Z] Step 8/23 : COPY . . [2021-02-18T22:01:58.564Z] ---> Using cache [2021-02-18T22:01:58.564Z] ---> 607bf721b611 [2021-02-18T22:01:58.564Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-18T22:01:59.352Z] ---> Running in 86c5dd8a2fc1 [2021-02-18T22:02:00.294Z] 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-02-18T22:02:01.112Z] Removing intermediate container 5fd1aa71e734 [2021-02-18T22:02:01.112Z] ---> e9f8db11b51b [2021-02-18T22:02:01.112Z] Step 8/26 : COPY . . [2021-02-18T22:02:01.186Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.653s coverage: 82.3% of statements [2021-02-18T22:02:01.187Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-18T22:02:01.187Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-18T22:02:01.187Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-18T22:02:01.187Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-18T22:02:06.640Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.052s coverage: 28.6% of statements [2021-02-18T22:02:06.640Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-18T22:02:06.640Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-18T22:02:06.640Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-18T22:02:06.640Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-18T22:02:06.640Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-18T22:02:06.640Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.149s coverage: 100.0% of statements [2021-02-18T22:02:06.640Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-18T22:02:06.640Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.145s coverage: 100.0% of statements [2021-02-18T22:02:06.640Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-18T22:02:07.247Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.290s coverage: 86.7% of statements [2021-02-18T22:02:07.247Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-18T22:02:09.876Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.309s coverage: 97.5% of statements [2021-02-18T22:02:09.876Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-18T22:02:09.876Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.128s coverage: 78.3% of statements [2021-02-18T22:02:09.876Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-18T22:02:09.876Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-18T22:02:09.876Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-18T22:02:09.876Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-18T22:02:18.202Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.281s coverage: 92.8% of statements [2021-02-18T22:02:18.202Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-18T22:02:18.202Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-18T22:02:18.202Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-18T22:02:18.202Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-18T22:02:18.202Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-18T22:02:18.202Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-18T22:02:18.202Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-18T22:02:18.202Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-18T22:02:18.202Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-18T22:02:18.202Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-18T22:02:18.202Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-18T22:02:18.202Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-18T22:02:18.202Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-18T22:02:18.202Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-18T22:02:18.202Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-18T22:02:18.202Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-18T22:02:18.202Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-18T22:02:18.202Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-18T22:02:18.202Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.062s coverage: 58.8% of statements [2021-02-18T22:02:18.202Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-18T22:02:18.202Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-18T22:02:18.202Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.194s coverage: 0.1% of statements [2021-02-18T22:02:18.202Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-18T22:02:18.202Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-18T22:02:18.202Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-18T22:02:18.202Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.069s coverage: 45.5% of statements [2021-02-18T22:02:18.202Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.073s coverage: 79.5% of statements [2021-02-18T22:02:18.202Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.047s coverage: 94.1% of statements [2021-02-18T22:02:18.202Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.084s coverage: 96.3% of statements [2021-02-18T22:02:18.202Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.084s coverage: 87.5% of statements [2021-02-18T22:02:19.514Z] 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-02-18T22:02:23.767Z] ---> 62eff4cc30ef [2021-02-18T22:02:23.767Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-18T22:02:24.038Z] ---> Running in bd561da89933 [2021-02-18T22:02:25.474Z] 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-02-18T22:02:29.787Z] Removing intermediate container eb8c9dcd8d46 [2021-02-18T22:02:29.787Z] ---> c8d0debb54c6 [2021-02-18T22:02:29.787Z] [2021-02-18T22:02:29.787Z] Step 10/24 : FROM alpine:3.12 [2021-02-18T22:02:29.787Z] ---> 389fef711851 [2021-02-18T22:02:29.787Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-18T22:02:30.600Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.084s coverage: 94.4% of statements [2021-02-18T22:02:30.600Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.086s coverage: 44.8% of statements [2021-02-18T22:02:30.735Z] Removing intermediate container 3985f5dad4d0 [2021-02-18T22:02:30.735Z] ---> 2a8dac61401a [2021-02-18T22:02:30.735Z] [2021-02-18T22:02:30.735Z] Step 10/23 : FROM alpine:3.12 [2021-02-18T22:02:31.004Z] ---> 389fef711851 [2021-02-18T22:02:31.005Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-18T22:02:31.005Z] ---> Using cache [2021-02-18T22:02:31.005Z] ---> be3bac596a15 [2021-02-18T22:02:31.005Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-18T22:02:31.005Z] ---> Running in b58531d0b840 [2021-02-18T22:02:31.005Z] ---> Using cache [2021-02-18T22:02:31.005Z] ---> 544f393e23bb [2021-02-18T22:02:31.005Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-18T22:02:31.281Z] Removing intermediate container 86c5dd8a2fc1 [2021-02-18T22:02:31.281Z] ---> ad5d05bc334e [2021-02-18T22:02:31.281Z] [2021-02-18T22:02:31.281Z] Step 10/23 : FROM alpine:3.12 [2021-02-18T22:02:31.281Z] ---> 389fef711851 [2021-02-18T22:02:31.281Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-18T22:02:31.281Z] ---> Using cache [2021-02-18T22:02:31.281Z] ---> be3bac596a15 [2021-02-18T22:02:31.281Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-18T22:02:31.281Z] ---> Using cache [2021-02-18T22:02:31.281Z] ---> 544f393e23bb [2021-02-18T22:02:31.281Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-18T22:02:31.552Z] ---> Running in e1013dc77f15 [2021-02-18T22:02:31.552Z] ---> Running in 88c7e294b701 [2021-02-18T22:02:31.830Z] Removing intermediate container e1013dc77f15 [2021-02-18T22:02:31.830Z] ---> 47afc89de08d [2021-02-18T22:02:31.830Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-18T22:02:31.830Z] ---> Running in b43616e35511 [2021-02-18T22:02:31.830Z] Removing intermediate container 88c7e294b701 [2021-02-18T22:02:31.830Z] ---> b74239101c0d [2021-02-18T22:02:31.830Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-18T22:02:32.436Z] ---> Running in abeca3e915a3 [2021-02-18T22:02:32.709Z] Removing intermediate container b43616e35511 [2021-02-18T22:02:32.709Z] ---> 89cb8c66d6b0 [2021-02-18T22:02:32.709Z] Step 15/23 : WORKDIR / [2021-02-18T22:02:32.709Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T22:02:32.709Z] ---> Running in 26dd37645749 [2021-02-18T22:02:32.709Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T22:02:32.709Z] Removing intermediate container abeca3e915a3 [2021-02-18T22:02:32.709Z] ---> 6851132a6932 [2021-02-18T22:02:32.709Z] Step 15/23 : WORKDIR / [2021-02-18T22:02:32.972Z] ---> Running in 52a70792bdfb [2021-02-18T22:02:32.972Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-18T22:02:32.972Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-18T22:02:32.972Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-18T22:02:32.972Z] (4/5) Installing curl (7.69.1-r3) [2021-02-18T22:02:32.972Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-18T22:02:32.972Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T22:02:32.972Z] Executing ca-certificates-20191127-r4.trigger [2021-02-18T22:02:32.972Z] OK: 7 MiB in 19 packages [2021-02-18T22:02:33.560Z] Removing intermediate container 26dd37645749 [2021-02-18T22:02:33.560Z] ---> c3ca2a4fd32b [2021-02-18T22:02:33.560Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-18T22:02:33.836Z] Removing intermediate container 52a70792bdfb [2021-02-18T22:02:33.836Z] ---> 858580398169 [2021-02-18T22:02:33.836Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-18T22:02:34.100Z] ---> ab146b1aea1f [2021-02-18T22:02:34.100Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-18T22:02:34.704Z] ---> 574b4b42f6e0 [2021-02-18T22:02:34.704Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-18T22:02:34.977Z] Removing intermediate container b58531d0b840 [2021-02-18T22:02:34.977Z] ---> ef02acfd7d63 [2021-02-18T22:02:34.977Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-18T22:02:36.387Z] ---> 07b3a941e648 [2021-02-18T22:02:36.387Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-18T22:02:36.387Z] ---> Running in 292a35bc659f [2021-02-18T22:02:36.387Z] ---> 44f0702ba8a4 [2021-02-18T22:02:36.387Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-18T22:02:36.654Z] Removing intermediate container 292a35bc659f [2021-02-18T22:02:36.654Z] ---> 75dfb11cf6fa [2021-02-18T22:02:36.654Z] Step 13/24 : WORKDIR / [2021-02-18T22:02:36.917Z] ---> 717dbecae527 [2021-02-18T22:02:36.917Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-18T22:02:36.917Z] ---> Running in e988955e296b [2021-02-18T22:02:36.917Z] ---> ab3c15e0e8db [2021-02-18T22:02:36.917Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-18T22:02:36.917Z] ---> Running in f113a7a64f98 [2021-02-18T22:02:36.917Z] ---> Running in 15b57316a154 [2021-02-18T22:02:37.189Z] Removing intermediate container e988955e296b [2021-02-18T22:02:37.189Z] ---> 1397817e0674 [2021-02-18T22:02:37.189Z] 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-02-18T22:02:37.189Z] Removing intermediate container f113a7a64f98 [2021-02-18T22:02:37.189Z] ---> ac5b14302388 [2021-02-18T22:02:37.189Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-18T22:02:37.460Z] ---> Running in 821079afb385 [2021-02-18T22:02:37.460Z] Removing intermediate container 15b57316a154 [2021-02-18T22:02:37.460Z] ---> 9aa82ed8e2b9 [2021-02-18T22:02:37.460Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-18T22:02:37.460Z] ---> Running in ab52a64f8c30 [2021-02-18T22:02:37.460Z] ---> 0973e1e1b990 [2021-02-18T22:02:37.460Z] 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-02-18T22:02:37.460Z] Removing intermediate container 821079afb385 [2021-02-18T22:02:37.460Z] ---> a2daa989e358 [2021-02-18T22:02:37.460Z] Step 21/23 : LABEL arch=x86_64 [2021-02-18T22:02:38.041Z] ---> Running in c8396e7932e6 [2021-02-18T22:02:38.041Z] Removing intermediate container ab52a64f8c30 [2021-02-18T22:02:38.041Z] ---> 98d3135891ab [2021-02-18T22:02:38.041Z] Step 21/23 : LABEL arch=x86_64 [2021-02-18T22:02:38.041Z] ---> b65401d205e1 [2021-02-18T22:02:38.041Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-18T22:02:38.305Z] ---> Running in b3243bfef0ad [2021-02-18T22:02:38.569Z] Removing intermediate container c8396e7932e6 [2021-02-18T22:02:38.569Z] ---> 7072dcd69b98 [2021-02-18T22:02:38.569Z] Step 22/23 : LABEL git_sha=1afd1b68a496f62e34ad732a00a11e0934d597fb [2021-02-18T22:02:38.569Z] ---> Running in 623f481cc16c [2021-02-18T22:02:38.569Z] ---> d5fe541b2c7a [2021-02-18T22:02:38.569Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-18T22:02:38.569Z] Removing intermediate container b3243bfef0ad [2021-02-18T22:02:38.569Z] ---> da1b3ed1b2ac [2021-02-18T22:02:38.569Z] Step 22/23 : LABEL git_sha=1afd1b68a496f62e34ad732a00a11e0934d597fb [2021-02-18T22:02:39.149Z] ---> Running in 9d8f7062bd6a [2021-02-18T22:02:39.410Z] Removing intermediate container 623f481cc16c [2021-02-18T22:02:39.410Z] ---> a1733804f1e0 [2021-02-18T22:02:39.410Z] Step 23/23 : LABEL version=0.0.0 [2021-02-18T22:02:40.356Z] ---> Running in 31e20839e8ce [2021-02-18T22:02:40.620Z] Removing intermediate container 9d8f7062bd6a [2021-02-18T22:02:40.620Z] ---> 9764009f9244 [2021-02-18T22:02:40.620Z] Step 23/23 : LABEL version=0.0.0 [2021-02-18T22:02:40.881Z] ---> 1caa62f09fa2 [2021-02-18T22:02:40.881Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-18T22:02:40.881Z] Removing intermediate container bd561da89933 [2021-02-18T22:02:40.881Z] ---> b49895cc60a8 [2021-02-18T22:02:40.881Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-18T22:02:41.143Z] ---> Running in df42be1b1b51 [2021-02-18T22:02:41.144Z] ---> Running in a5093e075b84 [2021-02-18T22:02:41.144Z] Removing intermediate container 31e20839e8ce [2021-02-18T22:02:41.144Z] ---> bc1a3fbd945c [2021-02-18T22:02:41.144Z] [2021-02-18T22:02:41.416Z] Successfully built bc1a3fbd945c [2021-02-18T22:02:41.416Z] Successfully tagged docker-core-metadata-go:latest [2021-02-18T22:02:41.416Z]  Building docker-core-metadata-go ... done Removing intermediate container df42be1b1b51 [2021-02-18T22:02:41.416Z] ---> 89caa24ca6fa [2021-02-18T22:02:41.416Z] [2021-02-18T22:02:41.416Z] ---> c168236282ff [2021-02-18T22:02:41.416Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-18T22:02:41.678Z] Successfully built 89caa24ca6fa [2021-02-18T22:02:41.678Z] 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-02-18T22:02:42.640Z] Successfully tagged docker-core-command-go:latest [2021-02-18T22:02:42.640Z]  Building docker-core-command-go ... done  ---> cdedef7f33d7 [2021-02-18T22:02:42.640Z] 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-02-18T22:02:42.640Z] ---> Running in 7b4c339bccb9 [2021-02-18T22:02:43.597Z] Removing intermediate container a5093e075b84 [2021-02-18T22:02:43.597Z] ---> 03f02144646b [2021-02-18T22:02:43.597Z] [2021-02-18T22:02:43.597Z] Step 11/26 : FROM docker:20.10.0 [2021-02-18T22:02:43.597Z] 20.10.0: Pulling from library/docker [2021-02-18T22:02:43.597Z] Removing intermediate container 7b4c339bccb9 [2021-02-18T22:02:43.597Z] ---> 7fd994cd5f46 [2021-02-18T22:02:43.597Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-18T22:02:43.864Z] ---> Running in 49e1fa476b97 [2021-02-18T22:02:44.130Z] Removing intermediate container 49e1fa476b97 [2021-02-18T22:02:44.130Z] ---> ef1457645277 [2021-02-18T22:02:44.130Z] Step 22/24 : LABEL arch=x86_64 [2021-02-18T22:02:44.705Z] ---> Running in 4684ad14154c [2021-02-18T22:02:44.967Z] Removing intermediate container 4684ad14154c [2021-02-18T22:02:44.967Z] ---> bfb5b63b4f7d [2021-02-18T22:02:44.967Z] Step 23/24 : LABEL git_sha=1afd1b68a496f62e34ad732a00a11e0934d597fb [2021-02-18T22:02:44.967Z] ---> Running in 60d6b2fa08df [2021-02-18T22:02:45.242Z] Removing intermediate container 60d6b2fa08df [2021-02-18T22:02:45.508Z] ---> 50b969b10b4f [2021-02-18T22:02:45.509Z] Step 24/24 : LABEL version=0.0.0 [2021-02-18T22:02:45.509Z] ---> Running in 2adbfe2c60b0 [2021-02-18T22:02:45.710Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.136s coverage: 92.9% of statements [2021-02-18T22:02:45.710Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-18T22:02:45.710Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-18T22:02:45.710Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-18T22:02:45.710Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.058s coverage: 77.8% of statements [2021-02-18T22:02:45.710Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-18T22:02:45.710Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-02-18T22:02:45.710Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-02-18T22:02:45.710Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-02-18T22:02:45.710Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-02-18T22:02:45.710Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.072s coverage: 87.2% of statements [2021-02-18T22:02:45.710Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-18T22:02:45.710Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-18T22:02:45.710Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.047s coverage: 100.0% of statements [2021-02-18T22:02:45.710Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-18T22:02:45.711Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.077s coverage: 75.5% of statements [2021-02-18T22:02:45.711Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-18T22:02:45.711Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.056s coverage: 80.8% of statements [2021-02-18T22:02:45.711Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.118s coverage: 87.2% of statements [2021-02-18T22:02:45.711Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.136s coverage: 84.2% of statements [2021-02-18T22:02:45.711Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.167s coverage: 91.4% of statements [2021-02-18T22:02:45.711Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-18T22:02:45.711Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.466s coverage: 63.5% of statements [2021-02-18T22:02:45.711Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-18T22:02:45.711Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-18T22:02:45.711Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.056s coverage: 100.0% of statements [2021-02-18T22:02:45.711Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.093s coverage: 91.3% of statements [2021-02-18T22:02:45.711Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.050s coverage: 100.0% of statements [2021-02-18T22:02:45.711Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.068s coverage: 73.7% of statements [2021-02-18T22:02:45.711Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.064s coverage: 100.0% of statements [2021-02-18T22:02:45.711Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.755s coverage: 68.9% of statements [2021-02-18T22:02:45.711Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-18T22:02:45.711Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-18T22:02:45.711Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.362s coverage: 37.0% of statements [2021-02-18T22:02:45.711Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-18T22:02:45.711Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-18T22:02:45.711Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.598s coverage: 84.0% of statements [2021-02-18T22:02:46.094Z] Removing intermediate container 2adbfe2c60b0 [2021-02-18T22:02:46.094Z] ---> 34c2070a517b [2021-02-18T22:02:46.094Z] [2021-02-18T22:02:46.094Z] Successfully built 34c2070a517b [2021-02-18T22:02:46.094Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-02-18T22:02:46.311Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.086s coverage: 100.0% of statements [2021-02-18T22:02:49.420Z]  Building docker-security-secretstore-setup-go ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-18T22:02:49.420Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-18T22:02:49.420Z] ---> aefe523efa57 [2021-02-18T22:02:49.420Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-18T22:02:49.420Z] ---> Running in e502729853ea [2021-02-18T22:02:49.683Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T22:02:49.683Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T22:02:49.945Z] (1/2) Installing readline (8.0.4-r0) [2021-02-18T22:02:49.945Z] (2/2) Installing bash (5.0.17-r0) [2021-02-18T22:02:49.945Z] Executing bash-5.0.17-r0.post-install [2021-02-18T22:02:49.945Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T22:02:49.945Z] OK: 12 MiB in 22 packages [2021-02-18T22:02:50.523Z] Removing intermediate container e502729853ea [2021-02-18T22:02:50.523Z] ---> fcd1c7466475 [2021-02-18T22:02:50.523Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-18T22:02:50.523Z] ---> Running in c8cc41666eac [2021-02-18T22:02:50.786Z] Removing intermediate container c8cc41666eac [2021-02-18T22:02:50.786Z] ---> e99765132e01 [2021-02-18T22:02:50.786Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-18T22:02:50.786Z] ---> Running in 7ae90354503f [2021-02-18T22:02:51.049Z] Removing intermediate container 7ae90354503f [2021-02-18T22:02:51.049Z] ---> c04008b2ea9f [2021-02-18T22:02:51.049Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-18T22:02:51.049Z] ---> Running in 05d0085b63d7 [2021-02-18T22:02:51.049Z] Removing intermediate container 05d0085b63d7 [2021-02-18T22:02:51.049Z] ---> e4cdd895f09f [2021-02-18T22:02:51.049Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-18T22:02:51.623Z] ---> 589827eded21 [2021-02-18T22:02:51.623Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-18T22:02:51.884Z] ---> e5def5493493 [2021-02-18T22:02:51.884Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-18T22:02:52.467Z] ---> 14c3c5e37e3e [2021-02-18T22:02:52.467Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-18T22:02:52.467Z] ---> Running in 8daaf84f217f [2021-02-18T22:02:52.728Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T22:02:52.728Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T22:02:52.989Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-18T22:02:52.989Z] (2/33) Installing expat (2.2.9-r1) [2021-02-18T22:02:52.989Z] (3/33) Installing libffi (3.3-r2) [2021-02-18T22:02:52.989Z] (4/33) Installing gdbm (1.13-r1) [2021-02-18T22:02:52.989Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-18T22:02:52.989Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-18T22:02:52.989Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-18T22:02:53.038Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.429s coverage: 47.0% of statements [2021-02-18T22:02:53.038Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-18T22:02:53.038Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-18T22:02:53.038Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-18T22:02:53.038Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-18T22:02:53.038Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-18T22:02:53.038Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.167s coverage: 100.0% of statements [2021-02-18T22:02:53.038Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-18T22:02:53.038Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.112s coverage: 100.0% of statements [2021-02-18T22:02:53.038Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-18T22:02:53.038Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-18T22:02:53.038Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-18T22:02:53.038Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-18T22:02:53.038Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.317s coverage: 89.4% of statements [2021-02-18T22:02:53.039Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-18T22:02:53.039Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-18T22:02:53.039Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-18T22:02:53.932Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-18T22:02:53.933Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-18T22:02:53.933Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-18T22:02:53.933Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-18T22:02:53.933Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-18T22:02:53.933Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-18T22:02:54.193Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-18T22:02:54.193Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-18T22:02:54.193Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-18T22:02:54.193Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-18T22:02:54.193Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-18T22:02:54.193Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-18T22:02:54.193Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-18T22:02:54.193Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-18T22:02:54.193Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-18T22:02:54.193Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-18T22:02:54.193Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-18T22:02:54.193Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-18T22:02:54.193Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-18T22:02:54.193Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-18T22:02:54.193Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-18T22:02:54.454Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-18T22:02:54.454Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-18T22:02:54.454Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-18T22:02:54.454Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-18T22:02:54.454Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-18T22:02:54.454Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T22:02:54.454Z] OK: 71 MiB in 55 packages [2021-02-18T22:03:01.330Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.050s coverage: 29.1% of statements [2021-02-18T22:03:01.330Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-18T22:03:01.330Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-18T22:03:01.330Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-18T22:03:01.330Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-18T22:03:01.330Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-18T22:03:01.330Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.204s coverage: 99.0% of statements [2021-02-18T22:03:01.330Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-18T22:03:01.330Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.090s coverage: 100.0% of statements [2021-02-18T22:03:01.330Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-18T22:03:01.330Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-18T22:03:01.330Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-18T22:03:01.330Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-18T22:03:01.330Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.211s coverage: 100.0% of statements [2021-02-18T22:03:01.330Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-18T22:03:01.330Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-18T22:03:01.330Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-18T22:03:01.330Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.075s coverage: 0.0% of statements [2021-02-18T22:03:01.330Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-18T22:03:01.330Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.067s coverage: 100.0% of statements [2021-02-18T22:03:01.330Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-18T22:03:01.330Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-18T22:03:01.330Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-18T22:03:01.330Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-18T22:03:01.330Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.100s coverage: 87.9% of statements [2021-02-18T22:03:01.330Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-18T22:03:01.330Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-18T22:03:01.330Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.058s coverage: 100.0% of statements [2021-02-18T22:03:01.330Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.057s coverage: 32.1% of statements [2021-02-18T22:03:01.605Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.078s coverage: 100.0% of statements [2021-02-18T22:03:02.583Z] GO111MODULE=on go vet ./... [2021-02-18T22:03:02.606Z] Removing intermediate container 8daaf84f217f [2021-02-18T22:03:02.606Z] ---> 78c0c744fcf7 [2021-02-18T22:03:02.606Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-18T22:03:02.606Z] ---> Running in 126e091af86e [2021-02-18T22:03:03.991Z] Collecting docker-compose==1.23.2 [2021-02-18T22:03:03.991Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-18T22:03:04.253Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-18T22:03:04.253Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-18T22:03:04.516Z] 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-02-18T22:03:04.516Z] Collecting cached-property<2,>=1.2.0 [2021-02-18T22:03:04.516Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-18T22:03:04.516Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-18T22:03:04.516Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-18T22:03:05.092Z] Collecting jsonschema<3,>=2.5.1 [2021-02-18T22:03:05.092Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-18T22:03:05.092Z] Collecting docopt<0.7,>=0.6.1 [2021-02-18T22:03:05.092Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-18T22:03:05.664Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-18T22:03:05.664Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-18T22:03:05.925Z] Collecting docker<4.0,>=3.6.0 [2021-02-18T22:03:05.925Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-18T22:03:05.925Z] Collecting texttable<0.10,>=0.9.0 [2021-02-18T22:03:05.925Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-18T22:03:06.499Z] Collecting PyYAML<4,>=3.10 [2021-02-18T22:03:06.499Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-18T22:03:07.448Z] Collecting idna<2.8,>=2.5 [2021-02-18T22:03:07.448Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-18T22:03:07.448Z] 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-02-18T22:03:07.448Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-18T22:03:07.448Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-18T22:03:07.448Z] 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-02-18T22:03:07.712Z] Collecting docker-pycreds>=0.4.0 [2021-02-18T22:03:07.712Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-18T22:03:07.712Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-18T22:03:07.712Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-18T22:03:07.712Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-18T22:03:07.712Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-18T22:03:07.712Z] Installing collected packages: idna, urllib3, requests, cached-property, dockerpty, jsonschema, docopt, websocket-client, docker-pycreds, docker, texttable, PyYAML, docker-compose [2021-02-18T22:03:07.712Z] Attempting uninstall: idna [2021-02-18T22:03:07.712Z] Found existing installation: idna 2.9 [2021-02-18T22:03:07.712Z] Uninstalling idna-2.9: [2021-02-18T22:03:07.975Z] Successfully uninstalled idna-2.9 [2021-02-18T22:03:07.975Z] Attempting uninstall: urllib3 [2021-02-18T22:03:07.975Z] Found existing installation: urllib3 1.25.9 [2021-02-18T22:03:07.975Z] Uninstalling urllib3-1.25.9: [2021-02-18T22:03:08.243Z] Successfully uninstalled urllib3-1.25.9 [2021-02-18T22:03:08.243Z] Attempting uninstall: requests [2021-02-18T22:03:08.243Z] Found existing installation: requests 2.23.0 [2021-02-18T22:03:08.243Z] Uninstalling requests-2.23.0: [2021-02-18T22:03:08.243Z] Successfully uninstalled requests-2.23.0 [2021-02-18T22:03:08.505Z] Running setup.py install for dockerpty: started [2021-02-18T22:03:09.078Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-18T22:03:09.078Z] Running setup.py install for docopt: started [2021-02-18T22:03:09.651Z] Running setup.py install for docopt: finished with status 'done' [2021-02-18T22:03:09.914Z] Running setup.py install for texttable: started [2021-02-18T22:03:10.175Z] Running setup.py install for texttable: finished with status 'done' [2021-02-18T22:03:10.175Z] Running setup.py install for PyYAML: started [2021-02-18T22:03:10.751Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-18T22:03:11.022Z] 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.57.0 [2021-02-18T22:03:15.242Z] Removing intermediate container 126e091af86e [2021-02-18T22:03:15.242Z] ---> cff478651adb [2021-02-18T22:03:15.242Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-18T22:03:15.242Z] ---> Running in 69773a66d0ea [2021-02-18T22:03:15.504Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T22:03:15.504Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T22:03:15.767Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-18T22:03:15.767Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-18T22:03:15.767Z] (3/3) Installing curl (7.69.1-r3) [2021-02-18T22:03:15.767Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T22:03:15.767Z] OK: 72 MiB in 58 packages [2021-02-18T22:03:16.340Z] Removing intermediate container 69773a66d0ea [2021-02-18T22:03:16.340Z] ---> ce02aec18dfd [2021-02-18T22:03:16.340Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-18T22:03:16.340Z] ---> Running in 8cc72bfe77b1 [2021-02-18T22:03:16.603Z] Removing intermediate container 8cc72bfe77b1 [2021-02-18T22:03:16.603Z] ---> 87b6ced3ce01 [2021-02-18T22:03:16.603Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-18T22:03:16.603Z] ---> Running in b3d7df7b0169 [2021-02-18T22:03:16.864Z] Removing intermediate container b3d7df7b0169 [2021-02-18T22:03:16.864Z] ---> 0c56ba3b13be [2021-02-18T22:03:16.864Z] Step 24/26 : LABEL arch=x86_64 [2021-02-18T22:03:16.864Z] ---> Running in 6d1bebefb382 [2021-02-18T22:03:17.126Z] Removing intermediate container 6d1bebefb382 [2021-02-18T22:03:17.126Z] ---> d8e5e0f29542 [2021-02-18T22:03:17.126Z] Step 25/26 : LABEL git_sha=1afd1b68a496f62e34ad732a00a11e0934d597fb [2021-02-18T22:03:17.126Z] ---> Running in d327fe2c082f [2021-02-18T22:03:17.390Z] Removing intermediate container d327fe2c082f [2021-02-18T22:03:17.390Z] ---> a3abff06942c [2021-02-18T22:03:17.390Z] Step 26/26 : LABEL version=0.0.0 [2021-02-18T22:03:17.390Z] ---> Running in 172635e1963f [2021-02-18T22:03:17.652Z] Removing intermediate container 172635e1963f [2021-02-18T22:03:17.652Z] ---> 1c3653e02548 [2021-02-18T22:03:17.652Z] [2021-02-18T22:03:17.652Z] Successfully built 1c3653e02548 [2021-02-18T22:03:17.652Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-02-18T22:03:17.923Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-02-18T22:03:17.961Z] $ docker stop --time=1 27413860155bb9efa3e367e3f525de4dc4bf80090d89adeba02b142b03d248fd [2021-02-18T22:03:19.667Z] $ docker rm -f 27413860155bb9efa3e367e3f525de4dc4bf80090d89adeba02b142b03d248fd [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-18T22:03:20.216Z] + docker images [2021-02-18T22:03:20.216Z] + grep docker [2021-02-18T22:03:20.485Z] docker-sys-mgmt-agent-go latest 1c3653e02548 3 seconds ago 313MB [2021-02-18T22:03:20.485Z] docker-security-secretstore-setup-go latest 34c2070a517b 35 seconds ago 24.9MB [2021-02-18T22:03:20.485Z] docker-core-command-go latest 89caa24ca6fa 39 seconds ago 17.1MB [2021-02-18T22:03:20.485Z] docker-core-metadata-go latest bc1a3fbd945c 40 seconds ago 19MB [2021-02-18T22:03:20.485Z] docker-security-bootstrapper-go latest 49dddec4f449 About a minute ago 18.2MB [2021-02-18T22:03:20.485Z] docker-core-data-go latest 0cde8d805c72 About a minute ago 22.4MB [2021-02-18T22:03:20.485Z] docker-support-notifications-go latest 35886ab7371c 2 minutes ago 17.7MB [2021-02-18T22:03:20.485Z] docker-support-scheduler-go latest 65ac8812aaa4 2 minutes ago 17.2MB [2021-02-18T22:03:20.485Z] docker-security-proxy-setup-go latest c53e2acbc8ad 2 minutes ago 24.7MB [2021-02-18T22:03:20.485Z] docker 20.10.0 aefe523efa57 2 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-02-18T22:03:36.360Z] Still waiting to schedule task [2021-02-18T22:03:36.360Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-02-18T22:04:24.375Z] gofmt -l . [2021-02-18T22:04:24.375Z] [ "`gofmt -l .`" = "" ] [2021-02-18T22:04:24.375Z] ./bin/test-go-mod-tidy.sh [2021-02-18T22:04:24.375Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-18T22:04:25.037Z] + ls -al . [2021-02-18T22:04:25.037Z] total 736 [2021-02-18T22:04:25.037Z] drwxrwxr-x 9 1001 1001 4096 Feb 18 22:04 . [2021-02-18T22:04:25.037Z] drwxr-xr-x 4 root root 4096 Feb 18 22:00 .. [2021-02-18T22:04:25.037Z] -rw-rw-r-- 1 1001 1001 11 Feb 18 21:58 .dockerignore [2021-02-18T22:04:25.037Z] drwxrwxr-x 8 1001 1001 4096 Feb 18 21:58 .git [2021-02-18T22:04:25.037Z] drwxrwxr-x 3 1001 1001 4096 Feb 18 21:58 .github [2021-02-18T22:04:25.037Z] -rw-rw-r-- 1 1001 1001 818 Feb 18 21:58 .gitignore [2021-02-18T22:04:25.037Z] -rw-rw-r-- 1 1001 1001 166 Feb 18 21:58 .sonarcloud.properties [2021-02-18T22:04:25.037Z] -rw-rw-r-- 1 1001 1001 8475 Feb 18 21:58 Attribution.txt [2021-02-18T22:04:25.037Z] -rw-rw-r-- 1 1001 1001 3804 Feb 18 21:58 CONTRIBUTING.md [2021-02-18T22:04:25.037Z] -rw-rw-r-- 1 1001 1001 931 Feb 18 21:58 Dockerfile.build [2021-02-18T22:04:25.037Z] -rw-rw-r-- 1 1001 1001 863 Feb 18 21:58 Jenkinsfile [2021-02-18T22:04:25.037Z] -rw-rw-r-- 1 1001 1001 10775 Feb 18 21:58 LICENSE [2021-02-18T22:04:25.037Z] -rw-rw-r-- 1 1001 1001 5774 Feb 18 21:58 Makefile [2021-02-18T22:04:25.037Z] -rw-rw-r-- 1 1001 1001 6524 Feb 18 21:58 README.md [2021-02-18T22:04:25.037Z] -rw-rw-r-- 1 1001 1001 6755 Feb 18 21:58 SECURITY.md [2021-02-18T22:04:25.037Z] -rw-rw-r-- 1 1001 1001 5 Feb 18 21:55 VERSION [2021-02-18T22:04:25.037Z] -rw-rw-r-- 1 1001 1001 4131 Feb 18 21:58 ZMQWindows.md [2021-02-18T22:04:25.037Z] drwxrwxr-x 2 1001 1001 4096 Feb 18 21:58 bin [2021-02-18T22:04:25.037Z] drwxrwxr-x 14 1001 1001 4096 Feb 18 21:58 cmd [2021-02-18T22:04:25.037Z] -rw-r--r-- 1 root root 597520 Feb 18 22:03 coverage.out [2021-02-18T22:04:25.037Z] -rw-r--r-- 1 root root 1054 Feb 18 22:04 go.mod [2021-02-18T22:04:25.037Z] -rw-r--r-- 1 root root 23444 Feb 18 22:04 go.sum [2021-02-18T22:04:25.037Z] drwxrwxr-x 8 1001 1001 4096 Feb 18 21:58 internal [2021-02-18T22:04:25.037Z] drwxrwxr-x 4 1001 1001 4096 Feb 18 21:58 openapi [2021-02-18T22:04:25.037Z] drwxrwxr-x 4 1001 1001 4096 Feb 18 21:58 snap [2021-02-18T22:04:25.037Z] -rw-rw-r-- 1 1001 1001 168 Feb 18 21:58 version.go [Pipeline] sh [2021-02-18T22:04:25.696Z] + '[' -e coverage.out ] [2021-02-18T22:04:25.696Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-18T22:04:25.717Z] Warning: overwriting stash ‘coverage-report’ [2021-02-18T22:04:26.938Z] Stashed 1 file(s) [Pipeline] sh [2021-02-18T22:04:27.633Z] + make build [2021-02-18T22:04:27.634Z] 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-02-18T22:04:30.225Z] Running on prd-ubuntu18.04-docker-8c-8g-26842 in /w/workspace/edgexfoundry_edgex-go_PR-3172 [Pipeline] { [Pipeline] ws [2021-02-18T22:04:30.275Z] Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout [2021-02-18T22:04:32.303Z] using credential edgex-jenkins-ssh [2021-02-18T22:04:32.356Z] Cloning the remote Git repository [2021-02-18T22:04:32.385Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-18T22:04:32.452Z] > git init /w/workspace/edgex-go/4 # timeout=10 [2021-02-18T22:04:32.484Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-18T22:04:32.484Z] > git --version # timeout=10 [2021-02-18T22:04:32.491Z] > git --version # 'git version 2.17.1' [2021-02-18T22:04:32.492Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-18T22:04:32.515Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-18T22:04:37.903Z] 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-02-18T22:04:38.127Z] Merging remotes/origin/master commit 0d6fc7d598f537d77874e1d0dc6a2e2a12b632ed into PR head commit 1afd1b68a496f62e34ad732a00a11e0934d597fb [2021-02-18T22:04:38.246Z] Merge succeeded, producing 1afd1b68a496f62e34ad732a00a11e0934d597fb [2021-02-18T22:04:38.247Z] Checking out Revision 1afd1b68a496f62e34ad732a00a11e0934d597fb (PR-3172) [2021-02-18T22:04:37.621Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-18T22:04:37.627Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-18T22:04:37.635Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-18T22:04:37.645Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-18T22:04:37.645Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-18T22:04:37.649Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3172/head:refs/remotes/origin/PR-3172 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-18T22:04:38.139Z] > git config core.sparsecheckout # timeout=10 [2021-02-18T22:04:38.144Z] > git checkout -f 1afd1b68a496f62e34ad732a00a11e0934d597fb # timeout=10 [2021-02-18T22:04:38.218Z] > git remote # timeout=10 [2021-02-18T22:04:38.224Z] > git config --get remote.origin.url # timeout=10 [2021-02-18T22:04:38.229Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-18T22:04:38.233Z] > git merge 0d6fc7d598f537d77874e1d0dc6a2e2a12b632ed # timeout=10 [2021-02-18T22:04:38.241Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-18T22:04:38.248Z] > git config core.sparsecheckout # timeout=10 [2021-02-18T22:04:38.252Z] > git checkout -f 1afd1b68a496f62e34ad732a00a11e0934d597fb # timeout=10 [2021-02-18T22:04:41.900Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-18T22:04:42.859Z] + echo snap-build.sh [2021-02-18T22:04:42.859Z] snap-build.sh [2021-02-18T22:04:42.859Z] + SNAP_BASE_DIR=. [2021-02-18T22:04:42.859Z] + '[' '!' -z /w/workspace/edgex-go/4 ']' [2021-02-18T22:04:42.859Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/4 [2021-02-18T22:04:42.859Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/4]' [2021-02-18T22:04:42.859Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/4] [2021-02-18T22:04:42.859Z] + cd /w/workspace/edgex-go/4 [2021-02-18T22:04:42.859Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-02-18T22:04:42.859Z] Reading package lists... [2021-02-18T22:04:42.859Z] Building dependency tree... [2021-02-18T22:04:42.859Z] Reading state information... [2021-02-18T22:04:43.120Z] The following packages were automatically installed and are no longer required: [2021-02-18T22:04:43.120Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-02-18T22:04:43.120Z] uidmap xdelta3 [2021-02-18T22:04:43.120Z] Use 'sudo apt autoremove' to remove them. [2021-02-18T22:04:43.120Z] The following packages will be REMOVED: [2021-02-18T22:04:43.120Z] lxd* lxd-client* [2021-02-18T22:04:43.408Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-02-18T22:04:43.408Z] After this operation, 31.7 MB disk space will be freed. [2021-02-18T22:04:44.455Z] (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-02-18T22:04:44.456Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-18T22:04:45.402Z] Removing lxd dnsmasq configuration [2021-02-18T22:04:45.402Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-02-18T22:04:45.402Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-02-18T22:04:46.345Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-02-18T22:04:46.606Z] (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-02-18T22:04:46.606Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-18T22:04:47.992Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-02-18T22:04:47.992Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-02-18T22:04:49.379Z] + sudo snap remove --purge lxd [2021-02-18T22:04:49.379Z] snap "lxd" is not installed [2021-02-18T22:04:49.379Z] + sudo groupadd --force --system lxd [2021-02-18T22:04:49.379Z] ++ whoami [2021-02-18T22:04:49.380Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-02-18T22:04:49.380Z] + newgrp - lxd [2021-02-18T22:04:49.380Z] + sudo snap install lxd [2021-02-18T22:04:59.383Z] 2021-02-18T22:04:56Z INFO Waiting for automatic snapd restart... [2021-02-18T22:05:00.085Z] 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-02-18T22:05:04.389Z] 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-02-18T22:05:09.473Z] lxd 4.11 from Canonical* installed [2021-02-18T22:05:09.474Z] + sudo lxd init --auto [2021-02-18T22:05:11.082Z] 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-02-18T22:05:11.357Z] 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-02-18T22:05:16.757Z] 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-02-18T22:05:17.867Z] + sudo snap install --classic snapcraft [2021-02-18T22:05:21.050Z] 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-02-18T22:05:23.151Z] snapcraft 4.5.1 from Canonical* installed [2021-02-18T22:05:23.151Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-02-18T22:05:23.151Z] + patch --verbose -p1 [2021-02-18T22:05:23.151Z] Hmm... Looks like a unified diff to me... [2021-02-18T22:05:23.151Z] The text leading up to this was: [2021-02-18T22:05:23.151Z] -------------------------- [2021-02-18T22:05:23.151Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-02-18T22:05:23.151Z] |From: Tony Espy [2021-02-18T22:05:23.151Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-02-18T22:05:23.151Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-02-18T22:05:23.151Z] | [2021-02-18T22:05:23.151Z] |This patch is used by the EdgeX CI pipeline builds to [2021-02-18T22:05:23.151Z] |optimize the snap CI check run for pull requests. When [2021-02-18T22:05:23.151Z] |applied, it essentially strips out everything (apps and [2021-02-18T22:05:23.151Z] |parts) from the snapcraft.yaml file except those required [2021-02-18T22:05:23.151Z] |to build edgex-go, as the whole idea of the CI check is to [2021-02-18T22:05:23.151Z] |catch changes to edgex-go that break the snap build. [2021-02-18T22:05:23.151Z] | [2021-02-18T22:05:23.151Z] |In general, anyone updating snapcraft.yaml will also need [2021-02-18T22:05:23.151Z] |to update this patch file, otherwise it may fail to apply, [2021-02-18T22:05:23.151Z] |resulting in a failed snap build CI check in the associated [2021-02-18T22:05:23.151Z] |pull request. [2021-02-18T22:05:23.151Z] | [2021-02-18T22:05:23.151Z] |Note - in addition to applying this patch, the pipeline also [2021-02-18T22:05:23.151Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-02-18T22:05:23.151Z] |need to build the finally binary .snap file (and it won't [2021-02-18T22:05:23.151Z] |work with the patch applied). This further reduces the build [2021-02-18T22:05:23.151Z] |time. [2021-02-18T22:05:23.151Z] |--- [2021-02-18T22:05:23.151Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-02-18T22:05:23.151Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-02-18T22:05:23.151Z] | [2021-02-18T22:05:23.151Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-02-18T22:05:23.151Z] |index 1e537489..faf42425 100644 [2021-02-18T22:05:23.151Z] |--- a/snap/snapcraft.yaml [2021-02-18T22:05:23.151Z] |+++ b/snap/snapcraft.yaml [2021-02-18T22:05:23.151Z] -------------------------- [2021-02-18T22:05:23.151Z] patching file snap/snapcraft.yaml [2021-02-18T22:05:23.151Z] Using Plan A... [2021-02-18T22:05:23.151Z] Hunk #1 succeeded at 73. [2021-02-18T22:05:23.151Z] Hunk #2 succeeded at 205 with fuzz 1 (offset 6 lines). [2021-02-18T22:05:23.151Z] Hunk #3 succeeded at 217 (offset 3 lines). [2021-02-18T22:05:23.151Z] Hunk #4 succeeded at 225 (offset 3 lines). [2021-02-18T22:05:23.151Z] Hunk #5 succeeded at 232 (offset 3 lines). [2021-02-18T22:05:23.151Z] Hunk #6 succeeded at 259 (offset 3 lines). [2021-02-18T22:05:23.151Z] Hunk #7 succeeded at 293 (offset 3 lines). [2021-02-18T22:05:23.151Z] Hunk #8 succeeded at 352 (offset 11 lines). [2021-02-18T22:05:23.151Z] Hmm... Ignoring the trailing garbage. [2021-02-18T22:05:23.151Z] done [2021-02-18T22:05:23.151Z] + sudo snapcraft prime --use-lxd [2021-02-18T22:05:24.532Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-02-18T22:05:24.532Z] 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-02-18T22:05:24.532Z] - README.md [2021-02-18T22:05:24.532Z] - snapcraft.yaml.orig [2021-02-18T22:05:24.532Z] [2021-02-18T22:05:24.532Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-02-18T22:05:25.102Z] Launching a container. [2021-02-18T22:05:26.450Z] 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-02-18T22:05:30.754Z] 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-02-18T22:05:34.135Z] 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-02-18T22:05:37.331Z] Waiting for container to be ready [2021-02-18T22:05:37.331Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-02-18T22:05:37.331Z] [2021-02-18T22:05:38.429Z] 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-02-18T22:05:39.245Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-02-18T22:05:39.814Z] Waiting for network to be ready... [2021-02-18T22:05:40.074Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-18T22:05:40.074Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1544 kB] [2021-02-18T22:05:40.336Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-02-18T22:05:40.336Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [298 kB] [2021-02-18T22:05:40.336Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-02-18T22:05:40.336Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-02-18T22:05:40.336Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] [2021-02-18T22:05:40.336Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] [2021-02-18T22:05:40.336Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1109 kB] [2021-02-18T22:05:40.336Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [248 kB] [2021-02-18T22:05:40.596Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-02-18T22:05:40.856Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-02-18T22:05:41.117Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-02-18T22:05:41.117Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-02-18T22:05:41.117Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-02-18T22:05:41.117Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-02-18T22:05:41.117Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-02-18T22:05:41.117Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-02-18T22:05:41.376Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-02-18T22:05:41.636Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1885 kB] [2021-02-18T22:05:41.636Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [390 kB] [2021-02-18T22:05:41.636Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-02-18T22:05:41.636Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-02-18T22:05:41.636Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] [2021-02-18T22:05:41.636Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] [2021-02-18T22:05:41.636Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1718 kB] [2021-02-18T22:05:41.904Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] [2021-02-18T22:05:43.817Z] Fetched 23.9 MB in 4s (6220 kB/s) [Pipeline] } [2021-02-18T22:05:43.940Z] $ docker stop --time=1 ba9ad95dd69d6350f2e3de0a54315f862383f1b542b7e0eda322dd64b133f7f1 [2021-02-18T22:05:44.760Z] Reading package lists... [2021-02-18T22:05:44.760Z] Reading package lists... [2021-02-18T22:05:45.021Z] Building dependency tree... [2021-02-18T22:05:45.021Z] Reading state information... [2021-02-18T22:05:45.021Z] The following additional packages will be installed: [2021-02-18T22:05:45.021Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-02-18T22:05:45.021Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-02-18T22:05:45.021Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-02-18T22:05:45.021Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-02-18T22:05:45.021Z] Suggested packages: [2021-02-18T22:05:45.021Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-02-18T22:05:45.021Z] Recommended packages: [2021-02-18T22:05:45.021Z] gnupg libsasl2-modules [2021-02-18T22:05:45.021Z] The following NEW packages will be installed: [2021-02-18T22:05:45.021Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-02-18T22:05:45.021Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-02-18T22:05:45.021Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-02-18T22:05:45.021Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-02-18T22:05:45.021Z] The following packages will be upgraded: [2021-02-18T22:05:45.021Z] gpg gpg-agent gpgconf libudev1 [2021-02-18T22:05:45.021Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-02-18T22:05:45.021Z] Need to get 3532 kB of archives. [2021-02-18T22:05:45.021Z] After this operation, 13.3 MB of additional disk space will be used. [2021-02-18T22:05:45.021Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-02-18T22:05:45.282Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-02-18T22:05:45.282Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-02-18T22:05:45.282Z] Get:4 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-02-18T22:05:45.282Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-02-18T22:05:45.282Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.9 [16.6 kB] [2021-02-18T22:05:45.282Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.9 [155 kB] [2021-02-18T22:05:45.282Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-02-18T22:05:45.282Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-02-18T22:05:45.542Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-02-18T22:05:46.112Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-02-18T22:05:46.112Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-02-18T22:05:46.112Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-02-18T22:05:46.112Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-02-18T22:05:46.112Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-02-18T22:05:46.112Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-02-18T22:05:46.112Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-02-18T22:05:46.112Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-02-18T22:05:46.112Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-02-18T22:05:46.112Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-02-18T22:05:46.112Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-02-18T22:05:46.112Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-02-18T22:05:46.314Z] $ docker rm -f ba9ad95dd69d6350f2e3de0a54315f862383f1b542b7e0eda322dd64b133f7f1 [2021-02-18T22:05:46.373Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-18T22:05:46.373Z] Fetched 3532 kB in 1s (3148 kB/s) [2021-02-18T22:05:46.373Z] (Reading database ... 12511 files and directories currently installed.) [2021-02-18T22:05:46.373Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-02-18T22:05:46.373Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-18T22:05:46.373Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-02-18T22:05:46.634Z] Selecting previously unselected package udev. [2021-02-18T22:05:46.634Z] (Reading database ... 12511 files and directories currently installed.) [2021-02-18T22:05:46.634Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-02-18T22:05:46.634Z] Unpacking udev (237-3ubuntu10.44) ... [2021-02-18T22:05:46.894Z] Selecting previously unselected package libfuse2:amd64. [2021-02-18T22:05:46.894Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-02-18T22:05:46.894Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-02-18T22:05:46.894Z] Selecting previously unselected package fuse. [2021-02-18T22:05:46.894Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-02-18T22:05:46.894Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-02-18T22:05:47.154Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-18T22:05:47.154Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-18T22:05:47.154Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-18T22:05:47.154Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-18T22:05:47.416Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-18T22:05:47.416Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-18T22:05:47.416Z] Selecting previously unselected package libksba8:amd64. [2021-02-18T22:05:47.416Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-02-18T22:05:47.416Z] Unpacking libksba8:amd64 (1.3.5-2) ... [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [2021-02-18T22:05:47.677Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-02-18T22:05:47.678Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-18T22:05:47.678Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-18T22:05:47.678Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-02-18T22:05:47.678Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-18T22:05:47.678Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-18T22:05:47.678Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-02-18T22:05:47.678Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-18T22:05:47.678Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-18T22:05:47.938Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-02-18T22:05:47.938Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-18T22:05:47.938Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-18T22:05:47.938Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-02-18T22:05:47.938Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-18T22:05:47.938Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-18T22:05:47.938Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-02-18T22:05:48.166Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-18T22:05:48.166Z] [2021-02-18T22:05:48.166Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [2021-02-18T22:05:48.201Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-18T22:05:48.201Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-18T22:05:48.201Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-02-18T22:05:48.201Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-18T22:05:48.201Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-18T22:05:48.202Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-02-18T22:05:48.202Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-18T22:05:48.202Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [Pipeline] sh [2021-02-18T22:05:48.462Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-02-18T22:05:48.462Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-18T22:05:48.462Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-18T22:05:48.462Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-02-18T22:05:48.462Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-02-18T22:05:48.462Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-18T22:05:48.462Z] Selecting previously unselected package libsasl2-2:amd64. [2021-02-18T22:05:48.462Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-02-18T22:05:48.462Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-18T22:05:48.552Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-18T22:05:48.552Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-02-18T22:05:48.552Z] 29e5d40040c1: Pulling fs layer [2021-02-18T22:05:48.552Z] 1ce36da41761: Pulling fs layer [2021-02-18T22:05:48.552Z] 25b303627fd3: Pulling fs layer [2021-02-18T22:05:48.723Z] Selecting previously unselected package libldap-common. [2021-02-18T22:05:48.724Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.9_all.deb ... [2021-02-18T22:05:48.724Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.9) ... [2021-02-18T22:05:48.724Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-02-18T22:05:48.724Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.9_amd64.deb ... [2021-02-18T22:05:48.724Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.9) ... [2021-02-18T22:05:48.724Z] Selecting previously unselected package dirmngr. [2021-02-18T22:05:48.724Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-18T22:05:48.828Z] 29e5d40040c1: Download complete [2021-02-18T22:05:48.984Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-02-18T22:05:48.984Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.9) ... [2021-02-18T22:05:48.984Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-02-18T22:05:48.984Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-02-18T22:05:48.984Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-18T22:05:49.245Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-18T22:05:49.245Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-02-18T22:05:49.245Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-18T22:05:49.245Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-02-18T22:05:49.245Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-18T22:05:49.245Z] Setting up udev (237-3ubuntu10.44) ... [2021-02-18T22:05:49.423Z] 29e5d40040c1: Pull complete [2021-02-18T22:05:49.694Z] 1ce36da41761: Verifying Checksum [2021-02-18T22:05:49.694Z] 1ce36da41761: Download complete [2021-02-18T22:05:49.816Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-02-18T22:05:49.816Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-18T22:05:49.816Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-02-18T22:05:49.816Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-02-18T22:05:49.816Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-02-18T22:05:50.078Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-18T22:05:50.078Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-18T22:05:50.078Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-18T22:05:50.078Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-18T22:05:50.078Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-18T22:05:50.078Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-18T22:05:50.078Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-18T22:05:50.078Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.9) ... [2021-02-18T22:05:50.078Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-02-18T22:05:50.339Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-18T22:05:50.599Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-02-18T22:05:50.599Z] settings in the [Install] section, and DefaultInstance for template units). [2021-02-18T22:05:50.599Z] This means they are not meant to be enabled using systemctl. [2021-02-18T22:05:50.599Z] Possible reasons for having this kind of units are: [2021-02-18T22:05:50.599Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-02-18T22:05:50.599Z] .wants/ or .requires/ directory. [2021-02-18T22:05:50.599Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-02-18T22:05:50.599Z] a requirement dependency on it. [2021-02-18T22:05:50.599Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-02-18T22:05:50.599Z] D-Bus, udev, scripted systemctl call, ...). [2021-02-18T22:05:50.599Z] 4) In case of template units, the unit is meant to be enabled with some [2021-02-18T22:05:50.599Z] instance name specified. [2021-02-18T22:05:50.667Z] 1ce36da41761: Pull complete [2021-02-18T22:05:50.860Z] Reading package lists... [2021-02-18T22:05:51.121Z] Building dependency tree... [2021-02-18T22:05:51.121Z] Reading state information... [2021-02-18T22:05:51.121Z] The following additional packages will be installed: [2021-02-18T22:05:51.121Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-02-18T22:05:51.121Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-02-18T22:05:51.122Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-02-18T22:05:51.122Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-02-18T22:05:51.122Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-02-18T22:05:51.122Z] Suggested packages: [2021-02-18T22:05:51.122Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-02-18T22:05:51.122Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-02-18T22:05:51.122Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-02-18T22:05:51.122Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-02-18T22:05:51.122Z] systemd-container policykit-1 [2021-02-18T22:05:51.122Z] Recommended packages: [2021-02-18T22:05:51.122Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-02-18T22:05:51.122Z] The following NEW packages will be installed: [2021-02-18T22:05:51.122Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-02-18T22:05:51.122Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-02-18T22:05:51.122Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-02-18T22:05:51.122Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-02-18T22:05:51.122Z] python3.6-minimal snapd squashfs-tools sudo [2021-02-18T22:05:51.122Z] The following packages will be upgraded: [2021-02-18T22:05:51.122Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-02-18T22:05:51.122Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-02-18T22:05:51.122Z] Need to get 35.2 MB of archives. [2021-02-18T22:05:51.122Z] After this operation, 141 MB of additional disk space will be used. [2021-02-18T22:05:51.122Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-02-18T22:05:51.259Z] 25b303627fd3: Verifying Checksum [2021-02-18T22:05:51.259Z] 25b303627fd3: Download complete [2021-02-18T22:05:51.389Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-02-18T22:05:51.389Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-02-18T22:05:51.389Z] 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-02-18T22:05:51.389Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2021-02-18T22:05:51.389Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-02-18T22:05:51.389Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2021-02-18T22:05:51.389Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2021-02-18T22:05:51.389Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-02-18T22:05:51.389Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-02-18T22:05:51.389Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-02-18T22:05:51.651Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-02-18T22:05:51.651Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-02-18T22:05:51.651Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-02-18T22:05:51.651Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-02-18T22:05:51.651Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-02-18T22:05:51.651Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-02-18T22:05:51.651Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-02-18T22:05:51.651Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-02-18T22:05:52.222Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-02-18T22:05:52.222Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-02-18T22:05:52.222Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-02-18T22:05:52.222Z] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-02-18T22:05:52.222Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-02-18T22:05:52.222Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-02-18T22:05:52.222Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-02-18T22:05:52.222Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-02-18T22:05:52.222Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-02-18T22:05:52.483Z] Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-02-18T22:05:52.483Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-02-18T22:05:52.483Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-18T22:05:52.483Z] Fetched 35.2 MB in 1s (26.7 MB/s) [2021-02-18T22:05:52.743Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-18T22:05:52.743Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-02-18T22:05:52.743Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-18T22:05:53.315Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-02-18T22:05:53.315Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-18T22:05:53.575Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-02-18T22:05:53.575Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-18T22:05:53.575Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-02-18T22:05:53.575Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-02-18T22:05:53.836Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-02-18T22:05:53.836Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-18T22:05:53.836Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-02-18T22:05:53.836Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-02-18T22:05:54.097Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-02-18T22:05:54.097Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-02-18T22:05:54.668Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-02-18T22:05:54.668Z] (Reading database ... 12764 files and directories currently installed.) [2021-02-18T22:05:54.668Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-02-18T22:05:54.668Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-02-18T22:05:54.930Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-02-18T22:05:54.930Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-18T22:05:54.930Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-18T22:05:55.190Z] Selecting previously unselected package libexpat1:amd64. [2021-02-18T22:05:55.190Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-02-18T22:05:55.190Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-02-18T22:05:55.190Z] Selecting previously unselected package python3.6-minimal. [2021-02-18T22:05:55.190Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-18T22:05:55.190Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-02-18T22:05:55.451Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... [2021-02-18T22:05:55.451Z] Checking for services that may need to be restarted...done. [2021-02-18T22:05:55.451Z] Checking for services that may need to be restarted...done. [2021-02-18T22:05:55.712Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-18T22:05:55.712Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-02-18T22:05:55.712Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-02-18T22:05:56.284Z] Selecting previously unselected package python3-minimal. [2021-02-18T22:05:56.284Z] (Reading database ... 13012 files and directories currently installed.) [2021-02-18T22:05:56.284Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-02-18T22:05:56.284Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-02-18T22:05:56.284Z] Selecting previously unselected package mime-support. [2021-02-18T22:05:56.284Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-02-18T22:05:56.284Z] Unpacking mime-support (3.60ubuntu1) ... [2021-02-18T22:05:56.544Z] Selecting previously unselected package libmpdec2:amd64. [2021-02-18T22:05:56.544Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-02-18T22:05:56.544Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-02-18T22:05:56.544Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-02-18T22:05:56.544Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-18T22:05:56.544Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-18T22:05:56.805Z] Selecting previously unselected package python3.6. [2021-02-18T22:05:56.805Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-18T22:05:56.805Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-18T22:05:56.805Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-02-18T22:05:56.805Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-02-18T22:05:56.805Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-02-18T22:05:57.065Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-02-18T22:05:57.324Z] Selecting previously unselected package python3. [2021-02-18T22:05:57.325Z] (Reading database ... 13442 files and directories currently installed.) [2021-02-18T22:05:57.325Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-02-18T22:05:57.325Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-02-18T22:05:57.325Z] Selecting previously unselected package multiarch-support. [2021-02-18T22:05:57.325Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-02-18T22:05:57.325Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-02-18T22:05:57.325Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-02-18T22:05:57.585Z] Selecting previously unselected package liblzo2-2:amd64. [2021-02-18T22:05:57.585Z] (Reading database ... 13479 files and directories currently installed.) [2021-02-18T22:05:57.585Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-02-18T22:05:57.585Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-02-18T22:05:57.585Z] Selecting previously unselected package libbsd0:amd64. [2021-02-18T22:05:57.585Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-02-18T22:05:57.585Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-02-18T22:05:57.585Z] Selecting previously unselected package sudo. [2021-02-18T22:05:57.585Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-02-18T22:05:57.585Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-02-18T22:05:57.845Z] Selecting previously unselected package apparmor. [2021-02-18T22:05:57.845Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-02-18T22:05:57.845Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-02-18T22:05:58.158Z] Selecting previously unselected package libedit2:amd64. [2021-02-18T22:05:58.158Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-02-18T22:05:58.158Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-02-18T22:05:58.158Z] Selecting previously unselected package libkrb5support0:amd64. [2021-02-18T22:05:58.158Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-02-18T22:05:58.158Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-02-18T22:05:58.158Z] Selecting previously unselected package libk5crypto3:amd64. [2021-02-18T22:05:58.158Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-02-18T22:05:58.158Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-02-18T22:05:58.422Z] Selecting previously unselected package libkeyutils1:amd64. [2021-02-18T22:05:58.422Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-02-18T22:05:58.422Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-02-18T22:05:58.422Z] Selecting previously unselected package libkrb5-3:amd64. [2021-02-18T22:05:58.422Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-02-18T22:05:58.422Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-02-18T22:05:58.422Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-02-18T22:05:58.422Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-02-18T22:05:58.422Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-02-18T22:05:58.683Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-02-18T22:05:58.683Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-02-18T22:05:58.683Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-02-18T22:05:58.944Z] Selecting previously unselected package openssh-client. [2021-02-18T22:05:58.944Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-02-18T22:05:58.944Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-02-18T22:05:58.944Z] Selecting previously unselected package squashfs-tools. [2021-02-18T22:05:58.944Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-02-18T22:05:58.944Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-02-18T22:05:59.204Z] Selecting previously unselected package snapd. [2021-02-18T22:05:59.204Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-02-18T22:05:59.204Z] Unpacking snapd (2.48.3+18.04) ... [2021-02-18T22:06:01.116Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-02-18T22:06:01.116Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-02-18T22:06:01.378Z] Setting up mime-support (3.60ubuntu1) ... [2021-02-18T22:06:01.378Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-02-18T22:06:01.378Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-02-18T22:06:01.406Z] 25b303627fd3: Pull complete [2021-02-18T22:06:01.406Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-02-18T22:06:01.406Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-18T22:06:01.406Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-02-18T22:06:01.638Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-02-18T22:06:01.638Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-18T22:06:01.638Z] Setting up systemd (237-3ubuntu10.44) ... [2021-02-18T22:06:01.638Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-02-18T22:06:01.666Z] prd-ubuntu18.04-docker-arm64-4c-16g-26835 does not seem to be running inside a container [2021-02-18T22:06:01.842Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-02-18T22:06:02.580Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-02-18T22:06:02.580Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-02-18T22:06:02.580Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-02-18T22:06:02.580Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-18T22:06:02.580Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-02-18T22:06:02.581Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-18T22:06:03.152Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-02-18T22:06:03.152Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-02-18T22:06:03.152Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-02-18T22:06:03.152Z] Setting up python3 (3.6.7-1~18.04) ... [2021-02-18T22:06:03.152Z] running python rtupdate hooks for python3.6... [2021-02-18T22:06:03.152Z] running python post-rtupdate hooks for python3.6... [2021-02-18T22:06:03.152Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-02-18T22:06:04.537Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-02-18T22:06:04.537Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-02-18T22:06:04.856Z] $ docker top 805e1742fab62b5906cd16109ecfdaf46ceec3dea8737bd2fce4ab53fbd472f2 -eo pid,comm [2021-02-18T22:06:04.799Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-02-18T22:06:04.799Z] Setting up snapd (2.48.3+18.04) ... [Pipeline] { [Pipeline] sh [2021-02-18T22:06:05.370Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-02-18T22:06:05.370Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-02-18T22:06:05.631Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-02-18T22:06:05.631Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-02-18T22:06:05.773Z] + docker-compose build --help [2021-02-18T22:06:05.773Z] + grep parallel [2021-02-18T22:06:05.892Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-02-18T22:06:05.892Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-02-18T22:06:06.155Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-02-18T22:06:06.155Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-02-18T22:06:06.416Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-02-18T22:06:06.416Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-02-18T22:06:06.681Z] /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-02-18T22:06:06.945Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-18T22:06:07.518Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-02-18T22:06:08.459Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-18T22:06:08.459Z] Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-18T22:06:08.459Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-18T22:06:09.180Z] --parallel Build images in parallel. [Pipeline] } [2021-02-18T22:06:09.569Z] $ docker stop --time=1 805e1742fab62b5906cd16109ecfdaf46ceec3dea8737bd2fce4ab53fbd472f2 [2021-02-18T22:06:09.659Z] Reading package lists... [2021-02-18T22:06:09.920Z] Reading package lists... [2021-02-18T22:06:09.920Z] Building dependency tree... [2021-02-18T22:06:09.920Z] Reading state information... [2021-02-18T22:06:10.180Z] Calculating upgrade... [2021-02-18T22:06:10.180Z] The following packages will be upgraded: [2021-02-18T22:06:10.180Z] advancecomp base-files bash binutils binutils-common [2021-02-18T22:06:10.180Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-02-18T22:06:10.180Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-02-18T22:06:10.180Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-02-18T22:06:10.180Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-02-18T22:06:10.180Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-02-18T22:06:10.180Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-02-18T22:06:10.180Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-02-18T22:06:10.180Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-02-18T22:06:10.180Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-02-18T22:06:10.180Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-02-18T22:06:10.180Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-02-18T22:06:10.180Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-02-18T22:06:10.180Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-02-18T22:06:10.180Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-02-18T22:06:10.440Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-02-18T22:06:10.440Z] Need to get 63.8 MB of archives. [2021-02-18T22:06:10.440Z] After this operation, 5189 kB of additional disk space will be used. [2021-02-18T22:06:10.440Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-02-18T22:06:10.440Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] [2021-02-18T22:06:11.011Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-02-18T22:06:11.011Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-02-18T22:06:11.271Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-02-18T22:06:11.271Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-02-18T22:06:11.271Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-02-18T22:06:11.271Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-02-18T22:06:11.271Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-02-18T22:06:11.271Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-02-18T22:06:11.271Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-02-18T22:06:11.271Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-02-18T22:06:11.271Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-02-18T22:06:11.271Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-02-18T22:06:11.271Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-02-18T22:06:11.271Z] Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-02-18T22:06:11.271Z] Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-02-18T22:06:11.271Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-02-18T22:06:11.271Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-02-18T22:06:11.271Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-02-18T22:06:11.271Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-02-18T22:06:11.271Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-02-18T22:06:11.271Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-02-18T22:06:11.271Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-02-18T22:06:11.271Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-02-18T22:06:11.271Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-02-18T22:06:11.271Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-02-18T22:06:11.271Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-02-18T22:06:11.271Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-02-18T22:06:11.471Z] $ docker rm -f 805e1742fab62b5906cd16109ecfdaf46ceec3dea8737bd2fce4ab53fbd472f2 [2021-02-18T22:06:11.532Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-02-18T22:06:11.532Z] Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-02-18T22:06:11.532Z] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-02-18T22:06:11.532Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-02-18T22:06:11.532Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-02-18T22:06:11.532Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-02-18T22:06:11.532Z] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-02-18T22:06:11.532Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-02-18T22:06:11.532Z] Get:38 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-02-18T22:06:11.532Z] Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-02-18T22:06:11.532Z] Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-02-18T22:06:11.532Z] Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-02-18T22:06:11.532Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-02-18T22:06:11.532Z] Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [2021-02-18T22:06:11.794Z] Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-02-18T22:06:11.794Z] Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-02-18T22:06:11.794Z] Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-02-18T22:06:11.794Z] Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-02-18T22:06:11.794Z] Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-02-18T22:06:11.794Z] Get:49 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-02-18T22:06:11.794Z] Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-02-18T22:06:11.794Z] Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-02-18T22:06:11.794Z] Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-02-18T22:06:11.794Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-02-18T22:06:11.794Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-02-18T22:06:11.794Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-02-18T22:06:11.794Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-02-18T22:06:11.794Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-02-18T22:06:11.794Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-02-18T22:06:11.794Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-02-18T22:06:11.794Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-02-18T22:06:11.794Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-02-18T22:06:11.794Z] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-02-18T22:06:11.794Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-02-18T22:06:11.794Z] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-02-18T22:06:11.794Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [Pipeline] isUnix [Pipeline] sh [2021-02-18T22:06:12.059Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-02-18T22:06:12.059Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-02-18T22:06:12.059Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-02-18T22:06:12.059Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-02-18T22:06:12.059Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-02-18T22:06:12.059Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-02-18T22:06:12.059Z] Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-02-18T22:06:12.060Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-02-18T22:06:12.060Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-02-18T22:06:12.060Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.8 [614 kB] [2021-02-18T22:06:12.060Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-02-18T22:06:12.060Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-02-18T22:06:12.060Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-02-18T22:06:12.060Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-02-18T22:06:12.060Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-02-18T22:06:12.060Z] Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-02-18T22:06:12.060Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-02-18T22:06:12.146Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-18T22:06:12.146Z] . [Pipeline] withDockerContainer [2021-02-18T22:06:12.320Z] Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] [2021-02-18T22:06:12.320Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-02-18T22:06:12.320Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-02-18T22:06:12.320Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-02-18T22:06:12.320Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-02-18T22:06:12.320Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-02-18T22:06:12.378Z] prd-ubuntu18.04-docker-arm64-4c-16g-26835 does not seem to be running inside a container [2021-02-18T22:06:12.566Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-02-18T22:06:12.581Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-02-18T22:06:12.581Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-02-18T22:06:12.841Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-02-18T22:06:13.414Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-02-18T22:06:13.414Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-02-18T22:06:13.414Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-02-18T22:06:13.674Z] 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-02-18T22:06:13.674Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-02-18T22:06:13.674Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-02-18T22:06:13.674Z] Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-02-18T22:06:13.674Z] Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-02-18T22:06:13.823Z] $ docker top a429cf3b52f56601c6eac3590202987dabd057a5f6bfe2c110163a0a65c7b440 -eo pid,comm [2021-02-18T22:06:13.943Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-18T22:06:13.943Z] Fetched 63.8 MB in 4s (18.2 MB/s) [2021-02-18T22:06:13.943Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-18T22:06:13.943Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-02-18T22:06:13.943Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [Pipeline] { [Pipeline] sh [2021-02-18T22:06:14.520Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-02-18T22:06:14.521Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-18T22:06:14.732Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-18T22:06:14.782Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... [2021-02-18T22:06:14.782Z] Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... [2021-02-18T22:06:15.356Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-18T22:06:15.356Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-18T22:06:15.617Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-18T22:06:15.617Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-18T22:06:15.877Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-18T22:06:15.877Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-18T22:06:15.877Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-18T22:06:15.877Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-18T22:06:15.877Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-18T22:06:16.138Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-18T22:06:16.138Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-18T22:06:16.138Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-18T22:06:16.399Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-18T22:06:16.399Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-18T22:06:16.399Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-18T22:06:16.399Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-18T22:06:16.399Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-18T22:06:16.399Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-02-18T22:06:16.660Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-02-18T22:06:16.660Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-18T22:06:16.660Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-18T22:06:16.660Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-18T22:06:16.921Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-18T22:06:16.921Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-18T22:06:16.921Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-18T22:06:16.921Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-18T22:06:17.182Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-18T22:06:17.444Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-18T22:06:17.444Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-02-18T22:06:17.444Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-18T22:06:18.016Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-02-18T22:06:18.016Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-18T22:06:18.016Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-02-18T22:06:18.016Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-02-18T22:06:18.016Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-02-18T22:06:18.096Z] Building docker-core-command-go ... [2021-02-18T22:06:18.096Z] Building docker-core-data-go ... [2021-02-18T22:06:18.096Z] Building docker-core-metadata-go ... [2021-02-18T22:06:18.096Z] Building docker-security-bootstrapper-go ... [2021-02-18T22:06:18.096Z] Building docker-security-proxy-setup-go ... [2021-02-18T22:06:18.096Z] Building docker-security-secretstore-setup-go ... [2021-02-18T22:06:18.096Z] Building docker-support-notifications-go ... [2021-02-18T22:06:18.096Z] Building docker-support-scheduler-go ... [2021-02-18T22:06:18.096Z] Building docker-sys-mgmt-agent-go ... [2021-02-18T22:06:18.096Z] Building docker-support-notifications-go [2021-02-18T22:06:18.096Z] Building docker-support-scheduler-go [2021-02-18T22:06:18.096Z] Building docker-security-secretstore-setup-go [2021-02-18T22:06:18.096Z] Building docker-core-metadata-go [2021-02-18T22:06:18.096Z] Building docker-security-proxy-setup-go [2021-02-18T22:06:18.276Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-02-18T22:06:18.537Z] Setting up base-files (10.1ubuntu2.10) ... [2021-02-18T22:06:18.537Z] Installing new version of config file /etc/issue ... [2021-02-18T22:06:18.537Z] Installing new version of config file /etc/issue.net ... [2021-02-18T22:06:18.537Z] Installing new version of config file /etc/lsb-release ... [2021-02-18T22:06:18.537Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-02-18T22:06:18.797Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-02-18T22:06:19.068Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-02-18T22:06:19.068Z] Removing obsolete conffile /etc/default/motd-news ... [2021-02-18T22:06:19.068Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-18T22:06:19.068Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-02-18T22:06:19.068Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-02-18T22:06:19.330Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-02-18T22:06:19.330Z] 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-02-18T22:06:19.330Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-18T22:06:19.330Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-18T22:06:19.330Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-02-18T22:06:19.590Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-02-18T22:06:19.590Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-18T22:06:19.590Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-02-18T22:06:19.590Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-02-18T22:06:19.852Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-02-18T22:06:19.852Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-18T22:06:19.852Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-02-18T22:06:19.852Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-18T22:06:20.113Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-02-18T22:06:20.380Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-18T22:06:20.380Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-18T22:06:20.380Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-18T22:06:20.641Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-18T22:06:20.641Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-18T22:06:20.641Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-18T22:06:20.641Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-18T22:06:20.904Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-02-18T22:06:20.904Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-18T22:06:20.904Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-02-18T22:06:20.904Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-02-18T22:06:21.175Z] Setting up grep (3.1-2build1) ... [2021-02-18T22:06:21.175Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-18T22:06:21.175Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-02-18T22:06:21.175Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-02-18T22:06:21.436Z] Setting up login (1:4.5-1ubuntu2) ... [2021-02-18T22:06:21.436Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-18T22:06:21.436Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-18T22:06:21.436Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-18T22:06:21.696Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-02-18T22:06:21.696Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-18T22:06:21.696Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-18T22:06:21.696Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-18T22:06:22.267Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-18T22:06:22.267Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-18T22:06:22.267Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-18T22:06:22.267Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-18T22:06:22.841Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-02-18T22:06:23.101Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-18T22:06:23.101Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-02-18T22:06:23.101Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-18T22:06:24.042Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-02-18T22:06:24.308Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-02-18T22:06:24.308Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-02-18T22:06:24.308Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-02-18T22:06:24.308Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-02-18T22:06:24.574Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-18T22:06:24.574Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-02-18T22:06:24.574Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-02-18T22:06:24.840Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-02-18T22:06:24.840Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-18T22:06:24.840Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-18T22:06:24.840Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-18T22:06:25.100Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-18T22:06:25.100Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-18T22:06:25.100Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-18T22:06:25.100Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-18T22:06:25.361Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-18T22:06:25.361Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-18T22:06:25.361Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-18T22:06:25.361Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-18T22:06:25.361Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-18T22:06:25.623Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-18T22:06:25.623Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-18T22:06:25.623Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-18T22:06:25.623Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-18T22:06:25.888Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-18T22:06:25.888Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-18T22:06:25.888Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-18T22:06:25.888Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-18T22:06:26.148Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-18T22:06:26.148Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-18T22:06:26.148Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-18T22:06:26.148Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-18T22:06:26.148Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-18T22:06:26.458Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-18T22:06:26.458Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-18T22:06:26.458Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-18T22:06:26.458Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-18T22:06:26.719Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-18T22:06:26.719Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-18T22:06:26.719Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-18T22:06:26.719Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-18T22:06:26.982Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-02-18T22:06:26.982Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-18T22:06:26.982Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-18T22:06:27.243Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-18T22:06:27.503Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-02-18T22:06:27.764Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-02-18T22:06:28.049Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-02-18T22:06:28.049Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-18T22:06:28.049Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-02-18T22:06:28.309Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-18T22:06:28.569Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-02-18T22:06:28.830Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-18T22:06:28.830Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-02-18T22:06:28.830Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-18T22:06:28.830Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-02-18T22:06:29.091Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-18T22:06:29.091Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-02-18T22:06:29.091Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-02-18T22:06:29.091Z] Setting up debconf (1.5.66ubuntu1) ... [2021-02-18T22:06:29.353Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-18T22:06:29.353Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-02-18T22:06:29.353Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-02-18T22:06:29.353Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-02-18T22:06:29.614Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-18T22:06:29.614Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-02-18T22:06:29.614Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-02-18T22:06:29.614Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-02-18T22:06:29.875Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-18T22:06:29.875Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-18T22:06:29.875Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-18T22:06:29.875Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-18T22:06:30.135Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-18T22:06:30.135Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-18T22:06:30.135Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-18T22:06:30.135Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-18T22:06:30.135Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-18T22:06:30.135Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-18T22:06:30.396Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-18T22:06:30.397Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-18T22:06:30.657Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-18T22:06:30.657Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-18T22:06:30.657Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-18T22:06:30.657Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-02-18T22:06:30.657Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-18T22:06:30.918Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-18T22:06:30.918Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-18T22:06:30.918Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-18T22:06:31.179Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-18T22:06:31.179Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-02-18T22:06:31.179Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-02-18T22:06:31.179Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-02-18T22:06:31.439Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-18T22:06:31.439Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-02-18T22:06:31.439Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-18T22:06:31.439Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-18T22:06:31.699Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-18T22:06:31.699Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-18T22:06:31.699Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-18T22:06:31.959Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-18T22:06:31.959Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-18T22:06:31.959Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-02-18T22:06:31.959Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-02-18T22:06:31.959Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-02-18T22:06:32.219Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-18T22:06:32.219Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-02-18T22:06:32.219Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-02-18T22:06:32.479Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-02-18T22:06:32.740Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-18T22:06:32.740Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-18T22:06:32.740Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-18T22:06:32.740Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-02-18T22:06:32.740Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-18T22:06:32.740Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-02-18T22:06:33.000Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-02-18T22:06:33.000Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-02-18T22:06:33.000Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-18T22:06:33.000Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-02-18T22:06:33.261Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-02-18T22:06:33.261Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-02-18T22:06:33.261Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-18T22:06:33.261Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-02-18T22:06:33.261Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-02-18T22:06:33.522Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-02-18T22:06:33.782Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-18T22:06:33.782Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-02-18T22:06:33.782Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-02-18T22:06:33.782Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-02-18T22:06:34.044Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-18T22:06:34.044Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-02-18T22:06:34.044Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-02-18T22:06:34.044Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-02-18T22:06:34.044Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-18T22:06:34.044Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-02-18T22:06:34.304Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-02-18T22:06:34.304Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-02-18T22:06:34.304Z] (Reading database ... 13915 files and directories currently installed.) [2021-02-18T22:06:34.304Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-02-18T22:06:34.304Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-02-18T22:06:34.570Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-02-18T22:06:34.570Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-02-18T22:06:34.570Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-02-18T22:06:34.831Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-02-18T22:06:34.831Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-02-18T22:06:34.831Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-02-18T22:06:35.093Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-02-18T22:06:35.093Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-02-18T22:06:35.093Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-02-18T22:06:35.093Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-02-18T22:06:35.357Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-02-18T22:06:35.357Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-02-18T22:06:35.357Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-02-18T22:06:35.357Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-02-18T22:06:35.618Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-02-18T22:06:35.618Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-02-18T22:06:35.618Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-02-18T22:06:35.618Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-02-18T22:06:35.878Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-02-18T22:06:35.878Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-02-18T22:06:35.878Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-02-18T22:06:36.139Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-02-18T22:06:36.709Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-02-18T22:06:36.710Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-02-18T22:06:36.969Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-02-18T22:06:36.969Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-02-18T22:06:36.969Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-18T22:06:37.234Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-18T22:06:37.497Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-18T22:06:37.497Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-18T22:06:37.757Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-18T22:06:37.757Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-18T22:06:37.757Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-18T22:06:37.757Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-18T22:06:38.041Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-18T22:06:38.041Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-18T22:06:38.041Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-18T22:06:38.041Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-18T22:06:38.301Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-18T22:06:38.301Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-18T22:06:38.301Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-18T22:06:38.301Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-18T22:06:39.239Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-18T22:06:39.239Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-18T22:06:40.182Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-18T22:06:40.182Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-18T22:06:41.130Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-18T22:06:41.130Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-18T22:06:41.130Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-18T22:06:41.130Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-18T22:06:42.074Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-18T22:06:42.074Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-18T22:06:42.343Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-18T22:06:42.343Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-18T22:06:42.343Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-02-18T22:06:42.343Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-18T22:06:42.604Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-02-18T22:06:42.604Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-18T22:06:42.604Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-02-18T22:06:42.604Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-02-18T22:06:42.865Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-18T22:06:42.865Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-18T22:06:42.865Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-18T22:06:42.865Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-18T22:06:43.127Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-02-18T22:06:43.127Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-02-18T22:06:43.127Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-18T22:06:43.127Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-18T22:06:43.127Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-18T22:06:43.389Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-18T22:06:43.389Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-18T22:06:43.389Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-02-18T22:06:43.389Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-02-18T22:06:43.389Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-02-18T22:06:43.389Z] [2021-02-18T22:06:43.389Z] Current default time zone: 'Etc/UTC' [2021-02-18T22:06:43.389Z] Local time is now: Thu Feb 18 22:06:43 UTC 2021. [2021-02-18T22:06:43.389Z] Universal Time is now: Thu Feb 18 22:06:43 UTC 2021. [2021-02-18T22:06:43.389Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-02-18T22:06:43.389Z] [2021-02-18T22:06:43.389Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-02-18T22:06:43.654Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-18T22:06:43.654Z] Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... [2021-02-18T22:06:43.654Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-02-18T22:06:43.654Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-02-18T22:06:43.654Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-02-18T22:06:43.654Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-02-18T22:06:43.654Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-02-18T22:06:43.654Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-02-18T22:06:43.654Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-02-18T22:06:43.654Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-18T22:06:43.916Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-02-18T22:06:44.177Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-18T22:06:44.177Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-02-18T22:06:44.177Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-18T22:06:44.438Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-02-18T22:06:44.438Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-02-18T22:06:44.438Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-02-18T22:06:44.438Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.8) ... [2021-02-18T22:06:44.438Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-02-18T22:06:44.438Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-02-18T22:06:44.438Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-02-18T22:06:44.438Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-02-18T22:06:46.351Z] Updating certificates in /etc/ssl/certs... [2021-02-18T22:06:46.921Z] 23 added, 27 removed; done. [2021-02-18T22:06:46.921Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-02-18T22:06:46.921Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-18T22:06:47.181Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-02-18T22:06:47.182Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-02-18T22:06:47.182Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-02-18T22:06:47.182Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-18T22:06:47.182Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-02-18T22:06:47.182Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-18T22:06:47.182Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-18T22:06:47.443Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-18T22:06:47.443Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-18T22:06:47.443Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-18T22:06:47.443Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-02-18T22:06:47.443Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-02-18T22:06:47.443Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-02-18T22:06:47.443Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-02-18T22:06:47.703Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-02-18T22:06:47.703Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-18T22:06:47.703Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-18T22:06:47.703Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-02-18T22:06:47.703Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-02-18T22:06:47.703Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-02-18T22:06:47.963Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-02-18T22:06:47.963Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-02-18T22:06:47.963Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-02-18T22:06:47.963Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-02-18T22:06:47.963Z] Updating certificates in /etc/ssl/certs... [2021-02-18T22:06:48.532Z] 0 added, 0 removed; done. [2021-02-18T22:06:48.532Z] Running hooks in /etc/ca-certificates/update.d... [2021-02-18T22:06:48.532Z] done. [2021-02-18T22:06:49.103Z] Reading package lists... [2021-02-18T22:06:49.103Z] Building dependency tree... [2021-02-18T22:06:49.103Z] Reading state information... [2021-02-18T22:06:49.362Z] The following NEW packages will be installed: [2021-02-18T22:06:49.362Z] apt-transport-https [2021-02-18T22:06:49.362Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-02-18T22:06:49.362Z] Need to get 1696 B of archives. [2021-02-18T22:06:49.362Z] After this operation, 153 kB of additional disk space will be used. [2021-02-18T22:06:49.362Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-02-18T22:06:49.622Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-18T22:06:49.622Z] Fetched 1696 B in 0s (22.2 kB/s) [2021-02-18T22:06:49.622Z] Selecting previously unselected package apt-transport-https. [2021-02-18T22:06:49.622Z] (Reading database ... 13920 files and directories currently installed.) [2021-02-18T22:06:49.623Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-02-18T22:06:49.623Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-02-18T22:06:49.623Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-02-18T22:06:49.883Z] Waiting for network to be ready... [2021-02-18T22:06:55.174Z] 2021-02-18T22:06:52Z INFO Waiting for automatic snapd restart... [2021-02-18T22:06:55.174Z] snapd 2.48.2.1 from Canonical* installed [2021-02-18T22:06:55.174Z] "snapd" switched to the "latest/stable" channel [2021-02-18T22:06:55.174Z] [2021-02-18T22:06:57.725Z] core18 20210128 from Canonical* installed [2021-02-18T22:06:57.987Z] "core18" switched to the "latest/stable" channel [2021-02-18T22:06:57.987Z] [2021-02-18T22:07:01.323Z] snapcraft 4.5.1 from Canonical* installed [2021-02-18T22:07:01.323Z] "snapcraft" switched to the "latest/stable" channel [2021-02-18T22:07:01.323Z] [2021-02-18T22:07:04.626Z] 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-02-18T22:07:04.626Z] - README.md [2021-02-18T22:07:04.626Z] - snapcraft.yaml.orig [2021-02-18T22:07:04.626Z] [2021-02-18T22:07:04.626Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-02-18T22:07:11.206Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-18T22:07:11.206Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-18T22:07:11.206Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-18T22:07:11.206Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-18T22:07:12.147Z] Reading package lists... [2021-02-18T22:07:12.407Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 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-02-18T22:07:19.016Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-18T22:07:19.016Z] Reading package lists... [2021-02-18T22:07:19.016Z] Building dependency tree... [2021-02-18T22:07:19.016Z] Reading state information... [2021-02-18T22:07:19.016Z] Suggested packages: [2021-02-18T22:07:19.016Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-02-18T22:07:19.016Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-02-18T22:07:19.016Z] Recommended packages: [2021-02-18T22:07:19.016Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-02-18T22:07:19.016Z] The following NEW packages will be installed: [2021-02-18T22:07:19.016Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-02-18T22:07:19.016Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-02-18T22:07:19.016Z] pkg-config zip [2021-02-18T22:07:19.016Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-02-18T22:07:19.016Z] Need to get 7655 kB of archives. [2021-02-18T22:07:19.016Z] After this operation, 43.7 MB of additional disk space will be used. [2021-02-18T22:07:19.016Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] [2021-02-18T22:07:19.016Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-02-18T22:07:19.016Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-02-18T22:07:19.016Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-02-18T22:07:19.016Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-02-18T22:07:19.016Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-02-18T22:07:19.016Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-02-18T22:07:19.305Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-02-18T22:07:19.305Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-02-18T22:07:19.305Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-02-18T22:07:19.305Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-02-18T22:07:19.305Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-02-18T22:07:19.566Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-02-18T22:07:19.566Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-02-18T22:07:19.566Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-02-18T22:07:19.566Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-18T22:07:19.566Z] Fetched 7655 kB in 1s (10.4 MB/s) [2021-02-18T22:07:19.832Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-02-18T22:07:19.832Z] (Reading database ... 13924 files and directories currently installed.) [2021-02-18T22:07:19.832Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-02-18T22:07:19.832Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-02-18T22:07:19.832Z] Selecting previously unselected package libpsl5:amd64. [2021-02-18T22:07:19.832Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-02-18T22:07:19.832Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-02-18T22:07:20.096Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-02-18T22:07:20.096Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-02-18T22:07:20.096Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-02-18T22:07:20.096Z] Selecting previously unselected package librtmp1:amd64. [2021-02-18T22:07:20.096Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-02-18T22:07:20.096Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-02-18T22:07:20.096Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-02-18T22:07:20.096Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-02-18T22:07:20.357Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-02-18T22:07:20.357Z] Selecting previously unselected package liberror-perl. [2021-02-18T22:07:20.357Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-02-18T22:07:20.357Z] Unpacking liberror-perl (0.17025-1) ... [2021-02-18T22:07:20.357Z] Selecting previously unselected package git-man. [2021-02-18T22:07:20.357Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-02-18T22:07:20.357Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-02-18T22:07:20.618Z] Selecting previously unselected package git. [2021-02-18T22:07:20.618Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-02-18T22:07:20.618Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-02-18T22:07:21.188Z] Selecting previously unselected package libnorm1:amd64. [2021-02-18T22:07:21.188Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-02-18T22:07:21.449Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-02-18T22:07:21.449Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-02-18T22:07:21.449Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-02-18T22:07:21.449Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-02-18T22:07:21.449Z] Selecting previously unselected package libsodium23:amd64. [2021-02-18T22:07:21.449Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-02-18T22:07:21.449Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-02-18T22:07:21.709Z] Selecting previously unselected package libzmq5:amd64. [2021-02-18T22:07:21.709Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-02-18T22:07:21.709Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-18T22:07:21.709Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-02-18T22:07:21.709Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-02-18T22:07:21.709Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-18T22:07:21.971Z] Selecting previously unselected package pkg-config. [2021-02-18T22:07:21.971Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-02-18T22:07:21.971Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-02-18T22:07:21.971Z] Selecting previously unselected package zip. [2021-02-18T22:07:21.971Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-02-18T22:07:21.971Z] Unpacking zip (3.0-11build1) ... [2021-02-18T22:07:21.971Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-02-18T22:07:21.971Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-02-18T22:07:22.232Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-02-18T22:07:22.232Z] Setting up liberror-perl (0.17025-1) ... [2021-02-18T22:07:22.232Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-02-18T22:07:22.232Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-02-18T22:07:22.232Z] No schema files found: doing nothing. [2021-02-18T22:07:22.232Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-02-18T22:07:22.232Z] Setting up zip (3.0-11build1) ... [2021-02-18T22:07:22.232Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-02-18T22:07:22.232Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-02-18T22:07:22.232Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-02-18T22:07:22.495Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-18T22:07:22.495Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-02-18T22:07:22.495Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-18T22:07:22.495Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-02-18T22:07:22.495Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-02-18T22:07:29.088Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-18T22:07:29.088Z] git set to automatically installed. [2021-02-18T22:07:29.088Z] git-man set to automatically installed. [2021-02-18T22:07:29.088Z] libcurl3-gnutls set to automatically installed. [2021-02-18T22:07:29.088Z] liberror-perl set to automatically installed. [2021-02-18T22:07:29.088Z] libglib2.0-0 set to automatically installed. [2021-02-18T22:07:29.088Z] libnghttp2-14 set to automatically installed. [2021-02-18T22:07:29.088Z] libnorm1 set to automatically installed. [2021-02-18T22:07:29.088Z] libpgm-5.2-0 set to automatically installed. [2021-02-18T22:07:29.088Z] libpsl5 set to automatically installed. [2021-02-18T22:07:29.088Z] librtmp1 set to automatically installed. [2021-02-18T22:07:29.088Z] libsodium23 set to automatically installed. [2021-02-18T22:07:29.088Z] libzmq3-dev set to automatically installed. [2021-02-18T22:07:29.088Z] libzmq5 set to automatically installed. [2021-02-18T22:07:29.088Z] pkg-config set to automatically installed. [2021-02-18T22:07:29.088Z] zip set to automatically installed. [2021-02-18T22:07:31.002Z] snapd is not logged in, snap install commands will use sudo [2021-02-18T22:07:37.585Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-18T22:07:37.585Z] snap "core18" has no updates available [2021-02-18T22:07:38.156Z] Pulling config-common [2021-02-18T22:07:38.156Z] + snapcraftctl pull [2021-02-18T22:07:39.095Z] Pulling go-build-helper [2021-02-18T22:07:39.095Z] + snapcraftctl pull [2021-02-18T22:07:39.859Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T22:07:39.860Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-18T22:07:39.860Z] ---> 6931b0d003c0 [2021-02-18T22:07:39.860Z] Step 3/21 : WORKDIR /edgex-go [2021-02-18T22:07:39.860Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T22:07:39.860Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-18T22:07:39.860Z] ---> 6931b0d003c0 [2021-02-18T22:07:39.860Z] Step 3/23 : WORKDIR /edgex-go [2021-02-18T22:07:39.860Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T22:07:39.860Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-18T22:07:39.860Z] ---> 6931b0d003c0 [2021-02-18T22:07:39.860Z] Step 3/22 : WORKDIR /edgex-go [2021-02-18T22:07:39.860Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T22:07:39.860Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-18T22:07:39.860Z] ---> 6931b0d003c0 [2021-02-18T22:07:39.860Z] Step 3/22 : WORKDIR /edgex-go [2021-02-18T22:07:39.860Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T22:07:39.860Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-18T22:07:39.860Z] ---> 6931b0d003c0 [2021-02-18T22:07:39.860Z] Step 3/24 : WORKDIR /edgex-go [2021-02-18T22:07:39.860Z] ---> Running in 7fb770a109a8 [2021-02-18T22:07:39.860Z] ---> Running in 87b1cafd87dd [2021-02-18T22:07:39.860Z] ---> Running in 68f27f795a08 [2021-02-18T22:07:39.860Z] ---> Running in b7abdb3ab4d9 [2021-02-18T22:07:39.860Z] ---> Running in 65d16832b71b [2021-02-18T22:07:39.860Z] Removing intermediate container 65d16832b71b [2021-02-18T22:07:39.860Z] ---> 2f37e5fcd78e [2021-02-18T22:07:39.860Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T22:07:39.860Z] Removing intermediate container 7fb770a109a8 [2021-02-18T22:07:39.860Z] Removing intermediate container 68f27f795a08 [2021-02-18T22:07:39.860Z] ---> f35bdc620bf6 [2021-02-18T22:07:39.860Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T22:07:39.860Z] ---> 2ddea6447193 [2021-02-18T22:07:39.860Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T22:07:39.860Z] Removing intermediate container 87b1cafd87dd [2021-02-18T22:07:39.860Z] ---> f28d66c09e6e [2021-02-18T22:07:39.860Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T22:07:39.860Z] Removing intermediate container b7abdb3ab4d9 [2021-02-18T22:07:39.860Z] ---> 03cb514ab34a [2021-02-18T22:07:39.860Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T22:07:39.860Z] ---> Running in 8f2a64c0720e [2021-02-18T22:07:39.860Z] ---> Running in 940dcceec79f [2021-02-18T22:07:39.860Z] ---> Running in fa6eade797be [2021-02-18T22:07:39.860Z] ---> Running in dce7d8e6815e [2021-02-18T22:07:39.860Z] ---> Running in e0dd477bc52b [2021-02-18T22:07:39.860Z] Removing intermediate container 8f2a64c0720e [2021-02-18T22:07:39.860Z] ---> 2e6e0b3a1d15 [2021-02-18T22:07:39.860Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-18T22:07:39.860Z] ---> Running in 21dcda44cc5f [2021-02-18T22:07:39.860Z] Removing intermediate container 940dcceec79f [2021-02-18T22:07:39.860Z] ---> a4ee817d9511 [2021-02-18T22:07:39.860Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-18T22:07:39.860Z] ---> Running in 28d1ee7dd9c4 [2021-02-18T22:07:39.860Z] Removing intermediate container fa6eade797be [2021-02-18T22:07:39.860Z] ---> 3e6f718dbe0c [2021-02-18T22:07:39.860Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-18T22:07:39.860Z] Removing intermediate container e0dd477bc52b [2021-02-18T22:07:39.860Z] ---> e22b06124c2e [2021-02-18T22:07:39.860Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-18T22:07:39.860Z] ---> Running in 2d5b8badcc97 [2021-02-18T22:07:39.860Z] ---> Running in 11df9c5df456 [2021-02-18T22:07:39.860Z] Removing intermediate container dce7d8e6815e [2021-02-18T22:07:39.860Z] ---> 33eb43b42669 [2021-02-18T22:07:39.860Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-18T22:07:39.860Z] ---> Running in 440843111b77 [2021-02-18T22:07:39.860Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T22:07:40.463Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T22:07:40.735Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T22:07:40.735Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T22:07:40.735Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T22:07:40.735Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T22:07:41.019Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T22:07:41.291Z] OK: 217 MiB in 51 packages [2021-02-18T22:07:41.569Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T22:07:41.569Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T22:07:41.850Z] OK: 217 MiB in 51 packages [2021-02-18T22:07:41.850Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T22:07:42.843Z] Removing intermediate container 21dcda44cc5f [2021-02-18T22:07:42.843Z] ---> a3926c32bcfa [2021-02-18T22:07:42.843Z] Step 6/21 : COPY go.mod . [2021-02-18T22:07:42.843Z] OK: 217 MiB in 51 packages [2021-02-18T22:07:42.843Z] OK: 217 MiB in 51 packages [2021-02-18T22:07:43.120Z] Removing intermediate container 28d1ee7dd9c4 [2021-02-18T22:07:43.120Z] ---> d65d69a822bd [2021-02-18T22:07:43.120Z] Step 6/22 : COPY go.mod . [2021-02-18T22:07:43.396Z] OK: 217 MiB in 51 packages [2021-02-18T22:07:44.002Z] ---> 9222c6b64ffd [2021-02-18T22:07:44.002Z] Step 7/21 : RUN go mod download [2021-02-18T22:07:44.002Z] ---> Running in 1ce020dea8b3 [2021-02-18T22:07:44.274Z] ---> e50b0a0ed3c8 [2021-02-18T22:07:44.274Z] Step 7/22 : RUN go mod download [2021-02-18T22:07:44.552Z] ---> Running in d81be1fd2cd0 [2021-02-18T22:07:44.824Z] Removing intermediate container 2d5b8badcc97 [2021-02-18T22:07:44.824Z] ---> 4b322efe3a09 [2021-02-18T22:07:44.824Z] Step 6/22 : COPY go.mod . [2021-02-18T22:07:44.824Z] Removing intermediate container 440843111b77 [2021-02-18T22:07:44.824Z] ---> 88cb2af05095 [2021-02-18T22:07:44.824Z] Step 6/23 : COPY go.mod . [2021-02-18T22:07:45.099Z] Removing intermediate container 11df9c5df456 [2021-02-18T22:07:45.099Z] ---> 661c0da81f13 [2021-02-18T22:07:45.099Z] Step 6/24 : COPY go.mod . [2021-02-18T22:07:46.107Z] ---> cca669adba8a [2021-02-18T22:07:46.107Z] Step 7/22 : RUN go mod download [2021-02-18T22:07:46.107Z] ---> 2928b7b98879 [2021-02-18T22:07:46.107Z] Step 7/23 : RUN go mod download [2021-02-18T22:07:46.107Z] ---> c01c3929efc8 [2021-02-18T22:07:46.107Z] Step 7/24 : RUN go mod download [2021-02-18T22:07:46.380Z] ---> Running in 08b4f95dc0eb [2021-02-18T22:07:46.380Z] ---> Running in cdfb49be9000 [2021-02-18T22:07:46.380Z] ---> Running in 6dcaea46b0d7 [2021-02-18T22:07:48.372Z] Removing intermediate container 1ce020dea8b3 [2021-02-18T22:07:48.372Z] ---> bba95d0bef31 [2021-02-18T22:07:48.372Z] Step 8/21 : COPY . . [2021-02-18T22:07:48.645Z] Removing intermediate container d81be1fd2cd0 [2021-02-18T22:07:48.645Z] ---> dba5588d1c52 [2021-02-18T22:07:48.645Z] Step 8/22 : COPY . . [2021-02-18T22:07:52.973Z] Removing intermediate container 08b4f95dc0eb [2021-02-18T22:07:52.973Z] ---> a6bed4c7c2a3 [2021-02-18T22:07:52.973Z] Step 8/22 : COPY . . [2021-02-18T22:07:53.248Z] Removing intermediate container cdfb49be9000 [2021-02-18T22:07:53.248Z] ---> 96823b359980 [2021-02-18T22:07:53.248Z] Step 8/23 : COPY . . [2021-02-18T22:07:53.248Z] Removing intermediate container 6dcaea46b0d7 [2021-02-18T22:07:53.248Z] ---> edf1f4fecb04 [2021-02-18T22:07:53.248Z] Step 8/24 : COPY . . [2021-02-18T22:08:01.056Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-18T22:08:01.057Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-02-18T22:08:01.057Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-02-18T22:08:01.057Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1544 kB] [2021-02-18T22:08:01.057Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-02-18T22:08:01.057Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-02-18T22:08:01.057Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-02-18T22:08:01.057Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-02-18T22:08:01.057Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-02-18T22:08:01.057Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-02-18T22:08:01.057Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-02-18T22:08:01.057Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [298 kB] [2021-02-18T22:08:01.057Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-02-18T22:08:01.057Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-02-18T22:08:01.057Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] [2021-02-18T22:08:01.057Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] [2021-02-18T22:08:01.057Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1109 kB] [2021-02-18T22:08:01.057Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [248 kB] [2021-02-18T22:08:01.057Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-02-18T22:08:01.057Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1885 kB] [2021-02-18T22:08:01.057Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [390 kB] [2021-02-18T22:08:01.057Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-02-18T22:08:01.057Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-02-18T22:08:01.057Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] [2021-02-18T22:08:01.057Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] [2021-02-18T22:08:01.057Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1718 kB] [2021-02-18T22:08:01.057Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] [2021-02-18T22:08:01.057Z] Fetched 23.9 MB in 0s (0 B/s) [2021-02-18T22:08:01.057Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-02-18T22:08:01.057Z] Fetched 96.5 kB in 0s (0 B/s) [2021-02-18T22:08:01.057Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-02-18T22:08:01.057Z] Fetched 279 kB in 0s (0 B/s) [2021-02-18T22:08:01.057Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-02-18T22:08:01.057Z] Fetched 122 kB in 0s (0 B/s) [2021-02-18T22:08:01.057Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-02-18T22:08:01.057Z] Fetched 77.8 kB in 0s (0 B/s) [2021-02-18T22:08:01.057Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-02-18T22:08:01.057Z] Fetched 8848 B in 0s (0 B/s) [2021-02-18T22:08:01.057Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-02-18T22:08:01.057Z] Fetched 47.8 kB in 0s (0 B/s) [2021-02-18T22:08:01.057Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-02-18T22:08:01.057Z] Fetched 45.6 kB in 0s (0 B/s) [2021-02-18T22:08:01.057Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-02-18T22:08:01.057Z] Fetched 15.0 kB in 0s (0 B/s) [2021-02-18T22:08:01.057Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-02-18T22:08:01.057Z] Fetched 214 kB in 0s (0 B/s) [2021-02-18T22:08:01.057Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.9_amd64.deb [155 kB] [2021-02-18T22:08:01.057Z] Fetched 155 kB in 0s (0 B/s) [2021-02-18T22:08:01.057Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-02-18T22:08:01.057Z] Fetched 50.6 kB in 0s (0 B/s) [2021-02-18T22:08:01.057Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-02-18T22:08:01.057Z] Fetched 14.8 kB in 0s (0 B/s) [2021-02-18T22:08:01.057Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-02-18T22:08:01.057Z] Fetched 41.8 kB in 0s (0 B/s) [2021-02-18T22:08:01.057Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-02-18T22:08:01.057Z] Fetched 499 kB in 0s (0 B/s) [2021-02-18T22:08:01.057Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-02-18T22:08:01.057Z] Fetched 111 kB in 0s (0 B/s) [2021-02-18T22:08:01.057Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-02-18T22:08:01.057Z] Fetched 240 kB in 0s (0 B/s) [2021-02-18T22:08:01.057Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-02-18T22:08:01.057Z] Fetched 29.3 kB in 0s (0 B/s) [2021-02-18T22:08:01.057Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-02-18T22:08:01.057Z] Fetched 85.5 kB in 0s (0 B/s) [2021-02-18T22:08:01.057Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-02-18T22:08:01.057Z] Fetched 24.5 kB in 0s (0 B/s) [2021-02-18T22:08:01.057Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-02-18T22:08:01.057Z] Fetched 49.2 kB in 0s (0 B/s) [2021-02-18T22:08:01.057Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-02-18T22:08:01.057Z] Fetched 54.2 kB in 0s (0 B/s) [2021-02-18T22:08:01.057Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-02-18T22:08:01.057Z] Fetched 30.8 kB in 0s (0 B/s) [2021-02-18T22:08:01.057Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.9_all.deb [16.6 kB] [2021-02-18T22:08:01.057Z] Fetched 16.6 kB in 0s (0 B/s) [2021-02-18T22:08:01.057Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-02-18T22:08:01.057Z] Fetched 85.9 kB in 0s (0 B/s) [2021-02-18T22:08:01.057Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-02-18T22:08:01.057Z] Fetched 8720 B in 0s (0 B/s) [2021-02-18T22:08:01.057Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-02-18T22:08:01.057Z] Fetched 137 kB in 0s (0 B/s) [2021-02-18T22:08:01.057Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-02-18T22:08:01.057Z] Fetched 119 kB in 0s (0 B/s) [2021-02-18T22:08:01.057Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-02-18T22:08:01.057Z] Fetched 109 kB in 0s (0 B/s) [2021-02-18T22:08:01.057Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-02-18T22:08:01.057Z] Fetched 11.1 kB in 0s (0 B/s) [2021-02-18T22:08:01.057Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-02-18T22:08:01.057Z] Fetched 645 kB in 0s (0 B/s) [2021-02-18T22:08:01.057Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-02-18T22:08:01.057Z] Fetched 41.3 kB in 0s (0 B/s) [2021-02-18T22:08:01.057Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-02-18T22:08:01.057Z] Fetched 17.9 kB in 0s (0 B/s) [2021-02-18T22:08:01.057Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-02-18T22:08:01.057Z] Fetched 368 kB in 0s (0 B/s) [2021-02-18T22:08:01.057Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-02-18T22:08:01.057Z] Fetched 187 kB in 0s (0 B/s) [2021-02-18T22:08:01.057Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-02-18T22:08:01.057Z] Fetched 175 kB in 0s (0 B/s) [2021-02-18T22:08:01.057Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-02-18T22:08:03.603Z] Fetched 206 kB in 0s (0 B/s) [2021-02-18T22:08:03.603Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb [1301 kB] [2021-02-18T22:08:03.603Z] Fetched 1301 kB in 0s (0 B/s) [2021-02-18T22:08:03.603Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-02-18T22:08:03.603Z] Fetched 36.2 kB in 0s (0 B/s) [2021-02-18T22:08:03.603Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-02-18T22:08:03.603Z] Fetched 159 kB in 0s (0 B/s) [2021-02-18T22:08:03.603Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-02-18T22:08:03.603Z] Fetched 107 kB in 0s (0 B/s) [2021-02-18T22:08:03.603Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-02-18T22:08:03.603Z] Fetched 48.7 kB in 0s (0 B/s) [2021-02-18T22:08:03.603Z] Pulling static-packages [2021-02-18T22:08:03.603Z] + snapcraftctl pull [2021-02-18T22:08:04.544Z] 'go115' has dependencies that need to be staged: go-build-helper static-packages [2021-02-18T22:08:04.544Z] Skipping pull go-build-helper (already ran) [2021-02-18T22:08:04.544Z] Skipping pull static-packages (already ran) [2021-02-18T22:08:04.544Z] Building go-build-helper [2021-02-18T22:08:04.544Z] + snapcraftctl build [2021-02-18T22:08:07.842Z] Building static-packages [2021-02-18T22:08:07.842Z] + snapcraftctl build [2021-02-18T22:08:09.759Z] Staging go-build-helper [2021-02-18T22:08:09.759Z] + snapcraftctl stage [2021-02-18T22:08:10.704Z] Staging static-packages [2021-02-18T22:08:10.704Z] + snapcraftctl stage [2021-02-18T22:08:11.652Z] Pulling go115 [2021-02-18T22:08:11.652Z] + snapcraftctl pull [2021-02-18T22:08:12.224Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-02-18T22:08:12.486Z] Skipping pull go115 (already ran) [2021-02-18T22:08:12.486Z] Building go115 [2021-02-18T22:08:12.486Z] + dpkg --print-architecture [2021-02-18T22:08:12.486Z] + FILE_NAME=go1.15.2.linux-amd64.tar.gz [2021-02-18T22:08:12.486Z] + FILE_HASH=b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 [2021-02-18T22:08:12.486Z] + curl https://dl.google.com/go/go1.15.2.linux-amd64.tar.gz -O [2021-02-18T22:08:12.486Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-18T22:08:12.486Z] Dload Upload Total Spent Left Speed [2021-02-18T22:08:15.419Z] ---> a71e3c9866c8 [2021-02-18T22:08:15.419Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-18T22:08:15.419Z] ---> 361b87bc07dc [2021-02-18T22:08:15.419Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-18T22:08:15.419Z] ---> 7fe4ab0c9b3c [2021-02-18T22:08:15.419Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-18T22:08:15.419Z] ---> 057630226e0d [2021-02-18T22:08:15.419Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-18T22:08:15.616Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 115M 0 848k 0 0 3263k 0 0:00:36 --:--:-- 0:00:36 3251k 32 115M 32 37.5M 0 0 29.4M 0 0:00:03 0:00:01 0:00:02 29.3M 64 115M 64 74.2M 0 0 32.8M 0 0:00:03 0:00:02 0:00:01 32.8M 100 115M 100 115M 0 0 36.8M 0 0:00:03 0:00:03 --:--:-- 36.8M [2021-02-18T22:08:15.616Z] + echo b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 go1.15.2.linux-amd64.tar.gz [2021-02-18T22:08:15.616Z] + + sha256sum -cgrep sha256 OK [2021-02-18T22:08:15.616Z] [2021-02-18T22:08:15.689Z] ---> 4242f209597e [2021-02-18T22:08:15.689Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-18T22:08:15.689Z] ---> Running in 19015ade9536 [2021-02-18T22:08:15.689Z] ---> Running in 4ec84667c5d3 [2021-02-18T22:08:15.689Z] ---> Running in 07592a055999 [2021-02-18T22:08:15.689Z] ---> Running in 37b4b2e6cb86 [2021-02-18T22:08:15.969Z] ---> Running in 5a03a20e1091 [2021-02-18T22:08:16.187Z] go1.15.2.linux-amd64.tar.gz: OK [2021-02-18T22:08:16.188Z] + mkdir -p /root/stage/go1.15 [2021-02-18T22:08:16.188Z] + tar -C /root/stage/go1.15 -xf go1.15.2.linux-amd64.tar.gz --strip-components=1 [2021-02-18T22:08:17.969Z] 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-02-18T22:08:17.969Z] 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-02-18T22:08:17.969Z] 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-02-18T22:08:18.245Z] 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-02-18T22:08:18.245Z] 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-02-18T22:08:19.497Z] Staging go115 [2021-02-18T22:08:19.497Z] + snapcraftctl stage [2021-02-18T22:08:24.781Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-18T22:08:24.781Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-18T22:08:24.781Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-18T22:08:24.781Z] Fetched 0 B in 0s (0 B/s) [2021-02-18T22:08:24.781Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-02-18T22:08:24.781Z] Fetched 224 kB in 0s (0 B/s) [2021-02-18T22:08:24.781Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-02-18T22:08:24.781Z] Fetched 157 kB in 0s (0 B/s) [2021-02-18T22:08:24.781Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-02-18T22:08:24.781Z] Fetched 221 kB in 0s (0 B/s) [2021-02-18T22:08:24.781Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-02-18T22:08:24.781Z] Fetched 143 kB in 0s (0 B/s) [2021-02-18T22:08:24.781Z] Pulling edgex-go [2021-02-18T22:08:24.781Z] + snapcraftctl pull [2021-02-18T22:08:26.164Z] Pulling version [2021-02-18T22:08:26.164Z] + cd /root/project [2021-02-18T22:08:26.164Z] + [ -f VERSION ] [2021-02-18T22:08:26.164Z] + PROJECT_VERSION=local-dev [2021-02-18T22:08:26.164Z] + git rev-parse --short HEAD [2021-02-18T22:08:26.164Z] + GIT_REVISION=1afd1b68 [2021-02-18T22:08:26.164Z] + snapcraftctl set-version local-dev [2021-02-18T22:08:26.735Z] Building config-common [2021-02-18T22:08:26.735Z] + snapcraftctl build [2021-02-18T22:08:28.648Z] Skipping build go-build-helper (already ran) [2021-02-18T22:08:28.648Z] Skipping build static-packages (already ran) [2021-02-18T22:08:28.648Z] Skipping build go115 (already ran) [2021-02-18T22:08:28.909Z] Building edgex-go [2021-02-18T22:08:28.909Z] + export PATH=/root/stage/go1.15/bin:/bin:/root/stage/usr/sbin:/root/stage/usr/bin:/root/stage/sbin:/root/stage/bin:/root/parts/edgex-go/install/usr/sbin:/root/parts/edgex-go/install/usr/bin:/root/parts/edgex-go/install/sbin:/root/parts/edgex-go/install/bin:/snap/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/snapcraft/6050/bin/scriptlet-bin [2021-02-18T22:08:28.909Z] + cd /root/parts/edgex-go/src [2021-02-18T22:08:28.909Z] + make build [2021-02-18T22:08:28.909Z] 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-02-18T22:08:30.819Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-02-18T22:08:30.819Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.34 [2021-02-18T22:08:30.819Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.2 [2021-02-18T22:08:30.819Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.7 [2021-02-18T22:08:30.819Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.6 [2021-02-18T22:08:30.819Z] go: downloading github.com/google/uuid v1.2.0 [2021-02-18T22:08:30.819Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-02-18T22:08:30.819Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-02-18T22:08:30.819Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-02-18T22:08:30.819Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 [2021-02-18T22:08:30.819Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-02-18T22:08:30.819Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.3 [2021-02-18T22:08:30.819Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-02-18T22:08:30.819Z] go: downloading github.com/pkg/errors v0.8.1 [2021-02-18T22:08:30.819Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-02-18T22:08:30.819Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-02-18T22:08:30.819Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-02-18T22:08:30.819Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-02-18T22:08:30.819Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-02-18T22:08:30.819Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-02-18T22:08:30.819Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-02-18T22:08:30.819Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-02-18T22:08:30.819Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-02-18T22:08:30.819Z] go: downloading github.com/x448/float16 v0.8.4 [2021-02-18T22:08:30.819Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-02-18T22:08:30.819Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-02-18T22:08:30.819Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-02-18T22:08:30.819Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-02-18T22:08:30.819Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-02-18T22:08:30.819Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-02-18T22:08:30.819Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-02-18T22:08:30.819Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-02-18T22:08:30.819Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-02-18T22:08:30.820Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-02-18T22:08:30.820Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-02-18T22:08:31.089Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-02-18T22:08:31.089Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-02-18T22:08:31.089Z] go: downloading github.com/fatih/color v1.9.0 [2021-02-18T22:08:31.089Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-02-18T22:08:31.089Z] go: downloading golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae [2021-02-18T22:08:31.089Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-02-18T22:08:31.089Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-02-18T22:08:31.350Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-02-18T22:08:31.350Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-02-18T22:08:37.932Z] 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-02-18T22:08:37.932Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-02-18T22:08:42.146Z] 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-02-18T22:08:43.088Z] 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-02-18T22:08:44.027Z] 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-02-18T22:08:44.288Z] 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-02-18T22:08:44.288Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-02-18T22:08:44.549Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-02-18T22:08:44.549Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-02-18T22:08:44.549Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-02-18T22:08:45.931Z] 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-02-18T22:08:46.192Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-02-18T22:08:46.192Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-02-18T22:08:47.579Z] 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-02-18T22:08:48.150Z] 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-02-18T22:08:48.150Z] go: downloading golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 [2021-02-18T22:08:49.544Z] 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-02-18T22:08:50.113Z] 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-02-18T22:08:50.374Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-02-18T22:08:51.314Z] 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-02-18T22:08:51.314Z] go: downloading github.com/lib/pq v1.9.0 [2021-02-18T22:08:52.699Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-02-18T22:08:52.699Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-02-18T22:08:52.699Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-02-18T22:08:52.699Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-02-18T22:08:52.699Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-02-18T22:08:52.959Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-02-18T22:08:52.959Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-02-18T22:08:52.959Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-02-18T22:08:52.959Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-02-18T22:08:52.959Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-02-18T22:08:52.959Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-02-18T22:08:52.959Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-02-18T22:08:52.959Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-02-18T22:08:52.959Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-02-18T22:08:52.959Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-02-18T22:08:52.959Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-02-18T22:08:52.959Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-02-18T22:08:52.959Z] + 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-02-18T22:08:52.959Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-02-18T22:08:52.959Z] + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml [2021-02-18T22:08:52.959Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-02-18T22:08:52.959Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-02-18T22:08:52.959Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-02-18T22:08:52.959Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-02-18T22:08:52.959Z] + 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-02-18T22:08:53.900Z] Building version [2021-02-18T22:08:53.900Z] + snapcraftctl build [2021-02-18T22:08:55.813Z] Staging config-common [2021-02-18T22:08:55.813Z] + snapcraftctl stage [2021-02-18T22:08:56.755Z] Skipping stage go-build-helper (already ran) [2021-02-18T22:08:56.755Z] Skipping stage static-packages (already ran) [2021-02-18T22:08:56.755Z] Skipping stage go115 (already ran) [2021-02-18T22:08:56.755Z] Staging edgex-go [2021-02-18T22:08:56.755Z] + snapcraftctl stage [2021-02-18T22:08:57.699Z] Staging version [2021-02-18T22:08:57.699Z] + snapcraftctl stage [2021-02-18T22:09:00.038Z] Priming config-common [2021-02-18T22:09:00.038Z] + snapcraftctl prime [2021-02-18T22:09:00.038Z] Priming go-build-helper [2021-02-18T22:09:00.038Z] + snapcraftctl prime [2021-02-18T22:09:00.305Z] Priming static-packages [2021-02-18T22:09:00.305Z] + snapcraftctl prime [2021-02-18T22:09:02.854Z] Priming go115 [2021-02-18T22:09:02.854Z] + snapcraftctl prime [2021-02-18T22:09:03.423Z] Priming edgex-go [2021-02-18T22:09:03.423Z] + snapcraftctl prime [2021-02-18T22:09:04.365Z] Priming version [2021-02-18T22:09:04.365Z] + snapcraftctl prime [2021-02-18T22:09:05.307Z] 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-02-18T22:09:40.069Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-18T22:09:40.070Z] 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-02-18T22:09:58.396Z] Removing intermediate container 5a03a20e1091 [2021-02-18T22:09:58.396Z] ---> 9ae9dba16dbc [2021-02-18T22:09:58.396Z] [2021-02-18T22:09:58.396Z] Step 10/24 : FROM alpine:3.12 [2021-02-18T22:09:58.396Z] 3.12: Pulling from library/alpine [2021-02-18T22:09:59.843Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-18T22:09:59.843Z] Status: Downloaded newer image for alpine:3.12 [2021-02-18T22:09:59.843Z] ---> afeebe901d6b [2021-02-18T22:09:59.843Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-18T22:10:00.126Z] Removing intermediate container 19015ade9536 [2021-02-18T22:10:00.126Z] ---> 9785af52a0a0 [2021-02-18T22:10:00.126Z] [2021-02-18T22:10:00.126Z] Step 10/21 : FROM alpine:3.12 [2021-02-18T22:10:00.126Z] ---> afeebe901d6b [2021-02-18T22:10:00.126Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-18T22:10:00.126Z] ---> Running in e0e8147be3b1 [2021-02-18T22:10:00.126Z] ---> Running in d299ef109e3c [2021-02-18T22:10:02.109Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T22:10:02.386Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T22:10:02.661Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T22:10:02.661Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T22:10:03.261Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-18T22:10:03.261Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-18T22:10:03.261Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-18T22:10:03.261Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-18T22:10:03.538Z] (4/4) Installing curl (7.69.1-r3) [2021-02-18T22:10:03.539Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T22:10:03.539Z] Executing ca-certificates-20191127-r4.trigger [2021-02-18T22:10:03.539Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-18T22:10:03.539Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-18T22:10:03.539Z] (4/5) Installing curl (7.69.1-r3) [2021-02-18T22:10:03.539Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-18T22:10:03.539Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T22:10:03.539Z] Executing ca-certificates-20191127-r4.trigger [2021-02-18T22:10:03.815Z] OK: 7 MiB in 18 packages [2021-02-18T22:10:03.815Z] OK: 7 MiB in 19 packages [2021-02-18T22:10:07.310Z] Removing intermediate container d299ef109e3c [2021-02-18T22:10:07.310Z] ---> 79e8e5b290d1 [2021-02-18T22:10:07.310Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-18T22:10:07.310Z] ---> Running in baf844e24038 [2021-02-18T22:10:07.584Z] Removing intermediate container e0e8147be3b1 [2021-02-18T22:10:07.584Z] ---> 61cf8e034854 [2021-02-18T22:10:07.584Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-18T22:10:07.859Z] ---> Running in a6fb5f44ad43 [2021-02-18T22:10:08.484Z] Removing intermediate container baf844e24038 [2021-02-18T22:10:08.484Z] ---> deaca548dbe7 [2021-02-18T22:10:08.484Z] Step 13/21 : WORKDIR /edgex [2021-02-18T22:10:08.484Z] ---> Running in 3b1436511320 [2021-02-18T22:10:08.484Z] Removing intermediate container a6fb5f44ad43 [2021-02-18T22:10:08.484Z] ---> d4591c35d60a [2021-02-18T22:10:08.484Z] Step 13/24 : WORKDIR / [2021-02-18T22:10:09.074Z] ---> Running in ca21422bdd97 [2021-02-18T22:10:09.349Z] Removing intermediate container 3b1436511320 [2021-02-18T22:10:09.349Z] ---> 0fc6628dabf9 [2021-02-18T22:10:09.349Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-18T22:10:09.622Z] Removing intermediate container ca21422bdd97 [2021-02-18T22:10:09.622Z] ---> c5911ca6698a [2021-02-18T22:10:09.622Z] 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-02-18T22:10:10.623Z] ---> a7e7cf6ca25f [2021-02-18T22:10:10.623Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-18T22:10:11.223Z] ---> d9f783ca536a [2021-02-18T22:10:11.223Z] 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-02-18T22:10:13.844Z] ---> 558198c407d5 [2021-02-18T22:10:13.844Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-18T22:10:13.844Z] ---> d18483532cb0 [2021-02-18T22:10:13.844Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-18T22:10:14.829Z] Removing intermediate container 4ec84667c5d3 [2021-02-18T22:10:14.829Z] ---> f658c24d370b [2021-02-18T22:10:14.829Z] [2021-02-18T22:10:14.829Z] Step 10/22 : FROM alpine:3.12 [2021-02-18T22:10:14.829Z] ---> afeebe901d6b [2021-02-18T22:10:15.107Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-18T22:10:15.107Z] Removing intermediate container 07592a055999 [2021-02-18T22:10:15.107Z] ---> 86892d8f6629 [2021-02-18T22:10:15.107Z] [2021-02-18T22:10:15.107Z] Step 10/22 : FROM alpine:3.12 [2021-02-18T22:10:15.107Z] ---> afeebe901d6b [2021-02-18T22:10:15.107Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-18T22:10:15.380Z] ---> a0ab7bdf5af9 [2021-02-18T22:10:15.380Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-18T22:10:15.380Z] ---> Running in afd9a3964ad0 [2021-02-18T22:10:15.653Z] ---> Running in be068ccb01df [2021-02-18T22:10:15.653Z] ---> 5c0a9ee0c5ca [2021-02-18T22:10:15.653Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-18T22:10:16.256Z] ---> Running in 86e6ac568fd5 [2021-02-18T22:10:17.255Z] ---> db253017fe9b [2021-02-18T22:10:17.255Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-18T22:10:17.529Z] Removing intermediate container 86e6ac568fd5 [2021-02-18T22:10:17.529Z] ---> 895e587f7866 [2021-02-18T22:10:17.529Z] Step 18/21 : CMD ["--init=true"] [2021-02-18T22:10:17.529Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T22:10:17.802Z] ---> Running in b1b7e36c0fd5 [2021-02-18T22:10:17.802Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T22:10:17.802Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T22:10:18.074Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T22:10:18.348Z] Removing intermediate container b1b7e36c0fd5 [2021-02-18T22:10:18.348Z] ---> 25ac5f4bcd34 [2021-02-18T22:10:18.348Z] Step 19/21 : LABEL arch=arm64 [2021-02-18T22:10:18.348Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-18T22:10:18.621Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-18T22:10:18.621Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T22:10:18.621Z] Executing ca-certificates-20191127-r4.trigger [2021-02-18T22:10:18.621Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-18T22:10:18.621Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T22:10:18.621Z] OK: 5 MiB in 15 packages [2021-02-18T22:10:18.621Z] ---> Running in 5ad1597cb2e7 [2021-02-18T22:10:18.894Z] OK: 6 MiB in 16 packages [2021-02-18T22:10:19.500Z] ---> 9a32531c4a5e [2021-02-18T22:10:19.500Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-18T22:10:19.780Z] Removing intermediate container 5ad1597cb2e7 [2021-02-18T22:10:19.780Z] ---> 32ea750db032 [2021-02-18T22:10:19.780Z] Step 20/21 : LABEL git_sha=1afd1b68a496f62e34ad732a00a11e0934d597fb [2021-02-18T22:10:20.052Z] ---> Running in 0fa603519f37 [2021-02-18T22:10:20.649Z] ---> bcd154b805cf [2021-02-18T22:10:20.649Z] 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-02-18T22:10:20.920Z] ---> Running in a11e2b6071b4 [2021-02-18T22:10:20.920Z] Removing intermediate container be068ccb01df [2021-02-18T22:10:20.920Z] ---> c9fd2cae63ba [2021-02-18T22:10:20.920Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-18T22:10:21.195Z] Removing intermediate container 0fa603519f37 [2021-02-18T22:10:21.195Z] ---> 5d63d9db8694 [2021-02-18T22:10:21.195Z] Step 21/21 : LABEL version=0.0.0 [2021-02-18T22:10:21.195Z] ---> Running in 2f8c0720f2e4 [2021-02-18T22:10:21.469Z] Removing intermediate container afd9a3964ad0 [2021-02-18T22:10:21.469Z] ---> 083aecb33b2e [2021-02-18T22:10:21.469Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-18T22:10:21.469Z] ---> Running in 364fc20c7a47 [2021-02-18T22:10:21.746Z] Removing intermediate container 37b4b2e6cb86 [2021-02-18T22:10:21.746Z] ---> a78d5ecc7d86 [2021-02-18T22:10:21.746Z] [2021-02-18T22:10:21.746Z] Step 10/23 : FROM alpine:3.12 [2021-02-18T22:10:21.746Z] ---> afeebe901d6b [2021-02-18T22:10:21.746Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-18T22:10:21.746Z] ---> Using cache [2021-02-18T22:10:21.746Z] ---> c9fd2cae63ba [2021-02-18T22:10:21.746Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-18T22:10:21.746Z] ---> Running in a2c8e278d37d [2021-02-18T22:10:22.023Z] ---> Running in 70495aac9264 [2021-02-18T22:10:22.298Z] Removing intermediate container 2f8c0720f2e4 [2021-02-18T22:10:22.298Z] ---> 05eb13ce9c74 [2021-02-18T22:10:22.298Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-18T22:10:22.298Z] Removing intermediate container 364fc20c7a47 [2021-02-18T22:10:22.298Z] ---> 9af8fa877d0f [2021-02-18T22:10:22.298Z] [2021-02-18T22:10:22.569Z] Removing intermediate container a2c8e278d37d [2021-02-18T22:10:22.569Z] ---> d078bc23a051 [2021-02-18T22:10:22.569Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-18T22:10:22.569Z] ---> Running in 45fcbedceb21 [2021-02-18T22:10:22.841Z] Successfully built 9af8fa877d0f [2021-02-18T22:10:22.841Z] ---> Running in c07bd223b0f4 [2021-02-18T22:10:22.841Z] Removing intermediate container 70495aac9264 [2021-02-18T22:10:22.841Z] ---> 5e2ef4b7528c [2021-02-18T22:10:22.841Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-18T22:10:22.841Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-02-18T22:10:22.841Z]  Building docker-security-proxy-setup-go ... done Building docker-sys-mgmt-agent-go [2021-02-18T22:10:23.125Z] ---> Running in 6e731ad12096 [2021-02-18T22:10:23.125Z] Removing intermediate container 45fcbedceb21 [2021-02-18T22:10:23.125Z] ---> 78a90ecc133b [2021-02-18T22:10:23.125Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-18T22:10:23.400Z] Removing intermediate container c07bd223b0f4 [2021-02-18T22:10:23.400Z] ---> b83806251df9 [2021-02-18T22:10:23.400Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-18T22:10:23.400Z] ---> Running in 34a0815551ba [2021-02-18T22:10:23.682Z] ---> Running in 8471a15668fb [2021-02-18T22:10:23.682Z] Removing intermediate container 6e731ad12096 [2021-02-18T22:10:23.682Z] ---> db1509c84485 [2021-02-18T22:10:23.682Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-18T22:10:23.966Z] ---> Running in 228e6a422ab7 [2021-02-18T22:10:23.966Z] Removing intermediate container 34a0815551ba [2021-02-18T22:10:23.967Z] ---> 9fe5a8348fb7 [2021-02-18T22:10:23.967Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-18T22:10:24.557Z] Removing intermediate container a11e2b6071b4 [2021-02-18T22:10:24.557Z] ---> 677d0a535699 [2021-02-18T22:10:24.557Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-18T22:10:25.148Z] Removing intermediate container 8471a15668fb [2021-02-18T22:10:25.149Z] ---> a1ceb32ffe2f [2021-02-18T22:10:25.149Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-18T22:10:25.149Z] Removing intermediate container 228e6a422ab7 [2021-02-18T22:10:25.149Z] ---> f554e2f11587 [2021-02-18T22:10:25.149Z] Step 15/23 : WORKDIR / [2021-02-18T22:10:25.763Z] ---> Running in 97f811240ca3 [2021-02-18T22:10:25.763Z] ---> fa1cce55c7bc [2021-02-18T22:10:25.763Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-18T22:10:26.379Z] ---> Running in 6384bfc6ec54 [2021-02-18T22:10:26.982Z] ---> dd64bfe6c7ee [2021-02-18T22:10:26.982Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-18T22:10:26.982Z] Removing intermediate container 97f811240ca3 [2021-02-18T22:10:26.982Z] ---> bdb1a2dcee2e [2021-02-18T22:10:26.982Z] Step 22/24 : LABEL arch=arm64 [2021-02-18T22:10:28.444Z] ---> Running in 092ce823b835 [2021-02-18T22:10:28.444Z] Removing intermediate container 6384bfc6ec54 [2021-02-18T22:10:28.444Z] ---> 45c3c9294e9d [2021-02-18T22:10:28.444Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-18T22:10:28.714Z] ---> 5373a0757d95 [2021-02-18T22:10:28.714Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-18T22:10:28.991Z] ---> bcf442f9a090 [2021-02-18T22:10:28.991Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-18T22:10:28.991Z] Removing intermediate container 092ce823b835 [2021-02-18T22:10:28.991Z] ---> ff51c2ff9ae7 [2021-02-18T22:10:28.991Z] Step 23/24 : LABEL git_sha=1afd1b68a496f62e34ad732a00a11e0934d597fb [2021-02-18T22:10:29.268Z] ---> Running in c22631880ea6 [2021-02-18T22:10:29.548Z] ---> 253f7dd5192f [2021-02-18T22:10:29.548Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-18T22:10:29.548Z] ---> 51f0a133cc2c [2021-02-18T22:10:29.548Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-18T22:10:29.820Z] Removing intermediate container c22631880ea6 [2021-02-18T22:10:29.820Z] ---> 8ac1df96a255 [2021-02-18T22:10:29.820Z] Step 24/24 : LABEL version=0.0.0 [2021-02-18T22:10:29.820Z] ---> Running in bace5b8af65a [2021-02-18T22:10:29.820Z] ---> a58f89a62de6 [2021-02-18T22:10:29.820Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-18T22:10:30.094Z] ---> Running in 71ac963b0d01 [2021-02-18T22:10:30.094Z] ---> Running in b766c8033512 [2021-02-18T22:10:30.690Z] Removing intermediate container bace5b8af65a [2021-02-18T22:10:30.690Z] ---> 26105b655275 [2021-02-18T22:10:30.690Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-18T22:10:30.690Z] Removing intermediate container 71ac963b0d01 [2021-02-18T22:10:30.690Z] ---> 712356e4dcd8 [2021-02-18T22:10:30.690Z] [2021-02-18T22:10:30.995Z] ---> Running in 7f9fa248acac [2021-02-18T22:10:30.995Z] Removing intermediate container b766c8033512 [2021-02-18T22:10:30.995Z] ---> bd308a92cb5e [2021-02-18T22:10:30.995Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-18T22:10:31.269Z] Successfully built 712356e4dcd8 [2021-02-18T22:10:31.541Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-02-18T22:10:31.541Z] Building docker-core-command-go [2021-02-18T22:10:31.816Z]  Building docker-security-secretstore-setup-go ... done  ---> Running in 46ca80fa39f9 [2021-02-18T22:10:31.816Z] ---> a1fa1f3d7550 [2021-02-18T22:10:31.816Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-18T22:10:31.816Z] Removing intermediate container 7f9fa248acac [2021-02-18T22:10:31.816Z] ---> a3433a0cb3b7 [2021-02-18T22:10:32.086Z] Step 20/22 : LABEL arch=arm64 [2021-02-18T22:10:32.086Z] ---> Running in 65bec7a9eb1f [2021-02-18T22:10:32.359Z] Removing intermediate container 46ca80fa39f9 [2021-02-18T22:10:32.359Z] ---> ba4481eabf2f [2021-02-18T22:10:32.359Z] Step 20/22 : LABEL arch=arm64 [2021-02-18T22:10:32.635Z] ---> Running in ad05435314eb [2021-02-18T22:10:32.907Z] Removing intermediate container 65bec7a9eb1f [2021-02-18T22:10:32.907Z] ---> 15a3ff46691a [2021-02-18T22:10:32.907Z] Step 21/22 : LABEL git_sha=1afd1b68a496f62e34ad732a00a11e0934d597fb [2021-02-18T22:10:33.181Z] ---> b95375bcab54 [2021-02-18T22:10:33.181Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-18T22:10:33.781Z] ---> Running in 8385ccb1ca43 [2021-02-18T22:10:34.064Z] ---> Running in 4d8b10c2acab [2021-02-18T22:10:34.064Z] Removing intermediate container ad05435314eb [2021-02-18T22:10:34.064Z] ---> c1ef60d76673 [2021-02-18T22:10:34.064Z] Step 21/22 : LABEL git_sha=1afd1b68a496f62e34ad732a00a11e0934d597fb [2021-02-18T22:10:35.058Z] ---> Running in 4af8be4c81a3 [2021-02-18T22:10:35.058Z] Removing intermediate container 8385ccb1ca43 [2021-02-18T22:10:35.058Z] ---> 055d4dbaacde [2021-02-18T22:10:35.335Z] Step 22/22 : LABEL version=0.0.0 [2021-02-18T22:10:35.335Z] Removing intermediate container 4d8b10c2acab [2021-02-18T22:10:35.335Z] ---> 7b6adea6adeb [2021-02-18T22:10:35.335Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-18T22:10:35.613Z] ---> Running in fa0b27902017 [2021-02-18T22:10:35.890Z] ---> Running in 8ca8efccd1ff [2021-02-18T22:10:35.890Z] Removing intermediate container 4af8be4c81a3 [2021-02-18T22:10:35.890Z] ---> d05ea1f4e7a7 [2021-02-18T22:10:35.890Z] Step 22/22 : LABEL version=0.0.0 [2021-02-18T22:10:36.871Z] ---> Running in 173adfb2d519 [2021-02-18T22:10:37.151Z] Removing intermediate container 8ca8efccd1ff [2021-02-18T22:10:37.151Z] ---> 9d1a82063b19 [2021-02-18T22:10:37.151Z] Step 21/23 : LABEL arch=arm64 [2021-02-18T22:10:37.151Z] Removing intermediate container fa0b27902017 [2021-02-18T22:10:37.151Z] ---> 5cf71d7d8976 [2021-02-18T22:10:37.151Z] [2021-02-18T22:10:37.758Z] Successfully built 5cf71d7d8976 [2021-02-18T22:10:37.758Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-02-18T22:10:37.758Z]  Building docker-support-scheduler-go ... done Building docker-core-data-go [2021-02-18T22:10:37.758Z] Removing intermediate container 173adfb2d519 [2021-02-18T22:10:37.758Z] ---> f8e99c708479 [2021-02-18T22:10:37.758Z] [2021-02-18T22:10:38.033Z] ---> Running in 309d9c283563 [2021-02-18T22:10:38.306Z] Successfully built f8e99c708479 [2021-02-18T22:10:38.306Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-02-18T22:10:38.306Z] Building docker-security-bootstrapper-go [2021-02-18T22:10:38.577Z]  Building docker-support-notifications-go ... done Removing intermediate container 309d9c283563 [2021-02-18T22:10:38.577Z] ---> 5fdf7ee228b6 [2021-02-18T22:10:38.577Z] Step 22/23 : LABEL git_sha=1afd1b68a496f62e34ad732a00a11e0934d597fb [2021-02-18T22:10:38.857Z] ---> Running in 6903f0d0a52e [2021-02-18T22:10:39.133Z] Removing intermediate container 6903f0d0a52e [2021-02-18T22:10:39.133Z] ---> 7826ef1e1956 [2021-02-18T22:10:39.133Z] Step 23/23 : LABEL version=0.0.0 [2021-02-18T22:10:39.404Z] ---> Running in 751ff5876f35 [2021-02-18T22:10:40.001Z] Removing intermediate container 751ff5876f35 [2021-02-18T22:10:40.001Z] ---> e84dbddb3379 [2021-02-18T22:10:40.001Z] [2021-02-18T22:10:40.272Z] Successfully built e84dbddb3379 [2021-02-18T22:10:40.546Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-02-18T22:10:55.617Z]  Building docker-core-metadata-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T22:10:55.617Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-18T22:10:55.617Z] ---> 6931b0d003c0 [2021-02-18T22:10:55.617Z] Step 3/26 : WORKDIR /edgex-go [2021-02-18T22:10:55.617Z] ---> Using cache [2021-02-18T22:10:55.617Z] ---> f28d66c09e6e [2021-02-18T22:10:55.617Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T22:10:55.617Z] ---> Using cache [2021-02-18T22:10:55.617Z] ---> 33eb43b42669 [2021-02-18T22:10:55.617Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-18T22:10:59.936Z] ---> Running in b4baf323a34a [2021-02-18T22:11:00.909Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T22:11:01.506Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T22:11:02.481Z] OK: 217 MiB in 51 packages [2021-02-18T22:11:05.098Z] Removing intermediate container b4baf323a34a [2021-02-18T22:11:05.098Z] ---> 18a59b10327a [2021-02-18T22:11:05.098Z] Step 6/26 : COPY go.mod . [2021-02-18T22:11:06.528Z] ---> c1bc597c3dbb [2021-02-18T22:11:06.528Z] Step 7/26 : RUN go mod download [2021-02-18T22:11:06.802Z] ---> Running in b60739dd8775 [2021-02-18T22:11:11.118Z] Removing intermediate container b60739dd8775 [2021-02-18T22:11:11.118Z] ---> 37cddc261a3f [2021-02-18T22:11:11.118Z] Step 8/26 : COPY . . [2021-02-18T22:11:13.749Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T22:11:13.749Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-18T22:11:13.749Z] ---> 6931b0d003c0 [2021-02-18T22:11:13.749Z] Step 3/23 : WORKDIR /edgex-go [2021-02-18T22:11:13.749Z] ---> Using cache [2021-02-18T22:11:13.749Z] ---> f28d66c09e6e [2021-02-18T22:11:13.749Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T22:11:13.749Z] ---> Using cache [2021-02-18T22:11:13.749Z] ---> 33eb43b42669 [2021-02-18T22:11:13.749Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-18T22:11:13.749Z] ---> Using cache [2021-02-18T22:11:13.749Z] ---> 88cb2af05095 [2021-02-18T22:11:13.749Z] Step 6/23 : COPY go.mod . [2021-02-18T22:11:13.749Z] ---> Using cache [2021-02-18T22:11:13.749Z] ---> 2928b7b98879 [2021-02-18T22:11:13.749Z] Step 7/23 : RUN go mod download [2021-02-18T22:11:13.749Z] ---> Using cache [2021-02-18T22:11:13.749Z] ---> 96823b359980 [2021-02-18T22:11:13.749Z] Step 8/23 : COPY . . [2021-02-18T22:11:13.749Z] ---> Using cache [2021-02-18T22:11:13.749Z] ---> 057630226e0d [2021-02-18T22:11:13.749Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-18T22:11:17.178Z] ---> Running in e7489e88a631 [2021-02-18T22:11:18.015Z] 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-02-18T22:11:18.015Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T22:11:18.015Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-18T22:11:18.015Z] ---> 6931b0d003c0 [2021-02-18T22:11:18.015Z] Step 3/23 : WORKDIR /edgex-go [2021-02-18T22:11:18.015Z] ---> Using cache [2021-02-18T22:11:18.015Z] ---> f28d66c09e6e [2021-02-18T22:11:18.015Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T22:11:18.015Z] ---> Using cache [2021-02-18T22:11:18.015Z] ---> 33eb43b42669 [2021-02-18T22:11:18.015Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-18T22:11:18.714Z] Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T22:11:18.714Z] Step 2/30 : FROM ${BUILDER_BASE} AS builder [2021-02-18T22:11:18.714Z] ---> 6931b0d003c0 [2021-02-18T22:11:18.714Z] Step 3/30 : WORKDIR /edgex-go [2021-02-18T22:11:18.714Z] ---> Using cache [2021-02-18T22:11:18.714Z] ---> f28d66c09e6e [2021-02-18T22:11:18.714Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T22:11:18.714Z] ---> Using cache [2021-02-18T22:11:18.714Z] ---> 33eb43b42669 [2021-02-18T22:11:18.715Z] Step 5/30 : RUN apk add --update --no-cache make git [2021-02-18T22:11:18.715Z] ---> Using cache [2021-02-18T22:11:18.715Z] ---> 88cb2af05095 [2021-02-18T22:11:18.715Z] Step 6/30 : COPY go.mod . [2021-02-18T22:11:18.715Z] ---> Using cache [2021-02-18T22:11:18.715Z] ---> 2928b7b98879 [2021-02-18T22:11:18.715Z] Step 7/30 : RUN go mod download [2021-02-18T22:11:18.715Z] ---> Using cache [2021-02-18T22:11:18.715Z] ---> 96823b359980 [2021-02-18T22:11:18.715Z] Step 8/30 : COPY . . [2021-02-18T22:11:19.138Z] ---> Using cache [2021-02-18T22:11:19.138Z] ---> 057630226e0d [2021-02-18T22:11:19.138Z] Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-02-18T22:11:19.138Z] ---> Running in 9c96f132e813 [2021-02-18T22:11:19.428Z] ---> Running in 2067bf189131 [2021-02-18T22:11:21.422Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T22:11:21.701Z] 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-02-18T22:11:22.304Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T22:11:23.300Z] OK: 217 MiB in 51 packages [2021-02-18T22:11:26.720Z] Removing intermediate container 9c96f132e813 [2021-02-18T22:11:26.720Z] ---> da0cf2c6a21a [2021-02-18T22:11:26.720Z] Step 6/23 : COPY go.mod . [2021-02-18T22:11:28.166Z] ---> 6b85ced74f54 [2021-02-18T22:11:28.166Z] Step 7/23 : RUN go mod download [2021-02-18T22:11:28.766Z] ---> Running in 267abd7da71e [2021-02-18T22:11:31.407Z] ---> e69a9e8ce538 [2021-02-18T22:11:31.407Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-18T22:11:31.689Z] ---> Running in 1ea82aab36be [2021-02-18T22:11:33.689Z] 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-02-18T22:11:33.689Z] Removing intermediate container 267abd7da71e [2021-02-18T22:11:33.689Z] ---> 6b3fb0bb3bd1 [2021-02-18T22:11:33.689Z] Step 8/23 : COPY . . [2021-02-18T22:11:55.895Z] ---> dbf7c3d95425 [2021-02-18T22:11:55.895Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-18T22:11:55.895Z] ---> Running in 927cbd1702fc [2021-02-18T22:11:55.895Z] 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-02-18T22:12:42.927Z] Removing intermediate container 2067bf189131 [2021-02-18T22:12:42.927Z] ---> 59edf59de8be [2021-02-18T22:12:42.927Z] [2021-02-18T22:12:42.927Z] Step 10/30 : FROM alpine:3.12 [2021-02-18T22:12:42.927Z] ---> afeebe901d6b [2021-02-18T22:12:42.927Z] Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-18T22:12:42.927Z] ---> Running in 94660048a385 [2021-02-18T22:12:42.927Z] Removing intermediate container 94660048a385 [2021-02-18T22:12:42.927Z] ---> bd1602e0f97f [2021-02-18T22:12:42.927Z] Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-18T22:12:42.927Z] ---> Running in 9a9013b7319a [2021-02-18T22:12:42.927Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T22:12:42.927Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T22:12:42.927Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-18T22:12:42.927Z] (2/2) Installing su-exec (0.2-r1) [2021-02-18T22:12:42.927Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T22:12:42.927Z] OK: 5 MiB in 16 packages [2021-02-18T22:12:46.335Z] Removing intermediate container 9a9013b7319a [2021-02-18T22:12:46.335Z] ---> 630da5816a5d [2021-02-18T22:12:46.335Z] Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-18T22:12:46.335Z] ---> Running in b06aff3a4bb2 [2021-02-18T22:12:46.611Z] Removing intermediate container e7489e88a631 [2021-02-18T22:12:46.611Z] ---> 6f34703e4960 [2021-02-18T22:12:46.611Z] [2021-02-18T22:12:46.611Z] Step 10/23 : FROM alpine:3.12 [2021-02-18T22:12:46.611Z] ---> afeebe901d6b [2021-02-18T22:12:46.611Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-18T22:12:46.611Z] ---> Using cache [2021-02-18T22:12:46.611Z] ---> c9fd2cae63ba [2021-02-18T22:12:46.611Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-18T22:12:46.611Z] ---> Using cache [2021-02-18T22:12:46.611Z] ---> 5e2ef4b7528c [2021-02-18T22:12:46.611Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-18T22:12:46.891Z] ---> Running in a004eab0284b [2021-02-18T22:12:46.891Z] Removing intermediate container b06aff3a4bb2 [2021-02-18T22:12:46.891Z] ---> 6a32a8668ba2 [2021-02-18T22:12:46.891Z] Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-18T22:12:47.169Z] ---> Running in 515694b052b3 [2021-02-18T22:12:47.775Z] Removing intermediate container a004eab0284b [2021-02-18T22:12:47.775Z] ---> 9f5cd55b1012 [2021-02-18T22:12:47.775Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-18T22:12:47.775Z] ---> Running in 2fac4b9c680e [2021-02-18T22:12:48.051Z] Removing intermediate container 515694b052b3 [2021-02-18T22:12:48.051Z] ---> 43b2449aee91 [2021-02-18T22:12:48.051Z] Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-18T22:12:48.331Z] ---> Running in ea3221b289d7 [2021-02-18T22:12:48.628Z] Removing intermediate container 2fac4b9c680e [2021-02-18T22:12:48.628Z] ---> a2f67d5d0234 [2021-02-18T22:12:48.628Z] Step 15/23 : WORKDIR / [2021-02-18T22:12:48.907Z] ---> Running in ebaa4ac1f496 [2021-02-18T22:12:49.899Z] Removing intermediate container ebaa4ac1f496 [2021-02-18T22:12:49.899Z] ---> f898212779c5 [2021-02-18T22:12:49.899Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-18T22:12:51.356Z] ---> 707100a09fff [2021-02-18T22:12:51.356Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-18T22:12:52.347Z] Removing intermediate container ea3221b289d7 [2021-02-18T22:12:52.347Z] ---> 8903e795b204 [2021-02-18T22:12:52.347Z] Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-18T22:12:52.347Z] ---> Running in b82c8025df5a [2021-02-18T22:12:53.343Z] ---> bdbe68d3bb91 [2021-02-18T22:12:53.343Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-18T22:12:53.619Z] Removing intermediate container b82c8025df5a [2021-02-18T22:12:53.619Z] ---> 320f065e2953 [2021-02-18T22:12:53.619Z] Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-18T22:12:55.621Z] ---> cf1e4c1d8806 [2021-02-18T22:12:55.621Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-18T22:12:55.621Z] ---> 2c9ba23575ff [2021-02-18T22:12:55.621Z] Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-18T22:12:55.621Z] ---> Running in f4c39704be41 [2021-02-18T22:12:56.221Z] ---> Running in c1f18e9df6a9 [2021-02-18T22:12:56.504Z] Removing intermediate container f4c39704be41 [2021-02-18T22:12:56.505Z] ---> e647c044ef08 [2021-02-18T22:12:56.505Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-18T22:12:56.780Z] ---> Running in ddcb81a4e5e3 [2021-02-18T22:12:57.384Z] Removing intermediate container 1ea82aab36be [2021-02-18T22:12:57.384Z] ---> 4887ab9217e9 [2021-02-18T22:12:57.384Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-18T22:12:57.681Z] ---> Running in c4080632dda2 [2021-02-18T22:12:57.681Z] Removing intermediate container ddcb81a4e5e3 [2021-02-18T22:12:57.681Z] ---> a8ab79f44448 [2021-02-18T22:12:57.681Z] Step 21/23 : LABEL arch=arm64 [2021-02-18T22:12:57.953Z] ---> Running in 39ad691c2dfc [2021-02-18T22:12:58.993Z] Removing intermediate container 39ad691c2dfc [2021-02-18T22:12:58.993Z] ---> 92312eea6993 [2021-02-18T22:12:58.993Z] Step 22/23 : LABEL git_sha=1afd1b68a496f62e34ad732a00a11e0934d597fb [2021-02-18T22:12:58.993Z] ---> Running in d0e0289a81e1 [2021-02-18T22:12:59.974Z] 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-02-18T22:12:59.974Z] Removing intermediate container d0e0289a81e1 [2021-02-18T22:12:59.974Z] ---> 03029fd069c5 [2021-02-18T22:12:59.974Z] Step 23/23 : LABEL version=0.0.0 [2021-02-18T22:13:00.250Z] ---> Running in 68f7a2ecfeca [2021-02-18T22:13:00.250Z] Removing intermediate container c1f18e9df6a9 [2021-02-18T22:13:00.250Z] ---> fb842f6004eb [2021-02-18T22:13:00.250Z] Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-18T22:13:01.233Z] Removing intermediate container 68f7a2ecfeca [2021-02-18T22:13:01.233Z] ---> c4b74e416509 [2021-02-18T22:13:01.233Z] [2021-02-18T22:13:01.504Z] ---> 6e2f83534548 [2021-02-18T22:13:01.504Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-18T22:13:01.779Z] Successfully built c4b74e416509 [2021-02-18T22:13:01.779Z] Successfully tagged docker-core-command-go-arm64:latest [2021-02-18T22:13:03.770Z]  Building docker-core-command-go ... done  ---> f2e9fc2cf7bb [2021-02-18T22:13:03.770Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-18T22:13:04.771Z] ---> 0f86578a23a8 [2021-02-18T22:13:04.771Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-18T22:13:05.372Z] Removing intermediate container c4080632dda2 [2021-02-18T22:13:05.372Z] ---> a4387aa06b45 [2021-02-18T22:13:05.372Z] [2021-02-18T22:13:05.372Z] Step 11/26 : FROM docker:20.10.0 [2021-02-18T22:13:05.372Z] 20.10.0: Pulling from library/docker [2021-02-18T22:13:05.978Z] ---> 0a5b87431be2 [2021-02-18T22:13:05.978Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2021-02-18T22:13:06.575Z] ---> Running in c91405f143af [2021-02-18T22:13:08.016Z] Removing intermediate container c91405f143af [2021-02-18T22:13:08.016Z] ---> 6ab1bbc4c37d [2021-02-18T22:13:08.016Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-18T22:13:09.003Z] ---> 4ea6dc630482 [2021-02-18T22:13:09.003Z] Step 25/30 : RUN chmod +x /entrypoint.sh [2021-02-18T22:13:09.601Z] ---> Running in 65a276a8f47c [2021-02-18T22:13:13.004Z] Removing intermediate container 65a276a8f47c [2021-02-18T22:13:13.004Z] ---> 4a383f1059ba [2021-02-18T22:13:13.004Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-18T22:13:13.600Z] ---> Running in beccc68c9d30 [2021-02-18T22:13:14.273Z] Removing intermediate container beccc68c9d30 [2021-02-18T22:13:14.273Z] ---> 7cfe6bce0e49 [2021-02-18T22:13:14.273Z] Step 27/30 : CMD ["gate"] [2021-02-18T22:13:15.010Z] ---> Running in 212da7fddd52 [2021-02-18T22:13:15.654Z] Removing intermediate container 212da7fddd52 [2021-02-18T22:13:15.654Z] ---> 7118b546bb2c [2021-02-18T22:13:15.654Z] Step 28/30 : LABEL arch=arm64 [2021-02-18T22:13:16.248Z] ---> Running in 5436dbdd3340 [2021-02-18T22:13:16.846Z] Removing intermediate container 5436dbdd3340 [2021-02-18T22:13:16.846Z] ---> 7e153a4eeb85 [2021-02-18T22:13:16.846Z] Step 29/30 : LABEL git_sha=1afd1b68a496f62e34ad732a00a11e0934d597fb [2021-02-18T22:13:17.464Z] ---> Running in ac33fe3e67bc [2021-02-18T22:13:18.072Z] Removing intermediate container ac33fe3e67bc [2021-02-18T22:13:18.072Z] ---> b0a36366b1c7 [2021-02-18T22:13:18.072Z] Step 30/30 : LABEL version=0.0.0 [2021-02-18T22:13:18.072Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-18T22:13:18.072Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-18T22:13:18.072Z] ---> eeaf43b92773 [2021-02-18T22:13:18.072Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-18T22:13:18.672Z] ---> Running in 201203069dc8 [2021-02-18T22:13:18.672Z] ---> Running in a5a89cdcdb78 [2021-02-18T22:13:19.655Z] Removing intermediate container 201203069dc8 [2021-02-18T22:13:19.655Z] ---> 7f2da2221428 [2021-02-18T22:13:19.655Z] [2021-02-18T22:13:19.930Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T22:13:19.930Z] Successfully built 7f2da2221428 [2021-02-18T22:13:19.930Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-02-18T22:13:20.204Z]  Building docker-security-bootstrapper-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T22:13:20.804Z] (1/2) Installing readline (8.0.4-r0) [2021-02-18T22:13:20.804Z] (2/2) Installing bash (5.0.17-r0) [2021-02-18T22:13:20.804Z] Removing intermediate container 927cbd1702fc [2021-02-18T22:13:20.804Z] ---> 6e5c2939d7f3 [2021-02-18T22:13:20.804Z] [2021-02-18T22:13:20.804Z] Step 10/23 : FROM alpine:3.12 [2021-02-18T22:13:20.804Z] ---> afeebe901d6b [2021-02-18T22:13:20.804Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-18T22:13:20.804Z] Executing bash-5.0.17-r0.post-install [2021-02-18T22:13:20.804Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T22:13:20.804Z] OK: 12 MiB in 22 packages [2021-02-18T22:13:21.077Z] ---> Running in 7427c22f7524 [2021-02-18T22:13:21.671Z] Removing intermediate container 7427c22f7524 [2021-02-18T22:13:21.671Z] ---> 79a623193bc0 [2021-02-18T22:13:21.671Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-18T22:13:21.671Z] ---> Running in 1f935731d354 [2021-02-18T22:13:22.267Z] Removing intermediate container 1f935731d354 [2021-02-18T22:13:22.267Z] ---> 62eda609678a [2021-02-18T22:13:22.267Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-18T22:13:22.267Z] Removing intermediate container a5a89cdcdb78 [2021-02-18T22:13:22.267Z] ---> 753c0b7a21eb [2021-02-18T22:13:22.267Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-18T22:13:22.541Z] ---> Running in 579c04e49406 [2021-02-18T22:13:22.541Z] ---> Running in 7953338718c7 [2021-02-18T22:13:23.140Z] Removing intermediate container 579c04e49406 [2021-02-18T22:13:23.140Z] ---> 52ee8b768f2e [2021-02-18T22:13:23.140Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T22:13:23.140Z] Removing intermediate container 7953338718c7 [2021-02-18T22:13:23.140Z] ---> 5cd0d033af28 [2021-02-18T22:13:23.140Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-18T22:13:23.140Z] ---> Running in 81e664ca81c3 [2021-02-18T22:13:23.412Z] ---> Running in ec7153666bcf [2021-02-18T22:13:23.692Z] Removing intermediate container ec7153666bcf [2021-02-18T22:13:23.692Z] ---> 769cd0a93b9b [2021-02-18T22:13:23.692Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-18T22:13:23.965Z] ---> Running in d14e157d06d2 [2021-02-18T22:13:24.562Z] Removing intermediate container d14e157d06d2 [2021-02-18T22:13:24.562Z] ---> 1da3a389fd32 [2021-02-18T22:13:24.562Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-18T22:13:25.548Z] Removing intermediate container 81e664ca81c3 [2021-02-18T22:13:25.548Z] ---> 65f26010b621 [2021-02-18T22:13:25.548Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-18T22:13:25.821Z] ---> 5891cbb8ff49 [2021-02-18T22:13:25.821Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-18T22:13:25.821Z] ---> Running in 4433e3e75ee2 [2021-02-18T22:13:26.796Z] ---> eb8ec24da50d [2021-02-18T22:13:26.796Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-18T22:13:26.796Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T22:13:27.400Z] ---> 613cde887fcf [2021-02-18T22:13:27.400Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-18T22:13:27.674Z] ---> Running in 490ef74d82d7 [2021-02-18T22:13:27.674Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T22:13:28.664Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-18T22:13:28.664Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-18T22:13:28.664Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-18T22:13:28.664Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T22:13:28.664Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-18T22:13:28.936Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T22:13:28.936Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-18T22:13:29.207Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-18T22:13:29.208Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T22:13:29.208Z] OK: 8 MiB in 20 packages [2021-02-18T22:13:29.480Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-18T22:13:29.480Z] (2/33) Installing expat (2.2.9-r1) [2021-02-18T22:13:29.480Z] (3/33) Installing libffi (3.3-r2) [2021-02-18T22:13:29.480Z] (4/33) Installing gdbm (1.13-r1) [2021-02-18T22:13:29.480Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-18T22:13:29.480Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-18T22:13:29.480Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-18T22:13:31.455Z] Removing intermediate container 4433e3e75ee2 [2021-02-18T22:13:31.455Z] ---> 9d12567e838b [2021-02-18T22:13:31.455Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-18T22:13:31.455Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-18T22:13:31.455Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-18T22:13:31.455Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-18T22:13:31.455Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-18T22:13:31.455Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-18T22:13:31.455Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-18T22:13:31.455Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-18T22:13:31.728Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-18T22:13:31.728Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-18T22:13:31.728Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-18T22:13:31.728Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-18T22:13:31.728Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-18T22:13:31.728Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-18T22:13:31.728Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-18T22:13:31.728Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-18T22:13:31.728Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-18T22:13:31.728Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-18T22:13:31.728Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-18T22:13:31.728Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-18T22:13:32.002Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-18T22:13:32.002Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-18T22:13:32.002Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-18T22:13:32.002Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-18T22:13:32.002Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-18T22:13:32.002Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-18T22:13:32.002Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-18T22:13:32.002Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T22:13:32.277Z] OK: 71 MiB in 55 packages [2021-02-18T22:13:32.552Z] ---> 34af3328aea4 [2021-02-18T22:13:32.552Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-18T22:13:33.986Z] ---> 13efcdeade01 [2021-02-18T22:13:33.986Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-18T22:13:34.965Z] ---> e1f5435ebaa9 [2021-02-18T22:13:34.965Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-18T22:13:35.240Z] ---> Running in 6b4aabec3e86 [2021-02-18T22:13:35.837Z] Removing intermediate container 6b4aabec3e86 [2021-02-18T22:13:35.837Z] ---> 5ebce1c29a8b [2021-02-18T22:13:35.837Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-18T22:13:36.110Z] ---> Running in 2d0a15984d9c [2021-02-18T22:13:36.714Z] Removing intermediate container 2d0a15984d9c [2021-02-18T22:13:36.714Z] ---> c9655c3ec036 [2021-02-18T22:13:36.714Z] Step 21/23 : LABEL arch=arm64 [2021-02-18T22:13:36.988Z] ---> Running in 4fe72920899c [2021-02-18T22:13:37.587Z] Removing intermediate container 4fe72920899c [2021-02-18T22:13:37.587Z] ---> 34b4ff9520f1 [2021-02-18T22:13:37.587Z] Step 22/23 : LABEL git_sha=1afd1b68a496f62e34ad732a00a11e0934d597fb [2021-02-18T22:13:37.861Z] ---> Running in 2b3d7dd16122 [2021-02-18T22:13:38.133Z] Removing intermediate container 490ef74d82d7 [2021-02-18T22:13:38.133Z] ---> a9c6b3e32f15 [2021-02-18T22:13:38.133Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-18T22:13:38.409Z] Removing intermediate container 2b3d7dd16122 [2021-02-18T22:13:38.409Z] ---> 031df84bfe34 [2021-02-18T22:13:38.409Z] Step 23/23 : LABEL version=0.0.0 [2021-02-18T22:13:38.409Z] ---> Running in 5c4e22605430 [2021-02-18T22:13:38.409Z] ---> Running in ee3994081edc [2021-02-18T22:13:39.003Z] Removing intermediate container ee3994081edc [2021-02-18T22:13:39.004Z] ---> 4cb109fea58c [2021-02-18T22:13:39.004Z] [2021-02-18T22:13:39.599Z] Successfully built 4cb109fea58c [2021-02-18T22:13:39.599Z] Successfully tagged docker-core-data-go-arm64:latest [2021-02-18T22:13:43.893Z]  Building docker-core-data-go ... done Collecting docker-compose==1.23.2 [2021-02-18T22:13:43.893Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-18T22:13:43.893Z] Collecting docopt<0.7,>=0.6.1 [2021-02-18T22:13:43.893Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-18T22:13:45.856Z] Collecting cached-property<2,>=1.2.0 [2021-02-18T22:13:45.856Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-18T22:13:45.856Z] 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-02-18T22:13:46.448Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-18T22:13:46.448Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-18T22:13:47.037Z] Collecting jsonschema<3,>=2.5.1 [2021-02-18T22:13:47.037Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-18T22:13:47.309Z] Collecting texttable<0.10,>=0.9.0 [2021-02-18T22:13:47.309Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-18T22:13:49.910Z] Collecting PyYAML<4,>=3.10 [2021-02-18T22:13:49.910Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-18T22:13:53.278Z] Collecting docker<4.0,>=3.6.0 [2021-02-18T22:13:53.278Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-18T22:13:54.246Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-18T22:13:54.246Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-18T22:13:54.517Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-18T22:13:54.517Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-18T22:13:56.477Z] Collecting docker-pycreds>=0.4.0 [2021-02-18T22:13:56.477Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-18T22:13:56.477Z] 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-02-18T22:13:56.477Z] Collecting idna<2.8,>=2.5 [2021-02-18T22:13:56.748Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-18T22:13:57.337Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-18T22:13:57.337Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-18T22:13:57.337Z] 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-02-18T22:13:57.337Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-18T22:13:57.337Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-18T22:13:57.337Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-18T22:13:57.337Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-18T22:13:58.303Z] Installing collected packages: docopt, cached-property, websocket-client, jsonschema, texttable, PyYAML, idna, urllib3, requests, docker-pycreds, docker, dockerpty, docker-compose [2021-02-18T22:13:58.303Z] Running setup.py install for docopt: started [2021-02-18T22:14:00.263Z] Running setup.py install for docopt: finished with status 'done' [2021-02-18T22:14:00.534Z] Running setup.py install for texttable: started [2021-02-18T22:14:02.493Z] Running setup.py install for texttable: finished with status 'done' [2021-02-18T22:14:02.493Z] Running setup.py install for PyYAML: started [2021-02-18T22:14:04.455Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-18T22:14:04.456Z] Attempting uninstall: idna [2021-02-18T22:14:04.456Z] Found existing installation: idna 2.9 [2021-02-18T22:14:04.456Z] Uninstalling idna-2.9: [2021-02-18T22:14:04.456Z] Successfully uninstalled idna-2.9 [2021-02-18T22:14:05.047Z] Attempting uninstall: urllib3 [2021-02-18T22:14:05.047Z] Found existing installation: urllib3 1.25.9 [2021-02-18T22:14:05.047Z] Uninstalling urllib3-1.25.9: [2021-02-18T22:14:05.317Z] Successfully uninstalled urllib3-1.25.9 [2021-02-18T22:14:05.905Z] Attempting uninstall: requests [2021-02-18T22:14:05.905Z] Found existing installation: requests 2.23.0 [2021-02-18T22:14:05.905Z] Uninstalling requests-2.23.0: [2021-02-18T22:14:05.905Z] Successfully uninstalled requests-2.23.0 [2021-02-18T22:14:06.875Z] Running setup.py install for dockerpty: started [2021-02-18T22:14:08.835Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-18T22:14:09.806Z] 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.57.0 [2021-02-18T22:14:14.168Z] Removing intermediate container 5c4e22605430 [2021-02-18T22:14:14.168Z] ---> e2dab1e132bb [2021-02-18T22:14:14.168Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-18T22:14:14.168Z] ---> Running in 6c9bc5bdffea [2021-02-18T22:14:14.877Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T22:14:14.877Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T22:14:15.467Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-18T22:14:15.467Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-18T22:14:15.467Z] (3/3) Installing curl (7.69.1-r3) [2021-02-18T22:14:15.467Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T22:14:15.467Z] OK: 71 MiB in 58 packages [2021-02-18T22:14:16.901Z] Removing intermediate container 6c9bc5bdffea [2021-02-18T22:14:16.901Z] ---> b287d73a634b [2021-02-18T22:14:16.901Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-18T22:14:16.901Z] ---> Running in 065129457e21 [2021-02-18T22:14:17.172Z] Removing intermediate container 065129457e21 [2021-02-18T22:14:17.172Z] ---> 186b97e0870b [2021-02-18T22:14:17.172Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-18T22:14:17.453Z] ---> Running in 5a77e35ea4d4 [2021-02-18T22:14:17.726Z] Removing intermediate container 5a77e35ea4d4 [2021-02-18T22:14:17.726Z] ---> 28c9bd62884c [2021-02-18T22:14:17.726Z] Step 24/26 : LABEL arch=arm64 [2021-02-18T22:14:17.997Z] ---> Running in 2d0d0fdf8de2 [2021-02-18T22:14:18.269Z] Removing intermediate container 2d0d0fdf8de2 [2021-02-18T22:14:18.269Z] ---> 32676601e7da [2021-02-18T22:14:18.269Z] Step 25/26 : LABEL git_sha=1afd1b68a496f62e34ad732a00a11e0934d597fb [2021-02-18T22:14:18.543Z] ---> Running in 19a988e1b5d7 [2021-02-18T22:14:18.815Z] Removing intermediate container 19a988e1b5d7 [2021-02-18T22:14:18.815Z] ---> ca3d598a6b26 [2021-02-18T22:14:18.815Z] Step 26/26 : LABEL version=0.0.0 [2021-02-18T22:14:19.087Z] ---> Running in a85495e850cc [2021-02-18T22:14:19.678Z] Removing intermediate container a85495e850cc [2021-02-18T22:14:19.678Z] ---> ba96b86a5372 [2021-02-18T22:14:19.678Z] [2021-02-18T22:14:19.948Z] Successfully built ba96b86a5372 [2021-02-18T22:14:19.948Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-02-18T22:14:20.236Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-02-18T22:14:20.379Z] $ docker stop --time=1 a429cf3b52f56601c6eac3590202987dabd057a5f6bfe2c110163a0a65c7b440 [2021-02-18T22:14:22.314Z] $ docker rm -f a429cf3b52f56601c6eac3590202987dabd057a5f6bfe2c110163a0a65c7b440 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-18T22:14:22.882Z] + + docker imagesgrep [2021-02-18T22:14:22.882Z] docker [2021-02-18T22:14:23.152Z] docker-sys-mgmt-agent-go-arm64 latest ba96b86a5372 4 seconds ago 300MB [2021-02-18T22:14:23.152Z] docker-core-data-go-arm64 latest 4cb109fea58c 45 seconds ago 21.1MB [2021-02-18T22:14:23.152Z] docker-security-bootstrapper-go-arm64 latest 7f2da2221428 About a minute ago 17.2MB [2021-02-18T22:14:23.152Z] docker-core-command-go-arm64 latest c4b74e416509 About a minute ago 16.2MB [2021-02-18T22:14:23.152Z] docker-core-metadata-go-arm64 latest e84dbddb3379 3 minutes ago 17.9MB [2021-02-18T22:14:23.152Z] docker-support-notifications-go-arm64 latest f8e99c708479 3 minutes ago 16.8MB [2021-02-18T22:14:23.152Z] docker-support-scheduler-go-arm64 latest 5cf71d7d8976 3 minutes ago 16.3MB [2021-02-18T22:14:23.152Z] docker-security-secretstore-setup-go-arm64 latest 712356e4dcd8 3 minutes ago 23.6MB [2021-02-18T22:14:23.152Z] docker-security-proxy-setup-go-arm64 latest 9af8fa877d0f 4 minutes ago 23.4MB [2021-02-18T22:14:23.152Z] docker 20.10.0 eeaf43b92773 2 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 [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-02-18T22:14:24.960Z] provisioning config files... [2021-02-18T22:14:24.978Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/4@tmp/config1784462943502300843tmp [Pipeline] { [Pipeline] sh [2021-02-18T22:14:25.393Z] + set +x [2021-02-18T22:14:25.393Z] + curl -s https://codecov.io/bash [2021-02-18T22:14:25.393Z] + bash -s -- [2021-02-18T22:14:25.968Z] [2021-02-18T22:14:25.968Z] _____ _ [2021-02-18T22:14:25.968Z] / ____| | | [2021-02-18T22:14:25.968Z] | | ___ __| | ___ ___ _____ __ [2021-02-18T22:14:25.968Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-02-18T22:14:25.968Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-02-18T22:14:25.968Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-02-18T22:14:25.968Z] Bash-20210129-7c25fce [2021-02-18T22:14:25.968Z] [2021-02-18T22:14:25.968Z] [2021-02-18T22:14:25.968Z] ==> git version 2.24.3 found [2021-02-18T22:14:25.968Z] ==> 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-02-18T22:14:25.968Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-02-18T22:14:25.968Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-02-18T22:14:25.968Z] ==> Jenkins CI detected. [2021-02-18T22:14:25.968Z] project root: . [2021-02-18T22:14:25.968Z] --> token set from env [2021-02-18T22:14:25.968Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-02-18T22:14:25.968Z] ==> Running gcov in . (disable via -X gcov) [2021-02-18T22:14:25.968Z] ==> Python coveragepy not found [2021-02-18T22:14:25.968Z] ==> Searching for coverage reports in: [2021-02-18T22:14:25.968Z] + . [2021-02-18T22:14:25.968Z] -> Found 1 reports [2021-02-18T22:14:25.968Z] ==> Detecting git/mercurial file structure [2021-02-18T22:14:25.968Z] ==> Reading reports [2021-02-18T22:14:25.968Z] + ./coverage.out bytes=597520 [2021-02-18T22:14:25.968Z] ==> Appending adjustments [2021-02-18T22:14:25.968Z] https://docs.codecov.io/docs/fixing-reports [2021-02-18T22:14:29.359Z] + Found adjustments [2021-02-18T22:14:29.359Z] ==> Gzipping contents [2021-02-18T22:14:29.359Z] 88K /tmp/codecov.389Y8m.gz [2021-02-18T22:14:29.359Z] ==> Uploading reports [2021-02-18T22:14:29.359Z] url: https://codecov.io [2021-02-18T22:14:29.359Z] query: branch=PR-3172&commit=1afd1b68a496f62e34ad732a00a11e0934d597fb&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3172%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3172&job=&cmd_args= [2021-02-18T22:14:29.359Z] -> Pinging Codecov [2021-02-18T22:14:29.359Z] https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-3172&commit=1afd1b68a496f62e34ad732a00a11e0934d597fb&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3172%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3172&job=&cmd_args= [2021-02-18T22:14:29.953Z] -> Uploading to [2021-02-18T22:14:29.953Z] https://storage.googleapis.com/codecov/v4/raw/2021-02-18/00271124DB129430A58F1EEE437C3FCB/1afd1b68a496f62e34ad732a00a11e0934d597fb/d40bb538-09b0-4e04-872e-956453cb9b8f.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210218%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210218T221429Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=5a3cb1e484f8844749b0d939f32511b28a6b1ece673ab1b33e6a9e5a872e74a8 [2021-02-18T22:14:29.953Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-18T22:14:29.953Z] Dload Upload Total Spent Left Speed [2021-02-18T22:14:30.535Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 89622 0 0 100 89622 0 152k --:--:-- --:--:-- --:--:-- 152k [2021-02-18T22:14:30.535Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/1afd1b68a496f62e34ad732a00a11e0934d597fb [Pipeline] } [2021-02-18T22:14:30.552Z] 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] { (Snyk Docker Image Scan) Stage "Snyk Docker Image 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-02-18T22:14:32.483Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-18T22:14:33.367Z] ---> package-listing.sh [2021-02-18T22:14:33.367Z] ++ facter osfamily [2021-02-18T22:14:33.367Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-18T22:14:33.367Z] + OS_FAMILY=redhat [2021-02-18T22:14:33.367Z] + workspace=/w/workspace/edgex-go/4 [2021-02-18T22:14:33.367Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-18T22:14:33.367Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-18T22:14:33.367Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-18T22:14:33.367Z] + PACKAGES=/tmp/packages_start.txt [2021-02-18T22:14:33.367Z] + '[' /w/workspace/edgex-go/4 ']' [2021-02-18T22:14:33.367Z] + PACKAGES=/tmp/packages_end.txt [2021-02-18T22:14:33.367Z] + case "${OS_FAMILY}" in [2021-02-18T22:14:33.367Z] + rpm -qa [2021-02-18T22:14:33.367Z] + sort [2021-02-18T22:14:38.679Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-18T22:14:38.679Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-18T22:14:38.679Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-18T22:14:38.679Z] + '[' /w/workspace/edgex-go/4 ']' [2021-02-18T22:14:38.679Z] + mkdir -p /w/workspace/edgex-go/4/archives/ [2021-02-18T22:14:38.679Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/4/archives/ [Pipeline] echo [2021-02-18T22:14:38.701Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/4/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-18T22:14:38.997Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-18T22:14:39.303Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-18T22:14:39.303Z] [2021-02-18T22:14:39.303Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-18T22:14:39.651Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-18T22:14:39.651Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-18T22:14:39.651Z] df20fa9351a1: Pulling fs layer [2021-02-18T22:14:39.651Z] 36b3adc4ff6f: Pulling fs layer [2021-02-18T22:14:39.651Z] 8ad3a11d3b57: Pulling fs layer [2021-02-18T22:14:39.651Z] 46f8f816bc3b: Pulling fs layer [2021-02-18T22:14:39.651Z] 93b61091891f: Pulling fs layer [2021-02-18T22:14:39.651Z] 93b9cdb0e59b: Pulling fs layer [2021-02-18T22:14:39.651Z] 5e14af77c1be: Pulling fs layer [2021-02-18T22:14:39.651Z] 01666e4c0597: Pulling fs layer [2021-02-18T22:14:39.651Z] aa168da1d23b: Pulling fs layer [2021-02-18T22:14:39.651Z] 93b9cdb0e59b: Waiting [2021-02-18T22:14:39.651Z] 5e14af77c1be: Waiting [2021-02-18T22:14:39.651Z] 01666e4c0597: Waiting [2021-02-18T22:14:39.651Z] aa168da1d23b: Waiting [2021-02-18T22:14:39.651Z] 46f8f816bc3b: Waiting [2021-02-18T22:14:39.651Z] 93b61091891f: Waiting [2021-02-18T22:14:39.651Z] 36b3adc4ff6f: Download complete [2021-02-18T22:14:39.651Z] 46f8f816bc3b: Verifying Checksum [2021-02-18T22:14:39.651Z] 46f8f816bc3b: Download complete [2021-02-18T22:14:39.913Z] df20fa9351a1: Download complete [2021-02-18T22:14:39.913Z] 93b9cdb0e59b: Verifying Checksum [2021-02-18T22:14:39.913Z] 93b9cdb0e59b: Download complete [2021-02-18T22:14:39.913Z] 5e14af77c1be: Verifying Checksum [2021-02-18T22:14:39.913Z] 5e14af77c1be: Download complete [2021-02-18T22:14:39.913Z] 93b61091891f: Verifying Checksum [2021-02-18T22:14:39.913Z] 93b61091891f: Download complete [2021-02-18T22:14:39.913Z] 01666e4c0597: Verifying Checksum [2021-02-18T22:14:39.913Z] 01666e4c0597: Download complete [2021-02-18T22:14:40.175Z] df20fa9351a1: Pull complete [2021-02-18T22:14:40.440Z] 36b3adc4ff6f: Pull complete [2021-02-18T22:14:40.440Z] 8ad3a11d3b57: Verifying Checksum [2021-02-18T22:14:40.440Z] 8ad3a11d3b57: Download complete [2021-02-18T22:14:41.397Z] 8ad3a11d3b57: Pull complete [2021-02-18T22:14:41.397Z] 46f8f816bc3b: Pull complete [2021-02-18T22:14:42.344Z] aa168da1d23b: Verifying Checksum [2021-02-18T22:14:42.344Z] aa168da1d23b: Download complete [2021-02-18T22:14:42.918Z] 93b61091891f: Pull complete [2021-02-18T22:14:42.918Z] 93b9cdb0e59b: Pull complete [2021-02-18T22:14:43.180Z] 5e14af77c1be: Pull complete [2021-02-18T22:14:43.180Z] 01666e4c0597: Pull complete [2021-02-18T22:14:51.357Z] aa168da1d23b: Pull complete [2021-02-18T22:14:51.357Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-18T22:14:51.357Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-18T22:14:51.357Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-18T22:14:51.552Z] prd-centos7-docker-4c-2g-26831 does not seem to be running inside a container [2021-02-18T22:14:51.603Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/4/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-02-18T22:14:56.126Z] $ docker top 98b8c69483bb3bb0e88f060800829f598cdaf2b264bb62e0474f2fa5c78dd7ac -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-18T22:14:56.713Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-18T22:14:57.020Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-18T22:14:57.318Z] + ls /var/log/sa-host [2021-02-18T22:14:57.319Z] + sadf -c /var/log/sa-host/sa18 [2021-02-18T22:14:57.319Z] file_magic: OK [2021-02-18T22:14:57.319Z] HZ: Using current value: 100 [2021-02-18T22:14:57.319Z] file_header: OK [2021-02-18T22:14:57.319Z] 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-02-18T22:14:57.319Z] Statistics: [2021-02-18T22:14:57.319Z] 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... [2021-02-18T22:14:57.319Z] File successfully converted to sysstat format version 12.2.1 [2021-02-18T22:14:57.319Z] + sadf -c /var/log/sa-host/sa23 [2021-02-18T22:14:57.319Z] file_magic: OK [2021-02-18T22:14:57.319Z] HZ: Using current value: 100 [2021-02-18T22:14:57.319Z] file_header: OK [2021-02-18T22:14:57.319Z] 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-02-18T22:14:57.319Z] Statistics: [2021-02-18T22:14:57.319Z] Hnuu...uuuununununu... [2021-02-18T22:14:57.319Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-18T22:14:57.528Z] provisioning config files... [2021-02-18T22:14:57.544Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/4@tmp/config5573534834071069606tmp [Pipeline] { [Pipeline] echo [2021-02-18T22:14:57.650Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-18T22:14:57.956Z] ---> create-netrc.sh [Pipeline] } [2021-02-18T22:14:57.965Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-18T22:14:58.052Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-18T22:14:58.350Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-18T22:14:58.363Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-18T22:14:59.166Z] ---> sudo-logs.sh [2021-02-18T22:14:59.166Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-02-18T22:14:59.229Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-18T22:14:59.527Z] ---> job-cost.sh [2021-02-18T22:14:59.527Z] lf-activate-venv: SKIPPING [2021-02-18T22:14:59.527Z] INFO: No Stack... [2021-02-18T22:15:00.473Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-18T22:15:00.736Z] INFO: Archiving Costs [Pipeline] echo [2021-02-18T22:15:00.749Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-18T22:15:01.045Z] ---> logs-deploy.sh [2021-02-18T22:15:01.045Z] lf-activate-venv: SKIPPING [2021-02-18T22:15:01.045Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3172/4 [2021-02-18T22:15:01.045Z] INFO: archiving workspace using pattern(s): [2021-02-18T22:15:02.969Z] Archives upload complete. [2021-02-18T22:15:02.969Z] INFO: archiving logs to Nexus [2021-02-18T22:15:03.914Z] ---> uname -a: [2021-02-18T22:15:03.914Z] Linux prd-centos7-docker-4c-2g-26831.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-02-18T22:15:03.914Z] [2021-02-18T22:15:03.914Z] [2021-02-18T22:15:03.914Z] ---> lscpu: [2021-02-18T22:15:03.914Z] Architecture: x86_64 [2021-02-18T22:15:03.914Z] CPU op-mode(s): 32-bit, 64-bit [2021-02-18T22:15:03.914Z] Byte Order: Little Endian [2021-02-18T22:15:03.914Z] Address sizes: 40 bits physical, 48 bits virtual [2021-02-18T22:15:03.914Z] CPU(s): 4 [2021-02-18T22:15:03.914Z] On-line CPU(s) list: 0-3 [2021-02-18T22:15:03.914Z] Thread(s) per core: 1 [2021-02-18T22:15:03.914Z] Core(s) per socket: 1 [2021-02-18T22:15:03.914Z] Socket(s): 4 [2021-02-18T22:15:03.914Z] NUMA node(s): 1 [2021-02-18T22:15:03.914Z] Vendor ID: GenuineIntel [2021-02-18T22:15:03.914Z] CPU family: 6 [2021-02-18T22:15:03.914Z] Model: 44 [2021-02-18T22:15:03.914Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-02-18T22:15:03.914Z] Stepping: 1 [2021-02-18T22:15:03.914Z] CPU MHz: 2933.438 [2021-02-18T22:15:03.914Z] BogoMIPS: 5866.87 [2021-02-18T22:15:03.914Z] Virtualization: VT-x [2021-02-18T22:15:03.914Z] Hypervisor vendor: KVM [2021-02-18T22:15:03.914Z] Virtualization type: full [2021-02-18T22:15:03.914Z] L1d cache: 128 KiB [2021-02-18T22:15:03.914Z] L1i cache: 128 KiB [2021-02-18T22:15:03.914Z] L2 cache: 16 MiB [2021-02-18T22:15:03.914Z] L3 cache: 64 MiB [2021-02-18T22:15:03.914Z] NUMA node0 CPU(s): 0-3 [2021-02-18T22:15:03.914Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-02-18T22:15:03.914Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-02-18T22:15:03.914Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-02-18T22:15:03.914Z] Vulnerability Meltdown: Mitigation; PTI [2021-02-18T22:15:03.914Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-02-18T22:15:03.914Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-02-18T22:15:03.914Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-02-18T22:15:03.914Z] Vulnerability Srbds: Not affected [2021-02-18T22:15:03.914Z] Vulnerability Tsx async abort: Not affected [2021-02-18T22:15:03.914Z] 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-02-18T22:15:03.914Z] [2021-02-18T22:15:03.914Z] [2021-02-18T22:15:03.914Z] ---> nproc: [2021-02-18T22:15:03.914Z] 4 [2021-02-18T22:15:03.914Z] [2021-02-18T22:15:03.914Z] [2021-02-18T22:15:03.914Z] ---> df -h: [2021-02-18T22:15:03.914Z] Filesystem Size Used Available Use% Mounted on [2021-02-18T22:15:03.914Z] overlay 50.0G 11.7G 38.3G 23% / [2021-02-18T22:15:03.914Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-02-18T22:15:03.914Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-02-18T22:15:03.914Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-02-18T22:15:03.914Z] /dev/vda1 50.0G 11.7G 38.3G 23% /facter-os [2021-02-18T22:15:03.914Z] /dev/vda1 50.0G 11.7G 38.3G 23% /etc/resolv.conf [2021-02-18T22:15:03.914Z] /dev/vda1 50.0G 11.7G 38.3G 23% /etc/hostname [2021-02-18T22:15:03.914Z] /dev/vda1 50.0G 11.7G 38.3G 23% /etc/hosts [2021-02-18T22:15:03.914Z] /dev/vda1 50.0G 11.7G 38.3G 23% /run/cloud-init/result.json [2021-02-18T22:15:03.914Z] /dev/vda1 50.0G 11.7G 38.3G 23% /var/log/sa-host [2021-02-18T22:15:03.914Z] /dev/vda1 50.0G 11.7G 38.3G 23% /var/log/secure [2021-02-18T22:15:03.914Z] /dev/vda1 50.0G 11.7G 38.3G 23% /var/log/auth.log [2021-02-18T22:15:03.914Z] /dev/vda1 50.0G 11.7G 38.3G 23% /w/workspace/edgex-go/4 [2021-02-18T22:15:03.914Z] /dev/vda1 50.0G 11.7G 38.3G 23% /w/workspace/edgex-go/4@tmp [2021-02-18T22:15:03.914Z] [2021-02-18T22:15:03.914Z] [2021-02-18T22:15:03.914Z] ---> free -m: [2021-02-18T22:15:03.914Z] total used free shared buff/cache available [2021-02-18T22:15:03.914Z] Mem: 1837 710 278 0 848 1044 [2021-02-18T22:15:03.914Z] Swap: 1023 73 950 [2021-02-18T22:15:03.914Z] [2021-02-18T22:15:03.914Z] [2021-02-18T22:15:03.914Z] ---> ip addr: [2021-02-18T22:15:03.914Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-02-18T22:15:03.914Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-02-18T22:15:03.914Z] inet 127.0.0.1/8 scope host lo [2021-02-18T22:15:03.914Z] valid_lft forever preferred_lft forever [2021-02-18T22:15:03.914Z] inet6 ::1/128 scope host [2021-02-18T22:15:03.914Z] valid_lft forever preferred_lft forever [2021-02-18T22:15:03.914Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-02-18T22:15:03.914Z] link/ether fa:16:3e:49:6a:35 brd ff:ff:ff:ff:ff:ff [2021-02-18T22:15:03.914Z] inet 10.30.122.34/23 brd 10.30.123.255 scope global dynamic eth0 [2021-02-18T22:15:03.914Z] valid_lft 85128sec preferred_lft 85128sec [2021-02-18T22:15:03.914Z] inet6 fe80::f816:3eff:fe49:6a35/64 scope link [2021-02-18T22:15:03.914Z] valid_lft forever preferred_lft forever [2021-02-18T22:15:03.914Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-02-18T22:15:03.914Z] link/ether 02:42:1d:38:dd:79 brd ff:ff:ff:ff:ff:ff [2021-02-18T22:15:03.914Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-02-18T22:15:03.914Z] valid_lft forever preferred_lft forever [2021-02-18T22:15:03.914Z] inet6 fe80::42:1dff:fe38:dd79/64 scope link [2021-02-18T22:15:03.914Z] valid_lft forever preferred_lft forever [2021-02-18T22:15:03.914Z] [2021-02-18T22:15:03.914Z] [2021-02-18T22:15:03.914Z] ---> sar -b -r -n DEV: [2021-02-18T22:15:03.914Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/18/21 _x86_64_ (4 CPU) [2021-02-18T22:15:03.914Z] [2021-02-18T22:15:03.914Z] 21:53:41 LINUX RESTART (4 CPU) [2021-02-18T22:15:03.914Z] [2021-02-18T22:15:03.914Z] 21:54:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-02-18T22:15:03.914Z] 21:55:01 157.33 62.00 95.33 0.00 8629.28 44651.61 0.00 [2021-02-18T22:15:03.914Z] 21:56:01 220.97 74.81 146.16 0.00 5969.14 50254.07 0.00 [2021-02-18T22:15:03.914Z] 21:57:01 242.85 101.63 141.22 0.00 3336.61 19126.97 0.00 [2021-02-18T22:15:03.914Z] 21:58:01 133.47 54.26 79.22 0.00 2071.30 9459.83 0.00 [2021-02-18T22:15:03.914Z] 21:59:01 168.87 51.82 117.05 0.00 7862.96 45959.27 0.00 [2021-02-18T22:15:03.914Z] 22:00:04 2063.62 1712.30 351.32 0.00 172217.42 211159.20 0.00 [2021-02-18T22:15:03.914Z] 22:01:04 1202.55 972.60 229.96 0.00 62964.28 78523.83 0.00 [2021-02-18T22:15:03.914Z] 22:02:01 1549.59 1199.88 349.71 0.00 96376.79 140014.10 0.00 [2021-02-18T22:15:03.914Z] 22:03:01 662.87 379.96 282.90 0.00 37959.00 67681.11 0.00 [2021-02-18T22:15:03.914Z] 22:04:01 50.18 15.61 34.57 0.00 3120.37 1252.73 0.00 [2021-02-18T22:15:03.914Z] 22:05:01 2.02 0.00 2.02 0.00 0.00 32.10 0.00 [2021-02-18T22:15:03.914Z] 22:06:01 0.62 0.02 0.60 0.00 0.27 6.01 0.00 [2021-02-18T22:15:03.914Z] 22:07:01 0.37 0.00 0.37 0.00 0.00 4.15 0.00 [2021-02-18T22:15:03.914Z] 22:08:01 0.37 0.00 0.37 0.00 0.00 3.07 0.00 [2021-02-18T22:15:03.914Z] 22:09:01 0.58 0.40 0.18 0.00 7.59 1.63 0.00 [2021-02-18T22:15:03.914Z] 22:10:01 2.48 1.63 0.85 0.00 60.08 15.77 0.00 [2021-02-18T22:15:03.914Z] 22:11:01 0.28 0.00 0.28 0.00 0.00 2.75 0.00 [2021-02-18T22:15:03.914Z] 22:12:02 0.18 0.03 0.15 0.00 0.80 1.93 0.00 [2021-02-18T22:15:03.914Z] 22:13:01 0.19 0.00 0.19 0.00 0.00 1.44 0.00 [2021-02-18T22:15:03.914Z] 22:14:01 0.27 0.00 0.27 0.00 0.00 3.36 0.00 [2021-02-18T22:15:03.914Z] Average: 324.02 232.33 91.69 0.00 20204.96 33594.68 0.00 [2021-02-18T22:15:03.914Z] [2021-02-18T22:15:03.914Z] 21:54:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-02-18T22:15:03.914Z] 21:55:01 76644 0 676940 35.98 2620 1125340 1395796 47.64 559680 1039204 93864 [2021-02-18T22:15:03.914Z] 21:56:01 66464 0 729680 38.78 1612 1083788 1534352 52.36 561044 986520 81308 [2021-02-18T22:15:03.914Z] 21:57:01 177304 0 796156 42.31 924 907160 1736088 59.25 664476 757696 61192 [2021-02-18T22:15:03.914Z] 21:58:01 154196 0 845832 44.95 820 880696 1789484 61.07 690452 742112 65344 [2021-02-18T22:15:03.914Z] 21:59:01 74080 0 738276 39.24 288 1068900 1259444 42.98 564740 971460 80300 [2021-02-18T22:15:03.914Z] 22:00:04 82428 0 855052 45.44 24 944040 2324048 79.32 766500 799736 38808 [2021-02-18T22:15:03.914Z] 22:01:04 358780 0 745332 39.61 24 777408 1535720 52.41 532596 728956 5352 [2021-02-18T22:15:03.914Z] 22:02:01 340764 0 986456 52.43 24 554300 2813692 96.03 702464 593592 1240 [2021-02-18T22:15:03.914Z] 22:03:01 114068 0 687876 36.56 24 1079576 1376832 46.99 575600 940512 8 [2021-02-18T22:15:03.914Z] 22:04:01 155596 0 635528 33.78 24 1090396 1182656 40.36 511460 968296 8 [2021-02-18T22:15:03.914Z] 22:05:01 156620 0 634484 33.72 24 1090416 1170308 39.94 510748 967896 8 [2021-02-18T22:15:03.914Z] 22:06:01 157724 0 633368 33.66 24 1090428 1163112 39.70 510276 967716 8 [2021-02-18T22:15:03.914Z] 22:07:01 158140 0 632940 33.64 24 1090440 1163112 39.70 510284 967716 8 [2021-02-18T22:15:03.914Z] 22:08:01 158012 0 633068 33.65 24 1090440 1163208 39.70 510516 967716 8 [2021-02-18T22:15:03.914Z] 22:09:01 157820 0 633076 33.65 24 1090624 1182580 40.36 510600 967880 8 [2021-02-18T22:15:03.914Z] 22:10:01 156000 0 633824 33.69 24 1091696 1163208 39.70 510944 968780 8 [2021-02-18T22:15:03.914Z] 22:11:01 155380 0 634444 33.72 24 1091696 1163232 39.70 510964 968780 8 [2021-02-18T22:15:03.914Z] 22:12:02 156032 0 633788 33.68 24 1091700 1163136 39.70 510656 968796 8 [2021-02-18T22:15:03.914Z] 22:13:01 156140 0 633668 33.68 24 1091712 1163112 39.70 510536 968804 16 [2021-02-18T22:15:03.914Z] 22:14:01 156076 0 633724 33.68 24 1091720 1163112 39.70 510524 968804 8 [2021-02-18T22:15:03.914Z] Average: 158413 0 701676 37.29 331 1021124 1430312 48.81 561753 910549 21376 [2021-02-18T22:15:03.914Z] [2021-02-18T22:15:03.914Z] 21:54:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-02-18T22:15:03.914Z] 21:55:01 eth0 1544.88 1150.71 5322.92 167.11 0.00 0.00 0.00 0.00 [2021-02-18T22:15:03.914Z] 21:55:01 veth7f2a4e5 526.67 477.09 51.71 1628.98 0.00 0.00 0.00 0.00 [2021-02-18T22:15:03.914Z] 21:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T22:15:03.914Z] 21:55:01 docker0 526.67 476.98 44.51 1628.97 0.00 0.00 0.00 0.00 [2021-02-18T22:15:03.914Z] 21:56:01 eth0 710.26 684.54 4682.66 69.37 0.00 0.00 0.00 0.00 [2021-02-18T22:15:03.914Z] 21:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T22:15:03.914Z] 21:56:01 veth250155d 87.53 100.78 7.94 426.64 0.00 0.00 0.00 0.00 [2021-02-18T22:15:03.914Z] 21:56:01 docker0 444.28 417.94 34.12 1839.55 0.00 0.00 0.00 0.00 [2021-02-18T22:15:03.914Z] 21:57:01 vethb1f4a11 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-18T22:15:03.914Z] 21:57:01 eth0 34.07 22.16 84.91 12.00 0.00 0.00 0.00 0.00 [2021-02-18T22:15:03.914Z] 21:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T22:15:03.914Z] 21:57:01 docker0 4.99 5.27 0.37 55.72 0.00 0.00 0.00 0.00 [2021-02-18T22:15:03.914Z] 21:58:01 vethb1f4a11 1.93 1.93 0.15 0.15 0.00 0.00 0.00 0.00 [2021-02-18T22:15:03.914Z] 21:58:01 eth0 36.68 27.32 19.05 80.11 0.00 0.00 0.00 0.00 [2021-02-18T22:15:03.914Z] 21:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T22:15:03.914Z] 21:58:01 docker0 1.93 1.93 0.13 0.15 0.00 0.00 0.00 0.00 [2021-02-18T22:15:03.915Z] 21:59:01 veth8677eee 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-18T22:15:03.915Z] 21:59:01 eth0 182.70 140.58 1704.42 26.73 0.00 0.00 0.00 0.00 [2021-02-18T22:15:03.915Z] 21:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T22:15:03.915Z] 21:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T22:15:03.915Z] 22:00:04 veth8677eee 0.00 0.33 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-18T22:15:03.915Z] 22:00:04 eth0 70.99 57.52 159.09 62.30 0.00 0.00 0.00 0.00 [2021-02-18T22:15:03.915Z] 22:00:04 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T22:15:03.915Z] 22:00:04 docker0 30.64 35.12 2.02 140.58 0.00 0.00 0.00 0.00 [2021-02-18T22:15:03.915Z] 22:01:04 veth8677eee 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T22:15:03.915Z] 22:01:04 veth1d79680 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-18T22:15:03.915Z] 22:01:04 eth0 20.23 11.47 59.51 6.80 0.00 0.00 0.00 0.00 [2021-02-18T22:15:03.915Z] 22:01:04 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T22:15:03.915Z] 22:02:01 veth8677eee 0.00 0.42 0.00 0.02 0.00 0.00 0.00 0.00 [2021-02-18T22:15:03.915Z] 22:02:01 eth0 105.33 58.90 253.00 101.67 0.00 0.00 0.00 0.00 [2021-02-18T22:15:03.915Z] 22:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T22:15:03.915Z] 22:02:01 veth432af0a 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-18T22:15:03.915Z] 22:03:01 veth8677eee 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-18T22:15:03.915Z] 22:03:01 eth0 199.98 125.37 1626.99 26.36 0.00 0.00 0.00 0.00 [2021-02-18T22:15:03.915Z] 22:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T22:15:03.915Z] 22:03:01 docker0 1054.94 1047.03 83.66 4254.92 0.00 0.00 0.00 0.00 [2021-02-18T22:15:03.915Z] 22:04:01 eth0 27.30 15.96 71.68 8.51 0.00 0.00 0.00 0.00 [2021-02-18T22:15:03.915Z] 22:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T22:15:03.915Z] 22:04:01 docker0 5.64 8.52 0.58 56.32 0.00 0.00 0.00 0.00 [2021-02-18T22:15:03.915Z] 22:05:01 eth0 1.47 0.62 0.71 0.46 0.00 0.00 0.00 0.00 [2021-02-18T22:15:03.915Z] 22:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T22:15:03.915Z] 22:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T22:15:03.915Z] 22:06:01 eth0 0.17 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-02-18T22:15:03.915Z] 22:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T22:15:03.915Z] 22:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T22:15:03.915Z] 22:07:01 eth0 1.25 0.08 0.11 0.01 0.00 0.00 0.00 0.00 [2021-02-18T22:15:03.915Z] 22:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T22:15:03.915Z] 22:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T22:15:03.915Z] 22:08:01 eth0 0.57 0.30 0.27 0.20 0.00 0.00 0.00 0.00 [2021-02-18T22:15:03.915Z] 22:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T22:15:03.915Z] 22:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T22:15:03.915Z] 22:09:01 eth0 0.82 0.63 0.69 0.22 0.00 0.00 0.00 0.00 [2021-02-18T22:15:03.915Z] 22:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T22:15:03.915Z] 22:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T22:15:03.915Z] 22:10:01 eth0 0.80 0.22 0.19 0.08 0.00 0.00 0.00 0.00 [2021-02-18T22:15:03.915Z] 22:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T22:15:03.915Z] 22:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T22:15:03.915Z] 22:11:01 eth0 0.55 0.32 0.27 0.20 0.00 0.00 0.00 0.00 [2021-02-18T22:15:03.915Z] 22:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T22:15:03.915Z] 22:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T22:15:03.915Z] 22:12:02 eth0 0.10 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2021-02-18T22:15:03.915Z] 22:12:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T22:15:03.915Z] 22:12:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T22:15:03.915Z] 22:13:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-02-18T22:15:03.915Z] 22:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T22:15:03.915Z] 22:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T22:15:03.915Z] 22:14:01 eth0 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2021-02-18T22:15:03.915Z] 22:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T22:15:03.915Z] 22:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T22:15:03.915Z] Average: eth0 147.16 115.10 700.74 28.08 0.00 0.00 0.00 0.00 [2021-02-18T22:15:03.915Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T22:15:03.915Z] Average: docker0 53.21 52.95 4.23 216.28 0.00 0.00 0.00 0.00 [2021-02-18T22:15:03.915Z] [2021-02-18T22:15:03.915Z] [2021-02-18T22:15:03.915Z] ---> sar -P ALL: [2021-02-18T22:15:03.915Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/18/21 _x86_64_ (4 CPU) [2021-02-18T22:15:03.915Z] [2021-02-18T22:15:03.915Z] 21:53:41 LINUX RESTART (4 CPU) [2021-02-18T22:15:03.915Z] [2021-02-18T22:15:03.915Z] 21:54:01 CPU %user %nice %system %iowait %steal %idle [2021-02-18T22:15:03.915Z] 21:55:01 all 18.46 0.00 11.04 5.04 0.64 64.81 [2021-02-18T22:15:03.915Z] 21:55:01 0 17.90 0.00 13.42 4.21 0.67 63.79 [2021-02-18T22:15:03.915Z] 21:55:01 1 19.00 0.00 10.31 3.43 0.46 66.80 [2021-02-18T22:15:03.915Z] 21:55:01 2 19.25 0.00 10.66 7.73 0.72 61.64 [2021-02-18T22:15:03.915Z] 21:55:01 3 17.71 0.00 9.79 4.77 0.72 67.01 [2021-02-18T22:15:03.915Z] 21:56:01 all 15.43 0.00 9.15 3.06 0.16 72.20 [2021-02-18T22:15:03.915Z] 21:56:01 0 15.16 0.00 9.72 2.84 0.12 72.16 [2021-02-18T22:15:03.915Z] 21:56:01 1 15.38 0.00 9.00 2.69 0.21 72.73 [2021-02-18T22:15:03.915Z] 21:56:01 2 11.55 0.00 9.09 3.75 0.12 75.49 [2021-02-18T22:15:03.915Z] 21:56:01 3 19.65 0.00 8.79 2.95 0.21 68.40 [2021-02-18T22:15:03.915Z] 21:57:01 all 37.69 0.00 12.23 6.23 0.22 43.62 [2021-02-18T22:15:03.915Z] 21:57:01 0 39.97 0.00 11.57 5.16 0.22 43.07 [2021-02-18T22:15:03.915Z] 21:57:01 1 37.96 0.00 11.73 6.74 0.22 43.35 [2021-02-18T22:15:03.915Z] 21:57:01 2 35.80 0.00 12.91 6.23 0.24 44.82 [2021-02-18T22:15:03.915Z] 21:57:01 3 37.04 0.00 12.70 6.79 0.21 43.26 [2021-02-18T22:15:03.915Z] 21:58:01 all 50.98 0.00 14.46 4.21 0.11 30.23 [2021-02-18T22:15:03.915Z] 21:58:01 0 50.51 0.00 14.91 4.11 0.12 30.35 [2021-02-18T22:15:03.915Z] 21:58:01 1 51.08 0.00 13.96 3.16 0.09 31.72 [2021-02-18T22:15:03.915Z] 21:58:01 2 52.12 0.00 13.83 5.72 0.14 28.19 [2021-02-18T22:15:03.915Z] 21:58:01 3 50.20 0.00 15.16 3.85 0.10 30.68 [2021-02-18T22:15:03.915Z] 21:59:01 all 27.78 0.00 12.94 3.97 0.07 55.24 [2021-02-18T22:15:03.915Z] 21:59:01 0 28.03 0.00 13.68 3.99 0.07 54.24 [2021-02-18T22:15:03.915Z] 21:59:01 1 26.53 0.00 12.23 5.69 0.09 55.46 [2021-02-18T22:15:03.915Z] 21:59:01 2 27.28 0.00 12.92 2.61 0.09 57.10 [2021-02-18T22:15:03.915Z] 21:59:01 3 29.30 0.00 12.92 3.58 0.05 54.15 [2021-02-18T22:15:03.915Z] 22:00:04 all 21.93 0.00 32.84 20.11 0.21 24.91 [2021-02-18T22:15:03.915Z] 22:00:04 0 21.82 0.00 32.54 21.25 0.20 24.18 [2021-02-18T22:15:03.915Z] 22:00:04 1 21.63 0.00 32.78 19.14 0.19 26.26 [2021-02-18T22:15:03.915Z] 22:00:04 2 21.95 0.00 32.28 19.82 0.20 25.74 [2021-02-18T22:15:03.915Z] 22:00:04 3 22.30 0.00 33.79 20.25 0.24 23.42 [2021-02-18T22:15:03.915Z] 22:01:04 all 58.14 0.00 19.29 13.50 0.09 8.98 [2021-02-18T22:15:03.915Z] 22:01:04 0 58.64 0.00 17.86 13.53 0.07 9.89 [2021-02-18T22:15:03.915Z] 22:01:04 1 58.63 0.00 19.32 15.14 0.12 6.79 [2021-02-18T22:15:03.915Z] 22:01:04 2 58.78 0.00 19.26 12.45 0.07 9.44 [2021-02-18T22:15:03.915Z] 22:01:04 3 56.51 0.00 20.73 12.89 0.09 9.79 [2021-02-18T22:15:03.915Z] 22:02:01 all 27.04 0.00 23.88 22.09 0.06 26.93 [2021-02-18T22:15:03.915Z] 22:02:01 0 26.59 0.00 22.94 23.57 0.07 26.83 [2021-02-18T22:15:03.915Z] 22:02:01 1 29.25 0.00 23.21 22.38 0.05 25.10 [2021-02-18T22:15:03.915Z] 22:02:01 2 25.11 0.00 24.36 19.73 0.09 30.70 [2021-02-18T22:15:03.915Z] 22:02:01 3 27.22 0.00 25.01 22.67 0.04 25.06 [2021-02-18T22:15:03.915Z] 22:03:01 all 40.41 0.00 17.13 13.32 0.09 29.05 [2021-02-18T22:15:03.915Z] 22:03:01 0 41.85 0.00 17.49 8.57 0.09 32.01 [2021-02-18T22:15:03.915Z] 22:03:01 1 40.06 0.00 17.33 15.61 0.09 26.92 [2021-02-18T22:15:03.915Z] 22:03:01 2 40.55 0.00 15.56 14.08 0.09 29.72 [2021-02-18T22:15:03.915Z] 22:03:01 3 39.18 0.00 18.14 15.06 0.10 27.52 [2021-02-18T22:15:03.915Z] 22:04:01 all 3.93 0.00 2.01 1.49 0.03 92.55 [2021-02-18T22:15:03.915Z] 22:04:01 0 4.91 0.00 2.29 0.35 0.03 92.41 [2021-02-18T22:15:03.915Z] 22:04:01 1 2.88 0.00 1.94 4.85 0.02 90.32 [2021-02-18T22:15:03.915Z] 22:04:01 2 3.38 0.00 1.81 0.20 0.02 94.59 [2021-02-18T22:15:03.915Z] 22:04:01 3 4.55 0.00 1.99 0.55 0.03 92.88 [2021-02-18T22:15:03.915Z] 22:05:01 all 0.06 0.00 0.05 0.00 0.00 99.89 [2021-02-18T22:15:03.915Z] 22:05:01 0 0.17 0.00 0.08 0.00 0.00 99.75 [2021-02-18T22:15:03.915Z] 22:05:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2021-02-18T22:15:03.915Z] 22:05:01 2 0.02 0.00 0.03 0.00 0.00 99.95 [2021-02-18T22:15:03.915Z] 22:05:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2021-02-18T22:15:03.915Z] [2021-02-18T22:15:03.915Z] 22:05:01 CPU %user %nice %system %iowait %steal %idle [2021-02-18T22:15:03.915Z] 22:06:01 all 0.15 0.00 0.05 0.00 0.00 99.80 [2021-02-18T22:15:03.915Z] 22:06:01 0 0.52 0.00 0.03 0.00 0.00 99.45 [2021-02-18T22:15:03.915Z] 22:06:01 1 0.03 0.00 0.07 0.00 0.00 99.90 [2021-02-18T22:15:03.915Z] 22:06:01 2 0.03 0.00 0.05 0.00 0.00 99.92 [2021-02-18T22:15:03.915Z] 22:06:01 3 0.02 0.00 0.03 0.00 0.00 99.95 [2021-02-18T22:15:03.915Z] 22:07:01 all 0.15 0.00 0.03 0.00 0.00 99.81 [2021-02-18T22:15:03.915Z] 22:07:01 0 0.52 0.00 0.03 0.00 0.00 99.45 [2021-02-18T22:15:03.915Z] 22:07:01 1 0.05 0.00 0.03 0.00 0.00 99.92 [2021-02-18T22:15:03.915Z] 22:07:01 2 0.03 0.00 0.03 0.00 0.00 99.93 [2021-02-18T22:15:03.915Z] 22:07:01 3 0.02 0.00 0.02 0.00 0.02 99.95 [2021-02-18T22:15:03.915Z] 22:08:01 all 0.17 0.00 0.05 0.00 0.00 99.78 [2021-02-18T22:15:03.915Z] 22:08:01 0 0.53 0.00 0.05 0.00 0.00 99.42 [2021-02-18T22:15:03.915Z] 22:08:01 1 0.05 0.00 0.08 0.00 0.00 99.87 [2021-02-18T22:15:03.915Z] 22:08:01 2 0.05 0.00 0.05 0.00 0.00 99.90 [2021-02-18T22:15:03.915Z] 22:08:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2021-02-18T22:15:03.915Z] 22:09:01 all 0.15 0.00 0.04 0.00 0.00 99.80 [2021-02-18T22:15:03.915Z] 22:09:01 0 0.52 0.00 0.05 0.00 0.00 99.43 [2021-02-18T22:15:03.915Z] 22:09:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2021-02-18T22:15:03.915Z] 22:09:01 2 0.05 0.00 0.05 0.00 0.00 99.90 [2021-02-18T22:15:03.915Z] 22:09:01 3 0.02 0.00 0.03 0.02 0.00 99.93 [2021-02-18T22:15:03.915Z] 22:10:01 all 0.08 0.00 0.07 0.03 0.00 99.82 [2021-02-18T22:15:03.915Z] 22:10:01 0 0.22 0.00 0.15 0.08 0.00 99.55 [2021-02-18T22:15:03.915Z] 22:10:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2021-02-18T22:15:03.915Z] 22:10:01 2 0.05 0.00 0.07 0.02 0.00 99.87 [2021-02-18T22:15:03.915Z] 22:10:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2021-02-18T22:15:03.915Z] 22:11:01 all 0.07 0.00 0.03 0.00 0.00 99.90 [2021-02-18T22:15:03.915Z] 22:11:01 0 0.22 0.00 0.05 0.00 0.00 99.73 [2021-02-18T22:15:03.915Z] 22:11:01 1 0.02 0.00 0.03 0.00 0.00 99.95 [2021-02-18T22:15:03.915Z] 22:11:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2021-02-18T22:15:03.915Z] 22:11:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2021-02-18T22:15:03.915Z] 22:12:02 all 0.16 0.00 0.02 0.00 0.00 99.81 [2021-02-18T22:15:03.915Z] 22:12:02 0 0.52 0.00 0.02 0.00 0.00 99.47 [2021-02-18T22:15:03.915Z] 22:12:02 1 0.02 0.00 0.02 0.02 0.02 99.93 [2021-02-18T22:15:03.915Z] 22:12:02 2 0.08 0.00 0.05 0.00 0.00 99.87 [2021-02-18T22:15:03.915Z] 22:12:02 3 0.02 0.00 0.02 0.00 0.00 99.97 [2021-02-18T22:15:03.915Z] 22:13:01 all 0.15 0.00 0.01 0.00 0.00 99.83 [2021-02-18T22:15:03.915Z] 22:13:01 0 0.53 0.00 0.00 0.00 0.00 99.47 [2021-02-18T22:15:03.915Z] 22:13:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2021-02-18T22:15:03.915Z] 22:13:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2021-02-18T22:15:03.915Z] 22:13:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2021-02-18T22:15:03.915Z] 22:14:01 all 0.15 0.00 0.03 0.00 0.00 99.81 [2021-02-18T22:15:03.915Z] 22:14:01 0 0.52 0.00 0.03 0.00 0.00 99.45 [2021-02-18T22:15:03.915Z] 22:14:01 1 0.03 0.00 0.05 0.00 0.00 99.92 [2021-02-18T22:15:03.915Z] 22:14:01 2 0.05 0.00 0.02 0.00 0.02 99.92 [2021-02-18T22:15:03.915Z] 22:14:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2021-02-18T22:15:03.915Z] Average: all 14.82 0.00 7.60 4.53 0.08 72.97 [2021-02-18T22:15:03.915Z] Average: 0 15.17 0.00 7.69 4.27 0.08 72.79 [2021-02-18T22:15:03.915Z] Average: 1 14.79 0.00 7.45 4.82 0.08 72.85 [2021-02-18T22:15:03.915Z] Average: 2 14.47 0.00 7.49 4.51 0.09 73.44 [2021-02-18T22:15:03.915Z] Average: 3 14.84 0.00 7.77 4.53 0.09 72.77 [2021-02-18T22:15:03.915Z] [2021-02-18T22:15:03.915Z] [2021-02-18T22:15:03.915Z]