Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 381370a24fa11f31a9a344a70b43ef8e9a3a22d6+6b1c9d0ce3d994c7467644266d4bee7b22ebaf18 (6ddcb564177d0c6a4361d3059f2e39a7efdbd64b) 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > 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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-26174 in /w/workspace/edgexfoundry_edgex-go_PR-3113 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/21 [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/21 # 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 6b1c9d0ce3d994c7467644266d4bee7b22ebaf18 into PR head commit 381370a24fa11f31a9a344a70b43ef8e9a3a22d6 Merge succeeded, producing 45dee08a088b3bcf19667cd45fc15bc3ebb1cbe5 Checking out Revision 45dee08a088b3bcf19667cd45fc15bc3ebb1cbe5 (PR-3113) > 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/3113/head:refs/remotes/origin/PR-3113 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 381370a24fa11f31a9a344a70b43ef8e9a3a22d6 # 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 6b1c9d0ce3d994c7467644266d4bee7b22ebaf18 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 45dee08a088b3bcf19667cd45fc15bc3ebb1cbe5 # timeout=10 Commit message: "Merge commit '6b1c9d0ce3d994c7467644266d4bee7b22ebaf18' into HEAD" > git rev-list --no-walk 381370a24fa11f31a9a344a70b43ef8e9a3a22d6 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-12T00:31:45.104Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-12T00:31:45.323Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-12T00:31:45.408Z] ========================================================= [2021-02-12T00:31:45.409Z] EdgeX Global Pipelines Version Info [2021-02-12T00:31:45.409Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-12T00:31:46.924Z] ------------------- [2021-02-12T00:31:46.924Z] stable info: [2021-02-12T00:31:46.924Z] ------------------- [2021-02-12T00:31:46.924Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-12T00:31:46.924Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-12T00:31:46.924Z] Message: update stable to v1.0.179 [2021-02-12T00:31:47.892Z] ------------------- [2021-02-12T00:31:47.892Z] experimental info: [2021-02-12T00:31:47.892Z] ------------------- [2021-02-12T00:31:47.892Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-12T00:31:47.892Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-12T00:31:47.892Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-12T00:31:48.151Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-02-12T00:31:48.252Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-02-12T00:31:48.359Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-12T00:31:48.450Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-12T00:31:48.546Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-12T00:31:48.649Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-12T00:31:48.797Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-12T00:31:48.891Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-02-12T00:31:48.982Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-02-12T00:31:49.078Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-02-12T00:31:51.017Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-12T00:31:51.118Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-12T00:31:51.226Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-12T00:31:51.357Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-12T00:31:51.461Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-12T00:31:51.587Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-02-12T00:31:51.713Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-12T00:31:51.795Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-12T00:31:51.887Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-02-12T00:31:51.974Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-02-12T00:31:52.058Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-02-12T00:31:52.171Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-12T00:31:52.285Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-12T00:31:52.398Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3113 [Pipeline] echo [2021-02-12T00:31:52.479Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3113 [Pipeline] echo [2021-02-12T00:31:52.576Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3113 [Pipeline] echo [2021-02-12T00:31:52.658Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 45dee08a088b3bcf19667cd45fc15bc3ebb1cbe5 [Pipeline] echo [2021-02-12T00:31:52.742Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 45dee08 [Pipeline] echo [2021-02-12T00:31:52.823Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-12T00:31:52.999Z] provisioning config files... [2021-02-12T00:31:53.034Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/21@tmp/config2078877935245098750tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-12T00:31:53.392Z] ---> docker-login.sh [2021-02-12T00:31:53.392Z] nexus3.edgexfoundry.org:10001 [2021-02-12T00:31:53.656Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-12T00:31:53.918Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-12T00:31:53.918Z] Configure a credential helper to remove this warning. See [2021-02-12T00:31:53.918Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-12T00:31:53.918Z] [2021-02-12T00:31:53.918Z] Login Succeeded [2021-02-12T00:31:53.918Z] nexus3.edgexfoundry.org:10002 [2021-02-12T00:31:53.918Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-12T00:31:54.184Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-12T00:31:54.184Z] Configure a credential helper to remove this warning. See [2021-02-12T00:31:54.184Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-12T00:31:54.184Z] [2021-02-12T00:31:54.184Z] Login Succeeded [2021-02-12T00:31:54.184Z] nexus3.edgexfoundry.org:10003 [2021-02-12T00:31:54.184Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-12T00:31:54.184Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-12T00:31:54.184Z] Configure a credential helper to remove this warning. See [2021-02-12T00:31:54.184Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-12T00:31:54.184Z] [2021-02-12T00:31:54.184Z] Login Succeeded [2021-02-12T00:31:54.184Z] nexus3.edgexfoundry.org:10004 [2021-02-12T00:31:54.446Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-12T00:31:54.447Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-12T00:31:54.447Z] Configure a credential helper to remove this warning. See [2021-02-12T00:31:54.447Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-12T00:31:54.447Z] [2021-02-12T00:31:54.447Z] Login Succeeded [2021-02-12T00:31:54.447Z] docker.io [2021-02-12T00:31:54.709Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-12T00:31:55.654Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-12T00:31:55.654Z] Configure a credential helper to remove this warning. See [2021-02-12T00:31:55.654Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-12T00:31:55.654Z] [2021-02-12T00:31:55.654Z] Login Succeeded [2021-02-12T00:31:55.654Z] ---> docker-login.sh ends [Pipeline] } [2021-02-12T00:31:55.666Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-12T00:31:56.136Z] ++ 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-12T00:31:56.136Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-12T00:31:56.136Z] ++ dirname cmd/core-command/Dockerfile [2021-02-12T00:31:56.136Z] ++ cut -d/ -f2 [2021-02-12T00:31:56.136Z] + echo core-command,cmd/core-command/Dockerfile [2021-02-12T00:31:56.136Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-12T00:31:56.136Z] ++ dirname cmd/core-data/Dockerfile [2021-02-12T00:31:56.136Z] ++ cut -d/ -f2 [2021-02-12T00:31:56.136Z] + echo core-data,cmd/core-data/Dockerfile [2021-02-12T00:31:56.136Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-12T00:31:56.136Z] ++ dirname cmd/core-metadata/Dockerfile [2021-02-12T00:31:56.136Z] ++ cut -d/ -f2 [2021-02-12T00:31:56.136Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-02-12T00:31:56.136Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-12T00:31:56.136Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-02-12T00:31:56.136Z] ++ cut -d/ -f2 [2021-02-12T00:31:56.136Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-02-12T00:31:56.136Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-12T00:31:56.136Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-02-12T00:31:56.136Z] ++ cut -d/ -f2 [2021-02-12T00:31:56.136Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-02-12T00:31:56.136Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-12T00:31:56.136Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-02-12T00:31:56.136Z] ++ cut -d/ -f2 [2021-02-12T00:31:56.136Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-02-12T00:31:56.136Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-12T00:31:56.136Z] ++ dirname cmd/support-notifications/Dockerfile [2021-02-12T00:31:56.136Z] ++ cut -d/ -f2 [2021-02-12T00:31:56.136Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-02-12T00:31:56.136Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-12T00:31:56.136Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-02-12T00:31:56.136Z] ++ cut -d/ -f2 [2021-02-12T00:31:56.136Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-02-12T00:31:56.136Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-12T00:31:56.136Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-02-12T00:31:56.136Z] ++ cut -d/ -f2 [2021-02-12T00:31:56.136Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-02-12T00:31:56.261Z] 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-12T00:31:57.117Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-12T00:31:57.117Z] [2021-02-12T00:31:57.117Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-12T00:31:57.460Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-12T00:31:57.460Z] latest: Pulling from edgex-devops/git-semver [2021-02-12T00:31:57.460Z] 31603596830f: Pulling fs layer [2021-02-12T00:31:57.460Z] 2a8b12db71e7: Pulling fs layer [2021-02-12T00:31:57.460Z] 6ca5941a6612: Pulling fs layer [2021-02-12T00:31:57.460Z] ecc8261a40a4: Pulling fs layer [2021-02-12T00:31:57.460Z] ecc8261a40a4: Waiting [2021-02-12T00:31:57.460Z] 2a8b12db71e7: Verifying Checksum [2021-02-12T00:31:57.460Z] 2a8b12db71e7: Download complete [2021-02-12T00:31:57.726Z] 6ca5941a6612: Download complete [2021-02-12T00:31:57.727Z] ecc8261a40a4: Verifying Checksum [2021-02-12T00:31:57.727Z] ecc8261a40a4: Download complete [2021-02-12T00:31:57.727Z] 31603596830f: Verifying Checksum [2021-02-12T00:31:57.727Z] 31603596830f: Download complete [2021-02-12T00:31:58.306Z] 31603596830f: Pull complete [2021-02-12T00:31:58.306Z] 2a8b12db71e7: Pull complete [2021-02-12T00:31:59.279Z] 6ca5941a6612: Pull complete [2021-02-12T00:31:59.543Z] ecc8261a40a4: Pull complete [2021-02-12T00:31:59.543Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-12T00:31:59.543Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-12T00:31:59.543Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-12T00:31:59.661Z] prd-centos7-docker-4c-2g-26174 does not seem to be running inside a container [2021-02-12T00:31:59.721Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-12T00:32:02.415Z] $ docker top 8f6df35e3db94410af883b7a4fb0616699df9a0060052f6e2e7e4b91e1f11473 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-12T00:32:02.807Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-12T00:32:02.807Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-12T00:32:03.049Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-12T00:32:03.052Z] $ docker exec 8f6df35e3db94410af883b7a4fb0616699df9a0060052f6e2e7e4b91e1f11473 ssh-agent [2021-02-12T00:32:03.241Z] SSH_AUTH_SOCK=/tmp/ssh-7or4TDhcXXLP/agent.12 [2021-02-12T00:32:03.241Z] SSH_AGENT_PID=18 [2021-02-12T00:32:03.251Z] Running ssh-add (command line suppressed) [2021-02-12T00:32:03.383Z] Identity added: /w/workspace/edgex-go/21@tmp/private_key_5461909818374061757.key (/w/workspace/edgex-go/21@tmp/private_key_5461909818374061757.key) [2021-02-12T00:32:03.442Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-12T00:32:03.772Z] + git tag --points-at HEAD [Pipeline] } [2021-02-12T00:32:03.798Z] $ docker exec --env ******** --env ******** 8f6df35e3db94410af883b7a4fb0616699df9a0060052f6e2e7e4b91e1f11473 ssh-agent -k [2021-02-12T00:32:03.939Z] unset SSH_AUTH_SOCK; [2021-02-12T00:32:03.939Z] unset SSH_AGENT_PID; [2021-02-12T00:32:03.940Z] echo Agent pid 18 killed; [2021-02-12T00:32:03.992Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-12T00:32:04.142Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-12T00:32:04.142Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-12T00:32:04.315Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-12T00:32:04.318Z] $ docker exec 8f6df35e3db94410af883b7a4fb0616699df9a0060052f6e2e7e4b91e1f11473 ssh-agent [2021-02-12T00:32:04.494Z] SSH_AUTH_SOCK=/tmp/ssh-pOGMgLwXtUWE/agent.46 [2021-02-12T00:32:04.494Z] SSH_AGENT_PID=52 [2021-02-12T00:32:04.501Z] Running ssh-add (command line suppressed) [2021-02-12T00:32:04.623Z] Identity added: /w/workspace/edgex-go/21@tmp/private_key_2569033382456623260.key (/w/workspace/edgex-go/21@tmp/private_key_2569033382456623260.key) [2021-02-12T00:32:04.680Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-12T00:32:05.011Z] + git semver init [2021-02-12T00:32:05.012Z] # -> Open(): unable to determine branch for HEAD [2021-02-12T00:32:05.012Z] # $GIT_DIR = /w/workspace/edgex-go/21/.git [2021-02-12T00:32:05.012Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/21 [2021-02-12T00:32:05.012Z] # $SEMVER_REMOTE_NAME = origin [2021-02-12T00:32:05.012Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-12T00:32:05.012Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-12T00:32:05.012Z] # $SEMVER_BRANCH = PR-3113 [2021-02-12T00:32:05.012Z] # $SEMVER_TEMP = /tmp/semver-052042792 [2021-02-12T00:32:05.012Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-02-12T00:32:23.267Z] # '/tmp/semver-052042792' -> '/w/workspace/edgex-go/21/.semver' [2021-02-12T00:32:23.267Z] # -> Force: false [2021-02-12T00:32:23.267Z] # $SEMVER_DIR = /w/workspace/edgex-go/21/.semver [Pipeline] } [2021-02-12T00:32:23.283Z] $ docker exec --env ******** --env ******** 8f6df35e3db94410af883b7a4fb0616699df9a0060052f6e2e7e4b91e1f11473 ssh-agent -k [2021-02-12T00:32:23.732Z] unset SSH_AUTH_SOCK; [2021-02-12T00:32:23.732Z] unset SSH_AGENT_PID; [2021-02-12T00:32:23.732Z] echo Agent pid 52 killed; [2021-02-12T00:32:23.837Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-12T00:32:24.295Z] + git semver [Pipeline] } [2021-02-12T00:32:24.315Z] $ docker stop --time=1 8f6df35e3db94410af883b7a4fb0616699df9a0060052f6e2e7e4b91e1f11473 [2021-02-12T00:32:25.936Z] $ docker rm -f 8f6df35e3db94410af883b7a4fb0616699df9a0060052f6e2e7e4b91e1f11473 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-12T00:32:26.469Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-12T00:32:27.100Z] Stashed 1 file(s) [Pipeline] echo [2021-02-12T00:32:27.104Z] [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-12T00:32:28.084Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-12T00:32:28.397Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-12T00:32:28.706Z] + sudo service docker restart [2021-02-12T00:32:28.706Z] + true [2021-02-12T00:32:28.706Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-02-12T00:32:29.300Z] ========================================================= [2021-02-12T00:32:29.301Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-12T00:32:29.301Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-12T00:32:29.647Z] + 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-12T00:32:33.945Z] Sending build context to Docker daemon 327.8MB [2021-02-12T00:32:33.945Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-12T00:32:33.945Z] Step 2/6 : FROM ${BASE} [2021-02-12T00:32:33.945Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-12T00:32:33.945Z] 188c0c94c7c5: Pulling fs layer [2021-02-12T00:32:33.945Z] 0ef7d3d256c8: Pulling fs layer [2021-02-12T00:32:33.945Z] de9db76c5a1d: Pulling fs layer [2021-02-12T00:32:33.945Z] bca2f99d35d6: Pulling fs layer [2021-02-12T00:32:33.945Z] 93359f2a8cfa: Pulling fs layer [2021-02-12T00:32:33.945Z] 7c6f9722023f: Pulling fs layer [2021-02-12T00:32:33.945Z] a35cf1a2eb13: Pulling fs layer [2021-02-12T00:32:33.945Z] 7c6f9722023f: Waiting [2021-02-12T00:32:33.945Z] bca2f99d35d6: Waiting [2021-02-12T00:32:33.945Z] 93359f2a8cfa: Waiting [2021-02-12T00:32:33.945Z] a35cf1a2eb13: Waiting [2021-02-12T00:32:33.945Z] de9db76c5a1d: Verifying Checksum [2021-02-12T00:32:33.945Z] de9db76c5a1d: Download complete [2021-02-12T00:32:33.945Z] 0ef7d3d256c8: Download complete [2021-02-12T00:32:33.945Z] 93359f2a8cfa: Verifying Checksum [2021-02-12T00:32:33.945Z] 93359f2a8cfa: Download complete [2021-02-12T00:32:33.945Z] 7c6f9722023f: Verifying Checksum [2021-02-12T00:32:33.945Z] 7c6f9722023f: Download complete [2021-02-12T00:32:33.945Z] 188c0c94c7c5: Verifying Checksum [2021-02-12T00:32:33.945Z] 188c0c94c7c5: Download complete [2021-02-12T00:32:33.945Z] 188c0c94c7c5: Pull complete [2021-02-12T00:32:34.211Z] 0ef7d3d256c8: Pull complete [2021-02-12T00:32:34.482Z] de9db76c5a1d: Pull complete [2021-02-12T00:32:35.068Z] a35cf1a2eb13: Verifying Checksum [2021-02-12T00:32:35.068Z] a35cf1a2eb13: Download complete [2021-02-12T00:32:36.034Z] bca2f99d35d6: Verifying Checksum [2021-02-12T00:32:36.034Z] bca2f99d35d6: Download complete [2021-02-12T00:32:42.568Z] Still waiting to schedule task [2021-02-12T00:32:42.568Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-26163’ is offline [2021-02-12T00:32:42.712Z] bca2f99d35d6: Pull complete [2021-02-12T00:32:42.712Z] 93359f2a8cfa: Pull complete [2021-02-12T00:32:42.712Z] 7c6f9722023f: Pull complete [2021-02-12T00:32:46.961Z] a35cf1a2eb13: Pull complete [2021-02-12T00:32:46.961Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-12T00:32:46.961Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-12T00:32:46.961Z] ---> a62c8e92a672 [2021-02-12T00:32:46.961Z] 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-12T00:32:47.541Z] ---> Running in ebd4b7239ddf [2021-02-12T00:32:48.129Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-12T00:32:49.082Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-12T00:32:49.661Z] (1/12) Installing libmagic (5.38-r0) [2021-02-12T00:32:49.661Z] (2/12) Installing file (5.38-r0) [2021-02-12T00:32:49.924Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-12T00:32:49.924Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-12T00:32:59.968Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-12T00:32:59.968Z] (6/12) Installing patch (2.7.6-r6) [2021-02-12T00:32:59.968Z] (7/12) Installing build-base (0.5-r2) [2021-02-12T00:32:59.968Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-12T00:32:59.968Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-12T00:32:59.968Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-12T00:32:59.968Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-12T00:32:59.968Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-12T00:32:59.968Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T00:32:59.968Z] OK: 233 MiB in 51 packages [2021-02-12T00:33:04.207Z] Removing intermediate container ebd4b7239ddf [2021-02-12T00:33:04.207Z] ---> 1c69a8d041c9 [2021-02-12T00:33:04.207Z] Step 4/6 : WORKDIR /edgex-go [2021-02-12T00:33:04.207Z] ---> Running in db50f00a9822 [2021-02-12T00:33:04.207Z] Removing intermediate container db50f00a9822 [2021-02-12T00:33:04.207Z] ---> 52c35b5f1a09 [2021-02-12T00:33:04.207Z] Step 5/6 : COPY go.mod . [2021-02-12T00:33:04.483Z] ---> dfd2f41c81c3 [2021-02-12T00:33:04.483Z] Step 6/6 : RUN go mod download [2021-02-12T00:33:04.483Z] ---> Running in a4a2c1c6e8c9 [2021-02-12T00:33:26.508Z] Removing intermediate container a4a2c1c6e8c9 [2021-02-12T00:33:26.508Z] ---> 9e17c2403389 [2021-02-12T00:33:26.508Z] Successfully built 9e17c2403389 [2021-02-12T00:33:26.508Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-12T00:33:26.834Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-12T00:33:26.834Z] . [Pipeline] withDockerContainer [2021-02-12T00:33:26.960Z] prd-centos7-docker-4c-2g-26174 does not seem to be running inside a container [2021-02-12T00:33:27.024Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-12T00:33:28.106Z] $ docker top 927162146c51e3f6a555f231596a2aba085c38e54ead031756262ede2d12d4de -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-12T00:33:28.671Z] + go version [2021-02-12T00:33:28.671Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-12T00:33:28.690Z] $ docker stop --time=1 927162146c51e3f6a555f231596a2aba085c38e54ead031756262ede2d12d4de [2021-02-12T00:33:30.094Z] $ docker rm -f 927162146c51e3f6a555f231596a2aba085c38e54ead031756262ede2d12d4de [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-12T00:33:31.027Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-12T00:33:31.027Z] . [Pipeline] withDockerContainer [2021-02-12T00:33:31.128Z] prd-centos7-docker-4c-2g-26174 does not seem to be running inside a container [2021-02-12T00:33:31.177Z] $ 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/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-12T00:33:31.807Z] $ docker top f771a50494a1a9623d9034364ddb43698cc1f1c213920dfbe108d203cd1c8d18 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-12T00:33:31.997Z] ========================================================= [2021-02-12T00:33:31.997Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-12T00:33:31.997Z] ========================================================= [Pipeline] sh [2021-02-12T00:33:32.286Z] + make test [2021-02-12T00:33:32.286Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-12T00:33:42.353Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-12T00:34:00.674Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-12T00:34:06.051Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-12T00:34:06.051Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-12T00:34:06.051Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-12T00:34:08.008Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-12T00:34:08.008Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-12T00:34:08.008Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-12T00:34:08.008Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-12T00:34:08.981Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-12T00:34:09.265Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-12T00:34:12.166Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-12T00:34:12.166Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-12T00:34:12.166Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-12T00:34:15.838Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.198s coverage: 45.9% of statements [2021-02-12T00:34:15.838Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-12T00:34:15.838Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-12T00:34:15.838Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-12T00:34:15.838Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-12T00:34:15.838Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-12T00:34:15.838Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-12T00:34:15.838Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-12T00:34:15.838Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.134s coverage: 100.0% of statements [2021-02-12T00:34:17.809Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.237s coverage: 27.1% of statements [2021-02-12T00:34:17.809Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-12T00:34:17.809Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-12T00:34:17.809Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-12T00:34:17.809Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-12T00:34:17.809Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-12T00:34:17.809Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-12T00:34:17.809Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.057s coverage: 100.0% of statements [2021-02-12T00:34:17.809Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-12T00:34:17.809Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.040s coverage: 100.0% of statements [2021-02-12T00:34:17.809Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-12T00:34:17.809Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-12T00:34:18.407Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.097s coverage: 65.8% of statements [2021-02-12T00:34:18.407Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-12T00:34:18.407Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-12T00:34:19.389Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.457s coverage: 82.3% of statements [2021-02-12T00:34:19.389Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-12T00:34:19.389Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-12T00:34:19.389Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-12T00:34:19.389Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-12T00:34:21.379Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.330s coverage: 28.6% of statements [2021-02-12T00:34:21.379Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-12T00:34:21.379Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-12T00:34:21.379Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-12T00:34:21.379Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-12T00:34:21.379Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-12T00:34:21.379Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.087s coverage: 100.0% of statements [2021-02-12T00:34:21.379Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-12T00:34:21.379Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.058s coverage: 100.0% of statements [2021-02-12T00:34:21.379Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-12T00:34:21.379Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.109s coverage: 86.7% of statements [2021-02-12T00:34:21.379Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-12T00:34:21.379Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.128s coverage: 97.5% of statements [2021-02-12T00:34:21.379Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-12T00:34:21.648Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.072s coverage: 78.3% of statements [2021-02-12T00:34:21.648Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-12T00:34:21.648Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-12T00:34:21.648Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-12T00:34:21.648Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-12T00:34:25.011Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.469s coverage: 92.8% of statements [2021-02-12T00:34:25.011Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-12T00:34:25.011Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-12T00:34:25.011Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-12T00:34:25.011Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-12T00:34:25.011Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-12T00:34:25.011Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-12T00:34:25.011Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-12T00:34:25.011Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-12T00:34:25.011Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-12T00:34:25.011Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-12T00:34:25.011Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-12T00:34:25.011Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-12T00:34:25.011Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-12T00:34:25.011Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-12T00:34:25.011Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-12T00:34:25.011Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-12T00:34:25.011Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-12T00:34:25.011Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-12T00:34:25.011Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.038s coverage: 58.8% of statements [2021-02-12T00:34:25.011Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-12T00:34:25.011Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-12T00:34:25.011Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.060s coverage: 0.1% of statements [2021-02-12T00:34:25.011Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-12T00:34:25.011Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-12T00:34:25.011Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-12T00:34:25.011Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.047s coverage: 45.5% of statements [2021-02-12T00:34:25.011Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.052s coverage: 79.5% of statements [2021-02-12T00:34:25.011Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.049s coverage: 94.1% of statements [2021-02-12T00:34:25.011Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.050s coverage: 96.3% of statements [2021-02-12T00:34:25.011Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.050s coverage: 87.5% of statements [2021-02-12T00:34:37.306Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.055s coverage: 94.4% of statements [2021-02-12T00:34:37.306Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.030s coverage: 44.8% of statements [2021-02-12T00:34:49.635Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.072s coverage: 92.9% of statements [2021-02-12T00:34:49.635Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-12T00:34:49.635Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-12T00:34:49.635Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-12T00:34:49.635Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 77.8% of statements [2021-02-12T00:34:49.635Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-12T00:34:49.635Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-02-12T00:34:49.635Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-02-12T00:34:49.635Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-02-12T00:34:49.635Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-02-12T00:34:49.635Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.046s coverage: 87.2% of statements [2021-02-12T00:34:49.635Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-12T00:34:49.635Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-12T00:34:49.635Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements [2021-02-12T00:34:49.635Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-12T00:34:49.636Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.063s coverage: 75.5% of statements [2021-02-12T00:34:49.636Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-12T00:34:49.636Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.035s coverage: 80.8% of statements [2021-02-12T00:34:49.636Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.064s coverage: 87.2% of statements [2021-02-12T00:34:49.636Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.044s coverage: 84.2% of statements [2021-02-12T00:34:49.636Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.075s coverage: 91.4% of statements [2021-02-12T00:34:49.636Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-12T00:34:49.636Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.168s coverage: 63.5% of statements [2021-02-12T00:34:49.636Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-12T00:34:49.636Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-12T00:34:49.636Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.034s coverage: 100.0% of statements [2021-02-12T00:34:49.636Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.044s coverage: 91.3% of statements [2021-02-12T00:34:49.636Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements [2021-02-12T00:34:49.636Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements [2021-02-12T00:34:49.636Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements [2021-02-12T00:34:49.636Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.333s coverage: 68.9% of statements [2021-02-12T00:34:49.636Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-12T00:34:49.636Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-12T00:34:49.636Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.110s coverage: 37.0% of statements [2021-02-12T00:34:49.636Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-12T00:34:49.636Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-12T00:34:49.636Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.299s coverage: 84.0% of statements [2021-02-12T00:34:49.636Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.036s coverage: 100.0% of statements [2021-02-12T00:34:49.636Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.138s coverage: 47.0% of statements [2021-02-12T00:34:49.636Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-12T00:34:49.636Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-12T00:34:49.636Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-12T00:34:49.636Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-12T00:34:49.636Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-12T00:34:49.636Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.046s coverage: 100.0% of statements [2021-02-12T00:34:49.636Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-12T00:34:49.636Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.045s coverage: 100.0% of statements [2021-02-12T00:34:49.636Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-12T00:34:49.636Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-12T00:34:49.636Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-12T00:34:49.636Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-12T00:34:49.636Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.133s coverage: 89.4% of statements [2021-02-12T00:34:49.636Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-12T00:34:49.636Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-12T00:34:49.636Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-12T00:34:49.636Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.779s coverage: 29.1% of statements [2021-02-12T00:34:49.636Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-12T00:34:49.636Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-12T00:34:49.636Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-12T00:34:49.636Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-12T00:34:49.636Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-12T00:34:49.636Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.088s coverage: 99.0% of statements [2021-02-12T00:34:49.636Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-12T00:34:49.636Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.044s coverage: 100.0% of statements [2021-02-12T00:34:49.636Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-12T00:34:49.636Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-12T00:34:49.636Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-12T00:34:49.636Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-12T00:34:49.636Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.056s coverage: 100.0% of statements [2021-02-12T00:34:49.636Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-12T00:34:49.636Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-12T00:34:49.636Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-12T00:34:49.636Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.027s coverage: 0.0% of statements [2021-02-12T00:34:49.636Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-12T00:34:49.636Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.035s coverage: 100.0% of statements [2021-02-12T00:34:49.636Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-12T00:34:49.636Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-12T00:34:49.636Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-12T00:34:49.636Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-12T00:34:49.636Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.042s coverage: 87.9% of statements [2021-02-12T00:34:49.636Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-12T00:34:49.636Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-12T00:34:49.636Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.041s coverage: 100.0% of statements [2021-02-12T00:34:49.636Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.036s coverage: 32.1% of statements [2021-02-12T00:34:49.636Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.045s coverage: 100.0% of statements [2021-02-12T00:34:49.636Z] GO111MODULE=on go vet ./... [2021-02-12T00:35:16.436Z] gofmt -l . [2021-02-12T00:35:17.018Z] [ "`gofmt -l .`" = "" ] [2021-02-12T00:35:17.596Z] ./bin/test-go-mod-tidy.sh [2021-02-12T00:35:18.182Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-12T00:35:19.778Z] + ls -al . [2021-02-12T00:35:19.778Z] total 700 [2021-02-12T00:35:19.778Z] drwxrwxr-x 10 1001 1001 4096 Feb 12 00:35 . [2021-02-12T00:35:19.778Z] drwxr-xr-x 4 root root 30 Feb 12 00:33 .. [2021-02-12T00:35:19.778Z] -rw-rw-r-- 1 1001 1001 11 Feb 12 00:31 .dockerignore [2021-02-12T00:35:19.778Z] drwxrwxr-x 8 1001 1001 179 Feb 12 00:31 .git [2021-02-12T00:35:19.778Z] drwxrwxr-x 3 1001 1001 125 Feb 12 00:31 .github [2021-02-12T00:35:19.778Z] -rw-rw-r-- 1 1001 1001 818 Feb 12 00:31 .gitignore [2021-02-12T00:35:19.778Z] drwx------ 3 1001 1001 60 Feb 12 00:32 .semver [2021-02-12T00:35:19.778Z] -rw-rw-r-- 1 1001 1001 166 Feb 12 00:31 .sonarcloud.properties [2021-02-12T00:35:19.778Z] -rw-rw-r-- 1 1001 1001 7859 Feb 12 00:31 Attribution.txt [2021-02-12T00:35:19.778Z] -rw-rw-r-- 1 1001 1001 3804 Feb 12 00:31 CONTRIBUTING.md [2021-02-12T00:35:19.778Z] -rw-rw-r-- 1 1001 1001 931 Feb 12 00:31 Dockerfile.build [2021-02-12T00:35:19.778Z] -rw-rw-r-- 1 1001 1001 863 Feb 12 00:31 Jenkinsfile [2021-02-12T00:35:19.778Z] -rw-rw-r-- 1 1001 1001 10775 Feb 12 00:31 LICENSE [2021-02-12T00:35:19.778Z] -rw-rw-r-- 1 1001 1001 5774 Feb 12 00:31 Makefile [2021-02-12T00:35:19.778Z] -rw-rw-r-- 1 1001 1001 6524 Feb 12 00:31 README.md [2021-02-12T00:35:19.778Z] -rw-rw-r-- 1 1001 1001 6755 Feb 12 00:31 SECURITY.md [2021-02-12T00:35:19.778Z] -rw-rw-r-- 1 1001 1001 5 Feb 12 00:32 VERSION [2021-02-12T00:35:19.778Z] -rw-rw-r-- 1 1001 1001 4131 Feb 12 00:31 ZMQWindows.md [2021-02-12T00:35:19.778Z] drwxrwxr-x 2 1001 1001 117 Feb 12 00:31 bin [2021-02-12T00:35:19.778Z] drwxrwxr-x 14 1001 1001 4096 Feb 12 00:31 cmd [2021-02-12T00:35:19.778Z] -rw-r--r-- 1 root root 595676 Feb 12 00:34 coverage.out [2021-02-12T00:35:19.778Z] -rw-r--r-- 1 root root 1054 Feb 12 00:35 go.mod [2021-02-12T00:35:19.778Z] -rw-r--r-- 1 root root 19290 Feb 12 00:35 go.sum [2021-02-12T00:35:19.778Z] drwxrwxr-x 8 1001 1001 127 Feb 12 00:31 internal [2021-02-12T00:35:19.778Z] drwxrwxr-x 4 1001 1001 26 Feb 12 00:31 openapi [2021-02-12T00:35:19.778Z] drwxrwxr-x 4 1001 1001 71 Feb 12 00:31 snap [2021-02-12T00:35:19.778Z] -rw-rw-r-- 1 1001 1001 168 Feb 12 00:31 version.go [Pipeline] sh [2021-02-12T00:35:20.089Z] + '[' -e coverage.out ] [2021-02-12T00:35:20.089Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-12T00:35:20.390Z] Stashed 1 file(s) [Pipeline] sh [2021-02-12T00:35:20.691Z] + make build [2021-02-12T00:35:20.691Z] 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-12T00:35:24.931Z] 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-12T00:35:35.091Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-02-12T00:35:35.669Z] 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-12T00:35:37.627Z] 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-12T00:35:37.901Z] 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-12T00:35:39.305Z] 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-12T00:35:41.259Z] 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-12T00:35:42.239Z] 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-12T00:35:43.643Z] 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-12T00:35:44.598Z] 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-12T00:35:45.998Z] 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-12T00:35:47.964Z] $ docker stop --time=1 f771a50494a1a9623d9034364ddb43698cc1f1c213920dfbe108d203cd1c8d18 [2021-02-12T00:35:49.680Z] $ docker rm -f f771a50494a1a9623d9034364ddb43698cc1f1c213920dfbe108d203cd1c8d18 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-12T00:35:51.592Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-12T00:35:51.592Z] [2021-02-12T00:35:51.592Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-02-12T00:35:51.942Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-12T00:35:51.942Z] latest: Pulling from edgex-devops/edgex-compose [2021-02-12T00:35:51.942Z] cbdbe7a5bc2a: Pulling fs layer [2021-02-12T00:35:51.942Z] ca9280d653b3: Pulling fs layer [2021-02-12T00:35:51.942Z] 7e9c9ca2126c: Pulling fs layer [2021-02-12T00:35:51.942Z] cbdbe7a5bc2a: Download complete [2021-02-12T00:35:52.538Z] cbdbe7a5bc2a: Pull complete [2021-02-12T00:35:52.538Z] ca9280d653b3: Verifying Checksum [2021-02-12T00:35:52.538Z] ca9280d653b3: Download complete [2021-02-12T00:35:53.390Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-26180 in /w/workspace/edgexfoundry_edgex-go_PR-3113 [Pipeline] { [Pipeline] ws [2021-02-12T00:35:53.441Z] Running in /w/workspace/edgex-go/21 [Pipeline] { [Pipeline] checkout [2021-02-12T00:35:53.958Z] 7e9c9ca2126c: Verifying Checksum [2021-02-12T00:35:53.958Z] 7e9c9ca2126c: Download complete [2021-02-12T00:35:53.958Z] ca9280d653b3: Pull complete [2021-02-12T00:35:58.757Z] using credential edgex-jenkins-ssh [2021-02-12T00:35:58.814Z] Cloning the remote Git repository [2021-02-12T00:35:58.896Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-12T00:35:59.018Z] > git init /w/workspace/edgex-go/21 # timeout=10 [2021-02-12T00:35:59.202Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-12T00:35:59.205Z] > git --version # timeout=10 [2021-02-12T00:35:59.261Z] > git --version # 'git version 2.17.1' [2021-02-12T00:35:59.264Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-12T00:35:59.525Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-12T00:36:00.595Z] 7e9c9ca2126c: Pull complete [2021-02-12T00:36:00.595Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-02-12T00:36:00.595Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-12T00:36:00.595Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-02-12T00:36:00.736Z] prd-centos7-docker-4c-2g-26174 does not seem to be running inside a container [2021-02-12T00:36:00.783Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-02-12T00:36:03.505Z] $ docker top d5a452dae4e066aabeeb0dc8d0cf54eda2d58e486d247d83f0946ffc508f7351 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-12T00:36:04.120Z] + docker-compose build --help [2021-02-12T00:36:04.120Z] + grep parallel [2021-02-12T00:36:05.516Z] --parallel Build images in parallel. [Pipeline] } [2021-02-12T00:36:05.532Z] $ docker stop --time=1 d5a452dae4e066aabeeb0dc8d0cf54eda2d58e486d247d83f0946ffc508f7351 [2021-02-12T00:36:06.978Z] $ docker rm -f d5a452dae4e066aabeeb0dc8d0cf54eda2d58e486d247d83f0946ffc508f7351 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-12T00:36:07.638Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-12T00:36:07.639Z] . [Pipeline] withDockerContainer [2021-02-12T00:36:07.766Z] prd-centos7-docker-4c-2g-26174 does not seem to be running inside a container [2021-02-12T00:36:07.927Z] $ 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/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@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-12T00:36:09.027Z] $ docker top 4c4d3c6b18a794df3bae2f54cfc32344d578a563f2402f6e42cd8fa021a0a52e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-12T00:36:09.587Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-12T00:36:10.560Z] Building docker-core-command-go ... [2021-02-12T00:36:10.560Z] Building docker-core-data-go ... [2021-02-12T00:36:10.560Z] Building docker-core-metadata-go ... [2021-02-12T00:36:10.560Z] Building docker-security-bootstrapper-go ... [2021-02-12T00:36:10.560Z] Building docker-security-proxy-setup-go ... [2021-02-12T00:36:10.560Z] Building docker-security-secretstore-setup-go ... [2021-02-12T00:36:10.560Z] Building docker-support-notifications-go ... [2021-02-12T00:36:10.560Z] Building docker-support-scheduler-go ... [2021-02-12T00:36:10.560Z] Building docker-sys-mgmt-agent-go ... [2021-02-12T00:36:10.560Z] Building docker-sys-mgmt-agent-go [2021-02-12T00:36:10.560Z] Building docker-core-command-go [2021-02-12T00:36:10.560Z] Building docker-security-bootstrapper-go [2021-02-12T00:36:10.560Z] Building docker-core-metadata-go [2021-02-12T00:36:10.560Z] Building docker-support-scheduler-go [2021-02-12T00:36:21.226Z] Merging remotes/origin/master commit 6b1c9d0ce3d994c7467644266d4bee7b22ebaf18 into PR head commit 381370a24fa11f31a9a344a70b43ef8e9a3a22d6 [2021-02-12T00:36:22.141Z] Merge succeeded, producing 7084e275a2e2bf0675431ee7e8b03ee744687aa2 [2021-02-12T00:36:22.141Z] Checking out Revision 7084e275a2e2bf0675431ee7e8b03ee744687aa2 (PR-3113) [2021-02-12T00:36:20.403Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-12T00:36:20.425Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-12T00:36:20.457Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-12T00:36:20.500Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-12T00:36:20.501Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-12T00:36:20.520Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3113/head:refs/remotes/origin/PR-3113 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-12T00:36:21.257Z] > git config core.sparsecheckout # timeout=10 [2021-02-12T00:36:21.274Z] > git checkout -f 381370a24fa11f31a9a344a70b43ef8e9a3a22d6 # timeout=10 [2021-02-12T00:36:21.641Z] > git remote # timeout=10 [2021-02-12T00:36:21.663Z] > git config --get remote.origin.url # timeout=10 [2021-02-12T00:36:21.685Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-12T00:36:21.696Z] > git merge 6b1c9d0ce3d994c7467644266d4bee7b22ebaf18 # timeout=10 [2021-02-12T00:36:22.115Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-12T00:36:22.153Z] > git config core.sparsecheckout # timeout=10 [2021-02-12T00:36:22.179Z] > git checkout -f 7084e275a2e2bf0675431ee7e8b03ee744687aa2 # timeout=10 [2021-02-12T00:36:26.576Z] Commit message: "Merge commit '6b1c9d0ce3d994c7467644266d4bee7b22ebaf18' into HEAD" [2021-02-12T00:36:26.589Z] > git rev-list --no-walk 381370a24fa11f31a9a344a70b43ef8e9a3a22d6 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-12T00:36:28.121Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-12T00:36:28.530Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-12T00:36:28.872Z] + sudo service docker restart [2021-02-12T00:36:28.872Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-12T00:36:30.924Z] provisioning config files... [2021-02-12T00:36:30.969Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/21@tmp/config1802507800924601211tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-12T00:36:31.391Z] ---> docker-login.sh [2021-02-12T00:36:31.391Z] nexus3.edgexfoundry.org:10001 [2021-02-12T00:36:32.378Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-12T00:36:32.654Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-12T00:36:32.654Z] Configure a credential helper to remove this warning. See [2021-02-12T00:36:32.654Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-12T00:36:32.654Z] [2021-02-12T00:36:32.654Z] Login Succeeded [2021-02-12T00:36:32.654Z] nexus3.edgexfoundry.org:10002 [2021-02-12T00:36:33.254Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-12T00:36:33.254Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-12T00:36:33.254Z] Configure a credential helper to remove this warning. See [2021-02-12T00:36:33.254Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-12T00:36:33.254Z] [2021-02-12T00:36:33.254Z] Login Succeeded [2021-02-12T00:36:33.254Z] nexus3.edgexfoundry.org:10003 [2021-02-12T00:36:33.857Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-12T00:36:33.857Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-12T00:36:33.857Z] Configure a credential helper to remove this warning. See [2021-02-12T00:36:33.857Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-12T00:36:33.857Z] [2021-02-12T00:36:33.857Z] Login Succeeded [2021-02-12T00:36:33.857Z] nexus3.edgexfoundry.org:10004 [2021-02-12T00:36:34.468Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-12T00:36:34.468Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-12T00:36:34.468Z] Configure a credential helper to remove this warning. See [2021-02-12T00:36:34.468Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-12T00:36:34.468Z] [2021-02-12T00:36:34.468Z] Login Succeeded [2021-02-12T00:36:34.468Z] docker.io [2021-02-12T00:36:35.071Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-12T00:36:35.346Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-12T00:36:35.346Z] Configure a credential helper to remove this warning. See [2021-02-12T00:36:35.346Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-12T00:36:35.346Z] [2021-02-12T00:36:35.346Z] Login Succeeded [2021-02-12T00:36:35.346Z] ---> docker-login.sh ends [Pipeline] } [2021-02-12T00:36:35.365Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-12T00:36:35.873Z] ========================================================= [2021-02-12T00:36:35.873Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-12T00:36:35.873Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-12T00:36:36.286Z] + 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-12T00:36:38.979Z] Sending build context to Docker daemon 166.3MB [2021-02-12T00:36:38.979Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-12T00:36:38.979Z] Step 2/6 : FROM ${BASE} [2021-02-12T00:36:38.979Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-12T00:36:38.979Z] 5f621e34cdf4: Pulling fs layer [2021-02-12T00:36:38.979Z] a4357932f1b6: Pulling fs layer [2021-02-12T00:36:38.979Z] 18c013af1878: Pulling fs layer [2021-02-12T00:36:38.979Z] 00ac8860ef70: Pulling fs layer [2021-02-12T00:36:38.979Z] 63d7cb157983: Pulling fs layer [2021-02-12T00:36:38.979Z] b116817d02f9: Pulling fs layer [2021-02-12T00:36:38.979Z] 745a02a5169b: Pulling fs layer [2021-02-12T00:36:38.979Z] 00ac8860ef70: Waiting [2021-02-12T00:36:38.979Z] 63d7cb157983: Waiting [2021-02-12T00:36:38.979Z] b116817d02f9: Waiting [2021-02-12T00:36:38.979Z] 745a02a5169b: Waiting [2021-02-12T00:36:38.979Z] 18c013af1878: Verifying Checksum [2021-02-12T00:36:38.979Z] 18c013af1878: Download complete [2021-02-12T00:36:38.979Z] a4357932f1b6: Verifying Checksum [2021-02-12T00:36:38.979Z] a4357932f1b6: Download complete [2021-02-12T00:36:38.979Z] 63d7cb157983: Verifying Checksum [2021-02-12T00:36:38.979Z] 63d7cb157983: Download complete [2021-02-12T00:36:38.979Z] b116817d02f9: Verifying Checksum [2021-02-12T00:36:38.979Z] b116817d02f9: Download complete [2021-02-12T00:36:38.979Z] 5f621e34cdf4: Verifying Checksum [2021-02-12T00:36:38.979Z] 5f621e34cdf4: Download complete [2021-02-12T00:36:39.590Z] 5f621e34cdf4: Pull complete [2021-02-12T00:36:40.192Z] a4357932f1b6: Pull complete [2021-02-12T00:36:40.792Z] 18c013af1878: Pull complete [2021-02-12T00:36:41.778Z] 745a02a5169b: Verifying Checksum [2021-02-12T00:36:41.778Z] 745a02a5169b: Download complete [2021-02-12T00:36:42.778Z] 00ac8860ef70: Verifying Checksum [2021-02-12T00:36:42.778Z] 00ac8860ef70: Download complete [2021-02-12T00:36:49.484Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-12T00:36:49.485Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-12T00:36:49.485Z] ---> 9e17c2403389 [2021-02-12T00:36:49.485Z] Step 3/23 : WORKDIR /edgex-go [2021-02-12T00:36:49.485Z] Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-12T00:36:49.485Z] Step 2/30 : FROM ${BUILDER_BASE} AS builder [2021-02-12T00:36:49.485Z] ---> 9e17c2403389 [2021-02-12T00:36:49.485Z] Step 3/30 : WORKDIR /edgex-go [2021-02-12T00:36:49.485Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-12T00:36:49.485Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-12T00:36:49.485Z] ---> 9e17c2403389 [2021-02-12T00:36:49.485Z] Step 3/22 : WORKDIR /edgex-go [2021-02-12T00:36:49.485Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-12T00:36:49.485Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-12T00:36:49.485Z] ---> 9e17c2403389 [2021-02-12T00:36:49.485Z] Step 3/23 : WORKDIR /edgex-go [2021-02-12T00:36:49.485Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-12T00:36:49.485Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-12T00:36:49.485Z] ---> 9e17c2403389 [2021-02-12T00:36:49.485Z] Step 3/26 : WORKDIR /edgex-go [2021-02-12T00:36:49.485Z] ---> Running in cec781aed751 [2021-02-12T00:36:49.485Z] ---> Running in da2de9c4f553 [2021-02-12T00:36:49.485Z] ---> Running in ef1e41eecbec [2021-02-12T00:36:49.485Z] ---> Running in b13fb8654cfc [2021-02-12T00:36:49.485Z] ---> Running in 29486aaf2d59 [2021-02-12T00:36:49.485Z] Removing intermediate container cec781aed751 [2021-02-12T00:36:49.485Z] ---> aa2990593321 [2021-02-12T00:36:49.485Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-12T00:36:49.485Z] Removing intermediate container 29486aaf2d59 [2021-02-12T00:36:49.485Z] ---> 49a1dee7d336 [2021-02-12T00:36:49.485Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-12T00:36:49.485Z] Removing intermediate container b13fb8654cfc [2021-02-12T00:36:49.485Z] ---> b325adedc3e4 [2021-02-12T00:36:49.485Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-12T00:36:49.485Z] Removing intermediate container da2de9c4f553 [2021-02-12T00:36:49.485Z] ---> 78cf742d62f7 [2021-02-12T00:36:49.485Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-12T00:36:49.485Z] Removing intermediate container ef1e41eecbec [2021-02-12T00:36:49.485Z] ---> 42392ad13549 [2021-02-12T00:36:49.485Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-12T00:36:49.485Z] ---> Running in 054a6a686089 [2021-02-12T00:36:49.485Z] ---> Running in 43dfdba43812 [2021-02-12T00:36:49.485Z] ---> Running in cb2083a97c51 [2021-02-12T00:36:49.485Z] ---> Running in 85e5b60ddf00 [2021-02-12T00:36:49.485Z] ---> Running in 5a6f15893e9b [2021-02-12T00:36:49.779Z] Removing intermediate container 43dfdba43812 [2021-02-12T00:36:49.779Z] ---> 681f44cdf2d7 [2021-02-12T00:36:49.779Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-12T00:36:49.779Z] Removing intermediate container cb2083a97c51 [2021-02-12T00:36:49.779Z] ---> 28c667d7ee01 [2021-02-12T00:36:49.779Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-12T00:36:50.044Z] Removing intermediate container 5a6f15893e9b [2021-02-12T00:36:50.044Z] ---> 40b3ccd5f86d [2021-02-12T00:36:50.044Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-12T00:36:50.044Z] Removing intermediate container 85e5b60ddf00 [2021-02-12T00:36:50.044Z] ---> f72b7165a95b [2021-02-12T00:36:50.044Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-12T00:36:50.044Z] ---> Running in c1d9475392ad [2021-02-12T00:36:50.044Z] ---> Running in ff15127328ce [2021-02-12T00:36:50.044Z] ---> Running in 5d8af6ebadbe [2021-02-12T00:36:50.044Z] Removing intermediate container 054a6a686089 [2021-02-12T00:36:50.044Z] ---> 756990e929f9 [2021-02-12T00:36:50.044Z] Step 5/30 : RUN apk add --update --no-cache make git [2021-02-12T00:36:50.313Z] ---> Running in d6054853b86c [2021-02-12T00:36:50.313Z] ---> Running in e07a029f3695 [2021-02-12T00:36:51.292Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-12T00:36:51.292Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-12T00:36:51.558Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-12T00:36:51.559Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-12T00:36:51.559Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-12T00:36:52.524Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-12T00:36:52.524Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-12T00:36:52.524Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-12T00:36:52.524Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-12T00:36:52.524Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-12T00:36:53.002Z] 00ac8860ef70: Pull complete [2021-02-12T00:36:53.002Z] 63d7cb157983: Pull complete [2021-02-12T00:36:53.002Z] b116817d02f9: Pull complete [2021-02-12T00:36:53.106Z] OK: 233 MiB in 51 packages [2021-02-12T00:36:53.383Z] OK: 233 MiB in 51 packages [2021-02-12T00:36:53.383Z] OK: 233 MiB in 51 packages [2021-02-12T00:36:53.654Z] OK: 233 MiB in 51 packages [2021-02-12T00:36:53.919Z] OK: 233 MiB in 51 packages [2021-02-12T00:36:54.184Z] Removing intermediate container ff15127328ce [2021-02-12T00:36:54.184Z] ---> 841574ebde2e [2021-02-12T00:36:54.184Z] Step 6/26 : COPY go.mod . [2021-02-12T00:36:54.184Z] Removing intermediate container c1d9475392ad [2021-02-12T00:36:54.184Z] ---> bcd96907cf9b [2021-02-12T00:36:54.185Z] Step 6/22 : COPY go.mod . [2021-02-12T00:36:54.457Z] Removing intermediate container d6054853b86c [2021-02-12T00:36:54.457Z] ---> 6e5465aa58f7 [2021-02-12T00:36:54.457Z] Step 6/23 : COPY go.mod . [2021-02-12T00:36:54.457Z] Removing intermediate container e07a029f3695 [2021-02-12T00:36:54.457Z] ---> dfb552b92541 [2021-02-12T00:36:54.457Z] Step 6/30 : COPY go.mod . [2021-02-12T00:36:54.726Z] ---> 9aeab4b82831 [2021-02-12T00:36:54.726Z] Step 7/26 : RUN go mod download [2021-02-12T00:36:54.726Z] ---> a494fa69139c [2021-02-12T00:36:54.726Z] Step 7/22 : RUN go mod download [2021-02-12T00:36:54.726Z] ---> Running in bc688627df8a [2021-02-12T00:36:54.994Z] ---> b50c9dc35307 [2021-02-12T00:36:54.994Z] Step 7/23 : RUN go mod download [2021-02-12T00:36:54.994Z] ---> Running in b29e1f7c1145 [2021-02-12T00:36:54.994Z] Removing intermediate container 5d8af6ebadbe [2021-02-12T00:36:54.994Z] ---> f2be890ebe03 [2021-02-12T00:36:54.994Z] Step 6/23 : COPY go.mod . [2021-02-12T00:36:54.994Z] ---> 479922727f55 [2021-02-12T00:36:54.994Z] Step 7/30 : RUN go mod download [2021-02-12T00:36:55.257Z] ---> Running in 9d84d7ce7e8e [2021-02-12T00:36:55.257Z] ---> Running in edfac71113ae [2021-02-12T00:36:55.614Z] 745a02a5169b: Pull complete [2021-02-12T00:36:55.615Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-12T00:36:55.615Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-12T00:36:55.615Z] ---> b7e6874047d6 [2021-02-12T00:36:55.615Z] 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-12T00:36:55.861Z] ---> 53d77bfc0de8 [2021-02-12T00:36:55.861Z] Step 7/23 : RUN go mod download [2021-02-12T00:36:55.861Z] ---> Running in 47a53e9498a7 [2021-02-12T00:36:57.805Z] Removing intermediate container bc688627df8a [2021-02-12T00:36:57.805Z] ---> d6afc855625c [2021-02-12T00:36:57.805Z] Step 8/26 : COPY . . [2021-02-12T00:36:57.805Z] Removing intermediate container b29e1f7c1145 [2021-02-12T00:36:57.805Z] ---> 5f6bd9d7bfc6 [2021-02-12T00:36:57.805Z] Step 8/22 : COPY . . [2021-02-12T00:36:57.805Z] Removing intermediate container 47a53e9498a7 [2021-02-12T00:36:57.805Z] ---> f542c9b2aad0 [2021-02-12T00:36:57.805Z] Step 8/23 : COPY . . [2021-02-12T00:36:58.093Z] Removing intermediate container edfac71113ae [2021-02-12T00:36:58.093Z] ---> 372f271f2961 [2021-02-12T00:36:58.093Z] Step 8/30 : COPY . . [2021-02-12T00:36:59.066Z] Removing intermediate container 9d84d7ce7e8e [2021-02-12T00:36:59.066Z] ---> 290cbc23a57c [2021-02-12T00:36:59.066Z] Step 8/23 : COPY . . [2021-02-12T00:36:59.931Z] ---> Running in 0791a30afcc9 [2021-02-12T00:37:00.534Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-12T00:37:01.973Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-12T00:37:02.949Z] (1/12) Installing libmagic (5.38-r0) [2021-02-12T00:37:03.221Z] (2/12) Installing file (5.38-r0) [2021-02-12T00:37:03.493Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-12T00:37:03.493Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-12T00:37:07.790Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-12T00:37:07.790Z] (6/12) Installing patch (2.7.6-r6) [2021-02-12T00:37:07.790Z] (7/12) Installing build-base (0.5-r2) [2021-02-12T00:37:07.790Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-12T00:37:07.790Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-12T00:37:07.790Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-12T00:37:08.063Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-12T00:37:08.063Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-12T00:37:08.063Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T00:37:08.339Z] OK: 217 MiB in 51 packages [2021-02-12T00:37:12.662Z] Removing intermediate container 0791a30afcc9 [2021-02-12T00:37:12.662Z] ---> 33cf5f64ee9e [2021-02-12T00:37:12.662Z] Step 4/6 : WORKDIR /edgex-go [2021-02-12T00:37:12.662Z] ---> Running in e5561b16830a [2021-02-12T00:37:13.260Z] Removing intermediate container e5561b16830a [2021-02-12T00:37:13.260Z] ---> d23d92d1511a [2021-02-12T00:37:13.260Z] Step 5/6 : COPY go.mod . [2021-02-12T00:37:13.861Z] ---> 8733de5c5e1e [2021-02-12T00:37:13.861Z] Step 6/6 : RUN go mod download [2021-02-12T00:37:14.137Z] ---> Running in 6d732edefb6e [2021-02-12T00:37:38.052Z] ---> 8c2f8bbc2158 [2021-02-12T00:37:38.052Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-12T00:37:38.052Z] ---> 0c93de8c646b [2021-02-12T00:37:38.052Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-12T00:37:38.052Z] ---> fdd565a80e54 [2021-02-12T00:37:38.052Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-12T00:37:38.052Z] ---> 49aa477ad6ac [2021-02-12T00:37:38.052Z] Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-02-12T00:37:38.052Z] ---> d3dafbad1bf2 [2021-02-12T00:37:38.052Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-12T00:37:38.052Z] ---> Running in 3526550f4e7a [2021-02-12T00:37:38.052Z] ---> Running in 882f35491418 [2021-02-12T00:37:38.052Z] ---> Running in 1a0ad8914ab1 [2021-02-12T00:37:38.052Z] ---> Running in e47b7e35dee8 [2021-02-12T00:37:38.052Z] ---> Running in 2dbb16099193 [2021-02-12T00:37:40.032Z] 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-12T00:37:40.032Z] 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-12T00:37:40.032Z] 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-12T00:37:40.032Z] 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-12T00:37:40.032Z] 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-12T00:37:40.991Z] Removing intermediate container 6d732edefb6e [2021-02-12T00:37:40.991Z] ---> 4ce71ee3f0bf [2021-02-12T00:37:40.991Z] Successfully built 4ce71ee3f0bf [2021-02-12T00:37:41.266Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-12T00:37:41.617Z] + docker inspect -f . ci-base-image-arm64 [2021-02-12T00:37:41.617Z] . [Pipeline] withDockerContainer [2021-02-12T00:37:41.924Z] prd-ubuntu18.04-docker-arm64-4c-16g-26180 does not seem to be running inside a container [2021-02-12T00:37:42.018Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@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-12T00:37:43.666Z] $ docker top 739d4f8d96a49c8f265d43580935f4071898c338a647c9f952ba92ead0478681 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-12T00:37:44.789Z] + go version [2021-02-12T00:37:44.789Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-12T00:37:44.819Z] $ docker stop --time=1 739d4f8d96a49c8f265d43580935f4071898c338a647c9f952ba92ead0478681 [2021-02-12T00:37:46.871Z] $ docker rm -f 739d4f8d96a49c8f265d43580935f4071898c338a647c9f952ba92ead0478681 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-12T00:37:47.871Z] + docker inspect -f . ci-base-image-arm64 [2021-02-12T00:37:47.871Z] . [Pipeline] withDockerContainer [2021-02-12T00:37:48.176Z] prd-ubuntu18.04-docker-arm64-4c-16g-26180 does not seem to be running inside a container [2021-02-12T00:37:48.267Z] $ 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/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@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-12T00:37:49.892Z] $ docker top 3428e67599ef21126b562e1f3f6ed28a0fb671ef8765c9d138e85c8ef4bda83e -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-12T00:37:50.304Z] ========================================================= [2021-02-12T00:37:50.304Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-12T00:37:50.304Z] ========================================================= [Pipeline] sh [2021-02-12T00:37:50.959Z] + make test [2021-02-12T00:37:50.959Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-12T00:38:17.796Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-12T00:38:19.009Z] Removing intermediate container 2dbb16099193 [2021-02-12T00:38:19.009Z] ---> 1270795f48d5 [2021-02-12T00:38:19.009Z] [2021-02-12T00:38:19.009Z] Step 10/30 : FROM alpine:3.12 [2021-02-12T00:38:19.009Z] Removing intermediate container 882f35491418 [2021-02-12T00:38:19.009Z] ---> a5f2a3a38a8c [2021-02-12T00:38:19.009Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-12T00:38:19.009Z] 3.12: Pulling from library/alpine [2021-02-12T00:38:19.009Z] ---> Running in de6d389d6085 [2021-02-12T00:38:19.628Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-12T00:38:19.897Z] 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-12T00:38:19.897Z] Status: Downloaded newer image for alpine:3.12 [2021-02-12T00:38:19.897Z] ---> 389fef711851 [2021-02-12T00:38:19.897Z] Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-12T00:38:23.387Z] ---> Running in 2a54b75c6d16 [2021-02-12T00:38:24.338Z] Removing intermediate container 3526550f4e7a [2021-02-12T00:38:24.338Z] ---> 47407e9696e2 [2021-02-12T00:38:24.338Z] [2021-02-12T00:38:24.338Z] Step 10/22 : FROM alpine:3.12 [2021-02-12T00:38:24.338Z] Removing intermediate container e47b7e35dee8 [2021-02-12T00:38:24.338Z] ---> 7136ca3cd0be [2021-02-12T00:38:24.338Z] [2021-02-12T00:38:24.338Z] Step 10/23 : FROM alpine:3.12 [2021-02-12T00:38:24.338Z] ---> 389fef711851 [2021-02-12T00:38:24.338Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-12T00:38:24.338Z] ---> 389fef711851 [2021-02-12T00:38:24.338Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-12T00:38:24.338Z] Removing intermediate container 2a54b75c6d16 [2021-02-12T00:38:24.338Z] ---> aead848a4428 [2021-02-12T00:38:24.338Z] Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-12T00:38:24.338Z] ---> Running in b0e237236517 [2021-02-12T00:38:24.338Z] ---> Running in 668df43df208 [2021-02-12T00:38:24.603Z] ---> Running in 56d8c1b68e28 [2021-02-12T00:38:25.568Z] Removing intermediate container de6d389d6085 [2021-02-12T00:38:25.568Z] ---> eccf0483066d [2021-02-12T00:38:25.568Z] [2021-02-12T00:38:25.568Z] Step 11/26 : FROM docker:20.10.0 [2021-02-12T00:38:25.568Z] 20.10.0: Pulling from library/docker [2021-02-12T00:38:26.992Z] Removing intermediate container 1a0ad8914ab1 [2021-02-12T00:38:26.992Z] ---> 5f2d932e3fab [2021-02-12T00:38:26.992Z] [2021-02-12T00:38:26.992Z] Step 10/23 : FROM alpine:3.12 [2021-02-12T00:38:26.992Z] ---> 389fef711851 [2021-02-12T00:38:26.992Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-12T00:38:27.961Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-12T00:38:27.961Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-12T00:38:27.961Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-12T00:38:27.961Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T00:38:27.961Z] OK: 6 MiB in 15 packages [2021-02-12T00:38:28.231Z] ---> Running in ca0733daadac [2021-02-12T00:38:28.507Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-12T00:38:28.507Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-12T00:38:28.782Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-12T00:38:28.782Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T00:38:28.782Z] OK: 6 MiB in 15 packages [2021-02-12T00:38:28.782Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-12T00:38:28.782Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-12T00:38:29.054Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-12T00:38:29.054Z] (2/2) Installing su-exec (0.2-r1) [2021-02-12T00:38:29.054Z] Removing intermediate container b0e237236517 [2021-02-12T00:38:29.054Z] ---> 423f94fa163d [2021-02-12T00:38:29.055Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-12T00:38:29.055Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T00:38:29.055Z] OK: 6 MiB in 16 packages [2021-02-12T00:38:29.055Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-12T00:38:29.328Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-12T00:38:29.328Z] ---> Running in 7f4af97af8c1 [2021-02-12T00:38:29.328Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-12T00:38:29.328Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T00:38:29.328Z] OK: 6 MiB in 15 packages [2021-02-12T00:38:29.595Z] Removing intermediate container 7f4af97af8c1 [2021-02-12T00:38:29.595Z] ---> 8cddf4a83afe [2021-02-12T00:38:29.595Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-12T00:38:29.595Z] Removing intermediate container 668df43df208 [2021-02-12T00:38:29.595Z] ---> 71fcf71e4568 [2021-02-12T00:38:29.595Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-12T00:38:30.186Z] ---> Running in 2987dcb13568 [2021-02-12T00:38:30.186Z] ---> Running in 49bfdf135c90 [2021-02-12T00:38:30.767Z] Removing intermediate container 56d8c1b68e28 [2021-02-12T00:38:30.767Z] ---> 5843ff553253 [2021-02-12T00:38:30.767Z] Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-12T00:38:31.045Z] ---> Running in be86cb618922 [2021-02-12T00:38:31.045Z] Removing intermediate container ca0733daadac [2021-02-12T00:38:31.045Z] ---> 94a128cec636 [2021-02-12T00:38:31.045Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-12T00:38:31.325Z] Removing intermediate container 49bfdf135c90 [2021-02-12T00:38:31.325Z] ---> 5fd46d3ad315 [2021-02-12T00:38:31.325Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-12T00:38:31.325Z] Removing intermediate container 2987dcb13568 [2021-02-12T00:38:31.325Z] ---> 52a5522eb36e [2021-02-12T00:38:31.325Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-12T00:38:31.325Z] ---> Running in cc16323a2978 [2021-02-12T00:38:31.325Z] ---> Running in 0eda7b4d3248 [2021-02-12T00:38:31.325Z] ---> Running in c54193120d3b [2021-02-12T00:38:31.592Z] Removing intermediate container be86cb618922 [2021-02-12T00:38:31.592Z] ---> 6155deba8f16 [2021-02-12T00:38:31.592Z] Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-12T00:38:31.592Z] Removing intermediate container cc16323a2978 [2021-02-12T00:38:31.592Z] ---> b092f90e5c16 [2021-02-12T00:38:31.592Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-12T00:38:31.861Z] ---> Running in 40727842495f [2021-02-12T00:38:31.861Z] ---> Running in f079d58b8f8b [2021-02-12T00:38:31.861Z] Removing intermediate container c54193120d3b [2021-02-12T00:38:31.861Z] ---> 2da99b75bed2 [2021-02-12T00:38:31.861Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-12T00:38:31.861Z] Removing intermediate container 0eda7b4d3248 [2021-02-12T00:38:31.861Z] ---> e089e86af59f [2021-02-12T00:38:31.861Z] Step 15/23 : WORKDIR / [2021-02-12T00:38:31.861Z] ---> Running in bbbb399b80d8 [2021-02-12T00:38:32.125Z] ---> Running in 16d0322d5430 [2021-02-12T00:38:32.125Z] Removing intermediate container 40727842495f [2021-02-12T00:38:32.125Z] ---> 2be0a41664ba [2021-02-12T00:38:32.125Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-12T00:38:32.125Z] Removing intermediate container f079d58b8f8b [2021-02-12T00:38:32.125Z] ---> 9c144187028d [2021-02-12T00:38:32.125Z] Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-12T00:38:32.398Z] Removing intermediate container bbbb399b80d8 [2021-02-12T00:38:32.398Z] ---> 16d7f6598c4b [2021-02-12T00:38:32.398Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-12T00:38:32.398Z] ---> Running in 25df0d6e0c13 [2021-02-12T00:38:32.398Z] ---> Running in 36a557dbbab8 [2021-02-12T00:38:32.664Z] Removing intermediate container 16d0322d5430 [2021-02-12T00:38:32.664Z] ---> 600769ad0769 [2021-02-12T00:38:32.664Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-12T00:38:33.252Z] ---> d0ba20052416 [2021-02-12T00:38:33.252Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-12T00:38:33.252Z] Removing intermediate container 36a557dbbab8 [2021-02-12T00:38:33.252Z] ---> 95a486f8717a [2021-02-12T00:38:33.252Z] Step 15/23 : WORKDIR / [2021-02-12T00:38:33.525Z] ---> Running in 6de3edce1cbd [2021-02-12T00:38:33.525Z] ---> fd89a7d28556 [2021-02-12T00:38:33.525Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-12T00:38:33.798Z] Removing intermediate container 6de3edce1cbd [2021-02-12T00:38:33.798Z] ---> 2f8660253c10 [2021-02-12T00:38:33.798Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-12T00:38:33.798Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-12T00:38:33.798Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-12T00:38:33.798Z] ---> aefe523efa57 [2021-02-12T00:38:33.798Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-12T00:38:34.064Z] ---> Running in f1b2d39f135c [2021-02-12T00:38:34.065Z] ---> 36af115360db [2021-02-12T00:38:34.065Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-12T00:38:34.331Z] Removing intermediate container 25df0d6e0c13 [2021-02-12T00:38:34.331Z] ---> 00ab4098e0d4 [2021-02-12T00:38:34.331Z] Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-12T00:38:34.331Z] ---> 6e4ba2ce0171 [2021-02-12T00:38:34.331Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-12T00:38:34.611Z] ---> 1d09258ec811 [2021-02-12T00:38:34.611Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-12T00:38:34.611Z] ---> Running in 5e1d5e349662 [2021-02-12T00:38:34.611Z] ---> 6ce04d050808 [2021-02-12T00:38:34.611Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-12T00:38:34.884Z] ---> Running in 32c5dc5f800e [2021-02-12T00:38:34.884Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-12T00:38:34.884Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-12T00:38:34.884Z] Removing intermediate container 5e1d5e349662 [2021-02-12T00:38:34.884Z] ---> 7795e44c20de [2021-02-12T00:38:34.884Z] Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-12T00:38:35.151Z] ---> b7d8d2b0b70a [2021-02-12T00:38:35.151Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-12T00:38:35.151Z] (1/2) Installing readline (8.0.4-r0) [2021-02-12T00:38:35.151Z] (2/2) Installing bash (5.0.17-r0) [2021-02-12T00:38:35.151Z] Executing bash-5.0.17-r0.post-install [2021-02-12T00:38:35.151Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T00:38:35.151Z] OK: 12 MiB in 22 packages [2021-02-12T00:38:35.151Z] Removing intermediate container 32c5dc5f800e [2021-02-12T00:38:35.151Z] ---> 3f99adc3a673 [2021-02-12T00:38:35.151Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-12T00:38:35.151Z] ---> Running in ed220c2770a6 [2021-02-12T00:38:35.426Z] ---> Running in 163c9afe557c [2021-02-12T00:38:35.426Z] ---> 48484606faaa [2021-02-12T00:38:35.426Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-12T00:38:35.426Z] ---> 99e4c2a7f1e8 [2021-02-12T00:38:35.426Z] Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-12T00:38:35.691Z] Removing intermediate container ed220c2770a6 [2021-02-12T00:38:35.691Z] ---> fa201e078b64 [2021-02-12T00:38:35.691Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-12T00:38:35.691Z] ---> Running in 02647caa674a [2021-02-12T00:38:35.954Z] Removing intermediate container 163c9afe557c [2021-02-12T00:38:35.954Z] ---> b37a223b443a [2021-02-12T00:38:35.954Z] Step 20/22 : LABEL arch=x86_64 [2021-02-12T00:38:36.223Z] ---> Running in a0d6f12a53de [2021-02-12T00:38:36.223Z] ---> e5c89d2de4ec [2021-02-12T00:38:36.223Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-12T00:38:36.223Z] ---> Running in 39b1f28933ae [2021-02-12T00:38:36.502Z] Removing intermediate container f1b2d39f135c [2021-02-12T00:38:36.502Z] ---> c03eff30feaa [2021-02-12T00:38:36.502Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-12T00:38:36.502Z] ---> Running in f48417ce0f51 [2021-02-12T00:38:36.502Z] ---> Running in 5089dd8d19b5 [2021-02-12T00:38:36.502Z] Removing intermediate container a0d6f12a53de [2021-02-12T00:38:36.502Z] ---> 8cf3cc0d4d75 [2021-02-12T00:38:36.502Z] Step 21/23 : LABEL arch=x86_64 [2021-02-12T00:38:36.784Z] Removing intermediate container 39b1f28933ae [2021-02-12T00:38:36.784Z] ---> ccb73111f6d3 [2021-02-12T00:38:36.784Z] Step 21/22 : LABEL git_sha=45dee08a088b3bcf19667cd45fc15bc3ebb1cbe5 [2021-02-12T00:38:36.784Z] ---> Running in de853e9e947c [2021-02-12T00:38:36.784Z] ---> Running in 98c0bd86d56f [2021-02-12T00:38:36.784Z] Removing intermediate container f48417ce0f51 [2021-02-12T00:38:36.784Z] ---> 6cb2fae33024 [2021-02-12T00:38:36.784Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-12T00:38:37.048Z] Removing intermediate container 5089dd8d19b5 [2021-02-12T00:38:37.048Z] ---> e1f01bba3fa4 [2021-02-12T00:38:37.048Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-12T00:38:37.048Z] ---> Running in cb04baaabfc6 [2021-02-12T00:38:37.048Z] ---> Running in 5a07463da10b [2021-02-12T00:38:37.311Z] Removing intermediate container de853e9e947c [2021-02-12T00:38:37.311Z] ---> 98f3a8147000 [2021-02-12T00:38:37.311Z] Step 22/23 : LABEL git_sha=45dee08a088b3bcf19667cd45fc15bc3ebb1cbe5 [2021-02-12T00:38:37.311Z] Removing intermediate container 98c0bd86d56f [2021-02-12T00:38:37.311Z] ---> 76b184eaed9f [2021-02-12T00:38:37.311Z] Step 22/22 : LABEL version=0.0.0 [2021-02-12T00:38:37.577Z] ---> Running in 7b28afaec68a [2021-02-12T00:38:37.577Z] ---> Running in c2b7442b1423 [2021-02-12T00:38:37.839Z] Removing intermediate container cb04baaabfc6 [2021-02-12T00:38:37.839Z] ---> e0ca97a834bf [2021-02-12T00:38:37.839Z] Step 21/23 : LABEL arch=x86_64 [2021-02-12T00:38:37.839Z] Removing intermediate container 5a07463da10b [2021-02-12T00:38:37.839Z] ---> 4de3b41931e1 [2021-02-12T00:38:37.839Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-12T00:38:38.103Z] ---> Running in 32371e21e033 [2021-02-12T00:38:38.103Z] Removing intermediate container 7b28afaec68a [2021-02-12T00:38:38.103Z] ---> 7cd106d78209 [2021-02-12T00:38:38.103Z] Step 23/23 : LABEL version=0.0.0 [2021-02-12T00:38:38.103Z] ---> Running in 4f16b2e4f04e [2021-02-12T00:38:38.103Z] Removing intermediate container c2b7442b1423 [2021-02-12T00:38:38.103Z] ---> cb992c7cd53e [2021-02-12T00:38:38.103Z] [2021-02-12T00:38:38.103Z] Removing intermediate container 02647caa674a [2021-02-12T00:38:38.103Z] ---> 04143aa78102 [2021-02-12T00:38:38.103Z] Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-12T00:38:38.368Z] ---> Running in cdd4c797bb2c [2021-02-12T00:38:38.368Z] Removing intermediate container 32371e21e033 [2021-02-12T00:38:38.368Z] ---> 99fb748abcfb [2021-02-12T00:38:38.368Z] Step 22/23 : LABEL git_sha=45dee08a088b3bcf19667cd45fc15bc3ebb1cbe5 [2021-02-12T00:38:38.638Z] Removing intermediate container 4f16b2e4f04e [2021-02-12T00:38:38.638Z] ---> b6c55a921226 [2021-02-12T00:38:38.638Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-12T00:38:38.638Z] Successfully built cb992c7cd53e [2021-02-12T00:38:38.638Z] Successfully tagged docker-support-scheduler-go:latest [2021-02-12T00:38:38.638Z]  Building docker-support-scheduler-go ... done Building docker-security-secretstore-setup-go [2021-02-12T00:38:38.638Z] ---> Running in a1e7fbf74f33 [2021-02-12T00:38:38.638Z] ---> 3d3601c38fc7 [2021-02-12T00:38:38.638Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-12T00:38:38.638Z] Removing intermediate container cdd4c797bb2c [2021-02-12T00:38:38.638Z] ---> cd57720dcfeb [2021-02-12T00:38:38.638Z] [2021-02-12T00:38:39.601Z] Successfully built cd57720dcfeb [2021-02-12T00:38:39.601Z] Successfully tagged docker-core-command-go:latest [2021-02-12T00:38:39.601Z]  Building docker-core-command-go ... done Building docker-support-notifications-go [2021-02-12T00:38:39.872Z] Removing intermediate container a1e7fbf74f33 [2021-02-12T00:38:39.872Z] ---> 9b7ae3098c29 [2021-02-12T00:38:39.872Z] Step 23/23 : LABEL version=0.0.0 [2021-02-12T00:38:40.139Z] ---> bf83fbf0410c [2021-02-12T00:38:40.139Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-12T00:38:40.139Z] ---> Running in ea49c956154a [2021-02-12T00:38:42.746Z] ---> 97a2263cde3d [2021-02-12T00:38:42.746Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-12T00:38:42.746Z] Removing intermediate container ea49c956154a [2021-02-12T00:38:42.746Z] ---> a8eb02f70b15 [2021-02-12T00:38:42.746Z] [2021-02-12T00:38:44.680Z] Successfully built a8eb02f70b15 [2021-02-12T00:38:44.680Z] ---> 2b27eea82a88 [2021-02-12T00:38:44.680Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-12T00:38:44.680Z] Successfully tagged docker-core-metadata-go:latest [2021-02-12T00:38:44.680Z] Building docker-core-data-go [2021-02-12T00:38:45.269Z]  Building docker-core-metadata-go ... done  ---> 4610424638ec [2021-02-12T00:38:45.269Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-12T00:38:50.611Z] ---> b62d4c46d32c [2021-02-12T00:38:50.611Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-12T00:38:50.611Z] ---> cb256cd15522 [2021-02-12T00:38:50.611Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2021-02-12T00:38:50.611Z] ---> Running in 91887bb280a0 [2021-02-12T00:38:50.611Z] ---> Running in ef8bc5ca3141 [2021-02-12T00:38:51.199Z] Removing intermediate container ef8bc5ca3141 [2021-02-12T00:38:51.199Z] ---> 3415f641166a [2021-02-12T00:38:51.199Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-12T00:38:51.467Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-12T00:38:51.467Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-12T00:38:51.731Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-12T00:38:51.731Z] (2/33) Installing expat (2.2.9-r1) [2021-02-12T00:38:51.731Z] (3/33) Installing libffi (3.3-r2) [2021-02-12T00:38:51.731Z] (4/33) Installing gdbm (1.13-r1) [2021-02-12T00:38:51.731Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-12T00:38:51.998Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-12T00:38:51.998Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-12T00:38:58.725Z] ---> 631a4d67465b [2021-02-12T00:38:58.725Z] Step 25/30 : RUN chmod +x /entrypoint.sh [2021-02-12T00:39:03.118Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-12T00:39:03.118Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-12T00:39:03.118Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-12T00:39:03.118Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-12T00:39:03.387Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-12T00:39:03.661Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-12T00:39:03.661Z] ---> Running in 8caaee4cb485 [2021-02-12T00:39:03.661Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-12T00:39:03.982Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-12T00:39:04.256Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-12T00:39:04.256Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-12T00:39:04.534Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-12T00:39:04.534Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-12T00:39:04.534Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-12T00:39:04.534Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-12T00:39:04.534Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-12T00:39:04.534Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-12T00:39:04.534Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-12T00:39:04.534Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-12T00:39:04.810Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-12T00:39:04.810Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-12T00:39:04.810Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-12T00:39:04.810Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-12T00:39:04.810Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-12T00:39:04.810Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-12T00:39:04.810Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-12T00:39:04.810Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-12T00:39:04.810Z] ---> 9e17c2403389 [2021-02-12T00:39:04.810Z] Step 3/24 : WORKDIR /edgex-go [2021-02-12T00:39:04.810Z] ---> Using cache [2021-02-12T00:39:04.810Z] ---> 42392ad13549 [2021-02-12T00:39:04.810Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-12T00:39:04.810Z] ---> Using cache [2021-02-12T00:39:04.810Z] ---> f72b7165a95b [2021-02-12T00:39:04.810Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-12T00:39:04.810Z] ---> Using cache [2021-02-12T00:39:04.810Z] ---> 6e5465aa58f7 [2021-02-12T00:39:04.810Z] Step 6/24 : COPY go.mod . [2021-02-12T00:39:04.810Z] ---> Using cache [2021-02-12T00:39:04.810Z] ---> b50c9dc35307 [2021-02-12T00:39:04.810Z] Step 7/24 : RUN go mod download [2021-02-12T00:39:04.810Z] ---> Using cache [2021-02-12T00:39:04.810Z] ---> 290cbc23a57c [2021-02-12T00:39:04.810Z] Step 8/24 : COPY . . [2021-02-12T00:39:04.810Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-12T00:39:04.810Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-12T00:39:05.076Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T00:39:05.076Z] ---> Using cache [2021-02-12T00:39:05.076Z] ---> d3dafbad1bf2 [2021-02-12T00:39:05.076Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-12T00:39:05.076Z] OK: 71 MiB in 55 packages [2021-02-12T00:39:05.339Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-12T00:39:05.339Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-12T00:39:05.339Z] ---> 9e17c2403389 [2021-02-12T00:39:05.339Z] Step 3/22 : WORKDIR /edgex-go [2021-02-12T00:39:05.339Z] ---> Using cache [2021-02-12T00:39:05.339Z] ---> 42392ad13549 [2021-02-12T00:39:05.339Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-12T00:39:05.339Z] ---> Using cache [2021-02-12T00:39:05.339Z] ---> f72b7165a95b [2021-02-12T00:39:05.339Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-12T00:39:07.980Z] ---> Running in 7b0d1c0f1133 [2021-02-12T00:39:07.980Z] ---> Running in fa58529315af [2021-02-12T00:39:09.209Z] Removing intermediate container 8caaee4cb485 [2021-02-12T00:39:09.209Z] ---> b0569412d9c6 [2021-02-12T00:39:09.209Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-12T00:39:10.238Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-12T00:39:10.238Z] 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-12T00:39:10.550Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-12T00:39:10.550Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-12T00:39:10.550Z] ---> 9e17c2403389 [2021-02-12T00:39:10.550Z] Step 3/23 : WORKDIR /edgex-go [2021-02-12T00:39:10.550Z] ---> Using cache [2021-02-12T00:39:10.550Z] ---> 42392ad13549 [2021-02-12T00:39:10.550Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-12T00:39:10.550Z] ---> Using cache [2021-02-12T00:39:10.550Z] ---> f72b7165a95b [2021-02-12T00:39:10.550Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-12T00:39:10.550Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-12T00:39:11.203Z] ---> Running in 1ef9d2b678cf [2021-02-12T00:39:11.204Z] OK: 233 MiB in 51 packages [2021-02-12T00:39:11.584Z] ---> Running in ebd3737889e8 [2021-02-12T00:39:12.592Z] Removing intermediate container 1ef9d2b678cf [2021-02-12T00:39:12.592Z] ---> 6a2905477084 [2021-02-12T00:39:12.592Z] Step 27/30 : CMD ["gate"] [2021-02-12T00:39:13.568Z] ---> Running in d009e6b65631 [2021-02-12T00:39:14.169Z] Removing intermediate container d009e6b65631 [2021-02-12T00:39:14.169Z] ---> a3ff62744133 [2021-02-12T00:39:14.169Z] Step 28/30 : LABEL arch=x86_64 [2021-02-12T00:39:14.403Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-12T00:39:14.442Z] Removing intermediate container fa58529315af [2021-02-12T00:39:14.442Z] ---> 2475a0ebfd8b [2021-02-12T00:39:14.442Z] Step 6/22 : COPY go.mod . [2021-02-12T00:39:14.442Z] ---> Running in 90a334bb58c5 [2021-02-12T00:39:14.442Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-12T00:39:15.032Z] Removing intermediate container 90a334bb58c5 [2021-02-12T00:39:15.032Z] ---> 80c0a13d8164 [2021-02-12T00:39:15.032Z] Step 29/30 : LABEL git_sha=45dee08a088b3bcf19667cd45fc15bc3ebb1cbe5 [2021-02-12T00:39:15.032Z] ---> 9ee012fccfcb [2021-02-12T00:39:15.032Z] Step 7/22 : RUN go mod download [2021-02-12T00:39:15.306Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-12T00:39:15.587Z] ---> Running in a23d29990ea8 [2021-02-12T00:39:15.587Z] ---> Running in 0383e517385e [2021-02-12T00:39:15.853Z] OK: 233 MiB in 51 packages [2021-02-12T00:39:16.844Z] Removing intermediate container 0383e517385e [2021-02-12T00:39:16.844Z] ---> 245ed6eada52 [2021-02-12T00:39:16.844Z] Step 30/30 : LABEL version=0.0.0 [2021-02-12T00:39:17.195Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-12T00:39:18.809Z] ---> Running in dbec179073dc [2021-02-12T00:39:19.792Z] Removing intermediate container ebd3737889e8 [2021-02-12T00:39:19.792Z] ---> cc62b77fc315 [2021-02-12T00:39:19.792Z] Step 6/23 : COPY go.mod . [2021-02-12T00:39:19.792Z] Removing intermediate container dbec179073dc [2021-02-12T00:39:19.792Z] ---> a6260db3006e [2021-02-12T00:39:19.792Z] [2021-02-12T00:39:20.066Z] Removing intermediate container 91887bb280a0 [2021-02-12T00:39:20.066Z] ---> aad26968434c [2021-02-12T00:39:20.066Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-12T00:39:20.336Z] Successfully built a6260db3006e [2021-02-12T00:39:20.336Z] Removing intermediate container a23d29990ea8 [2021-02-12T00:39:20.336Z] ---> f19cbb88b8dd [2021-02-12T00:39:20.336Z] Step 8/22 : COPY . . [2021-02-12T00:39:20.336Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-02-12T00:39:20.336Z] Building docker-security-proxy-setup-go [2021-02-12T00:39:20.336Z]  Building docker-security-bootstrapper-go ... done  ---> Running in 75c572558fed [2021-02-12T00:39:20.336Z] ---> 80603805c13a [2021-02-12T00:39:20.336Z] Step 7/23 : RUN go mod download [2021-02-12T00:39:20.920Z] ---> Running in eeefc543fa94 [2021-02-12T00:39:27.451Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-12T00:39:27.451Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-12T00:39:30.083Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-12T00:39:30.083Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-12T00:39:30.083Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-12T00:39:30.083Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-12T00:39:31.111Z] 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-12T00:39:31.111Z] Collecting docker-compose==1.23.2 [2021-02-12T00:39:31.111Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-12T00:39:31.111Z] Collecting jsonschema<3,>=2.5.1 [2021-02-12T00:39:31.111Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-12T00:39:31.111Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-12T00:39:31.111Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-12T00:39:32.077Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-12T00:39:32.524Z] Collecting PyYAML<4,>=3.10 [2021-02-12T00:39:32.524Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-12T00:39:32.787Z] Removing intermediate container eeefc543fa94 [2021-02-12T00:39:32.787Z] ---> 86f2b41e7650 [2021-02-12T00:39:32.787Z] Step 8/23 : COPY . . [2021-02-12T00:39:34.074Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-12T00:39:38.367Z] Collecting texttable<0.10,>=0.9.0 [2021-02-12T00:39:38.367Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-12T00:39:39.800Z] Collecting docopt<0.7,>=0.6.1 [2021-02-12T00:39:39.800Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-12T00:39:41.216Z] Collecting docker<4.0,>=3.6.0 [2021-02-12T00:39:41.216Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-12T00:39:42.385Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-12T00:39:42.385Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-12T00:39:42.385Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-12T00:39:42.620Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-12T00:39:42.620Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-12T00:39:44.555Z] Collecting cached-property<2,>=1.2.0 [2021-02-12T00:39:44.820Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-12T00:39:45.087Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-12T00:39:45.087Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-12T00:39:45.087Z] ---> 9e17c2403389 [2021-02-12T00:39:45.087Z] Step 3/21 : WORKDIR /edgex-go [2021-02-12T00:39:45.371Z] ---> Using cache [2021-02-12T00:39:45.371Z] ---> 42392ad13549 [2021-02-12T00:39:45.371Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-12T00:39:45.371Z] ---> Using cache [2021-02-12T00:39:45.371Z] ---> f72b7165a95b [2021-02-12T00:39:45.371Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-12T00:39:45.634Z] ---> Using cache [2021-02-12T00:39:45.634Z] ---> 6e5465aa58f7 [2021-02-12T00:39:45.634Z] Step 6/21 : COPY go.mod . [2021-02-12T00:39:45.634Z] ---> Using cache [2021-02-12T00:39:45.634Z] ---> b50c9dc35307 [2021-02-12T00:39:45.634Z] Step 7/21 : RUN go mod download [2021-02-12T00:39:45.634Z] ---> Using cache [2021-02-12T00:39:45.634Z] ---> 290cbc23a57c [2021-02-12T00:39:45.634Z] Step 8/21 : COPY . . [2021-02-12T00:39:45.634Z] ---> Using cache [2021-02-12T00:39:45.634Z] ---> d3dafbad1bf2 [2021-02-12T00:39:45.634Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-12T00:39:46.606Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-12T00:39:46.870Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-12T00:39:47.445Z] 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-12T00:39:47.814Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.392s coverage: 45.9% of statements [2021-02-12T00:39:47.814Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-12T00:39:47.814Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-12T00:39:47.814Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-12T00:39:47.814Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-12T00:39:47.814Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-12T00:39:47.814Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-12T00:39:47.814Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-12T00:39:47.814Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.206s coverage: 100.0% of statements [2021-02-12T00:39:48.850Z] Collecting docker-pycreds>=0.4.0 [2021-02-12T00:39:48.850Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-12T00:39:49.124Z] ---> Running in 8fe1e9b45b85 [2021-02-12T00:39:49.387Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-12T00:39:49.387Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-12T00:39:50.794Z] 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-12T00:39:50.794Z] Collecting idna<2.8,>=2.5 [2021-02-12T00:39:50.794Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-12T00:39:52.186Z] 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-12T00:39:52.186Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-12T00:39:52.186Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-12T00:39:52.186Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-12T00:39:52.186Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-12T00:39:52.448Z] Removing intermediate container 7b0d1c0f1133 [2021-02-12T00:39:52.448Z] ---> 04490e88c9da [2021-02-12T00:39:52.448Z] [2021-02-12T00:39:52.448Z] Step 10/24 : FROM alpine:3.12 [2021-02-12T00:39:52.710Z] Installing collected packages: jsonschema, websocket-client, PyYAML, texttable, docopt, urllib3, idna, requests, docker-pycreds, docker, dockerpty, cached-property, docker-compose [2021-02-12T00:39:52.710Z] ---> 389fef711851 [2021-02-12T00:39:52.710Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-12T00:39:54.558Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.570s coverage: 27.1% of statements [2021-02-12T00:39:54.559Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-12T00:39:54.559Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-12T00:39:54.559Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-12T00:39:54.559Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-12T00:39:54.559Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-12T00:39:54.559Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-12T00:39:54.559Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.061s coverage: 100.0% of statements [2021-02-12T00:39:54.559Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-12T00:39:54.559Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.101s coverage: 100.0% of statements [2021-02-12T00:39:54.559Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-12T00:39:54.559Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-12T00:39:55.286Z] Running setup.py install for PyYAML: started [2021-02-12T00:39:55.287Z] ---> 08f65b79d00f [2021-02-12T00:39:55.287Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-12T00:39:55.564Z] 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-12T00:39:55.564Z] ---> Running in a297e22f3b99 [2021-02-12T00:39:55.565Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.298s coverage: 65.8% of statements [2021-02-12T00:39:55.565Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-12T00:39:55.565Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-12T00:39:55.848Z] ---> Running in afc3bcf99c00 [2021-02-12T00:39:56.836Z] 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-12T00:39:56.836Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-12T00:39:57.111Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-12T00:39:57.111Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-12T00:39:57.111Z] Running setup.py install for texttable: started [2021-02-12T00:39:57.381Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-12T00:39:57.381Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-12T00:39:57.381Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-12T00:39:57.381Z] (4/5) Installing curl (7.69.1-r3) [2021-02-12T00:39:57.381Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-12T00:39:57.381Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T00:39:57.381Z] Executing ca-certificates-20191127-r4.trigger [2021-02-12T00:39:57.655Z] OK: 7 MiB in 19 packages [2021-02-12T00:39:57.655Z] Running setup.py install for texttable: finished with status 'done' [2021-02-12T00:39:57.655Z] Running setup.py install for docopt: started [2021-02-12T00:39:58.237Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.797s coverage: 82.3% of statements [2021-02-12T00:39:58.237Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-12T00:39:58.237Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-12T00:39:58.237Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-12T00:39:58.237Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-12T00:39:59.121Z] Running setup.py install for docopt: finished with status 'done' [2021-02-12T00:39:59.121Z] Attempting uninstall: urllib3 [2021-02-12T00:39:59.121Z] Found existing installation: urllib3 1.25.9 [2021-02-12T00:39:59.121Z] Uninstalling urllib3-1.25.9: [2021-02-12T00:39:59.400Z] Successfully uninstalled urllib3-1.25.9 [2021-02-12T00:40:00.375Z] Attempting uninstall: idna [2021-02-12T00:40:00.375Z] Found existing installation: idna 2.9 [2021-02-12T00:40:00.375Z] Uninstalling idna-2.9: [2021-02-12T00:40:00.375Z] Successfully uninstalled idna-2.9 [2021-02-12T00:40:01.379Z] Attempting uninstall: requests [2021-02-12T00:40:01.379Z] Found existing installation: requests 2.23.0 [2021-02-12T00:40:01.379Z] Uninstalling requests-2.23.0: [2021-02-12T00:40:01.653Z] Removing intermediate container a297e22f3b99 [2021-02-12T00:40:01.653Z] ---> 67acd47fc208 [2021-02-12T00:40:01.653Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-12T00:40:01.653Z] Successfully uninstalled requests-2.23.0 [2021-02-12T00:40:03.088Z] ---> Running in de17d58b24d0 [2021-02-12T00:40:04.044Z] ---> b189fe958d18 [2021-02-12T00:40:04.044Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-12T00:40:04.313Z] Running setup.py install for dockerpty: started [2021-02-12T00:40:04.313Z] Removing intermediate container de17d58b24d0 [2021-02-12T00:40:04.313Z] ---> 1970109f2563 [2021-02-12T00:40:04.313Z] Step 13/24 : WORKDIR / [2021-02-12T00:40:04.583Z] ---> Running in 531b80774d98 [2021-02-12T00:40:04.583Z] ---> Running in a5a0b5f9dc15 [2021-02-12T00:40:04.860Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-12T00:40:05.462Z] Removing intermediate container a5a0b5f9dc15 [2021-02-12T00:40:05.462Z] ---> b1d8839ea44c [2021-02-12T00:40:05.462Z] 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-12T00:40:05.462Z] 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-12T00:40:05.745Z] 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-12T00:40:06.030Z] ---> 7b76af96ee08 [2021-02-12T00:40:06.030Z] 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-12T00:40:06.309Z] ---> ea8f8b4081a4 [2021-02-12T00:40:06.309Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-12T00:40:06.574Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.464s coverage: 28.6% of statements [2021-02-12T00:40:06.574Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-12T00:40:06.574Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-12T00:40:06.574Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-12T00:40:06.574Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-12T00:40:06.574Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-12T00:40:06.574Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.189s coverage: 100.0% of statements [2021-02-12T00:40:06.574Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-12T00:40:06.574Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.085s coverage: 100.0% of statements [2021-02-12T00:40:06.574Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-12T00:40:06.574Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.325s coverage: 86.7% of statements [2021-02-12T00:40:06.574Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-12T00:40:06.574Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.396s coverage: 97.5% of statements [2021-02-12T00:40:06.574Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-12T00:40:06.909Z] ---> 8efde7a30a2b [2021-02-12T00:40:06.909Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-12T00:40:08.607Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.156s coverage: 78.3% of statements [2021-02-12T00:40:08.607Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-12T00:40:08.607Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-12T00:40:08.607Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-12T00:40:08.607Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-12T00:40:11.200Z] ---> 2f48bde93447 [2021-02-12T00:40:11.200Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-12T00:40:11.200Z] Removing intermediate container 75c572558fed [2021-02-12T00:40:11.200Z] ---> b5b87418f29b [2021-02-12T00:40:11.200Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-12T00:40:11.200Z] ---> Running in 3e6b85130fbf [2021-02-12T00:40:11.793Z] ---> 5bf900670141 [2021-02-12T00:40:11.793Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-12T00:40:12.389Z] ---> ccf34b876d69 [2021-02-12T00:40:12.389Z] 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-12T00:40:12.655Z] ---> Running in ee2d89131f12 [2021-02-12T00:40:12.655Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-12T00:40:12.655Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-12T00:40:12.921Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-12T00:40:12.921Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-12T00:40:12.921Z] (3/3) Installing curl (7.69.1-r3) [2021-02-12T00:40:12.921Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T00:40:13.198Z] OK: 72 MiB in 58 packages [2021-02-12T00:40:14.190Z] Removing intermediate container 3e6b85130fbf [2021-02-12T00:40:14.190Z] ---> 70f2365e59cd [2021-02-12T00:40:14.190Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-12T00:40:14.463Z] ---> Running in e44f2b61edfe [2021-02-12T00:40:14.463Z] Removing intermediate container ee2d89131f12 [2021-02-12T00:40:14.463Z] ---> dc1af8671f16 [2021-02-12T00:40:14.463Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-12T00:40:15.061Z] ---> Running in 0cba87abb6ff [2021-02-12T00:40:15.061Z] Removing intermediate container e44f2b61edfe [2021-02-12T00:40:15.061Z] ---> 92e59cb588c0 [2021-02-12T00:40:15.061Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-12T00:40:15.666Z] ---> Running in 8d829dd72879 [2021-02-12T00:40:15.666Z] Removing intermediate container 0cba87abb6ff [2021-02-12T00:40:15.666Z] ---> 897b557e7875 [2021-02-12T00:40:15.666Z] Step 22/24 : LABEL arch=x86_64 [2021-02-12T00:40:15.666Z] ---> Running in 1a532f683652 [2021-02-12T00:40:15.666Z] Removing intermediate container 8d829dd72879 [2021-02-12T00:40:15.666Z] ---> a63cb9187fd5 [2021-02-12T00:40:15.666Z] Step 24/26 : LABEL arch=x86_64 [2021-02-12T00:40:15.938Z] ---> Running in af3e174f86de [2021-02-12T00:40:16.205Z] Removing intermediate container 1a532f683652 [2021-02-12T00:40:16.205Z] ---> c019357817e7 [2021-02-12T00:40:16.205Z] Step 23/24 : LABEL git_sha=45dee08a088b3bcf19667cd45fc15bc3ebb1cbe5 [2021-02-12T00:40:16.205Z] ---> Running in 6e58f0c00f75 [2021-02-12T00:40:16.205Z] Removing intermediate container af3e174f86de [2021-02-12T00:40:16.205Z] ---> a2bb5d72ca7b [2021-02-12T00:40:16.205Z] Step 25/26 : LABEL git_sha=45dee08a088b3bcf19667cd45fc15bc3ebb1cbe5 [2021-02-12T00:40:16.472Z] ---> Running in b6e6a544481a [2021-02-12T00:40:16.754Z] Removing intermediate container 6e58f0c00f75 [2021-02-12T00:40:16.754Z] ---> 5e40a2713725 [2021-02-12T00:40:16.754Z] Step 24/24 : LABEL version=0.0.0 [2021-02-12T00:40:16.754Z] ---> Running in a9d0ac5ef489 [2021-02-12T00:40:16.754Z] Removing intermediate container b6e6a544481a [2021-02-12T00:40:16.754Z] ---> 411c56091190 [2021-02-12T00:40:16.754Z] Step 26/26 : LABEL version=0.0.0 [2021-02-12T00:40:17.020Z] 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-12T00:40:17.020Z] ---> Running in f9da12b1a725 [2021-02-12T00:40:17.288Z] Removing intermediate container a9d0ac5ef489 [2021-02-12T00:40:17.288Z] ---> 21653ccdd69d [2021-02-12T00:40:17.288Z] [2021-02-12T00:40:17.288Z] Removing intermediate container f9da12b1a725 [2021-02-12T00:40:17.288Z] ---> d0b3108fe712 [2021-02-12T00:40:17.288Z] [2021-02-12T00:40:18.263Z] Successfully built 21653ccdd69d [2021-02-12T00:40:18.263Z] Successfully built d0b3108fe712 [2021-02-12T00:40:18.263Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-02-12T00:40:18.263Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-02-12T00:40:18.841Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.402s coverage: 92.8% of statements [2021-02-12T00:40:18.841Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-12T00:40:18.841Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-12T00:40:18.841Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-12T00:40:18.841Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-12T00:40:18.841Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-12T00:40:18.841Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-12T00:40:18.841Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-12T00:40:18.841Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-12T00:40:18.841Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-12T00:40:18.841Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-12T00:40:18.841Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-12T00:40:18.841Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-12T00:40:18.841Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-12T00:40:18.841Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-12T00:40:18.841Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-12T00:40:18.841Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-12T00:40:18.841Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-12T00:40:18.841Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-12T00:40:18.841Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.071s coverage: 58.8% of statements [2021-02-12T00:40:18.841Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-12T00:40:18.841Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-12T00:40:18.841Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.213s coverage: 0.1% of statements [2021-02-12T00:40:18.841Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-12T00:40:18.841Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-12T00:40:18.841Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-12T00:40:18.841Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.067s coverage: 45.5% of statements [2021-02-12T00:40:18.841Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.084s coverage: 79.5% of statements [2021-02-12T00:40:18.841Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.051s coverage: 94.1% of statements [2021-02-12T00:40:18.841Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.094s coverage: 96.3% of statements [2021-02-12T00:40:18.841Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.063s coverage: 87.5% of statements [2021-02-12T00:40:24.937Z]  Building docker-security-secretstore-setup-go ... done  Building docker-sys-mgmt-agent-go ... done Removing intermediate container afc3bcf99c00 [2021-02-12T00:40:24.938Z] ---> 945915531407 [2021-02-12T00:40:24.938Z] [2021-02-12T00:40:24.938Z] Step 10/22 : FROM alpine:3.12 [2021-02-12T00:40:24.938Z] ---> 389fef711851 [2021-02-12T00:40:24.938Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-12T00:40:24.938Z] Removing intermediate container 8fe1e9b45b85 [2021-02-12T00:40:24.938Z] ---> 5d96c90cc44f [2021-02-12T00:40:24.938Z] [2021-02-12T00:40:24.938Z] Step 10/21 : FROM alpine:3.12 [2021-02-12T00:40:24.938Z] ---> 389fef711851 [2021-02-12T00:40:24.938Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-12T00:40:24.938Z] ---> Running in 4cb1ca8fd820 [2021-02-12T00:40:25.208Z] ---> Running in e649c46dbd16 [2021-02-12T00:40:26.200Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-12T00:40:26.200Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-12T00:40:26.200Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-12T00:40:26.200Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-12T00:40:26.200Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-12T00:40:26.200Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-12T00:40:26.200Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-12T00:40:26.200Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-12T00:40:26.471Z] (4/4) Installing curl (7.69.1-r3) [2021-02-12T00:40:26.471Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-12T00:40:26.471Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T00:40:26.471Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T00:40:26.471Z] Executing ca-certificates-20191127-r4.trigger [2021-02-12T00:40:26.471Z] Executing ca-certificates-20191127-r4.trigger [2021-02-12T00:40:26.471Z] OK: 7 MiB in 18 packages [2021-02-12T00:40:26.471Z] OK: 6 MiB in 16 packages [2021-02-12T00:40:28.472Z] Removing intermediate container 4cb1ca8fd820 [2021-02-12T00:40:28.472Z] ---> 73107026ddcd [2021-02-12T00:40:28.472Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-12T00:40:28.472Z] Removing intermediate container e649c46dbd16 [2021-02-12T00:40:28.472Z] ---> dec72b7410b1 [2021-02-12T00:40:28.472Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-12T00:40:28.472Z] ---> Running in efdc8651a7b4 [2021-02-12T00:40:28.472Z] ---> Running in a4b3752c58fd [2021-02-12T00:40:30.355Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.101s coverage: 94.4% of statements [2021-02-12T00:40:30.355Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.060s coverage: 44.8% of statements [2021-02-12T00:40:31.029Z] Removing intermediate container a4b3752c58fd [2021-02-12T00:40:31.029Z] ---> 3ed49ad2a275 [2021-02-12T00:40:31.029Z] Step 13/21 : WORKDIR /edgex [2021-02-12T00:40:31.029Z] Removing intermediate container efdc8651a7b4 [2021-02-12T00:40:31.029Z] ---> eefe11ffeb21 [2021-02-12T00:40:31.029Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-12T00:40:31.029Z] ---> Running in f482cb8602fb [2021-02-12T00:40:31.029Z] ---> Running in fa7a3e38624b [2021-02-12T00:40:31.029Z] Removing intermediate container f482cb8602fb [2021-02-12T00:40:31.029Z] ---> 6d3906fc178e [2021-02-12T00:40:31.029Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-12T00:40:31.029Z] Removing intermediate container fa7a3e38624b [2021-02-12T00:40:31.029Z] ---> bf2b5deec14a [2021-02-12T00:40:31.029Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-12T00:40:31.295Z] ---> Running in 439c705061d3 [2021-02-12T00:40:31.560Z] Removing intermediate container 439c705061d3 [2021-02-12T00:40:31.560Z] ---> 99d2a419f2a6 [2021-02-12T00:40:31.560Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-12T00:40:32.137Z] ---> dc22a6d09dfa [2021-02-12T00:40:32.137Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-12T00:40:33.535Z] ---> 8513426a2319 [2021-02-12T00:40:33.535Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-12T00:40:33.535Z] Removing intermediate container 531b80774d98 [2021-02-12T00:40:33.535Z] ---> d1eda3c4e2cf [2021-02-12T00:40:33.535Z] [2021-02-12T00:40:33.535Z] Step 10/23 : FROM alpine:3.12 [2021-02-12T00:40:33.535Z] ---> 389fef711851 [2021-02-12T00:40:33.535Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-12T00:40:33.535Z] ---> a66cc441e7d8 [2021-02-12T00:40:33.535Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-12T00:40:33.535Z] ---> Running in 0579278e4bf8 [2021-02-12T00:40:33.800Z] Removing intermediate container 0579278e4bf8 [2021-02-12T00:40:33.800Z] ---> 99957a11600c [2021-02-12T00:40:33.800Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-12T00:40:34.063Z] ---> Running in 3e3a95ca25f4 [2021-02-12T00:40:34.063Z] ---> 362199d1f9a1 [2021-02-12T00:40:34.063Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-12T00:40:34.063Z] ---> 890c588e82ae [2021-02-12T00:40:34.063Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-12T00:40:34.063Z] ---> Running in 79a8fd41f908 [2021-02-12T00:40:34.063Z] Removing intermediate container 3e3a95ca25f4 [2021-02-12T00:40:34.063Z] ---> 2c003eab4f89 [2021-02-12T00:40:34.063Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-12T00:40:34.332Z] ---> Running in 1348733a54b6 [2021-02-12T00:40:34.332Z] Removing intermediate container 79a8fd41f908 [2021-02-12T00:40:34.332Z] ---> 57bdfc27db00 [2021-02-12T00:40:34.332Z] Step 18/21 : CMD ["--init=true"] [2021-02-12T00:40:34.332Z] ---> 81a2bafff7d6 [2021-02-12T00:40:34.332Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-12T00:40:34.332Z] ---> Running in d166554aead3 [2021-02-12T00:40:34.612Z] ---> Running in c4067fea212e [2021-02-12T00:40:34.612Z] Removing intermediate container 1348733a54b6 [2021-02-12T00:40:34.612Z] ---> c4b847bd4e24 [2021-02-12T00:40:34.612Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-12T00:40:34.612Z] ---> Running in df0c5d7b7f47 [2021-02-12T00:40:34.881Z] Removing intermediate container d166554aead3 [2021-02-12T00:40:34.881Z] ---> e21e6cc0153b [2021-02-12T00:40:34.881Z] Step 19/21 : LABEL arch=x86_64 [2021-02-12T00:40:34.881Z] Removing intermediate container c4067fea212e [2021-02-12T00:40:34.881Z] ---> ad692dcd5128 [2021-02-12T00:40:34.881Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-12T00:40:34.881Z] ---> Running in 863ae22eded6 [2021-02-12T00:40:35.153Z] ---> Running in 41cff789bc2d [2021-02-12T00:40:35.153Z] Removing intermediate container 863ae22eded6 [2021-02-12T00:40:35.153Z] ---> 3aa342db4edf [2021-02-12T00:40:35.153Z] Step 20/21 : LABEL git_sha=45dee08a088b3bcf19667cd45fc15bc3ebb1cbe5 [2021-02-12T00:40:35.153Z] ---> Running in 98f593f11c84 [2021-02-12T00:40:35.426Z] Removing intermediate container 41cff789bc2d [2021-02-12T00:40:35.426Z] ---> 2da918e4d19a [2021-02-12T00:40:35.426Z] Step 20/22 : LABEL arch=x86_64 [2021-02-12T00:40:35.426Z] ---> Running in daf6e475080f [2021-02-12T00:40:35.426Z] Removing intermediate container 98f593f11c84 [2021-02-12T00:40:35.426Z] ---> 88b001b2d58f [2021-02-12T00:40:35.426Z] Step 21/21 : LABEL version=0.0.0 [2021-02-12T00:40:35.694Z] ---> Running in b4bf8f887f8f [2021-02-12T00:40:35.694Z] Removing intermediate container daf6e475080f [2021-02-12T00:40:35.694Z] ---> c3fa7b5b836a [2021-02-12T00:40:35.694Z] Step 21/22 : LABEL git_sha=45dee08a088b3bcf19667cd45fc15bc3ebb1cbe5 [2021-02-12T00:40:35.694Z] ---> Running in ab8c59c3597b [2021-02-12T00:40:36.042Z] Removing intermediate container b4bf8f887f8f [2021-02-12T00:40:36.042Z] ---> 60b5a71b925e [2021-02-12T00:40:36.042Z] [2021-02-12T00:40:36.042Z] Removing intermediate container ab8c59c3597b [2021-02-12T00:40:36.042Z] ---> e3bce75f9996 [2021-02-12T00:40:36.042Z] Step 22/22 : LABEL version=0.0.0 [2021-02-12T00:40:36.042Z] Successfully built 60b5a71b925e [2021-02-12T00:40:37.035Z] ---> Running in 87311068ede6 [2021-02-12T00:40:37.035Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-02-12T00:40:37.035Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container df0c5d7b7f47 [2021-02-12T00:40:37.035Z] ---> 4caee34b581e [2021-02-12T00:40:37.035Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-12T00:40:37.035Z] ---> Running in b6151bcb5983 [2021-02-12T00:40:37.314Z] Removing intermediate container 87311068ede6 [2021-02-12T00:40:37.314Z] ---> 0d5f5db939ef [2021-02-12T00:40:37.314Z] [2021-02-12T00:40:37.586Z] Successfully built 0d5f5db939ef [2021-02-12T00:40:37.586Z] Successfully tagged docker-support-notifications-go:latest [2021-02-12T00:40:37.586Z]  Building docker-support-notifications-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-12T00:40:38.563Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-12T00:40:39.509Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-12T00:40:39.509Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-12T00:40:39.509Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-12T00:40:39.771Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-12T00:40:40.346Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-12T00:40:40.610Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-12T00:40:40.610Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T00:40:40.610Z] OK: 8 MiB in 20 packages [2021-02-12T00:40:41.191Z] Removing intermediate container b6151bcb5983 [2021-02-12T00:40:41.191Z] ---> b2b4ff155b87 [2021-02-12T00:40:41.191Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-12T00:40:41.459Z] ---> 4e0481780f44 [2021-02-12T00:40:41.459Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-12T00:40:42.051Z] ---> ab15e561fa7c [2021-02-12T00:40:42.051Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-12T00:40:42.321Z] ---> 5458fc464728 [2021-02-12T00:40:42.321Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-12T00:40:42.321Z] ---> Running in c5ea927eba9d [2021-02-12T00:40:42.594Z] Removing intermediate container c5ea927eba9d [2021-02-12T00:40:42.594Z] ---> ef0d195c6d34 [2021-02-12T00:40:42.594Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-12T00:40:42.594Z] ---> Running in 97b3f9043362 [2021-02-12T00:40:42.856Z] Removing intermediate container 97b3f9043362 [2021-02-12T00:40:42.856Z] ---> 392bbcd629ec [2021-02-12T00:40:42.858Z] Step 21/23 : LABEL arch=x86_64 [2021-02-12T00:40:42.858Z] ---> Running in 2f61984cf357 [2021-02-12T00:40:42.858Z] Removing intermediate container 2f61984cf357 [2021-02-12T00:40:42.858Z] ---> b929ddc1bd5c [2021-02-12T00:40:42.858Z] Step 22/23 : LABEL git_sha=45dee08a088b3bcf19667cd45fc15bc3ebb1cbe5 [2021-02-12T00:40:43.122Z] ---> Running in f48d51311d4d [2021-02-12T00:40:43.122Z] Removing intermediate container f48d51311d4d [2021-02-12T00:40:43.122Z] ---> 7251e9a03911 [2021-02-12T00:40:43.122Z] Step 23/23 : LABEL version=0.0.0 [2021-02-12T00:40:43.384Z] ---> Running in 22dc6940491e [2021-02-12T00:40:43.384Z] Removing intermediate container 22dc6940491e [2021-02-12T00:40:43.384Z] ---> d63962f7ee6e [2021-02-12T00:40:43.384Z] [2021-02-12T00:40:43.651Z] Successfully built d63962f7ee6e [2021-02-12T00:40:43.651Z] Successfully tagged docker-core-data-go:latest [2021-02-12T00:40:43.946Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-02-12T00:40:43.983Z] $ docker stop --time=1 4c4d3c6b18a794df3bae2f54cfc32344d578a563f2402f6e42cd8fa021a0a52e [2021-02-12T00:40:45.485Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.121s coverage: 92.9% of statements [2021-02-12T00:40:45.485Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-12T00:40:45.485Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-12T00:40:45.485Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-12T00:40:45.485Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.056s coverage: 77.8% of statements [2021-02-12T00:40:45.485Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-12T00:40:45.485Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-02-12T00:40:45.485Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-02-12T00:40:45.485Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-02-12T00:40:45.485Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-02-12T00:40:45.485Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.076s coverage: 87.2% of statements [2021-02-12T00:40:45.485Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-12T00:40:45.485Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-12T00:40:45.485Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.045s coverage: 100.0% of statements [2021-02-12T00:40:45.485Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-12T00:40:45.485Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.091s coverage: 75.5% of statements [2021-02-12T00:40:45.485Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-12T00:40:45.485Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.068s coverage: 80.8% of statements [2021-02-12T00:40:45.485Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.130s coverage: 87.2% of statements [2021-02-12T00:40:45.485Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.149s coverage: 84.2% of statements [2021-02-12T00:40:45.485Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.184s coverage: 91.4% of statements [2021-02-12T00:40:45.485Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-12T00:40:45.485Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.604s coverage: 63.5% of statements [2021-02-12T00:40:45.485Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-12T00:40:45.485Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-12T00:40:45.485Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.069s coverage: 100.0% of statements [2021-02-12T00:40:45.485Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.099s coverage: 91.3% of statements [2021-02-12T00:40:45.485Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.055s coverage: 100.0% of statements [2021-02-12T00:40:45.485Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.070s coverage: 73.7% of statements [2021-02-12T00:40:45.485Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.059s coverage: 100.0% of statements [2021-02-12T00:40:45.644Z] $ docker rm -f 4c4d3c6b18a794df3bae2f54cfc32344d578a563f2402f6e42cd8fa021a0a52e [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-12T00:40:46.180Z] + docker images [2021-02-12T00:40:46.180Z] + grep docker [2021-02-12T00:40:46.486Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.028s coverage: 68.9% of statements [2021-02-12T00:40:46.486Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-12T00:40:46.486Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-12T00:40:46.754Z] docker-core-data-go latest d63962f7ee6e 3 seconds ago 22.3MB [2021-02-12T00:40:46.754Z] docker-support-notifications-go latest 0d5f5db939ef 9 seconds ago 17.6MB [2021-02-12T00:40:46.754Z] docker-security-proxy-setup-go latest 60b5a71b925e 11 seconds ago 24.4MB [2021-02-12T00:40:46.754Z] docker-sys-mgmt-agent-go latest d0b3108fe712 29 seconds ago 313MB [2021-02-12T00:40:46.754Z] docker-security-secretstore-setup-go latest 21653ccdd69d 30 seconds ago 24.6MB [2021-02-12T00:40:46.754Z] docker-security-bootstrapper-go latest a6260db3006e About a minute ago 18MB [2021-02-12T00:40:46.754Z] docker-core-metadata-go latest a8eb02f70b15 2 minutes ago 18.8MB [2021-02-12T00:40:46.754Z] docker-core-command-go latest cd57720dcfeb 2 minutes ago 16.9MB [2021-02-12T00:40:46.754Z] docker-support-scheduler-go latest cb992c7cd53e 2 minutes ago 17MB [2021-02-12T00:40:46.754Z] 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-12T00:40:48.514Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.437s coverage: 37.0% of statements [2021-02-12T00:40:48.514Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-12T00:40:48.514Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-12T00:40:48.514Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.899s coverage: 84.0% of statements [2021-02-12T00:40:48.796Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.102s coverage: 100.0% of statements [2021-02-12T00:40:57.146Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.492s coverage: 47.0% of statements [2021-02-12T00:40:57.147Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-12T00:40:57.147Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-12T00:40:57.147Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-12T00:40:57.147Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-12T00:40:57.147Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-12T00:40:57.147Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.169s coverage: 100.0% of statements [2021-02-12T00:40:57.147Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-12T00:40:57.147Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.178s coverage: 100.0% of statements [2021-02-12T00:40:57.147Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-12T00:40:57.147Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-12T00:40:57.147Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-12T00:40:57.147Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-12T00:40:57.147Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.322s coverage: 89.4% of statements [2021-02-12T00:40:57.147Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-12T00:40:57.147Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-12T00:40:57.147Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-12T00:41:02.828Z] Still waiting to schedule task [2021-02-12T00:41:02.828Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-8c-8g-26183’ [2021-02-12T00:41:07.385Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.568s coverage: 29.1% of statements [2021-02-12T00:41:07.385Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-12T00:41:07.385Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-12T00:41:07.385Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-12T00:41:07.385Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-12T00:41:07.385Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-12T00:41:07.385Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.213s coverage: 99.0% of statements [2021-02-12T00:41:07.385Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-12T00:41:07.385Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.106s coverage: 100.0% of statements [2021-02-12T00:41:07.385Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-12T00:41:07.385Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-12T00:41:07.385Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-12T00:41:07.385Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-12T00:41:07.385Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.250s coverage: 100.0% of statements [2021-02-12T00:41:07.385Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-12T00:41:07.385Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-12T00:41:07.385Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-12T00:41:07.385Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.044s coverage: 0.0% of statements [2021-02-12T00:41:07.385Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-12T00:41:07.385Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.053s coverage: 100.0% of statements [2021-02-12T00:41:07.385Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-12T00:41:07.385Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-12T00:41:07.385Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-12T00:41:07.385Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-12T00:41:07.385Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.088s coverage: 87.9% of statements [2021-02-12T00:41:07.385Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-12T00:41:07.385Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-12T00:41:07.385Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.094s coverage: 100.0% of statements [2021-02-12T00:41:07.385Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.062s coverage: 32.1% of statements [2021-02-12T00:41:07.385Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements [2021-02-12T00:41:07.385Z] GO111MODULE=on go vet ./... [2021-02-12T00:42:29.217Z] gofmt -l . [2021-02-12T00:42:29.217Z] [ "`gofmt -l .`" = "" ] [2021-02-12T00:42:29.217Z] ./bin/test-go-mod-tidy.sh [2021-02-12T00:42:29.217Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-12T00:42:31.337Z] + ls -al . [2021-02-12T00:42:31.338Z] total 728 [2021-02-12T00:42:31.338Z] drwxrwxr-x 9 1001 1001 4096 Feb 12 00:42 . [2021-02-12T00:42:31.338Z] drwxr-xr-x 4 root root 4096 Feb 12 00:37 .. [2021-02-12T00:42:31.338Z] -rw-rw-r-- 1 1001 1001 11 Feb 12 00:36 .dockerignore [2021-02-12T00:42:31.338Z] drwxrwxr-x 8 1001 1001 4096 Feb 12 00:36 .git [2021-02-12T00:42:31.338Z] drwxrwxr-x 3 1001 1001 4096 Feb 12 00:36 .github [2021-02-12T00:42:31.338Z] -rw-rw-r-- 1 1001 1001 818 Feb 12 00:36 .gitignore [2021-02-12T00:42:31.338Z] -rw-rw-r-- 1 1001 1001 166 Feb 12 00:36 .sonarcloud.properties [2021-02-12T00:42:31.338Z] -rw-rw-r-- 1 1001 1001 7859 Feb 12 00:36 Attribution.txt [2021-02-12T00:42:31.338Z] -rw-rw-r-- 1 1001 1001 3804 Feb 12 00:36 CONTRIBUTING.md [2021-02-12T00:42:31.338Z] -rw-rw-r-- 1 1001 1001 931 Feb 12 00:36 Dockerfile.build [2021-02-12T00:42:31.338Z] -rw-rw-r-- 1 1001 1001 863 Feb 12 00:36 Jenkinsfile [2021-02-12T00:42:31.338Z] -rw-rw-r-- 1 1001 1001 10775 Feb 12 00:36 LICENSE [2021-02-12T00:42:31.338Z] -rw-rw-r-- 1 1001 1001 5774 Feb 12 00:36 Makefile [2021-02-12T00:42:31.338Z] -rw-rw-r-- 1 1001 1001 6524 Feb 12 00:36 README.md [2021-02-12T00:42:31.338Z] -rw-rw-r-- 1 1001 1001 6755 Feb 12 00:36 SECURITY.md [2021-02-12T00:42:31.338Z] -rw-rw-r-- 1 1001 1001 5 Feb 12 00:32 VERSION [2021-02-12T00:42:31.338Z] -rw-rw-r-- 1 1001 1001 4131 Feb 12 00:36 ZMQWindows.md [2021-02-12T00:42:31.338Z] drwxrwxr-x 2 1001 1001 4096 Feb 12 00:36 bin [2021-02-12T00:42:31.338Z] drwxrwxr-x 14 1001 1001 4096 Feb 12 00:36 cmd [2021-02-12T00:42:31.338Z] -rw-r--r-- 1 root root 595676 Feb 12 00:41 coverage.out [2021-02-12T00:42:31.338Z] -rw-r--r-- 1 root root 1054 Feb 12 00:42 go.mod [2021-02-12T00:42:31.338Z] -rw-r--r-- 1 root root 19290 Feb 12 00:42 go.sum [2021-02-12T00:42:31.338Z] drwxrwxr-x 8 1001 1001 4096 Feb 12 00:36 internal [2021-02-12T00:42:31.338Z] drwxrwxr-x 4 1001 1001 4096 Feb 12 00:36 openapi [2021-02-12T00:42:31.338Z] drwxrwxr-x 4 1001 1001 4096 Feb 12 00:36 snap [2021-02-12T00:42:31.338Z] -rw-rw-r-- 1 1001 1001 168 Feb 12 00:36 version.go [Pipeline] sh [2021-02-12T00:42:32.084Z] + '[' -e coverage.out ] [2021-02-12T00:42:32.084Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-12T00:42:32.117Z] Warning: overwriting stash ‘coverage-report’ [2021-02-12T00:42:32.569Z] Running on prd-ubuntu18.04-docker-8c-8g-26184 in /w/workspace/edgexfoundry_edgex-go_PR-3113 [Pipeline] { [Pipeline] ws [2021-02-12T00:42:32.622Z] Running in /w/workspace/edgex-go/21 [Pipeline] { [Pipeline] checkout [2021-02-12T00:42:33.461Z] Stashed 1 file(s) [Pipeline] sh [2021-02-12T00:42:34.132Z] + make build [2021-02-12T00:42:34.132Z] 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-12T00:42:34.860Z] using credential edgex-jenkins-ssh [2021-02-12T00:42:34.918Z] Cloning the remote Git repository [2021-02-12T00:42:34.945Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-12T00:42:35.005Z] > git init /w/workspace/edgex-go/21 # timeout=10 [2021-02-12T00:42:35.032Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-12T00:42:35.032Z] > git --version # timeout=10 [2021-02-12T00:42:35.044Z] > git --version # 'git version 2.17.1' [2021-02-12T00:42:35.046Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-12T00:42:35.076Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-12T00:42:44.298Z] 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-12T00:42:50.614Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-12T00:42:50.620Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-12T00:42:50.629Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-12T00:42:50.642Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-12T00:42:50.642Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-12T00:42:50.647Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3113/head:refs/remotes/origin/PR-3113 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-12T00:42:51.083Z] Merging remotes/origin/master commit 6b1c9d0ce3d994c7467644266d4bee7b22ebaf18 into PR head commit 381370a24fa11f31a9a344a70b43ef8e9a3a22d6 [2021-02-12T00:42:51.279Z] Merge succeeded, producing daf27139fca83465c3525a9c25e101e172969edb [2021-02-12T00:42:51.279Z] Checking out Revision daf27139fca83465c3525a9c25e101e172969edb (PR-3113) [2021-02-12T00:42:51.096Z] > git config core.sparsecheckout # timeout=10 [2021-02-12T00:42:51.102Z] > git checkout -f 381370a24fa11f31a9a344a70b43ef8e9a3a22d6 # timeout=10 [2021-02-12T00:42:51.183Z] > git remote # timeout=10 [2021-02-12T00:42:51.192Z] > git config --get remote.origin.url # timeout=10 [2021-02-12T00:42:51.200Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-12T00:42:51.205Z] > git merge 6b1c9d0ce3d994c7467644266d4bee7b22ebaf18 # timeout=10 [2021-02-12T00:42:51.275Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-12T00:42:51.285Z] > git config core.sparsecheckout # timeout=10 [2021-02-12T00:42:51.290Z] > git checkout -f daf27139fca83465c3525a9c25e101e172969edb # timeout=10 [2021-02-12T00:42:54.958Z] Commit message: "Merge commit '6b1c9d0ce3d994c7467644266d4bee7b22ebaf18' into HEAD" [2021-02-12T00:42:54.964Z] > git rev-list --no-walk 381370a24fa11f31a9a344a70b43ef8e9a3a22d6 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-12T00:42:56.158Z] + echo snap-build.sh [2021-02-12T00:42:56.158Z] snap-build.sh [2021-02-12T00:42:56.158Z] + SNAP_BASE_DIR=. [2021-02-12T00:42:56.158Z] + '[' '!' -z /w/workspace/edgex-go/21 ']' [2021-02-12T00:42:56.158Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/21 [2021-02-12T00:42:56.158Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/21]' [2021-02-12T00:42:56.158Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/21] [2021-02-12T00:42:56.158Z] + cd /w/workspace/edgex-go/21 [2021-02-12T00:42:56.158Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-02-12T00:42:56.158Z] Reading package lists... [2021-02-12T00:42:56.158Z] Building dependency tree... [2021-02-12T00:42:56.158Z] Reading state information... [2021-02-12T00:42:56.420Z] The following packages were automatically installed and are no longer required: [2021-02-12T00:42:56.420Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-02-12T00:42:56.420Z] uidmap xdelta3 [2021-02-12T00:42:56.420Z] Use 'sudo apt autoremove' to remove them. [2021-02-12T00:42:56.420Z] The following packages will be REMOVED: [2021-02-12T00:42:56.420Z] lxd* lxd-client* [2021-02-12T00:42:56.682Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-02-12T00:42:56.682Z] After this operation, 31.7 MB disk space will be freed. [2021-02-12T00:42:59.151Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) [2021-02-12T00:42:59.151Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-12T00:43:00.096Z] Removing lxd dnsmasq configuration [2021-02-12T00:43:00.096Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-02-12T00:43:00.357Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-02-12T00:43:01.314Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-02-12T00:43:01.575Z] (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-12T00:43:01.575Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-12T00:43:02.961Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-02-12T00:43:02.961Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-02-12T00:43:04.351Z] + sudo snap remove --purge lxd [2021-02-12T00:43:04.351Z] snap "lxd" is not installed [2021-02-12T00:43:04.351Z] + sudo groupadd --force --system lxd [2021-02-12T00:43:04.351Z] ++ whoami [2021-02-12T00:43:04.351Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-02-12T00:43:04.351Z] + newgrp - lxd [2021-02-12T00:43:04.351Z] + sudo snap install lxd [2021-02-12T00:43:11.136Z] 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-12T00:43:12.579Z] 2021-02-12T00:43:09Z INFO Waiting for automatic snapd restart... [2021-02-12T00:43:15.461Z] 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-12T00:43:22.204Z] 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-12T00:43:22.631Z] lxd 4.11 from Canonical* installed [2021-02-12T00:43:22.631Z] + sudo lxd init --auto [2021-02-12T00:43:22.800Z] 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-12T00:43:29.525Z] 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-12T00:43:31.197Z] + sudo snap install --classic snapcraft [2021-02-12T00:43:36.235Z] 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-12T00:43:36.502Z] snapcraft 4.5.1 from Canonical* installed [2021-02-12T00:43:36.502Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-02-12T00:43:36.502Z] + patch --verbose -p1 [2021-02-12T00:43:36.502Z] Hmm... Looks like a unified diff to me... [2021-02-12T00:43:36.502Z] The text leading up to this was: [2021-02-12T00:43:36.502Z] -------------------------- [2021-02-12T00:43:36.502Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-02-12T00:43:36.502Z] |From: Tony Espy [2021-02-12T00:43:36.502Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-02-12T00:43:36.502Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-02-12T00:43:36.502Z] | [2021-02-12T00:43:36.502Z] |This patch is used by the EdgeX CI pipeline builds to [2021-02-12T00:43:36.502Z] |optimize the snap CI check run for pull requests. When [2021-02-12T00:43:36.502Z] |applied, it essentially strips out everything (apps and [2021-02-12T00:43:36.502Z] |parts) from the snapcraft.yaml file except those required [2021-02-12T00:43:36.502Z] |to build edgex-go, as the whole idea of the CI check is to [2021-02-12T00:43:36.502Z] |catch changes to edgex-go that break the snap build. [2021-02-12T00:43:36.502Z] | [2021-02-12T00:43:36.502Z] |In general, anyone updating snapcraft.yaml will also need [2021-02-12T00:43:36.502Z] |to update this patch file, otherwise it may fail to apply, [2021-02-12T00:43:36.502Z] |resulting in a failed snap build CI check in the associated [2021-02-12T00:43:36.502Z] |pull request. [2021-02-12T00:43:36.502Z] | [2021-02-12T00:43:36.502Z] |Note - in addition to applying this patch, the pipeline also [2021-02-12T00:43:36.502Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-02-12T00:43:36.502Z] |need to build the finally binary .snap file (and it won't [2021-02-12T00:43:36.502Z] |work with the patch applied). This further reduces the build [2021-02-12T00:43:36.502Z] |time. [2021-02-12T00:43:36.502Z] |--- [2021-02-12T00:43:36.502Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-02-12T00:43:36.502Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-02-12T00:43:36.502Z] | [2021-02-12T00:43:36.502Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-02-12T00:43:36.502Z] |index 1e537489..faf42425 100644 [2021-02-12T00:43:36.502Z] |--- a/snap/snapcraft.yaml [2021-02-12T00:43:36.502Z] |+++ b/snap/snapcraft.yaml [2021-02-12T00:43:36.502Z] -------------------------- [2021-02-12T00:43:36.502Z] patching file snap/snapcraft.yaml [2021-02-12T00:43:36.502Z] Using Plan A... [2021-02-12T00:43:36.502Z] Hunk #1 succeeded at 73. [2021-02-12T00:43:36.502Z] Hunk #2 succeeded at 205 with fuzz 1 (offset 6 lines). [2021-02-12T00:43:36.502Z] Hunk #3 succeeded at 217 (offset 3 lines). [2021-02-12T00:43:36.502Z] Hunk #4 succeeded at 225 (offset 3 lines). [2021-02-12T00:43:36.502Z] Hunk #5 succeeded at 232 (offset 3 lines). [2021-02-12T00:43:36.502Z] Hunk #6 succeeded at 259 (offset 3 lines). [2021-02-12T00:43:36.502Z] Hunk #7 succeeded at 293 (offset 3 lines). [2021-02-12T00:43:36.502Z] Hunk #8 succeeded at 352 (offset 11 lines). [2021-02-12T00:43:36.502Z] Hmm... Ignoring the trailing garbage. [2021-02-12T00:43:36.502Z] done [2021-02-12T00:43:36.502Z] + sudo snapcraft prime --use-lxd [2021-02-12T00:43:37.891Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-02-12T00:43:37.892Z] 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-12T00:43:37.892Z] - README.md [2021-02-12T00:43:37.892Z] - snapcraft.yaml.orig [2021-02-12T00:43:37.892Z] [2021-02-12T00:43:37.892Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-02-12T00:43:38.468Z] Launching a container. [2021-02-12T00:43:39.621Z] 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-12T00:43:45.028Z] 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-12T00:43:47.665Z] 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-12T00:43:50.714Z] Waiting for container to be ready [2021-02-12T00:43:50.714Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-02-12T00:43:50.714Z] [2021-02-12T00:43:51.973Z] 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-12T00:43:53.266Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-02-12T00:43:53.841Z] Waiting for network to be ready... [2021-02-12T00:43:54.104Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-02-12T00:43:54.104Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-12T00:43:54.677Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1544 kB] [2021-02-12T00:43:54.677Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-02-12T00:43:54.677Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-02-12T00:43:54.938Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-02-12T00:43:54.938Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-02-12T00:43:54.938Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [298 kB] [2021-02-12T00:43:54.938Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-02-12T00:43:54.938Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-02-12T00:43:54.938Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-02-12T00:43:54.938Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-02-12T00:43:54.938Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-02-12T00:43:54.938Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] [2021-02-12T00:43:54.938Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-02-12T00:43:55.200Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] [2021-02-12T00:43:55.200Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1109 kB] [2021-02-12T00:43:55.200Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [248 kB] [2021-02-12T00:43:55.460Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-02-12T00:43:55.721Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1884 kB] [2021-02-12T00:43:55.721Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [390 kB] [2021-02-12T00:43:55.721Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-02-12T00:43:55.721Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-02-12T00:43:55.721Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] [2021-02-12T00:43:55.721Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] [2021-02-12T00:43:55.721Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1718 kB] [2021-02-12T00:43:55.983Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] [2021-02-12T00:43:58.528Z] Fetched 23.9 MB in 4s (5539 kB/s) [Pipeline] } [2021-02-12T00:43:58.715Z] $ docker stop --time=1 3428e67599ef21126b562e1f3f6ed28a0fb671ef8765c9d138e85c8ef4bda83e [2021-02-12T00:43:59.100Z] Reading package lists... [2021-02-12T00:43:59.362Z] Reading package lists... [2021-02-12T00:43:59.624Z] Building dependency tree... [2021-02-12T00:43:59.624Z] Reading state information... [2021-02-12T00:43:59.624Z] The following additional packages will be installed: [2021-02-12T00:43:59.624Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-02-12T00:43:59.624Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-02-12T00:43:59.624Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-02-12T00:43:59.624Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-02-12T00:43:59.624Z] Suggested packages: [2021-02-12T00:43:59.624Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-02-12T00:43:59.624Z] Recommended packages: [2021-02-12T00:43:59.624Z] gnupg libsasl2-modules [2021-02-12T00:43:59.624Z] The following NEW packages will be installed: [2021-02-12T00:43:59.624Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-02-12T00:43:59.624Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-02-12T00:43:59.624Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-02-12T00:43:59.624Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-02-12T00:43:59.624Z] The following packages will be upgraded: [2021-02-12T00:43:59.624Z] gpg gpg-agent gpgconf libudev1 [2021-02-12T00:43:59.624Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-02-12T00:43:59.624Z] Need to get 3532 kB of archives. [2021-02-12T00:43:59.624Z] After this operation, 13.3 MB of additional disk space will be used. [2021-02-12T00:43:59.624Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-02-12T00:43:59.885Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-02-12T00:43:59.885Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-02-12T00:43:59.885Z] 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-12T00:43:59.885Z] 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-12T00:43:59.885Z] 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-12T00:43:59.885Z] 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-12T00:43:59.885Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-02-12T00:43:59.885Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-02-12T00:44:00.146Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-02-12T00:44:00.408Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-02-12T00:44:00.408Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-02-12T00:44:00.408Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-02-12T00:44:00.408Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-02-12T00:44:00.668Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-02-12T00:44:00.668Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-02-12T00:44:00.668Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-02-12T00:44:00.668Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-02-12T00:44:00.668Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-02-12T00:44:00.668Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-02-12T00:44:00.668Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-02-12T00:44:00.668Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-02-12T00:44:00.668Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-12T00:44:00.929Z] Fetched 3532 kB in 1s (3489 kB/s) [2021-02-12T00:44:00.929Z] (Reading database ... 12511 files and directories currently installed.) [2021-02-12T00:44:00.929Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-02-12T00:44:00.929Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-12T00:44:00.929Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-02-12T00:44:01.192Z] Selecting previously unselected package udev. [2021-02-12T00:44:01.192Z] (Reading database ... 12511 files and directories currently installed.) [2021-02-12T00:44:01.192Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-02-12T00:44:01.192Z] Unpacking udev (237-3ubuntu10.44) ... [2021-02-12T00:44:01.408Z] $ docker rm -f 3428e67599ef21126b562e1f3f6ed28a0fb671ef8765c9d138e85c8ef4bda83e [2021-02-12T00:44:01.453Z] Selecting previously unselected package libfuse2:amd64. [2021-02-12T00:44:01.453Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-02-12T00:44:01.453Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-02-12T00:44:01.453Z] Selecting previously unselected package fuse. [2021-02-12T00:44:01.453Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-02-12T00:44:01.453Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-02-12T00:44:01.453Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-12T00:44:01.453Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-12T00:44:01.714Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-12T00:44:01.714Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-12T00:44:01.975Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-12T00:44:01.975Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-12T00:44:01.975Z] Selecting previously unselected package libksba8:amd64. [2021-02-12T00:44:01.975Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-02-12T00:44:01.975Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-02-12T00:44:02.235Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-02-12T00:44:02.235Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-12T00:44:02.235Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-12T00:44:02.235Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-02-12T00:44:02.235Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-12T00:44:02.235Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-12T00:44:02.497Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-02-12T00:44:02.497Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-12T00:44:02.497Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-12T00:44:02.497Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-02-12T00:44:02.497Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-12T00:44:02.497Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-12T00:44:02.497Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-02-12T00:44:02.497Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-12T00:44:02.497Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-12T00:44:02.758Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-02-12T00:44:02.758Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-12T00:44:02.758Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-12T00:44:02.758Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-02-12T00:44:02.758Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-12T00:44:02.758Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [2021-02-12T00:44:03.020Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-02-12T00:44:03.020Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-12T00:44:03.020Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-12T00:44:03.020Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-02-12T00:44:03.020Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-12T00:44:03.020Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [2021-02-12T00:44:03.282Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-02-12T00:44:03.283Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-02-12T00:44:03.283Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-12T00:44:03.283Z] Selecting previously unselected package libsasl2-2:amd64. [2021-02-12T00:44:03.283Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-02-12T00:44:03.283Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-12T00:44:03.283Z] Selecting previously unselected package libldap-common. [2021-02-12T00:44:03.283Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.9_all.deb ... [2021-02-12T00:44:03.283Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.9) ... [Pipeline] sh [2021-02-12T00:44:03.542Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-02-12T00:44:03.542Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.9_amd64.deb ... [2021-02-12T00:44:03.542Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.9) ... [2021-02-12T00:44:03.542Z] Selecting previously unselected package dirmngr. [2021-02-12T00:44:03.542Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-12T00:44:03.542Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-02-12T00:44:03.598Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-12T00:44:03.598Z] [2021-02-12T00:44:03.598Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-12T00:44:03.804Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.9) ... [2021-02-12T00:44:03.804Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-02-12T00:44:03.804Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-02-12T00:44:03.804Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-12T00:44:03.804Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-12T00:44:03.804Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [Pipeline] isUnix [Pipeline] sh [2021-02-12T00:44:04.069Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-12T00:44:04.069Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-02-12T00:44:04.069Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-12T00:44:04.069Z] Setting up udev (237-3ubuntu10.44) ... [2021-02-12T00:44:04.255Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-12T00:44:04.332Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-02-12T00:44:04.529Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-02-12T00:44:04.529Z] 29e5d40040c1: Pulling fs layer [2021-02-12T00:44:04.529Z] 1ce36da41761: Pulling fs layer [2021-02-12T00:44:04.529Z] 25b303627fd3: Pulling fs layer [2021-02-12T00:44:04.529Z] 29e5d40040c1: Verifying Checksum [2021-02-12T00:44:04.529Z] 29e5d40040c1: Download complete [2021-02-12T00:44:04.594Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-12T00:44:04.594Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-02-12T00:44:04.594Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-02-12T00:44:04.594Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-02-12T00:44:04.594Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-12T00:44:04.855Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-12T00:44:04.855Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-12T00:44:04.855Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-12T00:44:04.855Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-12T00:44:04.855Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-12T00:44:04.855Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-12T00:44:04.855Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.9) ... [2021-02-12T00:44:04.855Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-02-12T00:44:05.118Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-12T00:44:05.379Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-02-12T00:44:05.379Z] settings in the [Install] section, and DefaultInstance for template units). [2021-02-12T00:44:05.379Z] This means they are not meant to be enabled using systemctl. [2021-02-12T00:44:05.379Z] Possible reasons for having this kind of units are: [2021-02-12T00:44:05.379Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-02-12T00:44:05.379Z] .wants/ or .requires/ directory. [2021-02-12T00:44:05.379Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-02-12T00:44:05.379Z] a requirement dependency on it. [2021-02-12T00:44:05.379Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-02-12T00:44:05.379Z] D-Bus, udev, scripted systemctl call, ...). [2021-02-12T00:44:05.379Z] 4) In case of template units, the unit is meant to be enabled with some [2021-02-12T00:44:05.379Z] instance name specified. [2021-02-12T00:44:05.517Z] 29e5d40040c1: Pull complete [2021-02-12T00:44:05.517Z] 1ce36da41761: Verifying Checksum [2021-02-12T00:44:05.641Z] Reading package lists... [2021-02-12T00:44:05.902Z] Building dependency tree... [2021-02-12T00:44:05.902Z] Reading state information... [2021-02-12T00:44:05.902Z] The following additional packages will be installed: [2021-02-12T00:44:05.902Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-02-12T00:44:05.902Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-02-12T00:44:05.902Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-02-12T00:44:05.902Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-02-12T00:44:05.902Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-02-12T00:44:05.902Z] Suggested packages: [2021-02-12T00:44:05.902Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-02-12T00:44:05.902Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-02-12T00:44:05.902Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-02-12T00:44:05.902Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-02-12T00:44:05.902Z] systemd-container policykit-1 [2021-02-12T00:44:05.902Z] Recommended packages: [2021-02-12T00:44:05.902Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-02-12T00:44:06.163Z] The following NEW packages will be installed: [2021-02-12T00:44:06.163Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-02-12T00:44:06.164Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-02-12T00:44:06.164Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-02-12T00:44:06.164Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-02-12T00:44:06.164Z] python3.6-minimal snapd squashfs-tools sudo [2021-02-12T00:44:06.164Z] The following packages will be upgraded: [2021-02-12T00:44:06.164Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-02-12T00:44:06.164Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-02-12T00:44:06.164Z] Need to get 35.2 MB of archives. [2021-02-12T00:44:06.164Z] After this operation, 141 MB of additional disk space will be used. [2021-02-12T00:44:06.164Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-02-12T00:44:06.164Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-02-12T00:44:06.496Z] 1ce36da41761: Pull complete [2021-02-12T00:44:06.737Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-02-12T00:44:06.999Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] [2021-02-12T00:44:06.999Z] 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-12T00:44:06.999Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-02-12T00:44:06.999Z] Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-02-12T00:44:06.999Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2021-02-12T00:44:06.999Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-02-12T00:44:06.999Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-02-12T00:44:06.999Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-02-12T00:44:06.999Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-02-12T00:44:06.999Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-02-12T00:44:06.999Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-02-12T00:44:06.999Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-02-12T00:44:06.999Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-02-12T00:44:07.088Z] 25b303627fd3: Verifying Checksum [2021-02-12T00:44:07.088Z] 25b303627fd3: Download complete [2021-02-12T00:44:07.261Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2021-02-12T00:44:07.261Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-02-12T00:44:07.261Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-02-12T00:44:07.261Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-02-12T00:44:07.261Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-02-12T00:44:07.261Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-02-12T00:44:07.261Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-02-12T00:44:07.261Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-02-12T00:44:07.261Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-02-12T00:44:07.261Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-02-12T00:44:07.261Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-02-12T00:44:07.261Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-02-12T00:44:07.261Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-02-12T00:44:07.261Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-02-12T00:44:08.643Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-12T00:44:08.643Z] Fetched 35.2 MB in 2s (15.0 MB/s) [2021-02-12T00:44:08.643Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-12T00:44:08.643Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-02-12T00:44:08.903Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-12T00:44:09.482Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-02-12T00:44:09.482Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-12T00:44:09.482Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-02-12T00:44:09.743Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-12T00:44:09.743Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-02-12T00:44:09.743Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-02-12T00:44:09.743Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-02-12T00:44:10.004Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-12T00:44:10.004Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-02-12T00:44:10.004Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-02-12T00:44:10.269Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-02-12T00:44:10.269Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-02-12T00:44:10.842Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-02-12T00:44:10.842Z] (Reading database ... 12764 files and directories currently installed.) [2021-02-12T00:44:10.842Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-02-12T00:44:10.842Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-02-12T00:44:11.103Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-02-12T00:44:11.103Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-12T00:44:11.103Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-12T00:44:11.364Z] Selecting previously unselected package libexpat1:amd64. [2021-02-12T00:44:11.364Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-02-12T00:44:11.364Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-02-12T00:44:11.625Z] Selecting previously unselected package python3.6-minimal. [2021-02-12T00:44:11.625Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-12T00:44:11.625Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-02-12T00:44:11.887Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-02-12T00:44:11.887Z] Checking for services that may need to be restarted...done. [2021-02-12T00:44:11.887Z] Checking for services that may need to be restarted...done. [2021-02-12T00:44:12.148Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-12T00:44:12.148Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-02-12T00:44:12.148Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-02-12T00:44:12.722Z] Selecting previously unselected package python3-minimal. [2021-02-12T00:44:12.722Z] (Reading database ... 13012 files and directories currently installed.) [2021-02-12T00:44:12.722Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-02-12T00:44:12.722Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-02-12T00:44:12.722Z] Selecting previously unselected package mime-support. [2021-02-12T00:44:12.722Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-02-12T00:44:12.722Z] Unpacking mime-support (3.60ubuntu1) ... [2021-02-12T00:44:12.722Z] Selecting previously unselected package libmpdec2:amd64. [2021-02-12T00:44:12.722Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-02-12T00:44:12.722Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-02-12T00:44:12.991Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-02-12T00:44:12.991Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-12T00:44:12.991Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-12T00:44:13.261Z] Selecting previously unselected package python3.6. [2021-02-12T00:44:13.262Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-12T00:44:13.262Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-12T00:44:13.262Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-02-12T00:44:13.262Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-02-12T00:44:13.262Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-02-12T00:44:13.262Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-02-12T00:44:13.534Z] Selecting previously unselected package python3. [2021-02-12T00:44:13.534Z] (Reading database ... 13442 files and directories currently installed.) [2021-02-12T00:44:13.534Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-02-12T00:44:13.534Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-02-12T00:44:13.796Z] Selecting previously unselected package multiarch-support. [2021-02-12T00:44:13.796Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-02-12T00:44:13.796Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-02-12T00:44:13.796Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-02-12T00:44:14.064Z] Selecting previously unselected package liblzo2-2:amd64. [2021-02-12T00:44:14.064Z] (Reading database ... 13479 files and directories currently installed.) [2021-02-12T00:44:14.064Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-02-12T00:44:14.064Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-02-12T00:44:14.064Z] Selecting previously unselected package libbsd0:amd64. [2021-02-12T00:44:14.064Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-02-12T00:44:14.064Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-02-12T00:44:14.064Z] Selecting previously unselected package sudo. [2021-02-12T00:44:14.064Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-02-12T00:44:14.064Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-02-12T00:44:14.326Z] Selecting previously unselected package apparmor. [2021-02-12T00:44:14.326Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-02-12T00:44:14.326Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-02-12T00:44:14.587Z] Selecting previously unselected package libedit2:amd64. [2021-02-12T00:44:14.587Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-02-12T00:44:14.587Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-02-12T00:44:14.587Z] Selecting previously unselected package libkrb5support0:amd64. [2021-02-12T00:44:14.587Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-02-12T00:44:14.587Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-02-12T00:44:14.850Z] Selecting previously unselected package libk5crypto3:amd64. [2021-02-12T00:44:14.850Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-02-12T00:44:14.850Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-02-12T00:44:14.850Z] Selecting previously unselected package libkeyutils1:amd64. [2021-02-12T00:44:14.850Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-02-12T00:44:14.850Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-02-12T00:44:14.850Z] Selecting previously unselected package libkrb5-3:amd64. [2021-02-12T00:44:14.850Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-02-12T00:44:14.850Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-02-12T00:44:15.110Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-02-12T00:44:15.110Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-02-12T00:44:15.110Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-02-12T00:44:15.110Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-02-12T00:44:15.110Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-02-12T00:44:15.110Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-02-12T00:44:15.370Z] Selecting previously unselected package openssh-client. [2021-02-12T00:44:15.370Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-02-12T00:44:15.370Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-02-12T00:44:15.632Z] Selecting previously unselected package squashfs-tools. [2021-02-12T00:44:15.632Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-02-12T00:44:15.632Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-02-12T00:44:15.632Z] Selecting previously unselected package snapd. [2021-02-12T00:44:15.632Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-02-12T00:44:15.632Z] Unpacking snapd (2.48.3+18.04) ... [2021-02-12T00:44:17.251Z] 25b303627fd3: Pull complete [2021-02-12T00:44:17.252Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-02-12T00:44:17.252Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-12T00:44:17.252Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-02-12T00:44:17.511Z] prd-ubuntu18.04-docker-arm64-4c-16g-26180 does not seem to be running inside a container [2021-02-12T00:44:17.549Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-02-12T00:44:17.598Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@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-12T00:44:17.812Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-02-12T00:44:17.812Z] Setting up mime-support (3.60ubuntu1) ... [2021-02-12T00:44:17.812Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-02-12T00:44:17.812Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-02-12T00:44:18.074Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-02-12T00:44:18.074Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-12T00:44:18.074Z] Setting up systemd (237-3ubuntu10.44) ... [2021-02-12T00:44:18.074Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-02-12T00:44:18.646Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-02-12T00:44:18.646Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-02-12T00:44:18.646Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-02-12T00:44:18.647Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-12T00:44:18.647Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-02-12T00:44:18.647Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-12T00:44:19.217Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-02-12T00:44:19.217Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-02-12T00:44:19.217Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-02-12T00:44:19.478Z] Setting up python3 (3.6.7-1~18.04) ... [2021-02-12T00:44:19.478Z] running python rtupdate hooks for python3.6... [2021-02-12T00:44:19.478Z] running python post-rtupdate hooks for python3.6... [2021-02-12T00:44:19.478Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-02-12T00:44:20.862Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-02-12T00:44:20.862Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-02-12T00:44:20.862Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-02-12T00:44:20.862Z] Setting up snapd (2.48.3+18.04) ... [2021-02-12T00:44:20.894Z] $ docker top 0496f7f9b44a1786914903324402e18dd47937bae1fd9b0d65a1b8e566b33fb9 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-12T00:44:21.436Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-02-12T00:44:21.436Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-02-12T00:44:21.696Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-02-12T00:44:21.958Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-02-12T00:44:21.958Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-02-12T00:44:21.958Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-02-12T00:44:21.968Z] + docker-compose build --help [2021-02-12T00:44:21.968Z] + grep parallel [2021-02-12T00:44:22.219Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-02-12T00:44:22.479Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-02-12T00:44:22.479Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-02-12T00:44:22.741Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-02-12T00:44:22.741Z] /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-12T00:44:23.002Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-12T00:44:23.002Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-02-12T00:44:23.580Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-12T00:44:23.841Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-12T00:44:23.841Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-12T00:44:25.044Z] Reading package lists... [2021-02-12T00:44:25.044Z] Reading package lists... [2021-02-12T00:44:25.305Z] Building dependency tree... [2021-02-12T00:44:25.305Z] Reading state information... [2021-02-12T00:44:25.305Z] Calculating upgrade... [2021-02-12T00:44:25.566Z] The following packages will be upgraded: [2021-02-12T00:44:25.566Z] advancecomp base-files bash binutils binutils-common [2021-02-12T00:44:25.566Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-02-12T00:44:25.566Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-02-12T00:44:25.566Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-02-12T00:44:25.566Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-02-12T00:44:25.566Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-02-12T00:44:25.566Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-02-12T00:44:25.566Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-02-12T00:44:25.566Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-02-12T00:44:25.566Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-02-12T00:44:25.566Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-02-12T00:44:25.566Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-02-12T00:44:25.566Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-02-12T00:44:25.566Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-02-12T00:44:25.566Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-02-12T00:44:25.566Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-02-12T00:44:25.566Z] Need to get 63.8 MB of archives. [2021-02-12T00:44:25.566Z] After this operation, 5188 kB of additional disk space will be used. [2021-02-12T00:44:25.566Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] [2021-02-12T00:44:25.566Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-02-12T00:44:26.251Z] --parallel Build images in parallel. [Pipeline] } [2021-02-12T00:44:26.271Z] $ docker stop --time=1 0496f7f9b44a1786914903324402e18dd47937bae1fd9b0d65a1b8e566b33fb9 [2021-02-12T00:44:26.511Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-02-12T00:44:26.511Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-02-12T00:44:26.511Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-02-12T00:44:26.511Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-02-12T00:44:26.511Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-02-12T00:44:26.511Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-02-12T00:44:26.511Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-02-12T00:44:26.511Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-02-12T00:44:26.511Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-02-12T00:44:26.511Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-02-12T00:44:26.511Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-02-12T00:44:26.511Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-02-12T00:44:26.511Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-02-12T00:44:26.511Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-02-12T00:44:26.511Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-02-12T00:44:26.511Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-02-12T00:44:26.511Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-02-12T00:44:26.511Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-02-12T00:44:26.511Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-02-12T00:44:26.511Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-02-12T00:44:26.511Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-02-12T00:44:26.511Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-02-12T00:44:26.511Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-02-12T00:44:26.511Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-02-12T00:44:26.511Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-02-12T00:44:26.511Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-02-12T00:44:26.511Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-02-12T00:44:26.798Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-02-12T00:44:26.798Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-02-12T00:44:26.798Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-02-12T00:44:26.798Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-02-12T00:44:26.798Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-02-12T00:44:26.798Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-02-12T00:44:26.798Z] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-02-12T00:44:26.798Z] 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-12T00:44:26.798Z] 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-12T00:44:26.798Z] 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-12T00:44:26.798Z] Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-02-12T00:44:26.798Z] 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-12T00:44:26.798Z] 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-12T00:44:26.798Z] Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-02-12T00:44:26.798Z] Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-02-12T00:44:26.798Z] Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-02-12T00:44:26.798Z] 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-12T00:44:26.798Z] Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-02-12T00:44:26.798Z] Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-02-12T00:44:27.059Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-02-12T00:44:27.059Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-02-12T00:44:27.059Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-02-12T00:44:27.059Z] Get:52 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-12T00:44:27.059Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-02-12T00:44:27.059Z] Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-02-12T00:44:27.059Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-02-12T00:44:27.059Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-02-12T00:44:27.059Z] Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-02-12T00:44:27.059Z] Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-02-12T00:44:27.059Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-02-12T00:44:27.059Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-02-12T00:44:27.059Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-02-12T00:44:27.059Z] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-02-12T00:44:27.059Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-02-12T00:44:27.059Z] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-02-12T00:44:27.059Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-02-12T00:44:27.059Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-02-12T00:44:27.059Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-02-12T00:44:27.059Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-02-12T00:44:27.059Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-02-12T00:44:27.059Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-02-12T00:44:27.059Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-02-12T00:44:27.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-12T00:44:27.059Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-02-12T00:44:27.059Z] 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-12T00:44:27.323Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-02-12T00:44:27.323Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-02-12T00:44:27.323Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-02-12T00:44:27.323Z] 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-12T00:44:27.323Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-02-12T00:44:27.323Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-02-12T00:44:27.323Z] 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-12T00:44:27.323Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-02-12T00:44:27.323Z] 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-12T00:44:27.323Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-02-12T00:44:27.323Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-02-12T00:44:27.323Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-02-12T00:44:27.323Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-02-12T00:44:27.323Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-02-12T00:44:27.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-12T00:44:27.582Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-02-12T00:44:28.144Z] $ docker rm -f 0496f7f9b44a1786914903324402e18dd47937bae1fd9b0d65a1b8e566b33fb9 [2021-02-12T00:44:28.153Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-02-12T00:44:28.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-12T00:44:28.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-12T00:44:28.414Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-12T00:44:28.965Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-12T00:44:28.965Z] . [2021-02-12T00:44:28.984Z] 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-12T00:44:28.984Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-02-12T00:44:28.984Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-02-12T00:44:28.984Z] Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-02-12T00:44:28.984Z] Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-02-12T00:44:28.984Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-12T00:44:28.984Z] Fetched 63.8 MB in 3s (19.0 MB/s) [2021-02-12T00:44:28.984Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-12T00:44:28.984Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-02-12T00:44:28.984Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [Pipeline] withDockerContainer [2021-02-12T00:44:29.256Z] prd-ubuntu18.04-docker-arm64-4c-16g-26180 does not seem to be running inside a container [2021-02-12T00:44:29.349Z] $ 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/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@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-12T00:44:29.555Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-02-12T00:44:29.816Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-12T00:44:29.816Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... [2021-02-12T00:44:29.816Z] Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... [2021-02-12T00:44:30.767Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-12T00:44:30.767Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-12T00:44:30.767Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-12T00:44:30.767Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-12T00:44:30.910Z] $ docker top a8c5f1291224f2d2e8b12107923815f5fc73d1f4d8be1f45100639b252effea4 -eo pid,comm [2021-02-12T00:44:31.030Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-12T00:44:31.030Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-12T00:44:31.030Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [Pipeline] { [2021-02-12T00:44:31.291Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-12T00:44:31.291Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-12T00:44:31.291Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [Pipeline] sh [2021-02-12T00:44:31.553Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-12T00:44:31.553Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-12T00:44:31.553Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-12T00:44:31.553Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-12T00:44:31.819Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-12T00:44:31.819Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-12T00:44:31.819Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-12T00:44:31.819Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-02-12T00:44:31.980Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-12T00:44:32.080Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-02-12T00:44:32.080Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-12T00:44:32.080Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-12T00:44:32.080Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-12T00:44:32.340Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-12T00:44:32.340Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-12T00:44:32.340Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-12T00:44:32.340Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-12T00:44:32.601Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-12T00:44:32.862Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-12T00:44:32.862Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-02-12T00:44:33.124Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-12T00:44:33.385Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-02-12T00:44:33.647Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-12T00:44:33.647Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-02-12T00:44:33.647Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-02-12T00:44:33.910Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-02-12T00:44:33.910Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-02-12T00:44:34.174Z] Setting up base-files (10.1ubuntu2.10) ... [2021-02-12T00:44:34.174Z] Installing new version of config file /etc/issue ... [2021-02-12T00:44:34.174Z] Installing new version of config file /etc/issue.net ... [2021-02-12T00:44:34.174Z] Installing new version of config file /etc/lsb-release ... [2021-02-12T00:44:34.174Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-02-12T00:44:34.449Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-02-12T00:44:34.449Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-02-12T00:44:34.449Z] Removing obsolete conffile /etc/default/motd-news ... [2021-02-12T00:44:34.719Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-12T00:44:34.719Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-02-12T00:44:34.719Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-02-12T00:44:34.982Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-02-12T00:44:34.982Z] 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-12T00:44:34.982Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-12T00:44:34.982Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-12T00:44:34.982Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-02-12T00:44:35.248Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-02-12T00:44:35.248Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-12T00:44:35.248Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-02-12T00:44:35.248Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-02-12T00:44:35.510Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-02-12T00:44:35.510Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-12T00:44:35.510Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-02-12T00:44:35.510Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-12T00:44:35.772Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-02-12T00:44:36.033Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-12T00:44:36.033Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-12T00:44:36.033Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-12T00:44:36.033Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-12T00:44:36.294Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-12T00:44:36.294Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-12T00:44:36.294Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-12T00:44:36.294Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-02-12T00:44:36.556Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-12T00:44:36.556Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-02-12T00:44:36.556Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-02-12T00:44:36.556Z] Setting up grep (3.1-2build1) ... [2021-02-12T00:44:36.821Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-12T00:44:36.821Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-02-12T00:44:36.821Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-02-12T00:44:36.821Z] Setting up login (1:4.5-1ubuntu2) ... [2021-02-12T00:44:37.082Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-12T00:44:37.083Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-12T00:44:37.083Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-12T00:44:37.344Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-02-12T00:44:37.344Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-12T00:44:37.344Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-12T00:44:37.344Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-12T00:44:37.391Z] Building docker-core-command-go ... [2021-02-12T00:44:37.391Z] Building docker-core-data-go ... [2021-02-12T00:44:37.391Z] Building docker-core-metadata-go ... [2021-02-12T00:44:37.391Z] Building docker-security-bootstrapper-go ... [2021-02-12T00:44:37.391Z] Building docker-security-proxy-setup-go ... [2021-02-12T00:44:37.391Z] Building docker-security-secretstore-setup-go ... [2021-02-12T00:44:37.391Z] Building docker-support-notifications-go ... [2021-02-12T00:44:37.391Z] Building docker-support-scheduler-go ... [2021-02-12T00:44:37.391Z] Building docker-sys-mgmt-agent-go ... [2021-02-12T00:44:37.391Z] Building docker-security-bootstrapper-go [2021-02-12T00:44:37.391Z] Building docker-sys-mgmt-agent-go [2021-02-12T00:44:37.391Z] Building docker-core-metadata-go [2021-02-12T00:44:37.391Z] Building docker-security-proxy-setup-go [2021-02-12T00:44:37.391Z] Building docker-support-scheduler-go [2021-02-12T00:44:37.914Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-12T00:44:37.915Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-12T00:44:37.915Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-12T00:44:37.915Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-12T00:44:38.486Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-02-12T00:44:38.747Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-12T00:44:38.747Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-02-12T00:44:38.747Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-12T00:44:39.701Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-02-12T00:44:39.701Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-02-12T00:44:39.962Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-02-12T00:44:39.962Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-02-12T00:44:39.962Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-02-12T00:44:40.222Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-12T00:44:40.222Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-02-12T00:44:40.222Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-02-12T00:44:40.500Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-02-12T00:44:40.500Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-12T00:44:40.500Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-12T00:44:40.500Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-12T00:44:40.500Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-12T00:44:40.765Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-12T00:44:40.765Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-12T00:44:40.765Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-12T00:44:40.765Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-12T00:44:40.765Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-12T00:44:40.765Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-12T00:44:41.027Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-12T00:44:41.027Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-12T00:44:41.027Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-12T00:44:41.027Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-12T00:44:41.027Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-12T00:44:41.287Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-12T00:44:41.288Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-12T00:44:41.288Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-12T00:44:41.288Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-12T00:44:41.549Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-12T00:44:41.549Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-12T00:44:41.549Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-12T00:44:41.811Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-12T00:44:41.811Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-12T00:44:41.811Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-12T00:44:41.811Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-12T00:44:41.812Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-12T00:44:41.812Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-12T00:44:41.812Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-12T00:44:42.077Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-12T00:44:42.077Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-12T00:44:42.077Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-12T00:44:42.077Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-12T00:44:42.338Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-02-12T00:44:42.338Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-12T00:44:42.338Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-12T00:44:42.338Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-12T00:44:42.915Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-02-12T00:44:43.491Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-02-12T00:44:43.491Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-02-12T00:44:43.752Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-12T00:44:43.752Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-02-12T00:44:43.752Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-12T00:44:44.012Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-02-12T00:44:44.012Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-12T00:44:44.012Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-02-12T00:44:44.012Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-12T00:44:44.272Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-02-12T00:44:44.272Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-12T00:44:44.272Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-02-12T00:44:44.272Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-02-12T00:44:44.534Z] Setting up debconf (1.5.66ubuntu1) ... [2021-02-12T00:44:44.795Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-12T00:44:44.796Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-02-12T00:44:44.796Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-02-12T00:44:44.796Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-02-12T00:44:45.056Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-12T00:44:45.056Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-02-12T00:44:45.056Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-02-12T00:44:45.056Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-02-12T00:44:45.316Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-12T00:44:45.316Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-12T00:44:45.316Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-12T00:44:45.316Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-12T00:44:45.586Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-12T00:44:45.586Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-12T00:44:45.586Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-12T00:44:45.586Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-12T00:44:45.848Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-12T00:44:45.848Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-12T00:44:45.848Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-12T00:44:46.110Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-12T00:44:46.110Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-12T00:44:46.110Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-12T00:44:46.372Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-12T00:44:46.372Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-02-12T00:44:46.372Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-12T00:44:46.372Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-12T00:44:46.632Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-12T00:44:46.632Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-12T00:44:46.632Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-12T00:44:46.632Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-02-12T00:44:46.632Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-02-12T00:44:46.892Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-02-12T00:44:47.153Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-12T00:44:47.153Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-02-12T00:44:47.153Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-12T00:44:47.153Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-12T00:44:47.418Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-12T00:44:47.418Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-12T00:44:47.418Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-12T00:44:47.683Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-12T00:44:47.683Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-12T00:44:47.683Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-02-12T00:44:47.683Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-02-12T00:44:47.947Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-02-12T00:44:47.947Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-12T00:44:47.947Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-02-12T00:44:47.947Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-02-12T00:44:48.549Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-02-12T00:44:48.549Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-12T00:44:48.549Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-12T00:44:48.549Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-12T00:44:48.549Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-02-12T00:44:48.811Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-12T00:44:48.811Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-02-12T00:44:48.811Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-02-12T00:44:48.811Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-02-12T00:44:49.075Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-12T00:44:49.075Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-02-12T00:44:49.075Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-02-12T00:44:49.075Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-02-12T00:44:49.075Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-12T00:44:49.075Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-02-12T00:44:49.075Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-02-12T00:44:49.337Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-02-12T00:44:49.337Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-12T00:44:49.337Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-02-12T00:44:49.337Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-02-12T00:44:49.603Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-02-12T00:44:49.603Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-12T00:44:49.603Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-02-12T00:44:49.603Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-02-12T00:44:49.878Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-02-12T00:44:49.878Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-12T00:44:49.878Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-02-12T00:44:49.878Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-02-12T00:44:49.878Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-02-12T00:44:50.140Z] (Reading database ... 13915 files and directories currently installed.) [2021-02-12T00:44:50.140Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-02-12T00:44:50.140Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-02-12T00:44:50.140Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-02-12T00:44:50.141Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-02-12T00:44:50.401Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-02-12T00:44:50.401Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-02-12T00:44:50.663Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-02-12T00:44:50.663Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-02-12T00:44:50.925Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-02-12T00:44:50.925Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-02-12T00:44:50.925Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-02-12T00:44:50.925Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-02-12T00:44:51.185Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-02-12T00:44:51.185Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-02-12T00:44:51.185Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-02-12T00:44:51.185Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-02-12T00:44:51.447Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-02-12T00:44:51.447Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-02-12T00:44:51.447Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-02-12T00:44:51.447Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-02-12T00:44:51.710Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-02-12T00:44:51.710Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-02-12T00:44:51.710Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-02-12T00:44:51.971Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-02-12T00:44:52.544Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-02-12T00:44:52.544Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-02-12T00:44:52.812Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-02-12T00:44:52.812Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-02-12T00:44:52.812Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-12T00:44:53.072Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-12T00:44:53.359Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-12T00:44:53.359Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-12T00:44:53.939Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-12T00:44:53.939Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-12T00:44:53.939Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-12T00:44:53.939Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-12T00:44:53.939Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-12T00:44:54.202Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-12T00:44:54.202Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-12T00:44:54.202Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-12T00:44:54.463Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-12T00:44:54.463Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-12T00:44:54.463Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-12T00:44:54.463Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-12T00:44:55.404Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-12T00:44:55.404Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-12T00:44:56.345Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-12T00:44:56.345Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-12T00:44:56.915Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-12T00:44:56.915Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-12T00:44:57.176Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-12T00:44:57.176Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-12T00:44:58.116Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-12T00:44:58.117Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-12T00:44:58.117Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-12T00:44:58.117Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-12T00:44:58.377Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-02-12T00:44:58.377Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-12T00:44:58.638Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-02-12T00:44:58.638Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-12T00:44:58.900Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-02-12T00:44:58.900Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-02-12T00:44:59.160Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-12T00:44:59.160Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-12T00:44:59.160Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-12T00:44:59.160Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-12T00:44:59.422Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-02-12T00:44:59.422Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-02-12T00:44:59.422Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-12T00:44:59.422Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-12T00:44:59.422Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-12T00:44:59.422Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-12T00:44:59.684Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-12T00:44:59.684Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-02-12T00:44:59.684Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-02-12T00:44:59.684Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-02-12T00:44:59.684Z] [2021-02-12T00:44:59.684Z] Current default time zone: 'Etc/UTC' [2021-02-12T00:44:59.684Z] Local time is now: Fri Feb 12 00:44:59 UTC 2021. [2021-02-12T00:44:59.684Z] Universal Time is now: Fri Feb 12 00:44:59 UTC 2021. [2021-02-12T00:44:59.684Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-02-12T00:44:59.684Z] [2021-02-12T00:44:59.684Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-02-12T00:44:59.944Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-12T00:44:59.944Z] Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... [2021-02-12T00:44:59.944Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-02-12T00:44:59.944Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-02-12T00:44:59.944Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-02-12T00:44:59.944Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-02-12T00:44:59.944Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-02-12T00:45:00.204Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-02-12T00:45:00.204Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-02-12T00:45:00.204Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-12T00:45:00.204Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-02-12T00:45:00.465Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-12T00:45:00.465Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-02-12T00:45:00.465Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-12T00:45:00.465Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-02-12T00:45:00.465Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-02-12T00:45:00.465Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-02-12T00:45:00.465Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-02-12T00:45:00.465Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-02-12T00:45:00.726Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-02-12T00:45:00.726Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-02-12T00:45:00.726Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-02-12T00:45:02.648Z] Updating certificates in /etc/ssl/certs... [2021-02-12T00:45:03.222Z] 23 added, 27 removed; done. [2021-02-12T00:45:03.222Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-02-12T00:45:03.484Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-12T00:45:03.485Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-02-12T00:45:03.485Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-02-12T00:45:03.485Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-02-12T00:45:03.485Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-12T00:45:03.485Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-02-12T00:45:03.485Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-12T00:45:03.744Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-12T00:45:03.744Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-12T00:45:03.744Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-12T00:45:03.744Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-12T00:45:03.744Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-02-12T00:45:03.744Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-02-12T00:45:03.744Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-02-12T00:45:03.744Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-02-12T00:45:04.006Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-02-12T00:45:04.006Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-12T00:45:04.006Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-12T00:45:04.006Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-02-12T00:45:04.006Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-02-12T00:45:04.267Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-02-12T00:45:04.267Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-02-12T00:45:04.267Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-02-12T00:45:04.267Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-02-12T00:45:04.267Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-02-12T00:45:04.267Z] Updating certificates in /etc/ssl/certs... [2021-02-12T00:45:04.839Z] 0 added, 0 removed; done. [2021-02-12T00:45:04.839Z] Running hooks in /etc/ca-certificates/update.d... [2021-02-12T00:45:04.839Z] done. [2021-02-12T00:45:05.414Z] Reading package lists... [2021-02-12T00:45:05.414Z] Building dependency tree... [2021-02-12T00:45:05.414Z] Reading state information... [2021-02-12T00:45:05.675Z] The following NEW packages will be installed: [2021-02-12T00:45:05.675Z] apt-transport-https [2021-02-12T00:45:05.675Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-02-12T00:45:05.675Z] Need to get 1696 B of archives. [2021-02-12T00:45:05.675Z] After this operation, 153 kB of additional disk space will be used. [2021-02-12T00:45:05.675Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-02-12T00:45:05.935Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-12T00:45:05.935Z] Fetched 1696 B in 0s (47.0 kB/s) [2021-02-12T00:45:05.935Z] Selecting previously unselected package apt-transport-https. [2021-02-12T00:45:05.935Z] (Reading database ... 13920 files and directories currently installed.) [2021-02-12T00:45:05.935Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-02-12T00:45:05.935Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-02-12T00:45:05.935Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-02-12T00:45:06.198Z] Waiting for network to be ready... [2021-02-12T00:45:11.490Z] 2021-02-12T00:45:09Z INFO Waiting for automatic snapd restart... [2021-02-12T00:45:11.752Z] snapd 2.48.2.1 from Canonical* installed [2021-02-12T00:45:11.752Z] "snapd" switched to the "latest/stable" channel [2021-02-12T00:45:11.752Z] [2021-02-12T00:45:14.325Z] core18 20210128 from Canonical* installed [2021-02-12T00:45:14.588Z] "core18" switched to the "latest/stable" channel [2021-02-12T00:45:14.588Z] [2021-02-12T00:45:17.904Z] snapcraft 4.5.1 from Canonical* installed [2021-02-12T00:45:17.904Z] "snapcraft" switched to the "latest/stable" channel [2021-02-12T00:45:17.904Z] [2021-02-12T00:45:21.216Z] 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-12T00:45:21.216Z] - README.md [2021-02-12T00:45:21.216Z] - snapcraft.yaml.orig [2021-02-12T00:45:21.216Z] [2021-02-12T00:45:21.216Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-02-12T00:45:27.801Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-12T00:45:27.801Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-12T00:45:27.801Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-12T00:45:27.801Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-12T00:45:28.633Z] Reading package lists... [2021-02-12T00:45:29.205Z] 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-12T00:45:35.790Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-12T00:45:35.790Z] Reading package lists... [2021-02-12T00:45:35.790Z] Building dependency tree... [2021-02-12T00:45:35.790Z] Reading state information... [2021-02-12T00:45:35.790Z] Suggested packages: [2021-02-12T00:45:35.790Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-02-12T00:45:35.790Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-02-12T00:45:35.790Z] Recommended packages: [2021-02-12T00:45:35.790Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-02-12T00:45:35.790Z] The following NEW packages will be installed: [2021-02-12T00:45:35.790Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-02-12T00:45:35.790Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-02-12T00:45:35.790Z] pkg-config zip [2021-02-12T00:45:35.790Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-02-12T00:45:35.790Z] Need to get 7655 kB of archives. [2021-02-12T00:45:35.790Z] After this operation, 43.7 MB of additional disk space will be used. [2021-02-12T00:45:35.790Z] 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-12T00:45:35.790Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-02-12T00:45:35.790Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-02-12T00:45:36.051Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-02-12T00:45:36.051Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-02-12T00:45:36.051Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-02-12T00:45:36.051Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-02-12T00:45:36.052Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-02-12T00:45:36.313Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-02-12T00:45:36.313Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-02-12T00:45:36.313Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-02-12T00:45:36.313Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-02-12T00:45:36.313Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-02-12T00:45:36.576Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-02-12T00:45:36.576Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-02-12T00:45:36.576Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-12T00:45:36.576Z] Fetched 7655 kB in 1s (7267 kB/s) [2021-02-12T00:45:36.836Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-02-12T00:45:36.836Z] (Reading database ... 13924 files and directories currently installed.) [2021-02-12T00:45:36.836Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-02-12T00:45:36.836Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-02-12T00:45:36.836Z] Selecting previously unselected package libpsl5:amd64. [2021-02-12T00:45:36.836Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-02-12T00:45:36.836Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-02-12T00:45:37.096Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-02-12T00:45:37.097Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-02-12T00:45:37.097Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-02-12T00:45:37.097Z] Selecting previously unselected package librtmp1:amd64. [2021-02-12T00:45:37.097Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-02-12T00:45:37.097Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-02-12T00:45:37.358Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-02-12T00:45:37.358Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-02-12T00:45:37.358Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-02-12T00:45:37.358Z] Selecting previously unselected package liberror-perl. [2021-02-12T00:45:37.358Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-02-12T00:45:37.358Z] Unpacking liberror-perl (0.17025-1) ... [2021-02-12T00:45:37.358Z] Selecting previously unselected package git-man. [2021-02-12T00:45:37.358Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-02-12T00:45:37.358Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-02-12T00:45:37.618Z] Selecting previously unselected package git. [2021-02-12T00:45:37.618Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-02-12T00:45:37.618Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-02-12T00:45:38.560Z] Selecting previously unselected package libnorm1:amd64. [2021-02-12T00:45:38.560Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-02-12T00:45:38.560Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-02-12T00:45:38.560Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-02-12T00:45:38.560Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-02-12T00:45:38.560Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-02-12T00:45:38.560Z] Selecting previously unselected package libsodium23:amd64. [2021-02-12T00:45:38.560Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-02-12T00:45:38.560Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-02-12T00:45:38.821Z] Selecting previously unselected package libzmq5:amd64. [2021-02-12T00:45:38.821Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-02-12T00:45:38.821Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-12T00:45:38.821Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-02-12T00:45:38.821Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-02-12T00:45:38.821Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-12T00:45:39.083Z] Selecting previously unselected package pkg-config. [2021-02-12T00:45:39.083Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-02-12T00:45:39.083Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-02-12T00:45:39.083Z] Selecting previously unselected package zip. [2021-02-12T00:45:39.083Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-02-12T00:45:39.083Z] Unpacking zip (3.0-11build1) ... [2021-02-12T00:45:39.083Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-02-12T00:45:39.083Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-02-12T00:45:39.344Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-02-12T00:45:39.344Z] Setting up liberror-perl (0.17025-1) ... [2021-02-12T00:45:39.344Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-02-12T00:45:39.344Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-02-12T00:45:39.344Z] No schema files found: doing nothing. [2021-02-12T00:45:39.344Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-02-12T00:45:39.344Z] Setting up zip (3.0-11build1) ... [2021-02-12T00:45:39.344Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-02-12T00:45:39.344Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-02-12T00:45:39.344Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-02-12T00:45:39.344Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-12T00:45:39.605Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-02-12T00:45:39.605Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-12T00:45:39.605Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-02-12T00:45:39.605Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-02-12T00:45:45.395Z] Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-12T00:45:45.395Z] Step 2/30 : FROM ${BUILDER_BASE} AS builder [2021-02-12T00:45:45.395Z] ---> 4ce71ee3f0bf [2021-02-12T00:45:45.395Z] Step 3/30 : WORKDIR /edgex-go [2021-02-12T00:45:45.395Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-12T00:45:45.395Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-12T00:45:45.395Z] ---> 4ce71ee3f0bf [2021-02-12T00:45:45.395Z] Step 3/26 : WORKDIR /edgex-go [2021-02-12T00:45:45.395Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-12T00:45:45.395Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-12T00:45:45.395Z] ---> 4ce71ee3f0bf [2021-02-12T00:45:45.395Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 3/21 : WORKDIR /edgex-go [2021-02-12T00:45:45.395Z] [2021-02-12T00:45:45.395Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-12T00:45:45.395Z] ---> 4ce71ee3f0bf [2021-02-12T00:45:45.395Z] Step 3/22 : WORKDIR /edgex-go [2021-02-12T00:45:45.395Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-12T00:45:45.395Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-12T00:45:45.395Z] ---> 4ce71ee3f0bf [2021-02-12T00:45:45.395Z] Step 3/23 : WORKDIR /edgex-go [2021-02-12T00:45:46.201Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-12T00:45:46.201Z] git set to automatically installed. [2021-02-12T00:45:46.201Z] git-man set to automatically installed. [2021-02-12T00:45:46.201Z] libcurl3-gnutls set to automatically installed. [2021-02-12T00:45:46.201Z] liberror-perl set to automatically installed. [2021-02-12T00:45:46.201Z] libglib2.0-0 set to automatically installed. [2021-02-12T00:45:46.201Z] libnghttp2-14 set to automatically installed. [2021-02-12T00:45:46.201Z] libnorm1 set to automatically installed. [2021-02-12T00:45:46.201Z] libpgm-5.2-0 set to automatically installed. [2021-02-12T00:45:46.201Z] libpsl5 set to automatically installed. [2021-02-12T00:45:46.201Z] librtmp1 set to automatically installed. [2021-02-12T00:45:46.201Z] libsodium23 set to automatically installed. [2021-02-12T00:45:46.201Z] libzmq3-dev set to automatically installed. [2021-02-12T00:45:46.201Z] libzmq5 set to automatically installed. [2021-02-12T00:45:46.201Z] pkg-config set to automatically installed. [2021-02-12T00:45:46.201Z] zip set to automatically installed. [2021-02-12T00:45:46.379Z] ---> Running in 84652d9a6d80 [2021-02-12T00:45:46.379Z] ---> Running in 116cc1a4d1dc [2021-02-12T00:45:46.379Z] ---> Running in a65940adc45e [2021-02-12T00:45:46.379Z] ---> Running in 9f7edd3346a0 [2021-02-12T00:45:46.379Z] ---> Running in 30fa59e2a6d0 [2021-02-12T00:45:46.982Z] Removing intermediate container 84652d9a6d80 [2021-02-12T00:45:46.982Z] ---> a94f64f233bc [2021-02-12T00:45:46.982Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-12T00:45:46.982Z] Removing intermediate container a65940adc45e [2021-02-12T00:45:46.982Z] ---> 20d46e3b06ba [2021-02-12T00:45:46.982Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-12T00:45:47.261Z] ---> Running in a8df80ea0b43 [2021-02-12T00:45:47.261Z] Removing intermediate container 116cc1a4d1dc [2021-02-12T00:45:47.261Z] ---> 7c192cb15ad9 [2021-02-12T00:45:47.261Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-12T00:45:47.261Z] Removing intermediate container 9f7edd3346a0 [2021-02-12T00:45:47.261Z] ---> 7f7f87f7a5cb [2021-02-12T00:45:47.261Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-12T00:45:47.261Z] Removing intermediate container 30fa59e2a6d0 [2021-02-12T00:45:47.261Z] ---> 8d11da8bbddb [2021-02-12T00:45:47.261Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-12T00:45:47.261Z] ---> Running in 19b09e614709 [2021-02-12T00:45:47.535Z] ---> Running in 69a7419c182a [2021-02-12T00:45:47.535Z] ---> Running in 9c71c8dc1071 [2021-02-12T00:45:47.535Z] ---> Running in d681c6df3c57 [2021-02-12T00:45:47.588Z] snapd is not logged in, snap install commands will use sudo [2021-02-12T00:45:51.887Z] Removing intermediate container a8df80ea0b43 [2021-02-12T00:45:51.887Z] ---> 83cf004c4faf [2021-02-12T00:45:51.887Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-12T00:45:51.887Z] ---> Running in 3b18ee3ca61c [2021-02-12T00:45:51.887Z] Removing intermediate container 19b09e614709 [2021-02-12T00:45:51.887Z] ---> 7eda107f1cb6 [2021-02-12T00:45:51.887Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-12T00:45:51.887Z] Removing intermediate container d681c6df3c57 [2021-02-12T00:45:51.887Z] ---> 1c5060ea890e [2021-02-12T00:45:51.887Z] Step 5/30 : RUN apk add --update --no-cache make git [2021-02-12T00:45:51.887Z] ---> Running in e47fcc1b23d4 [2021-02-12T00:45:51.887Z] Removing intermediate container 9c71c8dc1071 [2021-02-12T00:45:51.887Z] ---> Running in 55ec95e654cd [2021-02-12T00:45:51.887Z] ---> 4b403113d9b2 [2021-02-12T00:45:51.887Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-12T00:45:52.176Z] Removing intermediate container 69a7419c182a [2021-02-12T00:45:52.176Z] ---> 089d0ecf93e6 [2021-02-12T00:45:52.176Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-12T00:45:52.176Z] ---> Running in 3aaa40718599 [2021-02-12T00:45:52.453Z] ---> Running in c23f277cde24 [2021-02-12T00:45:53.452Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-12T00:45:54.177Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-12T00:45:54.177Z] snap "core18" has no updates available [2021-02-12T00:45:54.442Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-12T00:45:54.442Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-12T00:45:54.442Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-12T00:45:54.442Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-12T00:45:54.716Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-12T00:45:54.753Z] Pulling config-common [2021-02-12T00:45:54.753Z] + snapcraftctl pull [2021-02-12T00:45:55.312Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-12T00:45:55.591Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-12T00:45:55.694Z] Pulling go-build-helper [2021-02-12T00:45:55.695Z] + snapcraftctl pull [2021-02-12T00:45:55.866Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-12T00:45:55.866Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-12T00:45:56.851Z] OK: 217 MiB in 51 packages [2021-02-12T00:45:57.159Z] OK: 217 MiB in 51 packages [2021-02-12T00:45:57.463Z] OK: 217 MiB in 51 packages [2021-02-12T00:45:57.748Z] OK: 217 MiB in 51 packages [2021-02-12T00:45:58.345Z] OK: 217 MiB in 51 packages [2021-02-12T00:45:58.345Z] Removing intermediate container e47fcc1b23d4 [2021-02-12T00:45:58.345Z] ---> a6ef6c32745c [2021-02-12T00:45:58.345Z] Step 6/26 : COPY go.mod . [2021-02-12T00:45:58.946Z] Removing intermediate container 3b18ee3ca61c [2021-02-12T00:45:58.946Z] ---> 8d6233c474dd [2021-02-12T00:45:58.946Z] Step 6/21 : COPY go.mod . [2021-02-12T00:45:59.550Z] Removing intermediate container c23f277cde24 [2021-02-12T00:45:59.550Z] ---> c7e41b7c3d83 [2021-02-12T00:45:59.550Z] Step 6/23 : COPY go.mod . [2021-02-12T00:45:59.832Z] ---> cc456ee71a88 [2021-02-12T00:45:59.832Z] Step 7/26 : RUN go mod download [2021-02-12T00:45:59.832Z] Removing intermediate container 3aaa40718599 [2021-02-12T00:45:59.832Z] ---> 24bafa403adc [2021-02-12T00:45:59.832Z] Step 6/22 : COPY go.mod . [2021-02-12T00:45:59.832Z] ---> Running in 4b0aae6fb1e7 [2021-02-12T00:46:00.124Z] Removing intermediate container 55ec95e654cd [2021-02-12T00:46:00.124Z] ---> 5facad162e56 [2021-02-12T00:46:00.124Z] Step 6/30 : COPY go.mod . [2021-02-12T00:46:00.399Z] ---> bd9fabd086c4 [2021-02-12T00:46:00.399Z] Step 7/21 : RUN go mod download [2021-02-12T00:46:00.682Z] ---> Running in 2efd3681af5a [2021-02-12T00:46:00.682Z] ---> 4d009657b661 [2021-02-12T00:46:00.682Z] Step 7/23 : RUN go mod download [2021-02-12T00:46:00.960Z] ---> 6bfd29f3e246 [2021-02-12T00:46:00.960Z] Step 7/22 : RUN go mod download [2021-02-12T00:46:00.960Z] ---> Running in e1c77a817636 [2021-02-12T00:46:01.585Z] ---> Running in 19e9aa2cdd30 [2021-02-12T00:46:01.585Z] ---> a77f40edff10 [2021-02-12T00:46:01.585Z] Step 7/30 : RUN go mod download [2021-02-12T00:46:01.870Z] ---> Running in 8b1458d0ed04 [2021-02-12T00:46:04.520Z] Removing intermediate container 4b0aae6fb1e7 [2021-02-12T00:46:04.520Z] ---> 147df82145e3 [2021-02-12T00:46:04.520Z] Step 8/26 : COPY . . [2021-02-12T00:46:05.514Z] Removing intermediate container 2efd3681af5a [2021-02-12T00:46:05.514Z] ---> b6a564ca6007 [2021-02-12T00:46:05.514Z] Step 8/21 : COPY . . [2021-02-12T00:46:06.130Z] Removing intermediate container e1c77a817636 [2021-02-12T00:46:06.130Z] ---> 7a91db20d928 [2021-02-12T00:46:06.130Z] Step 8/23 : COPY . . [2021-02-12T00:46:06.733Z] Removing intermediate container 19e9aa2cdd30 [2021-02-12T00:46:06.733Z] ---> e87dde23256e [2021-02-12T00:46:06.733Z] Step 8/22 : COPY . . [2021-02-12T00:46:07.335Z] Removing intermediate container 8b1458d0ed04 [2021-02-12T00:46:07.335Z] ---> a630f5f105c8 [2021-02-12T00:46:07.335Z] Step 8/30 : COPY . . [2021-02-12T00:46:17.665Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-12T00:46:17.665Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-02-12T00:46:17.665Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1544 kB] [2021-02-12T00:46:17.665Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [298 kB] [2021-02-12T00:46:17.665Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-02-12T00:46:17.665Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-02-12T00:46:17.665Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] [2021-02-12T00:46:17.665Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] [2021-02-12T00:46:17.665Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1109 kB] [2021-02-12T00:46:17.665Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [248 kB] [2021-02-12T00:46:17.665Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-02-12T00:46:17.665Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-02-12T00:46:17.665Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-02-12T00:46:17.665Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-02-12T00:46:17.665Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-02-12T00:46:17.665Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-02-12T00:46:17.665Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-02-12T00:46:17.665Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-02-12T00:46:17.665Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-02-12T00:46:17.665Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1884 kB] [2021-02-12T00:46:17.665Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [390 kB] [2021-02-12T00:46:17.665Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-02-12T00:46:17.665Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-02-12T00:46:17.665Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] [2021-02-12T00:46:17.665Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] [2021-02-12T00:46:17.665Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1718 kB] [2021-02-12T00:46:17.665Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] [2021-02-12T00:46:17.665Z] Fetched 23.9 MB in 0s (0 B/s) [2021-02-12T00:46:17.665Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-02-12T00:46:17.665Z] Fetched 96.5 kB in 0s (0 B/s) [2021-02-12T00:46:17.666Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-02-12T00:46:17.666Z] Fetched 279 kB in 0s (0 B/s) [2021-02-12T00:46:17.666Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-02-12T00:46:17.666Z] Fetched 122 kB in 0s (0 B/s) [2021-02-12T00:46:17.666Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-02-12T00:46:17.666Z] Fetched 77.8 kB in 0s (0 B/s) [2021-02-12T00:46:17.666Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-02-12T00:46:17.666Z] Fetched 8848 B in 0s (0 B/s) [2021-02-12T00:46:17.666Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-02-12T00:46:17.666Z] Fetched 47.8 kB in 0s (0 B/s) [2021-02-12T00:46:17.666Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-02-12T00:46:17.666Z] Fetched 45.6 kB in 0s (0 B/s) [2021-02-12T00:46:17.666Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-02-12T00:46:17.666Z] Fetched 15.0 kB in 0s (0 B/s) [2021-02-12T00:46:17.666Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-02-12T00:46:17.666Z] Fetched 214 kB in 0s (0 B/s) [2021-02-12T00:46:17.666Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.9_amd64.deb [155 kB] [2021-02-12T00:46:17.666Z] Fetched 155 kB in 0s (0 B/s) [2021-02-12T00:46:17.666Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-02-12T00:46:17.666Z] Fetched 50.6 kB in 0s (0 B/s) [2021-02-12T00:46:17.666Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-02-12T00:46:17.666Z] Fetched 14.8 kB in 0s (0 B/s) [2021-02-12T00:46:17.666Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-02-12T00:46:17.666Z] Fetched 41.8 kB in 0s (0 B/s) [2021-02-12T00:46:17.666Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-02-12T00:46:17.666Z] Fetched 499 kB in 0s (0 B/s) [2021-02-12T00:46:17.666Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-02-12T00:46:17.666Z] Fetched 111 kB in 0s (0 B/s) [2021-02-12T00:46:17.666Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-02-12T00:46:17.666Z] Fetched 240 kB in 0s (0 B/s) [2021-02-12T00:46:17.666Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-02-12T00:46:17.666Z] Fetched 29.3 kB in 0s (0 B/s) [2021-02-12T00:46:17.666Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-02-12T00:46:17.666Z] Fetched 85.5 kB in 0s (0 B/s) [2021-02-12T00:46:17.666Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-02-12T00:46:17.666Z] Fetched 24.5 kB in 0s (0 B/s) [2021-02-12T00:46:17.666Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-02-12T00:46:17.666Z] Fetched 49.2 kB in 0s (0 B/s) [2021-02-12T00:46:17.666Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-02-12T00:46:17.666Z] Fetched 54.2 kB in 0s (0 B/s) [2021-02-12T00:46:17.666Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-02-12T00:46:17.666Z] Fetched 30.8 kB in 0s (0 B/s) [2021-02-12T00:46:17.666Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.9_all.deb [16.6 kB] [2021-02-12T00:46:17.666Z] Fetched 16.6 kB in 0s (0 B/s) [2021-02-12T00:46:17.666Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-02-12T00:46:17.666Z] Fetched 85.9 kB in 0s (0 B/s) [2021-02-12T00:46:17.666Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-02-12T00:46:17.666Z] Fetched 8720 B in 0s (0 B/s) [2021-02-12T00:46:17.666Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-02-12T00:46:17.666Z] Fetched 137 kB in 0s (0 B/s) [2021-02-12T00:46:17.666Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-02-12T00:46:17.666Z] Fetched 119 kB in 0s (0 B/s) [2021-02-12T00:46:17.666Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-02-12T00:46:17.666Z] Fetched 109 kB in 0s (0 B/s) [2021-02-12T00:46:17.666Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-02-12T00:46:17.666Z] Fetched 11.1 kB in 0s (0 B/s) [2021-02-12T00:46:17.666Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-02-12T00:46:17.666Z] Fetched 645 kB in 0s (0 B/s) [2021-02-12T00:46:17.666Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-02-12T00:46:17.666Z] Fetched 41.3 kB in 0s (0 B/s) [2021-02-12T00:46:17.666Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-02-12T00:46:17.666Z] Fetched 17.9 kB in 0s (0 B/s) [2021-02-12T00:46:17.666Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-02-12T00:46:17.666Z] Fetched 368 kB in 0s (0 B/s) [2021-02-12T00:46:17.666Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-02-12T00:46:17.666Z] Fetched 187 kB in 0s (0 B/s) [2021-02-12T00:46:17.666Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-02-12T00:46:17.666Z] Fetched 175 kB in 0s (0 B/s) [2021-02-12T00:46:17.666Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-02-12T00:46:19.583Z] Fetched 206 kB in 0s (0 B/s) [2021-02-12T00:46:19.583Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-02-12T00:46:19.583Z] Fetched 1301 kB in 0s (0 B/s) [2021-02-12T00:46:19.583Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-02-12T00:46:19.583Z] Fetched 36.2 kB in 0s (0 B/s) [2021-02-12T00:46:19.583Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-02-12T00:46:19.583Z] Fetched 159 kB in 0s (0 B/s) [2021-02-12T00:46:19.583Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-02-12T00:46:19.583Z] Fetched 107 kB in 0s (0 B/s) [2021-02-12T00:46:19.583Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-02-12T00:46:19.583Z] Fetched 48.7 kB in 0s (0 B/s) [2021-02-12T00:46:19.583Z] Pulling static-packages [2021-02-12T00:46:19.583Z] + snapcraftctl pull [2021-02-12T00:46:20.524Z] 'go115' has dependencies that need to be staged: static-packages go-build-helper [2021-02-12T00:46:20.524Z] Skipping pull go-build-helper (already ran) [2021-02-12T00:46:20.524Z] Skipping pull static-packages (already ran) [2021-02-12T00:46:20.524Z] Building go-build-helper [2021-02-12T00:46:20.524Z] + snapcraftctl build [2021-02-12T00:46:24.727Z] Building static-packages [2021-02-12T00:46:24.727Z] + snapcraftctl build [2021-02-12T00:46:25.670Z] Staging go-build-helper [2021-02-12T00:46:25.670Z] + snapcraftctl stage [2021-02-12T00:46:26.611Z] Staging static-packages [2021-02-12T00:46:26.611Z] + snapcraftctl stage [2021-02-12T00:46:27.553Z] Pulling go115 [2021-02-12T00:46:27.553Z] + snapcraftctl pull [2021-02-12T00:46:28.498Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-02-12T00:46:28.498Z] Skipping pull go115 (already ran) [2021-02-12T00:46:28.498Z] Building go115 [2021-02-12T00:46:28.498Z] + dpkg --print-architecture [2021-02-12T00:46:28.498Z] + FILE_NAME=go1.15.2.linux-amd64.tar.gz [2021-02-12T00:46:28.498Z] + FILE_HASH=b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 [2021-02-12T00:46:28.498Z] + curl https://dl.google.com/go/go1.15.2.linux-amd64.tar.gz -O [2021-02-12T00:46:28.498Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-12T00:46:28.498Z] Dload Upload Total Spent Left Speed [2021-02-12T00:46:31.409Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 21 115M 21 25.1M 0 0 27.1M 0 0:00:04 --:--:-- 0:00:04 27.1M 56 115M 56 65.0M 0 0 34.0M 0 0:00:03 0:00:01 0:00:02 34.0M 98 115M 98 114M 0 0 39.3M 0 0:00:02 0:00:02 --:--:-- 39.3M 100 115M 100 115M 0 0 39.4M 0 0:00:02 0:00:02 --:--:-- 39.4M [2021-02-12T00:46:31.409Z] + echo b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 go1.15.2.linux-amd64.tar.gz [2021-02-12T00:46:31.409Z] + + grepsha256sum OK [2021-02-12T00:46:31.409Z] -c sha256 [2021-02-12T00:46:31.979Z] go1.15.2.linux-amd64.tar.gz: OK [2021-02-12T00:46:31.979Z] + mkdir -p /root/stage/go1.15 [2021-02-12T00:46:31.979Z] + tar -C /root/stage/go1.15 -xf go1.15.2.linux-amd64.tar.gz --strip-components=1 [2021-02-12T00:46:34.156Z] ---> 629b4244e492 [2021-02-12T00:46:34.156Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-12T00:46:34.156Z] ---> ffb43204b7ae [2021-02-12T00:46:34.156Z] Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-02-12T00:46:34.156Z] ---> 0f9c79a5c46b [2021-02-12T00:46:34.156Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-12T00:46:34.156Z] ---> 1033b73aa6d1 [2021-02-12T00:46:34.156Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-12T00:46:34.156Z] ---> Running in 0f20632dc353 [2021-02-12T00:46:34.156Z] ---> 9a0bc2fb3eaa [2021-02-12T00:46:34.156Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-12T00:46:34.156Z] ---> Running in 2ee19d6ec243 [2021-02-12T00:46:34.156Z] ---> Running in 808996fbe124 [2021-02-12T00:46:34.156Z] ---> Running in f6b8fa9d554c [2021-02-12T00:46:34.156Z] ---> Running in 66de357eb2be [2021-02-12T00:46:34.156Z] 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-12T00:46:34.429Z] 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-12T00:46:34.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-12T00:46:34.703Z] 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-12T00:46:34.979Z] 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-12T00:46:36.184Z] Staging go115 [2021-02-12T00:46:36.184Z] + snapcraftctl stage [2021-02-12T00:46:41.473Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-12T00:46:41.473Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-12T00:46:41.473Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-12T00:46:41.473Z] Fetched 0 B in 0s (0 B/s) [2021-02-12T00:46:41.473Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-02-12T00:46:41.473Z] Fetched 224 kB in 0s (0 B/s) [2021-02-12T00:46:41.473Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-02-12T00:46:41.473Z] Fetched 157 kB in 0s (0 B/s) [2021-02-12T00:46:41.473Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-02-12T00:46:41.473Z] Fetched 221 kB in 0s (0 B/s) [2021-02-12T00:46:41.473Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-02-12T00:46:41.473Z] Fetched 143 kB in 0s (0 B/s) [2021-02-12T00:46:41.473Z] Pulling edgex-go [2021-02-12T00:46:41.473Z] + snapcraftctl pull [2021-02-12T00:46:42.419Z] Pulling version [2021-02-12T00:46:42.419Z] + cd /root/project [2021-02-12T00:46:42.419Z] + [ -f VERSION ] [2021-02-12T00:46:42.419Z] + PROJECT_VERSION=local-dev [2021-02-12T00:46:42.419Z] + git rev-parse --short HEAD [2021-02-12T00:46:42.419Z] + GIT_REVISION=daf27139 [2021-02-12T00:46:42.420Z] + snapcraftctl set-version local-dev [2021-02-12T00:46:43.359Z] Building config-common [2021-02-12T00:46:43.359Z] + snapcraftctl build [2021-02-12T00:46:45.275Z] Skipping build go-build-helper (already ran) [2021-02-12T00:46:45.275Z] Skipping build static-packages (already ran) [2021-02-12T00:46:45.275Z] Skipping build go115 (already ran) [2021-02-12T00:46:45.275Z] Building edgex-go [2021-02-12T00:46:45.538Z] + 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-12T00:46:45.538Z] + cd /root/parts/edgex-go/src [2021-02-12T00:46:45.538Z] + make build [2021-02-12T00:46:45.538Z] 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-12T00:46:46.479Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-02-12T00:46:46.479Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.7 [2021-02-12T00:46:46.479Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-02-12T00:46:46.479Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.33 [2021-02-12T00:46:46.479Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-02-12T00:46:46.749Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.2 [2021-02-12T00:46:46.749Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 [2021-02-12T00:46:46.749Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-02-12T00:46:46.749Z] go: downloading github.com/google/uuid v1.2.0 [2021-02-12T00:46:46.749Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-02-12T00:46:46.749Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 [2021-02-12T00:46:46.749Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.3 [2021-02-12T00:46:46.749Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-02-12T00:46:46.749Z] go: downloading github.com/x448/float16 v0.8.4 [2021-02-12T00:46:46.749Z] go: downloading github.com/pkg/errors v0.8.1 [2021-02-12T00:46:46.749Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-02-12T00:46:46.749Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-02-12T00:46:46.749Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-02-12T00:46:46.749Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-02-12T00:46:46.749Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-02-12T00:46:46.749Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-02-12T00:46:46.749Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-02-12T00:46:46.749Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-02-12T00:46:46.749Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-02-12T00:46:46.749Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-02-12T00:46:46.749Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-02-12T00:46:46.749Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-02-12T00:46:46.749Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-02-12T00:46:46.749Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-02-12T00:46:46.749Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-02-12T00:46:46.749Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-02-12T00:46:46.749Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-02-12T00:46:46.749Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-02-12T00:46:46.749Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-02-12T00:46:46.749Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-02-12T00:46:47.016Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-02-12T00:46:47.016Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-02-12T00:46:47.588Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-02-12T00:46:47.849Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-02-12T00:46:54.428Z] 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-12T00:46:54.428Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-02-12T00:46:58.630Z] 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-12T00:46:59.200Z] 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-12T00:47:00.583Z] 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-12T00:47:00.844Z] 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-12T00:47:00.844Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-02-12T00:47:01.103Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-02-12T00:47:01.103Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-02-12T00:47:01.103Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-02-12T00:47:03.017Z] 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-12T00:47:03.017Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-02-12T00:47:03.017Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-02-12T00:47:03.959Z] 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-12T00:47:04.899Z] 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-12T00:47:04.899Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-02-12T00:47:06.283Z] 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-12T00:47:06.852Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-12T00:47:06.852Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-02-12T00:47:07.798Z] 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-12T00:47:07.798Z] go: downloading github.com/lib/pq v1.9.0 [2021-02-12T00:47:09.712Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-02-12T00:47:09.712Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-02-12T00:47:09.712Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-02-12T00:47:09.712Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-02-12T00:47:09.712Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-02-12T00:47:09.712Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-02-12T00:47:09.712Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-02-12T00:47:09.712Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-02-12T00:47:09.712Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-02-12T00:47:09.712Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-02-12T00:47:09.712Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-02-12T00:47:09.712Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-02-12T00:47:09.712Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-02-12T00:47:09.712Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-02-12T00:47:09.712Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-02-12T00:47:09.712Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-02-12T00:47:09.712Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-02-12T00:47:09.712Z] + 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-12T00:47:09.712Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-02-12T00:47:09.712Z] + 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-12T00:47:09.712Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-02-12T00:47:09.712Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-02-12T00:47:09.712Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-02-12T00:47:09.712Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-02-12T00:47:09.712Z] + 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-12T00:47:10.657Z] Building version [2021-02-12T00:47:10.657Z] + snapcraftctl build [2021-02-12T00:47:12.569Z] Staging config-common [2021-02-12T00:47:12.569Z] + snapcraftctl stage [2021-02-12T00:47:13.509Z] Skipping stage go-build-helper (already ran) [2021-02-12T00:47:13.509Z] Skipping stage static-packages (already ran) [2021-02-12T00:47:13.509Z] Skipping stage go115 (already ran) [2021-02-12T00:47:13.509Z] Staging edgex-go [2021-02-12T00:47:13.509Z] + snapcraftctl stage [2021-02-12T00:47:14.450Z] Staging version [2021-02-12T00:47:14.450Z] + snapcraftctl stage [2021-02-12T00:47:15.021Z] Priming config-common [2021-02-12T00:47:15.021Z] + snapcraftctl prime [2021-02-12T00:47:15.962Z] Priming go-build-helper [2021-02-12T00:47:15.962Z] + snapcraftctl prime [2021-02-12T00:47:16.905Z] Priming static-packages [2021-02-12T00:47:16.905Z] + snapcraftctl prime [2021-02-12T00:47:19.450Z] Priming go115 [2021-02-12T00:47:19.450Z] + snapcraftctl prime [2021-02-12T00:47:20.020Z] Priming edgex-go [2021-02-12T00:47:20.021Z] + snapcraftctl prime [2021-02-12T00:47:21.408Z] Priming version [2021-02-12T00:47:21.408Z] + snapcraftctl prime [2021-02-12T00:47:22.350Z] 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-12T00:47:56.805Z] 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-12T00:48:09.244Z] Removing intermediate container 2ee19d6ec243 [2021-02-12T00:48:09.244Z] ---> 8e9344585725 [2021-02-12T00:48:09.244Z] [2021-02-12T00:48:09.244Z] Step 10/30 : FROM alpine:3.12 [2021-02-12T00:48:09.244Z] 3.12: Pulling from library/alpine [2021-02-12T00:48:11.235Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-12T00:48:11.235Z] Status: Downloaded newer image for alpine:3.12 [2021-02-12T00:48:11.235Z] ---> afeebe901d6b [2021-02-12T00:48:11.235Z] Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-12T00:48:12.699Z] ---> Running in 08f5640d5c8e [2021-02-12T00:48:12.980Z] Removing intermediate container f6b8fa9d554c [2021-02-12T00:48:12.980Z] ---> f9336a0113f3 [2021-02-12T00:48:12.980Z] [2021-02-12T00:48:12.980Z] Step 10/21 : FROM alpine:3.12 [2021-02-12T00:48:12.980Z] ---> afeebe901d6b [2021-02-12T00:48:12.980Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-12T00:48:12.980Z] Removing intermediate container 0f20632dc353 [2021-02-12T00:48:12.980Z] ---> 67c48adbb3e5 [2021-02-12T00:48:12.980Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-12T00:48:13.264Z] ---> Running in 28aaaec8af3c [2021-02-12T00:48:13.544Z] ---> Running in 5c44d1136e48 [2021-02-12T00:48:13.544Z] Removing intermediate container 08f5640d5c8e [2021-02-12T00:48:13.544Z] ---> 758403391d32 [2021-02-12T00:48:13.544Z] Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-12T00:48:13.822Z] ---> Running in 0d5e0224244d [2021-02-12T00:48:15.829Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-12T00:48:16.235Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-12T00:48:16.235Z] 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-12T00:48:16.235Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-12T00:48:16.528Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-12T00:48:17.196Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-12T00:48:17.196Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-12T00:48:17.196Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-12T00:48:17.196Z] (4/4) Installing curl (7.69.1-r3) [2021-02-12T00:48:17.196Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T00:48:17.196Z] Executing ca-certificates-20191127-r4.trigger [2021-02-12T00:48:17.575Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-12T00:48:17.575Z] (2/2) Installing su-exec (0.2-r1) [2021-02-12T00:48:17.575Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T00:48:17.575Z] OK: 5 MiB in 16 packages [2021-02-12T00:48:17.575Z] OK: 7 MiB in 18 packages [2021-02-12T00:48:19.679Z] Removing intermediate container 0d5e0224244d [2021-02-12T00:48:19.679Z] ---> cdf13354432f [2021-02-12T00:48:19.679Z] Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-12T00:48:20.271Z] ---> Running in 8836d05b2050 [2021-02-12T00:48:20.878Z] Removing intermediate container 8836d05b2050 [2021-02-12T00:48:20.878Z] ---> 600d2f5e9f2b [2021-02-12T00:48:20.878Z] Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-12T00:48:21.469Z] Removing intermediate container 28aaaec8af3c [2021-02-12T00:48:21.469Z] ---> b7e9db754038 [2021-02-12T00:48:21.469Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-12T00:48:21.469Z] ---> Running in 133dd08997e1 [2021-02-12T00:48:21.745Z] ---> Running in 5705c265716f [2021-02-12T00:48:22.718Z] Removing intermediate container 133dd08997e1 [2021-02-12T00:48:22.718Z] ---> 70ce311f6d74 [2021-02-12T00:48:22.718Z] Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-12T00:48:23.310Z] Removing intermediate container 5c44d1136e48 [2021-02-12T00:48:23.310Z] ---> 28632031e570 [2021-02-12T00:48:23.310Z] [2021-02-12T00:48:23.310Z] Step 11/26 : FROM docker:20.10.0 [2021-02-12T00:48:23.310Z] Removing intermediate container 5705c265716f [2021-02-12T00:48:23.310Z] ---> 1005bcb1f843 [2021-02-12T00:48:23.310Z] Step 13/21 : WORKDIR /edgex [2021-02-12T00:48:23.310Z] 20.10.0: Pulling from library/docker [2021-02-12T00:48:23.310Z] ---> Running in 42f053992318 [2021-02-12T00:48:23.585Z] ---> Running in 04c6057cfb51 [2021-02-12T00:48:23.857Z] Removing intermediate container 66de357eb2be [2021-02-12T00:48:23.857Z] ---> acd8f396896e [2021-02-12T00:48:23.857Z] [2021-02-12T00:48:23.857Z] Step 10/22 : FROM alpine:3.12 [2021-02-12T00:48:23.857Z] ---> afeebe901d6b [2021-02-12T00:48:23.857Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-12T00:48:24.141Z] ---> Running in cfe16b0a485a [2021-02-12T00:48:24.744Z] Removing intermediate container 04c6057cfb51 [2021-02-12T00:48:24.744Z] ---> d8d2db078fb1 [2021-02-12T00:48:24.744Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-12T00:48:26.192Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-12T00:48:26.468Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-12T00:48:27.073Z] ---> 041c36ee4cff [2021-02-12T00:48:27.073Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-12T00:48:27.073Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-12T00:48:27.073Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T00:48:27.073Z] OK: 5 MiB in 15 packages [2021-02-12T00:48:28.518Z] Removing intermediate container 42f053992318 [2021-02-12T00:48:28.518Z] ---> 2212197c289b [2021-02-12T00:48:28.518Z] Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-12T00:48:28.518Z] ---> Running in d3ddf2ca9b2f [2021-02-12T00:48:28.518Z] ---> 021e90bfe3db [2021-02-12T00:48:28.518Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-12T00:48:29.503Z] Removing intermediate container cfe16b0a485a [2021-02-12T00:48:29.503Z] ---> d5146e35c48a [2021-02-12T00:48:29.503Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-12T00:48:29.773Z] Removing intermediate container d3ddf2ca9b2f [2021-02-12T00:48:29.773Z] ---> d1c2bf4d3b82 [2021-02-12T00:48:29.773Z] Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-12T00:48:30.046Z] ---> Running in bc31f12d6a1f [2021-02-12T00:48:31.018Z] ---> cfe2e6fdf3c9 [2021-02-12T00:48:31.018Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-12T00:48:31.609Z] Removing intermediate container bc31f12d6a1f [2021-02-12T00:48:31.609Z] ---> 0ce5f536975f [2021-02-12T00:48:31.609Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-12T00:48:31.609Z] ---> Running in 0b97256031a3 [2021-02-12T00:48:31.880Z] ---> df0fbbdc4bb7 [2021-02-12T00:48:31.880Z] Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-12T00:48:32.152Z] Removing intermediate container 808996fbe124 [2021-02-12T00:48:32.152Z] ---> f8ab0f524748 [2021-02-12T00:48:32.152Z] [2021-02-12T00:48:32.152Z] Step 10/23 : FROM alpine:3.12 [2021-02-12T00:48:32.152Z] ---> afeebe901d6b [2021-02-12T00:48:32.152Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-12T00:48:32.152Z] ---> Using cache [2021-02-12T00:48:32.152Z] ---> d5146e35c48a [2021-02-12T00:48:32.152Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-12T00:48:32.152Z] ---> Using cache [2021-02-12T00:48:32.152Z] ---> 0ce5f536975f [2021-02-12T00:48:32.152Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-12T00:48:32.152Z] ---> Running in 6896dfff01ab [2021-02-12T00:48:32.423Z] ---> Running in 4e474f8b34dc [2021-02-12T00:48:32.694Z] ---> Running in 212dece08f96 [2021-02-12T00:48:32.694Z] Removing intermediate container 0b97256031a3 [2021-02-12T00:48:32.694Z] ---> f87f5676b2ef [2021-02-12T00:48:32.694Z] Step 18/21 : CMD ["--init=true"] [2021-02-12T00:48:32.966Z] Removing intermediate container 6896dfff01ab [2021-02-12T00:48:32.966Z] ---> 008ec2a00b2d [2021-02-12T00:48:32.966Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-12T00:48:33.237Z] ---> Running in db1b4cd0a05c [2021-02-12T00:48:33.237Z] ---> Running in 5613e5f1b6f1 [2021-02-12T00:48:33.510Z] Removing intermediate container 212dece08f96 [2021-02-12T00:48:33.510Z] ---> 946719e677b7 [2021-02-12T00:48:33.510Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-12T00:48:33.783Z] ---> Running in 3a5b022b92c2 [2021-02-12T00:48:33.783Z] Removing intermediate container db1b4cd0a05c [2021-02-12T00:48:33.783Z] ---> 554552b3def9 [2021-02-12T00:48:33.783Z] Step 19/21 : LABEL arch=arm64 [2021-02-12T00:48:34.055Z] Removing intermediate container 5613e5f1b6f1 [2021-02-12T00:48:34.055Z] ---> b8b8d640e1ff [2021-02-12T00:48:34.055Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-12T00:48:34.329Z] ---> Running in c334ba727948 [2021-02-12T00:48:34.608Z] Removing intermediate container 3a5b022b92c2 [2021-02-12T00:48:34.608Z] ---> 30826c4d9e61 [2021-02-12T00:48:34.608Z] Step 15/23 : WORKDIR / [2021-02-12T00:48:34.880Z] ---> Running in d913b89bf276 [2021-02-12T00:48:34.880Z] Removing intermediate container c334ba727948 [2021-02-12T00:48:34.880Z] ---> b913757700f4 [2021-02-12T00:48:34.880Z] Step 20/21 : LABEL git_sha=45dee08a088b3bcf19667cd45fc15bc3ebb1cbe5 [2021-02-12T00:48:35.161Z] ---> Running in f40f3dcc4558 [2021-02-12T00:48:35.161Z] ---> 2db2f23e3a58 [2021-02-12T00:48:35.161Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-12T00:48:35.433Z] Removing intermediate container d913b89bf276 [2021-02-12T00:48:35.433Z] ---> f408e0ac599a [2021-02-12T00:48:35.433Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-12T00:48:35.433Z] Removing intermediate container 4e474f8b34dc [2021-02-12T00:48:35.433Z] ---> d0139eae6693 [2021-02-12T00:48:35.433Z] Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-12T00:48:35.707Z] Removing intermediate container f40f3dcc4558 [2021-02-12T00:48:35.707Z] ---> 6402cd5c55d4 [2021-02-12T00:48:35.707Z] Step 21/21 : LABEL version=0.0.0 [2021-02-12T00:48:35.989Z] ---> Running in 5a1965c0df3c [2021-02-12T00:48:36.269Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-12T00:48:36.269Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-12T00:48:36.269Z] ---> eeaf43b92773 [2021-02-12T00:48:36.269Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-12T00:48:36.269Z] ---> Running in 8894302fd82d [2021-02-12T00:48:36.545Z] ---> 019464802207 [2021-02-12T00:48:36.545Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-12T00:48:36.821Z] ---> 36681f60f761 [2021-02-12T00:48:36.821Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-12T00:48:36.821Z] ---> 95e87b9f833f [2021-02-12T00:48:36.821Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-12T00:48:36.821Z] Removing intermediate container 5a1965c0df3c [2021-02-12T00:48:36.821Z] ---> 31c887a594b0 [2021-02-12T00:48:36.821Z] [2021-02-12T00:48:37.800Z] Successfully built 31c887a594b0 [2021-02-12T00:48:37.800Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-02-12T00:48:37.800Z]  Building docker-security-proxy-setup-go ... done Building docker-security-secretstore-setup-go [2021-02-12T00:48:38.087Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-12T00:48:38.362Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-12T00:48:38.634Z] ---> d85ffbd55748 [2021-02-12T00:48:38.634Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-12T00:48:38.634Z] ---> b9f77ab786d0 [2021-02-12T00:48:38.634Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-12T00:48:38.634Z] ---> ae194f591a94 [2021-02-12T00:48:38.634Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-12T00:48:38.634Z] ---> Running in c958364a0626 [2021-02-12T00:48:38.911Z] (1/2) Installing readline (8.0.4-r0) [2021-02-12T00:48:38.911Z] (2/2) Installing bash (5.0.17-r0) [2021-02-12T00:48:38.911Z] Executing bash-5.0.17-r0.post-install [2021-02-12T00:48:38.911Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T00:48:38.911Z] OK: 12 MiB in 22 packages [2021-02-12T00:48:40.354Z] Removing intermediate container c958364a0626 [2021-02-12T00:48:40.354Z] ---> d08644dccbed [2021-02-12T00:48:40.354Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-12T00:48:40.641Z] ---> 2525a50b5c7b [2021-02-12T00:48:40.641Z] ---> de7add2073da [2021-02-12T00:48:40.641Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-12T00:48:40.641Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-12T00:48:40.913Z] ---> Running in ba2ae7f19611 [2021-02-12T00:48:41.186Z] ---> Running in bc0656cd1224 [2021-02-12T00:48:41.459Z] Removing intermediate container ba2ae7f19611 [2021-02-12T00:48:41.459Z] ---> f413059020eb [2021-02-12T00:48:41.459Z] Step 20/22 : LABEL arch=arm64 [2021-02-12T00:48:41.738Z] ---> b725cdef53d3 [2021-02-12T00:48:41.738Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2021-02-12T00:48:41.738Z] Removing intermediate container 8894302fd82d [2021-02-12T00:48:41.738Z] ---> 4c03552ad950 [2021-02-12T00:48:41.738Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-12T00:48:41.738Z] ---> Running in 2904aa688092 [2021-02-12T00:48:42.013Z] Removing intermediate container bc0656cd1224 [2021-02-12T00:48:42.013Z] ---> 3317733526ac [2021-02-12T00:48:42.013Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-12T00:48:42.291Z] ---> Running in 98041e57e241 [2021-02-12T00:48:42.291Z] ---> Running in 9a1d8d3ee88b [2021-02-12T00:48:42.572Z] ---> Running in 156abcba3751 [2021-02-12T00:48:42.844Z] Removing intermediate container 2904aa688092 [2021-02-12T00:48:42.844Z] ---> 81f738bd878f [2021-02-12T00:48:42.844Z] Step 21/22 : LABEL git_sha=45dee08a088b3bcf19667cd45fc15bc3ebb1cbe5 [2021-02-12T00:48:43.120Z] Removing intermediate container 98041e57e241 [2021-02-12T00:48:43.120Z] ---> aa115c015bb4 [2021-02-12T00:48:43.120Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-12T00:48:43.120Z] ---> Running in 8b5e6d56b049 [2021-02-12T00:48:43.120Z] Removing intermediate container 156abcba3751 [2021-02-12T00:48:43.120Z] ---> 15c0affbe414 [2021-02-12T00:48:43.120Z] Step 21/23 : LABEL arch=arm64 [2021-02-12T00:48:43.446Z] Removing intermediate container 9a1d8d3ee88b [2021-02-12T00:48:43.446Z] ---> 9a8344854dff [2021-02-12T00:48:43.446Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-12T00:48:43.446Z] ---> Running in c553ae34872c [2021-02-12T00:48:43.723Z] ---> Running in a72f12fe48df [2021-02-12T00:48:43.994Z] Removing intermediate container 8b5e6d56b049 [2021-02-12T00:48:43.994Z] ---> d2edbfdcb142 [2021-02-12T00:48:43.994Z] Step 22/22 : LABEL version=0.0.0 [2021-02-12T00:48:43.994Z] Removing intermediate container c553ae34872c [2021-02-12T00:48:43.994Z] ---> 4fdd490b7469 [2021-02-12T00:48:43.994Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-12T00:48:44.267Z] ---> Running in e28c74c9e374 [2021-02-12T00:48:44.267Z] ---> Running in b5f055a18210 [2021-02-12T00:48:44.542Z] Removing intermediate container a72f12fe48df [2021-02-12T00:48:44.542Z] ---> 9be05625c7d4 [2021-02-12T00:48:44.542Z] ---> c72d48e29395 [2021-02-12T00:48:44.542Z] Step 22/23 : LABEL git_sha=45dee08a088b3bcf19667cd45fc15bc3ebb1cbe5 [2021-02-12T00:48:44.542Z] Step 25/30 : RUN chmod +x /entrypoint.sh [2021-02-12T00:48:44.819Z] ---> Running in 4cb01cf5bf40 [2021-02-12T00:48:44.819Z] ---> Running in 0c184179855f [2021-02-12T00:48:44.819Z] Removing intermediate container e28c74c9e374 [2021-02-12T00:48:44.819Z] ---> 4b1c99dfa450 [2021-02-12T00:48:44.819Z] [2021-02-12T00:48:45.108Z] Removing intermediate container b5f055a18210 [2021-02-12T00:48:45.108Z] ---> 4eaeed1d4896 [2021-02-12T00:48:45.108Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-12T00:48:45.712Z] Removing intermediate container 4cb01cf5bf40 [2021-02-12T00:48:45.712Z] ---> b3d3739ed003 [2021-02-12T00:48:45.712Z] Step 23/23 : LABEL version=0.0.0 [2021-02-12T00:48:45.712Z] Successfully built 4b1c99dfa450 [2021-02-12T00:48:45.712Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-02-12T00:48:45.712Z] Building docker-support-notifications-go [2021-02-12T00:48:45.991Z]  Building docker-support-scheduler-go ... done  ---> Running in 211bf1fe41cf [2021-02-12T00:48:46.987Z] Removing intermediate container 211bf1fe41cf [2021-02-12T00:48:46.987Z] ---> 489d039e2aef [2021-02-12T00:48:46.987Z] [2021-02-12T00:48:46.987Z] ---> e42a1a0cf4e7 [2021-02-12T00:48:46.987Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-12T00:48:47.263Z] Successfully built 489d039e2aef [2021-02-12T00:48:47.263Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-02-12T00:48:47.263Z] Building docker-core-command-go [2021-02-12T00:48:47.862Z]  Building docker-core-metadata-go ... done Removing intermediate container 0c184179855f [2021-02-12T00:48:47.862Z] ---> 19faa8ce10a7 [2021-02-12T00:48:48.146Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-12T00:48:48.146Z] ---> 7f9a539c5e8a [2021-02-12T00:48:48.146Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-12T00:48:48.422Z] ---> Running in 537aa743428c [2021-02-12T00:48:49.015Z] Removing intermediate container 537aa743428c [2021-02-12T00:48:49.015Z] ---> 317714c35193 [2021-02-12T00:48:49.015Z] Step 27/30 : CMD ["gate"] [2021-02-12T00:48:49.291Z] ---> 7c26add1e626 [2021-02-12T00:48:49.291Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-12T00:48:49.579Z] ---> Running in 8f241fcf56f4 [2021-02-12T00:48:49.579Z] ---> Running in 5083354ef472 [2021-02-12T00:48:50.583Z] Removing intermediate container 5083354ef472 [2021-02-12T00:48:50.583Z] ---> 2d0039691a24 [2021-02-12T00:48:50.583Z] Step 28/30 : LABEL arch=arm64 [2021-02-12T00:48:50.857Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-12T00:48:51.128Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-12T00:48:51.402Z] ---> Running in 17676ffe77e2 [2021-02-12T00:48:51.999Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-12T00:48:51.999Z] (2/33) Installing expat (2.2.9-r1) [2021-02-12T00:48:51.999Z] (3/33) Installing libffi (3.3-r2) [2021-02-12T00:48:51.999Z] (4/33) Installing gdbm (1.13-r1) [2021-02-12T00:48:51.999Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-12T00:48:51.999Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-12T00:48:51.999Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-12T00:48:52.271Z] Removing intermediate container 17676ffe77e2 [2021-02-12T00:48:52.271Z] ---> e89a73d16038 [2021-02-12T00:48:52.271Z] Step 29/30 : LABEL git_sha=45dee08a088b3bcf19667cd45fc15bc3ebb1cbe5 [2021-02-12T00:48:53.257Z] ---> Running in 396db0891188 [2021-02-12T00:48:54.244Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-12T00:48:54.244Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-12T00:48:54.244Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-12T00:48:54.244Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-12T00:48:54.244Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-12T00:48:54.244Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-12T00:48:54.244Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-12T00:48:54.244Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-12T00:48:54.244Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-12T00:48:54.244Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-12T00:48:54.244Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-12T00:48:54.514Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-12T00:48:54.515Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-12T00:48:54.515Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-12T00:48:54.515Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-12T00:48:54.515Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-12T00:48:54.515Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-12T00:48:54.515Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-12T00:48:54.515Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-12T00:48:54.515Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-12T00:48:54.515Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-12T00:48:54.515Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-12T00:48:54.515Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-12T00:48:54.515Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-12T00:48:54.515Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-12T00:48:54.515Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-12T00:48:54.785Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T00:48:54.785Z] OK: 71 MiB in 55 packages [2021-02-12T00:48:55.387Z] Removing intermediate container 396db0891188 [2021-02-12T00:48:55.387Z] ---> acad0bfd9813 [2021-02-12T00:48:55.387Z] Step 30/30 : LABEL version=0.0.0 [2021-02-12T00:48:58.761Z] ---> Running in bced9efe664d [2021-02-12T00:48:59.358Z] Removing intermediate container bced9efe664d [2021-02-12T00:48:59.358Z] ---> f11b426150df [2021-02-12T00:48:59.358Z] [2021-02-12T00:48:59.950Z] Successfully built f11b426150df [2021-02-12T00:48:59.950Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-02-12T00:48:59.950Z] Building docker-core-data-go [2021-02-12T00:49:04.257Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container 8f241fcf56f4 [2021-02-12T00:49:04.257Z] ---> a8b9890fab70 [2021-02-12T00:49:04.257Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-12T00:49:04.529Z] ---> Running in de324856226d [2021-02-12T00:49:11.236Z] Collecting docker-compose==1.23.2 [2021-02-12T00:49:11.236Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-12T00:49:11.236Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-12T00:49:11.236Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-12T00:49:11.236Z] ---> 4ce71ee3f0bf [2021-02-12T00:49:11.236Z] Step 3/24 : WORKDIR /edgex-go [2021-02-12T00:49:11.236Z] ---> Using cache [2021-02-12T00:49:11.236Z] ---> 8d11da8bbddb [2021-02-12T00:49:11.236Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-12T00:49:11.236Z] ---> Using cache [2021-02-12T00:49:11.236Z] ---> 089d0ecf93e6 [2021-02-12T00:49:11.236Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-12T00:49:11.236Z] ---> Using cache [2021-02-12T00:49:11.236Z] ---> c7e41b7c3d83 [2021-02-12T00:49:11.236Z] Step 6/24 : COPY go.mod . [2021-02-12T00:49:11.236Z] ---> Using cache [2021-02-12T00:49:11.236Z] ---> 4d009657b661 [2021-02-12T00:49:11.236Z] Step 7/24 : RUN go mod download [2021-02-12T00:49:11.236Z] ---> Using cache [2021-02-12T00:49:11.236Z] ---> 7a91db20d928 [2021-02-12T00:49:11.236Z] Step 8/24 : COPY . . [2021-02-12T00:49:11.236Z] ---> Using cache [2021-02-12T00:49:11.236Z] ---> 0f9c79a5c46b [2021-02-12T00:49:11.236Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-12T00:49:13.222Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-12T00:49:13.222Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-12T00:49:13.222Z] ---> Running in 2ae32297cc79 [2021-02-12T00:49:13.495Z] Collecting docopt<0.7,>=0.6.1 [2021-02-12T00:49:13.495Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-12T00:49:14.932Z] 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-12T00:49:16.910Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-12T00:49:16.910Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-12T00:49:17.975Z] Collecting docker<4.0,>=3.6.0 [2021-02-12T00:49:17.975Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-12T00:49:19.032Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-12T00:49:19.032Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-12T00:49:21.711Z] 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-12T00:49:21.988Z] Collecting cached-property<2,>=1.2.0 [2021-02-12T00:49:21.988Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-12T00:49:23.432Z] Collecting PyYAML<4,>=3.10 [2021-02-12T00:49:23.432Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-12T00:49:28.884Z] Collecting jsonschema<3,>=2.5.1 [2021-02-12T00:49:28.884Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-12T00:49:28.884Z] Collecting texttable<0.10,>=0.9.0 [2021-02-12T00:49:28.884Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-12T00:49:29.882Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-12T00:49:29.882Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-12T00:49:29.882Z] ---> 4ce71ee3f0bf [2021-02-12T00:49:29.882Z] Step 3/22 : WORKDIR /edgex-go [2021-02-12T00:49:29.882Z] ---> Using cache [2021-02-12T00:49:29.882Z] ---> 8d11da8bbddb [2021-02-12T00:49:30.157Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-12T00:49:30.157Z] ---> Using cache [2021-02-12T00:49:30.157Z] ---> 089d0ecf93e6 [2021-02-12T00:49:30.157Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-12T00:49:31.159Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-12T00:49:31.159Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-12T00:49:31.159Z] ---> 4ce71ee3f0bf [2021-02-12T00:49:31.159Z] Step 3/23 : WORKDIR /edgex-go [2021-02-12T00:49:31.159Z] ---> Using cache [2021-02-12T00:49:31.159Z] ---> 8d11da8bbddb [2021-02-12T00:49:31.159Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-12T00:49:31.159Z] ---> Using cache [2021-02-12T00:49:31.159Z] ---> 089d0ecf93e6 [2021-02-12T00:49:31.159Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-12T00:49:31.159Z] ---> Using cache [2021-02-12T00:49:31.159Z] ---> c7e41b7c3d83 [2021-02-12T00:49:31.159Z] Step 6/23 : COPY go.mod . [2021-02-12T00:49:31.159Z] ---> Using cache [2021-02-12T00:49:31.159Z] ---> 4d009657b661 [2021-02-12T00:49:31.159Z] Step 7/23 : RUN go mod download [2021-02-12T00:49:31.159Z] ---> Using cache [2021-02-12T00:49:31.159Z] ---> 7a91db20d928 [2021-02-12T00:49:31.159Z] Step 8/23 : COPY . . [2021-02-12T00:49:31.159Z] ---> Using cache [2021-02-12T00:49:31.159Z] ---> 0f9c79a5c46b [2021-02-12T00:49:31.159Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-12T00:49:31.460Z] 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-12T00:49:32.453Z] Collecting idna<2.8,>=2.5 [2021-02-12T00:49:32.453Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-12T00:49:34.474Z] ---> Running in 44ed21a8f12e [2021-02-12T00:49:34.474Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-12T00:49:34.474Z] ---> Running in 4618b00de54e [2021-02-12T00:49:34.474Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-12T00:49:34.474Z] 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-12T00:49:34.757Z] Collecting docker-pycreds>=0.4.0 [2021-02-12T00:49:34.757Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-12T00:49:35.032Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-12T00:49:35.032Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-12T00:49:35.307Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-12T00:49:35.307Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-12T00:49:36.750Z] Installing collected packages: idna, urllib3, requests, docopt, websocket-client, docker-pycreds, docker, dockerpty, cached-property, PyYAML, jsonschema, texttable, docker-compose [2021-02-12T00:49:36.750Z] Attempting uninstall: idna [2021-02-12T00:49:36.750Z] Found existing installation: idna 2.9 [2021-02-12T00:49:36.750Z] Uninstalling idna-2.9: [2021-02-12T00:49:36.750Z] Successfully uninstalled idna-2.9 [2021-02-12T00:49:36.750Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-12T00:49:37.024Z] 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-12T00:49:37.628Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-12T00:49:37.628Z] Attempting uninstall: urllib3 [2021-02-12T00:49:37.628Z] Found existing installation: urllib3 1.25.9 [2021-02-12T00:49:37.628Z] Uninstalling urllib3-1.25.9: [2021-02-12T00:49:37.903Z] Successfully uninstalled urllib3-1.25.9 [2021-02-12T00:49:38.889Z] OK: 217 MiB in 51 packages [2021-02-12T00:49:39.164Z] Attempting uninstall: requests [2021-02-12T00:49:39.164Z] Found existing installation: requests 2.23.0 [2021-02-12T00:49:39.164Z] Uninstalling requests-2.23.0: [2021-02-12T00:49:39.438Z] Successfully uninstalled requests-2.23.0 [2021-02-12T00:49:40.039Z] Running setup.py install for docopt: started [2021-02-12T00:49:42.674Z] Removing intermediate container 44ed21a8f12e [2021-02-12T00:49:42.674Z] ---> 1d918bc372ac [2021-02-12T00:49:42.674Z] Step 6/22 : COPY go.mod . [2021-02-12T00:49:43.288Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-12T00:49:43.288Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-12T00:49:43.288Z] ---> 4ce71ee3f0bf [2021-02-12T00:49:43.288Z] Step 3/23 : WORKDIR /edgex-go [2021-02-12T00:49:43.288Z] ---> Using cache [2021-02-12T00:49:43.288Z] ---> 8d11da8bbddb [2021-02-12T00:49:43.288Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-12T00:49:43.288Z] ---> Using cache [2021-02-12T00:49:43.288Z] ---> 089d0ecf93e6 [2021-02-12T00:49:43.288Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-12T00:49:43.288Z] ---> Running in 226b595a1489 [2021-02-12T00:49:43.288Z] ---> 42c5ba2526c1 [2021-02-12T00:49:43.288Z] Step 7/22 : RUN go mod download [2021-02-12T00:49:43.565Z] Running setup.py install for docopt: finished with status 'done' [2021-02-12T00:49:43.565Z] ---> Running in ed302b06374d [2021-02-12T00:49:45.559Z] Running setup.py install for dockerpty: started [2021-02-12T00:49:45.559Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-12T00:49:46.543Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-12T00:49:47.540Z] OK: 217 MiB in 51 packages [2021-02-12T00:49:48.533Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-12T00:49:48.533Z] Removing intermediate container ed302b06374d [2021-02-12T00:49:48.533Z] ---> a776b2ca8dba [2021-02-12T00:49:48.533Z] Step 8/22 : COPY . . [2021-02-12T00:49:48.533Z] Running setup.py install for PyYAML: started [2021-02-12T00:49:49.514Z] Removing intermediate container 226b595a1489 [2021-02-12T00:49:49.514Z] ---> f91495ad0a54 [2021-02-12T00:49:49.514Z] Step 6/23 : COPY go.mod . [2021-02-12T00:49:51.533Z] ---> 22ecd46147e4 [2021-02-12T00:49:51.533Z] Step 7/23 : RUN go mod download [2021-02-12T00:49:51.823Z] ---> Running in bac210db9e6e [2021-02-12T00:49:52.820Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-12T00:49:53.427Z] Running setup.py install for texttable: started [2021-02-12T00:49:56.920Z] Running setup.py install for texttable: finished with status 'done' [2021-02-12T00:49:58.373Z] 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-12T00:49:58.653Z] Removing intermediate container bac210db9e6e [2021-02-12T00:49:58.653Z] ---> 4fd35cd60cf7 [2021-02-12T00:49:58.653Z] Step 8/23 : COPY . . [2021-02-12T00:50:08.823Z] Removing intermediate container de324856226d [2021-02-12T00:50:08.823Z] ---> c830d7ff86e9 [2021-02-12T00:50:08.823Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-12T00:50:08.823Z] ---> Running in f43f0f6bfed5 [2021-02-12T00:50:11.491Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-12T00:50:11.491Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-12T00:50:12.101Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-12T00:50:12.101Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-12T00:50:12.101Z] (3/3) Installing curl (7.69.1-r3) [2021-02-12T00:50:12.101Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T00:50:12.380Z] OK: 71 MiB in 58 packages [2021-02-12T00:50:15.819Z] Removing intermediate container f43f0f6bfed5 [2021-02-12T00:50:15.819Z] ---> ee08bc7d2263 [2021-02-12T00:50:15.819Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-12T00:50:16.095Z] ---> Running in 90bc729eac4e [2021-02-12T00:50:16.695Z] ---> 6ec26308b9bd [2021-02-12T00:50:16.695Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-12T00:50:16.695Z] 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-12T00:50:17.324Z] ---> Running in 9ecfb18ae9f5 [2021-02-12T00:50:17.324Z] Removing intermediate container 90bc729eac4e [2021-02-12T00:50:17.324Z] ---> d46604700058 [2021-02-12T00:50:17.324Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-12T00:50:17.922Z] ---> Running in e7144c65d859 [2021-02-12T00:50:19.391Z] Removing intermediate container e7144c65d859 [2021-02-12T00:50:19.391Z] ---> 1efb9f178938 [2021-02-12T00:50:19.391Z] Step 24/26 : LABEL arch=arm64 [2021-02-12T00:50:19.391Z] 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-12T00:50:19.391Z] ---> Running in d3cce9257b88 [2021-02-12T00:50:20.872Z] Removing intermediate container d3cce9257b88 [2021-02-12T00:50:20.872Z] ---> 2c269eeabed8 [2021-02-12T00:50:20.872Z] Step 25/26 : LABEL git_sha=45dee08a088b3bcf19667cd45fc15bc3ebb1cbe5 [2021-02-12T00:50:21.498Z] ---> Running in b49b1b825faf [2021-02-12T00:50:22.493Z] Removing intermediate container b49b1b825faf [2021-02-12T00:50:22.493Z] ---> 074c83abb174 [2021-02-12T00:50:22.493Z] Step 26/26 : LABEL version=0.0.0 [2021-02-12T00:50:22.773Z] ---> Running in 0de9f0ff2841 [2021-02-12T00:50:23.799Z] Removing intermediate container 0de9f0ff2841 [2021-02-12T00:50:23.799Z] ---> 4a7126bc4de0 [2021-02-12T00:50:23.799Z] [2021-02-12T00:50:25.256Z] Successfully built 4a7126bc4de0 [2021-02-12T00:50:25.256Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-02-12T00:50:30.919Z]  Building docker-sys-mgmt-agent-go ... done  ---> e0c9ac9f8d4a [2021-02-12T00:50:30.919Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-12T00:50:30.919Z] ---> Running in 1e38e706f275 [2021-02-12T00:50:32.918Z] 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-12T00:50:34.387Z] Removing intermediate container 2ae32297cc79 [2021-02-12T00:50:34.387Z] ---> 90192526bc14 [2021-02-12T00:50:34.387Z] [2021-02-12T00:50:34.387Z] Step 10/24 : FROM alpine:3.12 [2021-02-12T00:50:34.387Z] ---> afeebe901d6b [2021-02-12T00:50:34.387Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-12T00:50:34.387Z] ---> Running in d3a1e11dcf9a [2021-02-12T00:50:36.546Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-12T00:50:36.823Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-12T00:50:37.427Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-12T00:50:37.703Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-12T00:50:37.703Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-12T00:50:37.703Z] (4/5) Installing curl (7.69.1-r3) [2021-02-12T00:50:37.703Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-12T00:50:37.703Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T00:50:37.703Z] Executing ca-certificates-20191127-r4.trigger [2021-02-12T00:50:37.981Z] OK: 7 MiB in 19 packages [2021-02-12T00:50:40.616Z] Removing intermediate container d3a1e11dcf9a [2021-02-12T00:50:40.616Z] ---> 7f6fb0827cb9 [2021-02-12T00:50:40.616Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-12T00:50:40.895Z] ---> Running in 0274fc8dee84 [2021-02-12T00:50:41.900Z] Removing intermediate container 0274fc8dee84 [2021-02-12T00:50:41.900Z] ---> e177efee6a71 [2021-02-12T00:50:41.900Z] Step 13/24 : WORKDIR / [2021-02-12T00:50:41.900Z] ---> Running in ee3505c91266 [2021-02-12T00:50:42.893Z] Removing intermediate container ee3505c91266 [2021-02-12T00:50:42.893Z] ---> 503de3a36d97 [2021-02-12T00:50:42.893Z] 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-12T00:50:44.348Z] ---> a5b7c0a0c77d [2021-02-12T00:50:44.348Z] 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-12T00:50:45.800Z] ---> 6190f1155d4e [2021-02-12T00:50:45.800Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-12T00:50:47.256Z] ---> 55c20f8bdb67 [2021-02-12T00:50:47.256Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-12T00:50:48.722Z] ---> e56248bcba6e [2021-02-12T00:50:48.722Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-12T00:50:50.734Z] ---> 6a4968047f24 [2021-02-12T00:50:50.734Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-12T00:50:51.727Z] ---> d8a9912786a0 [2021-02-12T00:50:51.727Z] 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-12T00:50:52.002Z] ---> Running in 310dcc20b828 [2021-02-12T00:50:56.331Z] Removing intermediate container 310dcc20b828 [2021-02-12T00:50:56.331Z] ---> a3bec05239b7 [2021-02-12T00:50:56.331Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-12T00:50:56.331Z] ---> Running in 6aea34d79193 [2021-02-12T00:50:56.604Z] Removing intermediate container 6aea34d79193 [2021-02-12T00:50:56.604Z] ---> a42f3fc4f88f [2021-02-12T00:50:56.604Z] Step 22/24 : LABEL arch=arm64 [2021-02-12T00:50:56.878Z] ---> Running in 16356265a9c2 [2021-02-12T00:50:57.861Z] Removing intermediate container 16356265a9c2 [2021-02-12T00:50:57.861Z] ---> 08174be9b0ba [2021-02-12T00:50:57.861Z] Step 23/24 : LABEL git_sha=45dee08a088b3bcf19667cd45fc15bc3ebb1cbe5 [2021-02-12T00:50:57.861Z] ---> Running in 16b43d2f5869 [2021-02-12T00:50:58.844Z] Removing intermediate container 16b43d2f5869 [2021-02-12T00:50:58.844Z] ---> a0c27973aebf [2021-02-12T00:50:58.844Z] Step 24/24 : LABEL version=0.0.0 [2021-02-12T00:50:58.844Z] ---> Running in 40de7c698c20 [2021-02-12T00:50:59.445Z] Removing intermediate container 40de7c698c20 [2021-02-12T00:50:59.445Z] ---> 949a2dcf5e8f [2021-02-12T00:50:59.445Z] [2021-02-12T00:51:00.042Z] Successfully built 949a2dcf5e8f [2021-02-12T00:51:00.042Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-02-12T00:51:15.187Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 4618b00de54e [2021-02-12T00:51:15.187Z] ---> 05da8ea3c7fb [2021-02-12T00:51:15.187Z] [2021-02-12T00:51:15.187Z] Step 10/23 : FROM alpine:3.12 [2021-02-12T00:51:15.187Z] ---> afeebe901d6b [2021-02-12T00:51:15.187Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-12T00:51:15.187Z] ---> Using cache [2021-02-12T00:51:15.187Z] ---> d5146e35c48a [2021-02-12T00:51:15.188Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-12T00:51:15.188Z] ---> Using cache [2021-02-12T00:51:15.188Z] ---> 0ce5f536975f [2021-02-12T00:51:15.188Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-12T00:51:15.188Z] ---> Running in 82cb3a0d81ad [2021-02-12T00:51:15.188Z] Removing intermediate container 82cb3a0d81ad [2021-02-12T00:51:15.188Z] ---> 9fb5e41c1dd7 [2021-02-12T00:51:15.188Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-12T00:51:15.469Z] ---> Running in 6e1ba565e940 [2021-02-12T00:51:16.074Z] Removing intermediate container 6e1ba565e940 [2021-02-12T00:51:16.074Z] ---> d45a901033e3 [2021-02-12T00:51:16.074Z] Step 15/23 : WORKDIR / [2021-02-12T00:51:16.074Z] ---> Running in 0313d8f881b4 [2021-02-12T00:51:17.069Z] Removing intermediate container 0313d8f881b4 [2021-02-12T00:51:17.069Z] ---> c7cde02011d5 [2021-02-12T00:51:17.069Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-12T00:51:18.526Z] ---> 6a928e6ab819 [2021-02-12T00:51:18.526Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-12T00:51:20.526Z] ---> 8463adb9a653 [2021-02-12T00:51:20.526Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-12T00:51:21.538Z] ---> 8ba45a620195 [2021-02-12T00:51:21.538Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-12T00:51:21.826Z] ---> Running in 852ceb34e407 [2021-02-12T00:51:22.452Z] Removing intermediate container 852ceb34e407 [2021-02-12T00:51:22.452Z] ---> 16ffefbcb2e0 [2021-02-12T00:51:22.452Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-12T00:51:22.732Z] ---> Running in 8b3a0ba34da3 [2021-02-12T00:51:23.366Z] Removing intermediate container 8b3a0ba34da3 [2021-02-12T00:51:23.366Z] ---> d458345afa8a [2021-02-12T00:51:23.366Z] Step 21/23 : LABEL arch=arm64 [2021-02-12T00:51:23.652Z] ---> Running in f3a6b7e94149 [2021-02-12T00:51:24.263Z] Removing intermediate container f3a6b7e94149 [2021-02-12T00:51:24.263Z] ---> 07a6cac4d31a [2021-02-12T00:51:24.263Z] Step 22/23 : LABEL git_sha=45dee08a088b3bcf19667cd45fc15bc3ebb1cbe5 [2021-02-12T00:51:24.544Z] ---> Running in 8f916dfe4aaf [2021-02-12T00:51:25.155Z] Removing intermediate container 8f916dfe4aaf [2021-02-12T00:51:25.155Z] ---> ebba134b2c20 [2021-02-12T00:51:25.155Z] Step 23/23 : LABEL version=0.0.0 [2021-02-12T00:51:25.466Z] ---> Running in 217d358fe819 [2021-02-12T00:51:26.069Z] Removing intermediate container 217d358fe819 [2021-02-12T00:51:26.069Z] ---> 18c91807beb4 [2021-02-12T00:51:26.069Z] [2021-02-12T00:51:26.672Z] Successfully built 18c91807beb4 [2021-02-12T00:51:26.672Z] Successfully tagged docker-core-command-go-arm64:latest [2021-02-12T00:51:45.040Z]  Building docker-core-command-go ... done Removing intermediate container 9ecfb18ae9f5 [2021-02-12T00:51:45.040Z] ---> cd0ebfc1d822 [2021-02-12T00:51:45.040Z] [2021-02-12T00:51:45.040Z] Step 10/22 : FROM alpine:3.12 [2021-02-12T00:51:45.040Z] ---> afeebe901d6b [2021-02-12T00:51:45.040Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-12T00:51:45.040Z] ---> Running in d997026c8615 [2021-02-12T00:51:45.040Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-12T00:51:45.040Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-12T00:51:45.040Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-12T00:51:45.319Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-12T00:51:45.319Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T00:51:45.319Z] Executing ca-certificates-20191127-r4.trigger [2021-02-12T00:51:45.319Z] OK: 6 MiB in 16 packages [2021-02-12T00:51:47.974Z] Removing intermediate container d997026c8615 [2021-02-12T00:51:47.974Z] ---> 428f453952bb [2021-02-12T00:51:47.974Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-12T00:51:47.974Z] ---> Running in c19c12607cda [2021-02-12T00:51:48.249Z] Removing intermediate container c19c12607cda [2021-02-12T00:51:48.249Z] ---> 70f38d87f2b5 [2021-02-12T00:51:48.249Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-12T00:51:48.529Z] ---> Running in 853c2cfa3a85 [2021-02-12T00:51:49.136Z] Removing intermediate container 853c2cfa3a85 [2021-02-12T00:51:49.136Z] ---> f5353a4b657e [2021-02-12T00:51:49.136Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-12T00:51:49.136Z] ---> Running in 492340d6684d [2021-02-12T00:51:49.735Z] Removing intermediate container 492340d6684d [2021-02-12T00:51:49.735Z] ---> a7624485fea6 [2021-02-12T00:51:49.735Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-12T00:51:50.725Z] ---> 4cc1b68ca7c1 [2021-02-12T00:51:50.725Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-12T00:51:52.190Z] ---> 4f7a880662fa [2021-02-12T00:51:52.190Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-12T00:51:52.839Z] ---> b0d3422213a2 [2021-02-12T00:51:52.839Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-12T00:51:53.120Z] ---> Running in db3a1db3a27b [2021-02-12T00:51:54.188Z] Removing intermediate container db3a1db3a27b [2021-02-12T00:51:54.188Z] ---> 022a8270ca64 [2021-02-12T00:51:54.188Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-12T00:51:54.805Z] ---> Running in 68af0c7f3c83 [2021-02-12T00:51:55.079Z] Removing intermediate container 1e38e706f275 [2021-02-12T00:51:55.079Z] ---> 0f0674cc01a9 [2021-02-12T00:51:55.079Z] [2021-02-12T00:51:55.079Z] Step 10/23 : FROM alpine:3.12 [2021-02-12T00:51:55.079Z] ---> afeebe901d6b [2021-02-12T00:51:55.079Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-12T00:51:55.351Z] ---> Running in 7174bb5f3406 [2021-02-12T00:51:55.626Z] Removing intermediate container 68af0c7f3c83 [2021-02-12T00:51:55.626Z] ---> 1de8da10bfa0 [2021-02-12T00:51:55.626Z] Step 20/22 : LABEL arch=arm64 [2021-02-12T00:51:55.626Z] ---> Running in b2114d56e650 [2021-02-12T00:51:55.897Z] Removing intermediate container 7174bb5f3406 [2021-02-12T00:51:55.897Z] ---> 16c7b268ed7b [2021-02-12T00:51:55.897Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-12T00:51:56.168Z] ---> Running in 6bc7c709ff59 [2021-02-12T00:51:56.168Z] Removing intermediate container b2114d56e650 [2021-02-12T00:51:56.168Z] ---> ec419c2eef44 [2021-02-12T00:51:56.168Z] Step 21/22 : LABEL git_sha=45dee08a088b3bcf19667cd45fc15bc3ebb1cbe5 [2021-02-12T00:51:56.447Z] ---> Running in 93d65fd770ec [2021-02-12T00:51:56.728Z] Removing intermediate container 6bc7c709ff59 [2021-02-12T00:51:56.728Z] ---> a86c503d7653 [2021-02-12T00:51:56.728Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-12T00:51:56.728Z] ---> Running in b3f5df9a0d77 [2021-02-12T00:51:57.003Z] Removing intermediate container 93d65fd770ec [2021-02-12T00:51:57.003Z] ---> 27f8ce262baf [2021-02-12T00:51:57.003Z] Step 22/22 : LABEL version=0.0.0 [2021-02-12T00:51:57.003Z] ---> Running in ff7bb4600f4a [2021-02-12T00:51:57.276Z] Removing intermediate container b3f5df9a0d77 [2021-02-12T00:51:57.276Z] ---> ff195d981f26 [2021-02-12T00:51:57.276Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-12T00:51:57.548Z] ---> Running in 959a2117bef3 [2021-02-12T00:51:57.548Z] Removing intermediate container ff7bb4600f4a [2021-02-12T00:51:57.548Z] ---> b42eb686188a [2021-02-12T00:51:57.548Z] [2021-02-12T00:51:58.152Z] Successfully built b42eb686188a [2021-02-12T00:51:58.152Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-02-12T00:52:00.126Z]  Building docker-support-notifications-go ... done Removing intermediate container 959a2117bef3 [2021-02-12T00:52:00.126Z] ---> 6e1bd487d0ec [2021-02-12T00:52:00.126Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-12T00:52:00.126Z] ---> Running in b82d40d241e0 [2021-02-12T00:52:01.111Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-12T00:52:02.093Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-12T00:52:02.694Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-12T00:52:02.694Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-12T00:52:02.694Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-12T00:52:02.971Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-12T00:52:03.245Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-12T00:52:03.246Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-12T00:52:03.519Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T00:52:03.519Z] OK: 8 MiB in 20 packages [2021-02-12T00:52:04.949Z] Removing intermediate container b82d40d241e0 [2021-02-12T00:52:04.949Z] ---> 7e1fdbb4a76d [2021-02-12T00:52:04.949Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-12T00:52:05.543Z] ---> 3a5aaf072b56 [2021-02-12T00:52:05.543Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-12T00:52:06.972Z] ---> fd3edf869ddb [2021-02-12T00:52:06.972Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-12T00:52:07.564Z] ---> fa61ac12cf28 [2021-02-12T00:52:07.564Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-12T00:52:07.836Z] ---> Running in f64dc326f681 [2021-02-12T00:52:08.106Z] Removing intermediate container f64dc326f681 [2021-02-12T00:52:08.106Z] ---> a90d39192b95 [2021-02-12T00:52:08.106Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-12T00:52:08.378Z] ---> Running in 1d83b6a6a599 [2021-02-12T00:52:08.650Z] Removing intermediate container 1d83b6a6a599 [2021-02-12T00:52:08.650Z] ---> d46c88dd897d [2021-02-12T00:52:08.650Z] Step 21/23 : LABEL arch=arm64 [2021-02-12T00:52:08.922Z] ---> Running in 363d428fd1c0 [2021-02-12T00:52:09.520Z] Removing intermediate container 363d428fd1c0 [2021-02-12T00:52:09.520Z] ---> c2b90979ae99 [2021-02-12T00:52:09.520Z] Step 22/23 : LABEL git_sha=45dee08a088b3bcf19667cd45fc15bc3ebb1cbe5 [2021-02-12T00:52:10.949Z] ---> Running in 60435c117132 [2021-02-12T00:52:11.227Z] Removing intermediate container 60435c117132 [2021-02-12T00:52:11.227Z] ---> 92e91a0482b3 [2021-02-12T00:52:11.227Z] Step 23/23 : LABEL version=0.0.0 [2021-02-12T00:52:11.499Z] ---> Running in e842d13dae8e [2021-02-12T00:52:12.096Z] Removing intermediate container e842d13dae8e [2021-02-12T00:52:12.096Z] ---> 48e92200a90d [2021-02-12T00:52:12.096Z] [2021-02-12T00:52:12.371Z] Successfully built 48e92200a90d [2021-02-12T00:52:12.371Z] Successfully tagged docker-core-data-go-arm64:latest [2021-02-12T00:52:12.979Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-02-12T00:52:12.984Z] $ docker stop --time=1 a8c5f1291224f2d2e8b12107923815f5fc73d1f4d8be1f45100639b252effea4 [2021-02-12T00:52:15.017Z] $ docker rm -f a8c5f1291224f2d2e8b12107923815f5fc73d1f4d8be1f45100639b252effea4 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-12T00:52:15.763Z] + grep docker [2021-02-12T00:52:15.763Z] + docker images [2021-02-12T00:52:16.034Z] docker-core-data-go-arm64 latest 48e92200a90d 4 seconds ago 21MB [2021-02-12T00:52:16.034Z] docker-support-notifications-go-arm64 latest b42eb686188a 18 seconds ago 16.7MB [2021-02-12T00:52:16.034Z] docker-core-command-go-arm64 latest 18c91807beb4 50 seconds ago 16MB [2021-02-12T00:52:16.034Z] docker-security-secretstore-setup-go-arm64 latest 949a2dcf5e8f About a minute ago 23.4MB [2021-02-12T00:52:16.034Z] docker-sys-mgmt-agent-go-arm64 latest 4a7126bc4de0 About a minute ago 300MB [2021-02-12T00:52:16.034Z] docker-security-bootstrapper-go-arm64 latest f11b426150df 3 minutes ago 17MB [2021-02-12T00:52:16.034Z] docker-core-metadata-go-arm64 latest 489d039e2aef 3 minutes ago 17.8MB [2021-02-12T00:52:16.034Z] docker-support-scheduler-go-arm64 latest 4b1c99dfa450 3 minutes ago 16.1MB [2021-02-12T00:52:16.034Z] docker-security-proxy-setup-go-arm64 latest 31c887a594b0 3 minutes ago 23.2MB [2021-02-12T00:52:16.034Z] 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-12T00:52:17.911Z] provisioning config files... [2021-02-12T00:52:17.929Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/21@tmp/config6532512141464226103tmp [Pipeline] { [Pipeline] sh [2021-02-12T00:52:18.337Z] + set +x [2021-02-12T00:52:18.337Z] + curl -s https://codecov.io/bash [2021-02-12T00:52:18.337Z] + bash -s -- [2021-02-12T00:52:18.602Z] [2021-02-12T00:52:18.602Z] _____ _ [2021-02-12T00:52:18.602Z] / ____| | | [2021-02-12T00:52:18.602Z] | | ___ __| | ___ ___ _____ __ [2021-02-12T00:52:18.602Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-02-12T00:52:18.602Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-02-12T00:52:18.602Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-02-12T00:52:18.602Z] Bash-20210129-7c25fce [2021-02-12T00:52:18.602Z] [2021-02-12T00:52:18.602Z] [2021-02-12T00:52:18.602Z] ==> git version 2.24.3 found [2021-02-12T00:52:18.866Z] ==> 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-12T00:52:18.866Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-02-12T00:52:18.866Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-02-12T00:52:18.866Z] ==> Jenkins CI detected. [2021-02-12T00:52:18.866Z] project root: . [2021-02-12T00:52:18.866Z] --> token set from env [2021-02-12T00:52:18.866Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-02-12T00:52:18.866Z] ==> Running gcov in . (disable via -X gcov) [2021-02-12T00:52:18.866Z] ==> Python coveragepy not found [2021-02-12T00:52:18.866Z] ==> Searching for coverage reports in: [2021-02-12T00:52:18.866Z] + . [2021-02-12T00:52:19.129Z] -> Found 1 reports [2021-02-12T00:52:19.129Z] ==> Detecting git/mercurial file structure [2021-02-12T00:52:19.129Z] ==> Reading reports [2021-02-12T00:52:19.129Z] + ./coverage.out bytes=595676 [2021-02-12T00:52:19.129Z] ==> Appending adjustments [2021-02-12T00:52:19.129Z] https://docs.codecov.io/docs/fixing-reports [2021-02-12T00:52:22.458Z] + Found adjustments [2021-02-12T00:52:22.458Z] ==> Gzipping contents [2021-02-12T00:52:22.458Z] 88K /tmp/codecov.cgbJG0.gz [2021-02-12T00:52:22.458Z] ==> Uploading reports [2021-02-12T00:52:22.458Z] url: https://codecov.io [2021-02-12T00:52:22.458Z] query: branch=PR-3113&commit=45dee08a088b3bcf19667cd45fc15bc3ebb1cbe5&build=21&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3113%2F21%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3113&job=&cmd_args= [2021-02-12T00:52:22.458Z] -> Pinging Codecov [2021-02-12T00:52:22.458Z] https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-3113&commit=45dee08a088b3bcf19667cd45fc15bc3ebb1cbe5&build=21&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3113%2F21%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3113&job=&cmd_args= [2021-02-12T00:52:23.406Z] -> Uploading to [2021-02-12T00:52:23.406Z] https://storage.googleapis.com/codecov/v4/raw/2021-02-12/00271124DB129430A58F1EEE437C3FCB/45dee08a088b3bcf19667cd45fc15bc3ebb1cbe5/d8b8a6ea-53db-4f2a-b9ec-4427d76da400.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210212%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210212T005223Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=791fb838585752741005c26c3c70ff5f3da55c8270dc2f7cfe703dbf167f4006 [2021-02-12T00:52:23.406Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-12T00:52:23.406Z] Dload Upload Total Spent Left Speed [2021-02-12T00:52:23.668Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 89425 0 0 100 89425 0 182k --:--:-- --:--:-- --:--:-- 181k 100 89425 0 0 100 89425 0 182k --:--:-- --:--:-- --:--:-- 181k [2021-02-12T00:52:23.668Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/45dee08a088b3bcf19667cd45fc15bc3ebb1cbe5 [Pipeline] } [2021-02-12T00:52:23.678Z] 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-12T00:52:25.578Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-12T00:52:26.462Z] ---> package-listing.sh [2021-02-12T00:52:26.462Z] ++ facter osfamily [2021-02-12T00:52:26.462Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-12T00:52:26.462Z] + OS_FAMILY=redhat [2021-02-12T00:52:26.462Z] + workspace=/w/workspace/edgex-go/21 [2021-02-12T00:52:26.462Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-12T00:52:26.462Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-12T00:52:26.462Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-12T00:52:26.462Z] + PACKAGES=/tmp/packages_start.txt [2021-02-12T00:52:26.462Z] + '[' /w/workspace/edgex-go/21 ']' [2021-02-12T00:52:26.462Z] + PACKAGES=/tmp/packages_end.txt [2021-02-12T00:52:26.462Z] + case "${OS_FAMILY}" in [2021-02-12T00:52:26.462Z] + rpm -qa [2021-02-12T00:52:26.462Z] + sort [2021-02-12T00:52:31.779Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-12T00:52:31.779Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-12T00:52:31.779Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-12T00:52:31.779Z] + '[' /w/workspace/edgex-go/21 ']' [2021-02-12T00:52:31.779Z] + mkdir -p /w/workspace/edgex-go/21/archives/ [2021-02-12T00:52:31.779Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/21/archives/ [Pipeline] echo [2021-02-12T00:52:31.793Z] 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/21/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-12T00:52:32.095Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-12T00:52:32.406Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-12T00:52:32.406Z] [2021-02-12T00:52:32.406Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-12T00:52:32.755Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-12T00:52:32.755Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-12T00:52:32.755Z] df20fa9351a1: Pulling fs layer [2021-02-12T00:52:32.755Z] 36b3adc4ff6f: Pulling fs layer [2021-02-12T00:52:32.755Z] 8ad3a11d3b57: Pulling fs layer [2021-02-12T00:52:32.755Z] 46f8f816bc3b: Pulling fs layer [2021-02-12T00:52:32.755Z] 93b61091891f: Pulling fs layer [2021-02-12T00:52:32.755Z] 93b9cdb0e59b: Pulling fs layer [2021-02-12T00:52:32.755Z] 5e14af77c1be: Pulling fs layer [2021-02-12T00:52:32.755Z] 01666e4c0597: Pulling fs layer [2021-02-12T00:52:32.755Z] aa168da1d23b: Pulling fs layer [2021-02-12T00:52:32.755Z] 93b9cdb0e59b: Waiting [2021-02-12T00:52:32.755Z] 5e14af77c1be: Waiting [2021-02-12T00:52:32.755Z] 01666e4c0597: Waiting [2021-02-12T00:52:32.755Z] aa168da1d23b: Waiting [2021-02-12T00:52:32.755Z] 46f8f816bc3b: Waiting [2021-02-12T00:52:32.755Z] 93b61091891f: Waiting [2021-02-12T00:52:32.755Z] 36b3adc4ff6f: Verifying Checksum [2021-02-12T00:52:32.755Z] 36b3adc4ff6f: Download complete [2021-02-12T00:52:32.755Z] 46f8f816bc3b: Download complete [2021-02-12T00:52:33.017Z] df20fa9351a1: Verifying Checksum [2021-02-12T00:52:33.017Z] 93b9cdb0e59b: Verifying Checksum [2021-02-12T00:52:33.017Z] 93b9cdb0e59b: Download complete [2021-02-12T00:52:33.017Z] 93b61091891f: Verifying Checksum [2021-02-12T00:52:33.017Z] 93b61091891f: Download complete [2021-02-12T00:52:33.017Z] 5e14af77c1be: Verifying Checksum [2021-02-12T00:52:33.017Z] 5e14af77c1be: Download complete [2021-02-12T00:52:33.017Z] 01666e4c0597: Verifying Checksum [2021-02-12T00:52:33.017Z] 01666e4c0597: Download complete [2021-02-12T00:52:33.017Z] 8ad3a11d3b57: Verifying Checksum [2021-02-12T00:52:33.017Z] 8ad3a11d3b57: Download complete [2021-02-12T00:52:33.298Z] df20fa9351a1: Pull complete [2021-02-12T00:52:33.574Z] 36b3adc4ff6f: Pull complete [2021-02-12T00:52:34.542Z] 8ad3a11d3b57: Pull complete [2021-02-12T00:52:34.542Z] 46f8f816bc3b: Pull complete [2021-02-12T00:52:35.491Z] aa168da1d23b: Verifying Checksum [2021-02-12T00:52:35.491Z] aa168da1d23b: Download complete [2021-02-12T00:52:36.065Z] 93b61091891f: Pull complete [2021-02-12T00:52:36.327Z] 93b9cdb0e59b: Pull complete [2021-02-12T00:52:36.327Z] 5e14af77c1be: Pull complete [2021-02-12T00:52:36.590Z] 01666e4c0597: Pull complete [2021-02-12T00:52:46.647Z] aa168da1d23b: Pull complete [2021-02-12T00:52:46.647Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-12T00:52:46.647Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-12T00:52:46.647Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-12T00:52:46.880Z] prd-centos7-docker-4c-2g-26174 does not seem to be running inside a container [2021-02-12T00:52:46.934Z] $ 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/21/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/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-02-12T00:52:51.589Z] $ docker top 59ef4ed070fb5f32d40d5b117e09c3477cd57cd67c159d606f55e288dc66ffbd -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-12T00:52:52.195Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-12T00:52:52.498Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-12T00:52:52.804Z] + ls /var/log/sa-host [2021-02-12T00:52:52.804Z] + sadf -c /var/log/sa-host/sa12 [2021-02-12T00:52:52.804Z] file_magic: OK [2021-02-12T00:52:52.804Z] HZ: Using current value: 100 [2021-02-12T00:52:52.804Z] file_header: OK [2021-02-12T00:52:52.804Z] 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-12T00:52:52.804Z] Statistics: [2021-02-12T00:52:52.804Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-02-12T00:52:52.804Z] File successfully converted to sysstat format version 12.2.1 [2021-02-12T00:52:52.804Z] + sadf -c /var/log/sa-host/sa23 [2021-02-12T00:52:52.804Z] file_magic: OK [2021-02-12T00:52:52.804Z] HZ: Using current value: 100 [2021-02-12T00:52:52.804Z] file_header: OK [2021-02-12T00:52:52.804Z] 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-12T00:52:52.804Z] Statistics: [2021-02-12T00:52:52.804Z] Hnuu...uuuununununu... [2021-02-12T00:52:52.804Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-12T00:52:53.028Z] provisioning config files... [2021-02-12T00:52:53.042Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/21@tmp/config8796482176639461793tmp [Pipeline] { [Pipeline] echo [2021-02-12T00:52:53.115Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-12T00:52:53.418Z] ---> create-netrc.sh [Pipeline] } [2021-02-12T00:52:53.427Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-12T00:52:53.551Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-12T00:52:53.848Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-12T00:52:53.859Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-12T00:52:54.158Z] ---> sudo-logs.sh [2021-02-12T00:52:54.159Z] Archiving 'sudo' log.. [Pipeline] echo [2021-02-12T00:52:54.170Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-12T00:52:54.492Z] ---> job-cost.sh [2021-02-12T00:52:54.492Z] lf-activate-venv: SKIPPING [2021-02-12T00:52:54.492Z] INFO: No Stack... [2021-02-12T00:52:55.464Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-12T00:52:55.725Z] INFO: Archiving Costs [Pipeline] echo [2021-02-12T00:52:55.740Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-12T00:52:56.038Z] ---> logs-deploy.sh [2021-02-12T00:52:56.038Z] lf-activate-venv: SKIPPING [2021-02-12T00:52:56.038Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3113/21 [2021-02-12T00:52:56.038Z] INFO: archiving workspace using pattern(s): [2021-02-12T00:52:57.427Z] Archives upload complete. [2021-02-12T00:52:57.689Z] INFO: archiving logs to Nexus [2021-02-12T00:52:58.640Z] ---> uname -a: [2021-02-12T00:52:58.640Z] Linux prd-centos7-docker-4c-2g-26174.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-12T00:52:58.640Z] [2021-02-12T00:52:58.640Z] [2021-02-12T00:52:58.640Z] ---> lscpu: [2021-02-12T00:52:58.640Z] Architecture: x86_64 [2021-02-12T00:52:58.640Z] CPU op-mode(s): 32-bit, 64-bit [2021-02-12T00:52:58.640Z] Byte Order: Little Endian [2021-02-12T00:52:58.641Z] Address sizes: 40 bits physical, 48 bits virtual [2021-02-12T00:52:58.641Z] CPU(s): 4 [2021-02-12T00:52:58.641Z] On-line CPU(s) list: 0-3 [2021-02-12T00:52:58.641Z] Thread(s) per core: 1 [2021-02-12T00:52:58.641Z] Core(s) per socket: 1 [2021-02-12T00:52:58.641Z] Socket(s): 4 [2021-02-12T00:52:58.641Z] NUMA node(s): 1 [2021-02-12T00:52:58.641Z] Vendor ID: GenuineIntel [2021-02-12T00:52:58.641Z] CPU family: 6 [2021-02-12T00:52:58.641Z] Model: 44 [2021-02-12T00:52:58.641Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-02-12T00:52:58.641Z] Stepping: 1 [2021-02-12T00:52:58.641Z] CPU MHz: 2933.438 [2021-02-12T00:52:58.641Z] BogoMIPS: 5866.87 [2021-02-12T00:52:58.641Z] Virtualization: VT-x [2021-02-12T00:52:58.641Z] Hypervisor vendor: KVM [2021-02-12T00:52:58.641Z] Virtualization type: full [2021-02-12T00:52:58.641Z] L1d cache: 128 KiB [2021-02-12T00:52:58.641Z] L1i cache: 128 KiB [2021-02-12T00:52:58.641Z] L2 cache: 16 MiB [2021-02-12T00:52:58.641Z] L3 cache: 64 MiB [2021-02-12T00:52:58.641Z] NUMA node0 CPU(s): 0-3 [2021-02-12T00:52:58.641Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-02-12T00:52:58.641Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-02-12T00:52:58.641Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-02-12T00:52:58.641Z] Vulnerability Meltdown: Mitigation; PTI [2021-02-12T00:52:58.641Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-02-12T00:52:58.641Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-02-12T00:52:58.641Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-02-12T00:52:58.641Z] Vulnerability Srbds: Not affected [2021-02-12T00:52:58.641Z] Vulnerability Tsx async abort: Not affected [2021-02-12T00:52:58.641Z] 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-12T00:52:58.641Z] [2021-02-12T00:52:58.641Z] [2021-02-12T00:52:58.641Z] ---> nproc: [2021-02-12T00:52:58.641Z] 4 [2021-02-12T00:52:58.641Z] [2021-02-12T00:52:58.641Z] [2021-02-12T00:52:58.641Z] ---> df -h: [2021-02-12T00:52:58.641Z] Filesystem Size Used Available Use% Mounted on [2021-02-12T00:52:58.641Z] overlay 50.0G 11.3G 38.7G 23% / [2021-02-12T00:52:58.641Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-02-12T00:52:58.641Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-02-12T00:52:58.641Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-02-12T00:52:58.641Z] /dev/vda1 50.0G 11.3G 38.7G 23% /facter-os [2021-02-12T00:52:58.641Z] /dev/vda1 50.0G 11.3G 38.7G 23% /etc/resolv.conf [2021-02-12T00:52:58.641Z] /dev/vda1 50.0G 11.3G 38.7G 23% /etc/hostname [2021-02-12T00:52:58.641Z] /dev/vda1 50.0G 11.3G 38.7G 23% /etc/hosts [2021-02-12T00:52:58.641Z] /dev/vda1 50.0G 11.3G 38.7G 23% /var/log/secure [2021-02-12T00:52:58.641Z] /dev/vda1 50.0G 11.3G 38.7G 23% /var/log/auth.log [2021-02-12T00:52:58.641Z] /dev/vda1 50.0G 11.3G 38.7G 23% /run/cloud-init/result.json [2021-02-12T00:52:58.641Z] /dev/vda1 50.0G 11.3G 38.7G 23% /var/log/sa-host [2021-02-12T00:52:58.641Z] /dev/vda1 50.0G 11.3G 38.7G 23% /w/workspace/edgex-go/21 [2021-02-12T00:52:58.641Z] /dev/vda1 50.0G 11.3G 38.7G 23% /w/workspace/edgex-go/21@tmp [2021-02-12T00:52:58.641Z] [2021-02-12T00:52:58.641Z] [2021-02-12T00:52:58.641Z] ---> free -m: [2021-02-12T00:52:58.641Z] total used free shared buff/cache available [2021-02-12T00:52:58.641Z] Mem: 1837 698 123 0 1016 1055 [2021-02-12T00:52:58.641Z] Swap: 1023 97 926 [2021-02-12T00:52:58.641Z] [2021-02-12T00:52:58.641Z] [2021-02-12T00:52:58.641Z] ---> ip addr: [2021-02-12T00:52:58.641Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-02-12T00:52:58.641Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-02-12T00:52:58.641Z] inet 127.0.0.1/8 scope host lo [2021-02-12T00:52:58.641Z] valid_lft forever preferred_lft forever [2021-02-12T00:52:58.641Z] inet6 ::1/128 scope host [2021-02-12T00:52:58.641Z] valid_lft forever preferred_lft forever [2021-02-12T00:52:58.641Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-02-12T00:52:58.641Z] link/ether fa:16:3e:16:c5:ce brd ff:ff:ff:ff:ff:ff [2021-02-12T00:52:58.641Z] inet 10.30.123.231/23 brd 10.30.123.255 scope global dynamic eth0 [2021-02-12T00:52:58.641Z] valid_lft 85072sec preferred_lft 85072sec [2021-02-12T00:52:58.641Z] inet6 fe80::f816:3eff:fe16:c5ce/64 scope link [2021-02-12T00:52:58.641Z] valid_lft forever preferred_lft forever [2021-02-12T00:52:58.641Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-02-12T00:52:58.641Z] link/ether 02:42:2c:41:6c:35 brd ff:ff:ff:ff:ff:ff [2021-02-12T00:52:58.641Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-02-12T00:52:58.641Z] valid_lft forever preferred_lft forever [2021-02-12T00:52:58.641Z] inet6 fe80::42:2cff:fe41:6c35/64 scope link [2021-02-12T00:52:58.641Z] valid_lft forever preferred_lft forever [2021-02-12T00:52:58.641Z] [2021-02-12T00:52:58.641Z] [2021-02-12T00:52:58.641Z] ---> sar -b -r -n DEV: [2021-02-12T00:52:58.641Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/12/21 _x86_64_ (4 CPU) [2021-02-12T00:52:58.641Z] [2021-02-12T00:52:58.641Z] 00:30:38 LINUX RESTART (4 CPU) [2021-02-12T00:52:58.641Z] [2021-02-12T00:52:58.641Z] 00:31:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-02-12T00:52:58.641Z] 00:32:01 121.26 46.64 74.63 0.00 7323.66 31660.62 0.00 [2021-02-12T00:52:58.641Z] 00:33:01 197.54 88.61 108.93 0.00 7178.99 46459.47 0.00 [2021-02-12T00:52:58.641Z] 00:34:02 241.71 89.81 151.90 0.00 3213.97 20076.28 0.00 [2021-02-12T00:52:58.641Z] 00:35:01 127.19 57.98 69.21 0.00 2309.56 8498.02 0.00 [2021-02-12T00:52:58.641Z] 00:36:01 141.61 38.55 103.06 0.00 2539.19 23666.80 0.00 [2021-02-12T00:52:58.641Z] 00:37:03 1327.78 1050.33 277.45 0.00 114686.02 170093.00 0.00 [2021-02-12T00:52:58.641Z] 00:38:01 2278.74 2034.36 244.38 0.00 120036.63 134898.11 0.00 [2021-02-12T00:52:58.641Z] 00:39:03 790.37 478.90 311.47 0.00 54698.25 110106.34 0.00 [2021-02-12T00:52:58.641Z] 00:40:01 2487.49 2141.56 345.93 0.00 114415.93 117731.79 0.00 [2021-02-12T00:52:58.641Z] 00:41:01 269.86 82.39 187.47 0.00 7821.20 21044.78 0.00 [2021-02-12T00:52:58.641Z] 00:42:01 4.98 0.03 4.95 0.00 1.07 147.35 0.00 [2021-02-12T00:52:58.641Z] 00:43:01 0.32 0.05 0.27 0.00 0.93 2.88 0.00 [2021-02-12T00:52:58.641Z] 00:44:01 0.47 0.02 0.45 0.00 0.53 5.98 0.00 [2021-02-12T00:52:58.641Z] 00:45:01 0.18 0.02 0.17 0.00 0.53 1.47 0.00 [2021-02-12T00:52:58.641Z] 00:46:01 1.85 1.68 0.17 0.00 53.70 1.50 0.00 [2021-02-12T00:52:58.641Z] 00:47:01 0.92 0.12 0.80 0.00 2.26 15.48 0.00 [2021-02-12T00:52:58.641Z] 00:48:01 0.28 0.02 0.27 0.00 0.40 2.61 0.00 [2021-02-12T00:52:58.641Z] 00:49:01 0.27 0.00 0.27 0.00 0.00 3.45 0.00 [2021-02-12T00:52:58.641Z] 00:50:01 0.27 0.02 0.25 0.00 0.53 2.78 0.00 [2021-02-12T00:52:58.641Z] 00:51:01 0.32 0.00 0.32 0.00 0.00 3.88 0.00 [2021-02-12T00:52:58.641Z] 00:52:01 0.73 0.47 0.27 0.00 150.30 3.51 0.00 [2021-02-12T00:52:58.641Z] Average: 376.82 287.27 89.55 0.00 20583.23 32603.70 0.00 [2021-02-12T00:52:58.641Z] [2021-02-12T00:52:58.641Z] 00:31:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-02-12T00:52:58.641Z] 00:32:01 96956 0 623256 33.12 2620 1158712 1289264 44.00 494472 1086108 16 [2021-02-12T00:52:58.641Z] 00:33:01 67912 0 715868 38.05 2240 1095524 1511340 51.58 595312 974580 17720 [2021-02-12T00:52:58.641Z] 00:34:02 79308 0 911628 48.45 960 889648 1562728 53.33 724748 798308 28516 [2021-02-12T00:52:58.641Z] 00:35:01 126468 0 929628 49.41 744 824704 1709124 58.33 736916 728952 62768 [2021-02-12T00:52:58.641Z] 00:36:01 187264 0 750840 39.91 488 942952 1319544 45.03 547528 855420 0 [2021-02-12T00:52:58.641Z] 00:37:03 75184 0 840992 44.70 0 965368 2355692 80.40 773260 813560 44284 [2021-02-12T00:52:58.641Z] 00:38:01 137752 0 1227224 65.22 0 516568 3682436 125.68 798932 676032 26896 [2021-02-12T00:52:58.641Z] 00:39:03 65328 0 764688 40.64 0 1051528 2078832 70.95 742140 848756 43220 [2021-02-12T00:52:58.641Z] 00:40:01 201024 0 777940 41.35 0 902580 2654412 90.59 598176 831736 11204 [2021-02-12T00:52:58.641Z] 00:41:01 375804 0 615604 32.72 0 890136 1211372 41.34 529728 730012 20 [2021-02-12T00:52:58.641Z] 00:42:01 379760 0 611572 32.50 0 890212 1187548 40.53 527244 729476 16 [2021-02-12T00:52:58.641Z] 00:43:01 379828 0 611496 32.50 0 890220 1179432 40.25 527408 729296 12 [2021-02-12T00:52:58.641Z] 00:44:01 379776 0 611532 32.50 0 890236 1179420 40.25 527248 729312 12 [2021-02-12T00:52:58.641Z] 00:45:01 380664 0 610640 32.45 0 890240 1179324 40.25 526828 729328 8 [2021-02-12T00:52:58.641Z] 00:46:01 379072 0 611300 32.49 0 891172 1179324 40.25 526744 730228 20 [2021-02-12T00:52:58.641Z] 00:47:01 378464 0 611900 32.52 0 891180 1179396 40.25 527128 730264 8 [2021-02-12T00:52:58.641Z] 00:48:01 379220 0 611136 32.48 0 891188 1179324 40.25 526628 730276 8 [2021-02-12T00:52:58.641Z] 00:49:01 379196 0 611156 32.48 0 891192 1179324 40.25 526760 730276 8 [2021-02-12T00:52:58.641Z] 00:50:01 379188 0 611156 32.48 0 891200 1179324 40.25 526640 730292 16 [2021-02-12T00:52:58.641Z] 00:51:01 378496 0 611840 32.52 0 891208 1179360 40.25 526952 730292 8 [2021-02-12T00:52:58.641Z] 00:52:01 371060 0 614820 32.68 0 895664 1179396 40.25 532784 731968 8 [2021-02-12T00:52:58.641Z] Average: 265606 0 708867 37.67 336 906735 1540758 52.58 587789 779737 11179 [2021-02-12T00:52:58.641Z] [2021-02-12T00:52:58.641Z] 00:31:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-02-12T00:52:58.641Z] 00:32:01 vethabf08ef 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-12T00:52:58.641Z] 00:32:01 veth087c26d 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-12T00:52:58.641Z] 00:32:01 eth0 913.93 694.36 3673.41 114.78 0.00 0.00 0.00 0.00 [2021-02-12T00:52:58.641Z] 00:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-12T00:52:58.641Z] 00:33:01 eth0 1091.62 1128.74 5888.07 115.95 0.00 0.00 0.00 0.00 [2021-02-12T00:52:58.641Z] 00:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-12T00:52:58.641Z] 00:33:01 docker0 869.71 770.97 71.02 3034.36 0.00 0.00 0.00 0.00 [2021-02-12T00:52:58.641Z] 00:34:02 eth0 152.80 115.15 500.05 20.29 0.00 0.00 0.00 0.00 [2021-02-12T00:52:58.641Z] 00:34:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-12T00:52:58.641Z] 00:34:02 vetha3edff2 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-12T00:52:58.641Z] 00:34:02 docker0 96.67 119.62 7.52 470.93 0.00 0.00 0.00 0.00 [2021-02-12T00:52:58.641Z] 00:35:01 eth0 43.07 30.87 22.08 77.55 0.00 0.00 0.00 0.00 [2021-02-12T00:52:58.641Z] 00:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-12T00:52:58.641Z] 00:35:01 vetha3edff2 2.26 2.26 0.18 0.18 0.00 0.00 0.00 0.00 [2021-02-12T00:52:58.641Z] 00:35:01 docker0 2.26 2.26 0.15 0.18 0.00 0.00 0.00 0.00 [2021-02-12T00:52:58.641Z] 00:36:01 eth0 196.55 158.79 1684.36 24.56 0.00 0.00 0.00 0.00 [2021-02-12T00:52:58.641Z] 00:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-12T00:52:58.641Z] 00:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-12T00:52:58.641Z] 00:37:03 veth5a917a5 0.00 0.29 0.00 0.02 0.00 0.00 0.00 0.00 [2021-02-12T00:52:58.641Z] 00:37:03 eth0 82.71 58.22 171.34 72.96 0.00 0.00 0.00 0.00 [2021-02-12T00:52:58.641Z] 00:37:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-12T00:52:58.641Z] 00:37:03 docker0 11.78 25.34 0.62 142.30 0.00 0.00 0.00 0.00 [2021-02-12T00:52:58.641Z] 00:38:01 veth5a917a5 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-12T00:52:58.641Z] 00:38:01 veth3832568 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-12T00:52:58.641Z] 00:38:01 vethdc9d9a7 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-12T00:52:58.641Z] 00:38:01 vetha9c4e0e 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-12T00:52:58.641Z] 00:39:03 veth91502d7 18.95 50.01 1.25 255.87 0.00 0.00 0.00 0.00 [2021-02-12T00:52:58.641Z] 00:39:03 veth5a917a5 0.00 0.28 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-12T00:52:58.641Z] 00:39:03 eth0 2699.12 2300.26 13508.15 446.95 0.00 0.00 0.00 0.00 [2021-02-12T00:52:58.641Z] 00:39:03 lo 0.11 0.11 0.01 0.01 0.00 0.00 0.00 0.00 [2021-02-12T00:52:58.641Z] 00:40:01 veth200c26d 3.90 4.84 0.52 20.96 0.00 0.00 0.00 0.00 [2021-02-12T00:52:58.641Z] 00:40:01 veth5a917a5 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-12T00:52:58.641Z] 00:40:01 veth124c032 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-12T00:52:58.641Z] 00:40:01 eth0 100.12 62.75 206.33 93.37 0.00 0.00 0.00 0.00 [2021-02-12T00:52:58.641Z] 00:41:01 eth0 92.81 63.29 185.10 85.94 0.00 0.00 0.00 0.00 [2021-02-12T00:52:58.641Z] 00:41:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2021-02-12T00:52:58.641Z] 00:41:01 docker0 1041.57 1057.23 82.93 4389.19 0.00 0.00 0.00 0.00 [2021-02-12T00:52:58.641Z] 00:42:01 eth0 0.38 0.25 0.15 0.08 0.00 0.00 0.00 0.00 [2021-02-12T00:52:58.641Z] 00:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-12T00:52:58.642Z] 00:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-12T00:52:58.642Z] 00:43:01 eth0 1.77 0.57 0.63 0.36 0.00 0.00 0.00 0.00 [2021-02-12T00:52:58.642Z] 00:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-12T00:52:58.642Z] 00:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-12T00:52:58.642Z] 00:44:01 eth0 0.62 0.33 0.28 0.20 0.00 0.00 0.00 0.00 [2021-02-12T00:52:58.642Z] 00:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-12T00:52:58.642Z] 00:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-12T00:52:58.642Z] 00:45:01 eth0 0.15 0.08 0.01 0.04 0.00 0.00 0.00 0.00 [2021-02-12T00:52:58.642Z] 00:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-12T00:52:58.642Z] 00:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-12T00:52:58.642Z] 00:46:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-02-12T00:52:58.642Z] 00:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-12T00:52:58.642Z] 00:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-12T00:52:58.642Z] 00:47:01 eth0 0.30 0.18 0.14 0.07 0.00 0.00 0.00 0.00 [2021-02-12T00:52:58.642Z] 00:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-12T00:52:58.642Z] 00:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-12T00:52:58.642Z] 00:48:01 eth0 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2021-02-12T00:52:58.642Z] 00:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-12T00:52:58.642Z] 00:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-12T00:52:58.642Z] 00:49:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-12T00:52:58.642Z] 00:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-12T00:52:58.642Z] 00:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-12T00:52:58.642Z] 00:50:01 eth0 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-02-12T00:52:58.642Z] 00:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-12T00:52:58.642Z] 00:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-12T00:52:58.642Z] 00:51:01 eth0 0.13 0.10 0.05 0.01 0.00 0.00 0.00 0.00 [2021-02-12T00:52:58.642Z] 00:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-12T00:52:58.642Z] 00:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-12T00:52:58.642Z] 00:52:01 eth0 0.32 0.23 0.14 0.08 0.00 0.00 0.00 0.00 [2021-02-12T00:52:58.642Z] 00:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-12T00:52:58.642Z] 00:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-12T00:52:58.642Z] Average: eth0 138.79 116.96 670.62 30.06 0.00 0.00 0.00 0.00 [2021-02-12T00:52:58.642Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-12T00:52:58.642Z] Average: docker0 49.66 50.41 3.95 209.28 0.00 0.00 0.00 0.00 [2021-02-12T00:52:58.642Z] [2021-02-12T00:52:58.642Z] [2021-02-12T00:52:58.642Z] ---> sar -P ALL: [2021-02-12T00:52:58.642Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/12/21 _x86_64_ (4 CPU) [2021-02-12T00:52:58.642Z] [2021-02-12T00:52:58.642Z] 00:30:38 LINUX RESTART (4 CPU) [2021-02-12T00:52:58.642Z] [2021-02-12T00:52:58.642Z] 00:31:01 CPU %user %nice %system %iowait %steal %idle [2021-02-12T00:52:58.642Z] 00:32:01 all 15.00 0.00 7.30 3.26 0.15 74.29 [2021-02-12T00:52:58.642Z] 00:32:01 0 16.75 0.00 7.45 2.68 0.14 72.98 [2021-02-12T00:52:58.642Z] 00:32:01 1 13.29 0.00 6.28 2.67 0.17 77.59 [2021-02-12T00:52:58.642Z] 00:32:01 2 14.37 0.00 6.62 2.17 0.20 76.65 [2021-02-12T00:52:58.642Z] 00:32:01 3 15.63 0.00 8.86 5.52 0.10 69.90 [2021-02-12T00:52:58.642Z] 00:33:01 all 16.18 0.00 9.59 1.84 0.45 71.94 [2021-02-12T00:52:58.642Z] 00:33:01 0 17.84 0.00 11.76 1.10 0.45 68.85 [2021-02-12T00:52:58.642Z] 00:33:01 1 12.85 0.00 8.58 2.39 0.46 75.72 [2021-02-12T00:52:58.642Z] 00:33:01 2 22.68 0.00 8.68 2.10 0.45 66.09 [2021-02-12T00:52:58.642Z] 00:33:01 3 11.35 0.00 9.37 1.78 0.43 77.07 [2021-02-12T00:52:58.642Z] 00:34:02 all 33.83 0.00 11.62 7.80 0.48 46.27 [2021-02-12T00:52:58.642Z] 00:34:02 0 34.45 0.00 11.90 6.74 0.52 46.39 [2021-02-12T00:52:58.642Z] 00:34:02 1 31.81 0.00 11.97 6.92 0.43 48.88 [2021-02-12T00:52:58.642Z] 00:34:02 2 33.44 0.00 11.62 7.41 0.50 47.03 [2021-02-12T00:52:58.642Z] 00:34:02 3 35.62 0.00 10.99 10.17 0.47 42.76 [2021-02-12T00:52:58.642Z] 00:35:01 all 52.05 0.00 14.45 2.70 0.33 30.48 [2021-02-12T00:52:58.642Z] 00:35:01 0 51.02 0.00 14.28 2.65 0.25 31.80 [2021-02-12T00:52:58.642Z] 00:35:01 1 51.95 0.00 14.88 3.18 0.35 29.63 [2021-02-12T00:52:58.642Z] 00:35:01 2 51.66 0.00 14.80 1.99 0.40 31.15 [2021-02-12T00:52:58.642Z] 00:35:01 3 53.57 0.00 13.84 2.97 0.30 29.32 [2021-02-12T00:52:58.642Z] 00:36:01 all 35.94 0.00 13.29 4.33 0.41 46.03 [2021-02-12T00:52:58.642Z] 00:36:01 0 36.79 0.00 13.96 6.07 0.43 42.75 [2021-02-12T00:52:58.642Z] 00:36:01 1 36.93 0.00 13.79 5.91 0.38 42.99 [2021-02-12T00:52:58.642Z] 00:36:01 2 35.80 0.00 13.38 2.74 0.41 47.67 [2021-02-12T00:52:58.642Z] 00:36:01 3 34.24 0.00 12.02 2.60 0.43 50.71 [2021-02-12T00:52:58.642Z] 00:37:03 all 22.33 0.00 28.95 10.51 1.51 36.70 [2021-02-12T00:52:58.642Z] 00:37:03 0 22.44 0.00 26.89 11.48 1.74 37.45 [2021-02-12T00:52:58.642Z] 00:37:03 1 21.23 0.00 29.05 9.70 1.56 38.46 [2021-02-12T00:52:58.642Z] 00:37:03 2 24.10 0.00 30.05 9.98 1.28 34.58 [2021-02-12T00:52:58.642Z] 00:37:03 3 21.58 0.00 29.80 10.87 1.46 36.29 [2021-02-12T00:52:58.642Z] 00:38:01 all 45.70 0.00 25.63 15.61 0.53 12.53 [2021-02-12T00:52:58.642Z] 00:38:01 0 45.81 0.00 24.27 15.19 0.56 14.17 [2021-02-12T00:52:58.642Z] 00:38:01 1 45.16 0.00 26.06 16.26 0.53 11.99 [2021-02-12T00:52:58.642Z] 00:38:01 2 45.88 0.00 25.95 15.91 0.51 11.75 [2021-02-12T00:52:58.642Z] 00:38:01 3 45.97 0.00 26.24 15.08 0.53 12.19 [2021-02-12T00:52:58.642Z] 00:39:03 all 35.92 0.00 22.68 18.91 0.87 21.63 [2021-02-12T00:52:58.642Z] 00:39:03 0 34.76 0.00 23.20 19.44 0.86 21.75 [2021-02-12T00:52:58.642Z] 00:39:03 1 35.21 0.00 22.65 21.38 0.83 19.93 [2021-02-12T00:52:58.642Z] 00:39:03 2 36.60 0.00 22.16 15.30 0.89 25.05 [2021-02-12T00:52:58.642Z] 00:39:03 3 37.09 0.00 22.71 19.48 0.91 19.82 [2021-02-12T00:52:58.642Z] 00:40:01 all 30.81 0.00 25.63 28.77 0.20 14.59 [2021-02-12T00:52:58.642Z] 00:40:01 0 29.98 0.00 26.32 29.40 0.22 14.09 [2021-02-12T00:52:58.642Z] 00:40:01 1 29.88 0.00 25.11 27.49 0.13 17.39 [2021-02-12T00:52:58.642Z] 00:40:01 2 31.36 0.00 25.96 30.74 0.26 11.68 [2021-02-12T00:52:58.642Z] 00:40:01 3 32.05 0.00 25.11 27.47 0.20 15.16 [2021-02-12T00:52:58.642Z] 00:41:01 all 29.93 0.00 11.30 10.60 0.03 48.14 [2021-02-12T00:52:58.642Z] 00:41:01 0 30.07 0.00 10.91 9.28 0.02 49.73 [2021-02-12T00:52:58.642Z] 00:41:01 1 30.71 0.00 10.82 11.39 0.03 47.05 [2021-02-12T00:52:58.642Z] 00:41:01 2 30.38 0.00 11.52 9.89 0.03 48.18 [2021-02-12T00:52:58.642Z] 00:41:01 3 28.57 0.00 11.95 11.83 0.05 47.60 [2021-02-12T00:52:58.642Z] 00:42:01 all 0.16 0.00 0.04 0.00 0.00 99.80 [2021-02-12T00:52:58.642Z] 00:42:01 0 0.02 0.00 0.05 0.00 0.00 99.93 [2021-02-12T00:52:58.642Z] 00:42:01 1 0.02 0.00 0.03 0.00 0.00 99.95 [2021-02-12T00:52:58.642Z] 00:42:01 2 0.07 0.00 0.05 0.00 0.00 99.88 [2021-02-12T00:52:58.642Z] 00:42:01 3 0.53 0.00 0.03 0.00 0.00 99.43 [2021-02-12T00:52:58.642Z] [2021-02-12T00:52:58.642Z] 00:42:01 CPU %user %nice %system %iowait %steal %idle [2021-02-12T00:52:58.642Z] 00:43:01 all 0.10 0.00 0.08 0.00 0.01 99.81 [2021-02-12T00:52:58.642Z] 00:43:01 0 0.08 0.00 0.07 0.00 0.03 99.82 [2021-02-12T00:52:58.642Z] 00:43:01 1 0.03 0.00 0.07 0.00 0.00 99.90 [2021-02-12T00:52:58.642Z] 00:43:01 2 0.05 0.00 0.07 0.00 0.02 99.87 [2021-02-12T00:52:58.642Z] 00:43:01 3 0.25 0.00 0.10 0.00 0.00 99.65 [2021-02-12T00:52:58.642Z] 00:44:01 all 0.08 0.00 0.04 0.00 0.00 99.87 [2021-02-12T00:52:58.642Z] 00:44:01 0 0.03 0.00 0.05 0.00 0.00 99.92 [2021-02-12T00:52:58.642Z] 00:44:01 1 0.23 0.00 0.03 0.00 0.00 99.73 [2021-02-12T00:52:58.642Z] 00:44:01 2 0.05 0.00 0.07 0.00 0.02 99.87 [2021-02-12T00:52:58.642Z] 00:44:01 3 0.00 0.00 0.02 0.02 0.00 99.97 [2021-02-12T00:52:58.642Z] 00:45:01 all 0.15 0.00 0.03 0.00 0.00 99.82 [2021-02-12T00:52:58.642Z] 00:45:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-02-12T00:52:58.642Z] 00:45:01 1 0.52 0.00 0.02 0.00 0.00 99.47 [2021-02-12T00:52:58.642Z] 00:45:01 2 0.05 0.00 0.05 0.00 0.00 99.90 [2021-02-12T00:52:58.642Z] 00:45:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2021-02-12T00:52:58.642Z] 00:46:01 all 0.15 0.00 0.05 0.02 0.00 99.78 [2021-02-12T00:52:58.642Z] 00:46:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2021-02-12T00:52:58.642Z] 00:46:01 1 0.03 0.00 0.12 0.10 0.00 99.75 [2021-02-12T00:52:58.642Z] 00:46:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2021-02-12T00:52:58.642Z] 00:46:01 3 0.52 0.00 0.03 0.00 0.00 99.45 [2021-02-12T00:52:58.642Z] 00:47:01 all 0.15 0.00 0.03 0.00 0.00 99.81 [2021-02-12T00:52:58.642Z] 00:47:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2021-02-12T00:52:58.642Z] 00:47:01 1 0.05 0.00 0.07 0.02 0.00 99.87 [2021-02-12T00:52:58.642Z] 00:47:01 2 0.02 0.00 0.03 0.00 0.00 99.95 [2021-02-12T00:52:58.642Z] 00:47:01 3 0.52 0.00 0.02 0.00 0.00 99.47 [2021-02-12T00:52:58.642Z] 00:48:01 all 0.15 0.00 0.02 0.00 0.00 99.83 [2021-02-12T00:52:58.642Z] 00:48:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-02-12T00:52:58.642Z] 00:48:01 1 0.02 0.00 0.03 0.00 0.02 99.93 [2021-02-12T00:52:58.642Z] 00:48:01 2 0.03 0.00 0.00 0.00 0.00 99.97 [2021-02-12T00:52:58.642Z] 00:48:01 3 0.52 0.00 0.03 0.00 0.00 99.45 [2021-02-12T00:52:58.642Z] 00:49:01 all 0.15 0.00 0.02 0.00 0.00 99.83 [2021-02-12T00:52:58.642Z] 00:49:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-02-12T00:52:58.642Z] 00:49:01 1 0.05 0.00 0.02 0.00 0.00 99.93 [2021-02-12T00:52:58.642Z] 00:49:01 2 0.03 0.00 0.03 0.00 0.00 99.93 [2021-02-12T00:52:58.642Z] 00:49:01 3 0.50 0.00 0.02 0.00 0.00 99.48 [2021-02-12T00:52:58.642Z] 00:50:01 all 0.10 0.00 0.02 0.00 0.00 99.88 [2021-02-12T00:52:58.642Z] 00:50:01 0 0.23 0.00 0.03 0.00 0.00 99.73 [2021-02-12T00:52:58.642Z] 00:50:01 1 0.07 0.00 0.02 0.00 0.00 99.92 [2021-02-12T00:52:58.642Z] 00:50:01 2 0.07 0.00 0.02 0.00 0.00 99.92 [2021-02-12T00:52:58.642Z] 00:50:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2021-02-12T00:52:58.642Z] 00:51:01 all 0.06 0.00 0.04 0.00 0.00 99.90 [2021-02-12T00:52:58.642Z] 00:51:01 0 0.02 0.00 0.05 0.00 0.02 99.92 [2021-02-12T00:52:58.642Z] 00:51:01 1 0.18 0.00 0.05 0.00 0.00 99.77 [2021-02-12T00:52:58.642Z] 00:51:01 2 0.02 0.00 0.03 0.00 0.00 99.95 [2021-02-12T00:52:58.642Z] 00:51:01 3 0.02 0.00 0.03 0.00 0.00 99.95 [2021-02-12T00:52:58.642Z] 00:52:01 all 0.15 0.00 0.04 0.01 0.00 99.80 [2021-02-12T00:52:58.642Z] 00:52:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2021-02-12T00:52:58.642Z] 00:52:01 1 0.52 0.00 0.02 0.00 0.00 99.47 [2021-02-12T00:52:58.642Z] 00:52:01 2 0.05 0.00 0.05 0.00 0.00 99.90 [2021-02-12T00:52:58.642Z] 00:52:01 3 0.03 0.00 0.05 0.05 0.00 99.87 [2021-02-12T00:52:58.642Z] Average: all 14.76 0.00 7.88 4.79 0.23 72.33 [2021-02-12T00:52:58.642Z] Average: 0 14.83 0.00 7.91 4.78 0.24 72.24 [2021-02-12T00:52:58.642Z] Average: 1 14.39 0.00 7.85 4.94 0.23 72.60 [2021-02-12T00:52:58.642Z] Average: 2 15.12 0.00 7.89 4.49 0.23 72.27 [2021-02-12T00:52:58.642Z] Average: 3 14.70 0.00 7.89 4.94 0.23 72.23 [2021-02-12T00:52:58.642Z] [2021-02-12T00:52:58.642Z] [2021-02-12T00:52:58.642Z]