Pull request #3179 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of jim-wang-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from e54cfd9c710957aad988883a971c997414681ca3+a8b212ab85f9eb20ce60342de555149da787e9ca (8c11444f78afc4bff7d533cbd5b12c711a53592e) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-27199’ is offline Running on prd-centos7-docker-4c-2g-27200 in /w/workspace/edgexfoundry_edgex-go_PR-3179 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/5 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/5 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit a8b212ab85f9eb20ce60342de555149da787e9ca into PR head commit e54cfd9c710957aad988883a971c997414681ca3 > 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/3179/head:refs/remotes/origin/PR-3179 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e54cfd9c710957aad988883a971c997414681ca3 # timeout=10 Merge succeeded, producing e54cfd9c710957aad988883a971c997414681ca3 Checking out Revision e54cfd9c710957aad988883a971c997414681ca3 (PR-3179) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge a8b212ab85f9eb20ce60342de555149da787e9ca # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e54cfd9c710957aad988883a971c997414681ca3 # timeout=10 Commit message: "fix: address Lenny's PR feedback" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-22T22:21:36.206Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { > git rev-list --no-walk 17b3f087a7243af79914fbd3ae2c5e5b79f9d8ca # timeout=10 [Pipeline] withCredentials [2021-02-22T22:21:36.493Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-22T22:21:36.581Z] ========================================================= [2021-02-22T22:21:36.581Z] EdgeX Global Pipelines Version Info [2021-02-22T22:21:36.581Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-22T22:21:38.124Z] ------------------- [2021-02-22T22:21:38.124Z] stable info: [2021-02-22T22:21:38.124Z] ------------------- [2021-02-22T22:21:38.124Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-22T22:21:38.124Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-22T22:21:38.124Z] Message: update stable to v1.0.179 [2021-02-22T22:21:39.072Z] ------------------- [2021-02-22T22:21:39.072Z] experimental info: [2021-02-22T22:21:39.072Z] ------------------- [2021-02-22T22:21:39.072Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-22T22:21:39.072Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-22T22:21:39.072Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-22T22:21:39.358Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-02-22T22:21:39.440Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-02-22T22:21:39.525Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-22T22:21:39.608Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-22T22:21:39.691Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-22T22:21:39.795Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-22T22:21:39.877Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-22T22:21:39.978Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-02-22T22:21:40.060Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-02-22T22:21:40.166Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-02-22T22:21:40.273Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-22T22:21:40.374Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-22T22:21:40.535Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-22T22:21:40.625Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-22T22:21:40.711Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-22T22:21:40.872Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-02-22T22:21:40.953Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-22T22:21:41.068Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-22T22:21:41.166Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-02-22T22:21:41.246Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-02-22T22:21:41.328Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-02-22T22:21:41.408Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-22T22:21:41.487Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-22T22:21:41.567Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3179 [Pipeline] echo [2021-02-22T22:21:41.648Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3179 [Pipeline] echo [2021-02-22T22:21:41.729Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3179 [Pipeline] echo [2021-02-22T22:21:41.859Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = e54cfd9c710957aad988883a971c997414681ca3 [Pipeline] echo [2021-02-22T22:21:41.996Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = e54cfd9 [Pipeline] echo [2021-02-22T22:21:42.080Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-22T22:21:42.236Z] provisioning config files... [2021-02-22T22:21:42.267Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/5@tmp/config1256702572422947058tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-22T22:21:42.624Z] ---> docker-login.sh [2021-02-22T22:21:42.624Z] nexus3.edgexfoundry.org:10001 [2021-02-22T22:21:42.891Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-22T22:21:43.156Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-22T22:21:43.156Z] Configure a credential helper to remove this warning. See [2021-02-22T22:21:43.156Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-22T22:21:43.156Z] [2021-02-22T22:21:43.156Z] Login Succeeded [2021-02-22T22:21:43.156Z] nexus3.edgexfoundry.org:10002 [2021-02-22T22:21:43.420Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-22T22:21:43.420Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-22T22:21:43.420Z] Configure a credential helper to remove this warning. See [2021-02-22T22:21:43.420Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-22T22:21:43.420Z] [2021-02-22T22:21:43.420Z] Login Succeeded [2021-02-22T22:21:43.420Z] nexus3.edgexfoundry.org:10003 [2021-02-22T22:21:43.685Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-22T22:21:43.685Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-22T22:21:43.685Z] Configure a credential helper to remove this warning. See [2021-02-22T22:21:43.685Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-22T22:21:43.685Z] [2021-02-22T22:21:43.685Z] Login Succeeded [2021-02-22T22:21:43.685Z] nexus3.edgexfoundry.org:10004 [2021-02-22T22:21:43.685Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-22T22:21:43.949Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-22T22:21:43.949Z] Configure a credential helper to remove this warning. See [2021-02-22T22:21:43.949Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-22T22:21:43.949Z] [2021-02-22T22:21:43.949Z] Login Succeeded [2021-02-22T22:21:43.949Z] docker.io [2021-02-22T22:21:43.949Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-22T22:21:44.212Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-22T22:21:44.212Z] Configure a credential helper to remove this warning. See [2021-02-22T22:21:44.212Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-22T22:21:44.212Z] [2021-02-22T22:21:44.212Z] Login Succeeded [2021-02-22T22:21:44.212Z] ---> docker-login.sh ends [Pipeline] } [2021-02-22T22:21:44.223Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-22T22:21:44.696Z] ++ 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-22T22:21:44.696Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-22T22:21:44.696Z] ++ dirname cmd/core-command/Dockerfile [2021-02-22T22:21:44.696Z] ++ cut -d/ -f2 [2021-02-22T22:21:44.696Z] + echo core-command,cmd/core-command/Dockerfile [2021-02-22T22:21:44.696Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-22T22:21:44.696Z] ++ dirname cmd/core-data/Dockerfile [2021-02-22T22:21:44.696Z] ++ cut -d/ -f2 [2021-02-22T22:21:44.696Z] + echo core-data,cmd/core-data/Dockerfile [2021-02-22T22:21:44.696Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-22T22:21:44.696Z] ++ dirname cmd/core-metadata/Dockerfile [2021-02-22T22:21:44.696Z] ++ cut -d/ -f2 [2021-02-22T22:21:44.696Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-02-22T22:21:44.696Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-22T22:21:44.696Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-02-22T22:21:44.696Z] ++ cut -d/ -f2 [2021-02-22T22:21:44.696Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-02-22T22:21:44.696Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-22T22:21:44.696Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-02-22T22:21:44.696Z] ++ cut -d/ -f2 [2021-02-22T22:21:44.696Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-02-22T22:21:44.696Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-22T22:21:44.696Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-02-22T22:21:44.696Z] ++ cut -d/ -f2 [2021-02-22T22:21:44.696Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-02-22T22:21:44.696Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-22T22:21:44.696Z] ++ dirname cmd/support-notifications/Dockerfile [2021-02-22T22:21:44.696Z] ++ cut -d/ -f2 [2021-02-22T22:21:44.696Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-02-22T22:21:44.696Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-22T22:21:44.696Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-02-22T22:21:44.696Z] ++ cut -d/ -f2 [2021-02-22T22:21:44.697Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-02-22T22:21:44.697Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-22T22:21:44.697Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-02-22T22:21:44.697Z] ++ cut -d/ -f2 [2021-02-22T22:21:44.697Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-02-22T22:21:44.769Z] 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-22T22:21:45.968Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-22T22:21:45.968Z] [2021-02-22T22:21:45.968Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-22T22:21:46.336Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-22T22:21:46.336Z] latest: Pulling from edgex-devops/git-semver [2021-02-22T22:21:46.336Z] 31603596830f: Pulling fs layer [2021-02-22T22:21:46.336Z] 2a8b12db71e7: Pulling fs layer [2021-02-22T22:21:46.336Z] 6ca5941a6612: Pulling fs layer [2021-02-22T22:21:46.336Z] ecc8261a40a4: Pulling fs layer [2021-02-22T22:21:46.336Z] ecc8261a40a4: Waiting [2021-02-22T22:21:46.336Z] 2a8b12db71e7: Verifying Checksum [2021-02-22T22:21:46.336Z] 2a8b12db71e7: Download complete [2021-02-22T22:21:46.601Z] 31603596830f: Verifying Checksum [2021-02-22T22:21:46.601Z] 31603596830f: Download complete [2021-02-22T22:21:46.601Z] 6ca5941a6612: Verifying Checksum [2021-02-22T22:21:46.601Z] 6ca5941a6612: Download complete [2021-02-22T22:21:46.601Z] ecc8261a40a4: Verifying Checksum [2021-02-22T22:21:46.601Z] ecc8261a40a4: Download complete [2021-02-22T22:21:46.864Z] 31603596830f: Pull complete [2021-02-22T22:21:47.129Z] 2a8b12db71e7: Pull complete [2021-02-22T22:21:48.086Z] 6ca5941a6612: Pull complete [2021-02-22T22:21:48.086Z] ecc8261a40a4: Pull complete [2021-02-22T22:21:48.086Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-22T22:21:48.086Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-22T22:21:48.086Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-22T22:21:48.201Z] prd-centos7-docker-4c-2g-27200 does not seem to be running inside a container [2021-02-22T22:21:48.253Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-22T22:21:50.721Z] $ docker top 12b267eef3d91bb23bc384e3a9892db7f5eef2b16c6cf7782ab8e58aa1a53b09 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-22T22:21:50.996Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-22T22:21:50.997Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-22T22:21:51.231Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-22T22:21:51.236Z] $ docker exec 12b267eef3d91bb23bc384e3a9892db7f5eef2b16c6cf7782ab8e58aa1a53b09 ssh-agent [2021-02-22T22:21:51.414Z] SSH_AUTH_SOCK=/tmp/ssh-crDGIZnw9oGG/agent.11 [2021-02-22T22:21:51.414Z] SSH_AGENT_PID=16 [2021-02-22T22:21:51.426Z] Running ssh-add (command line suppressed) [2021-02-22T22:21:51.558Z] Identity added: /w/workspace/edgex-go/5@tmp/private_key_4214217567811285696.key (/w/workspace/edgex-go/5@tmp/private_key_4214217567811285696.key) [2021-02-22T22:21:51.612Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-22T22:21:51.945Z] + git tag --points-at HEAD [Pipeline] } [2021-02-22T22:21:51.970Z] $ docker exec --env ******** --env ******** 12b267eef3d91bb23bc384e3a9892db7f5eef2b16c6cf7782ab8e58aa1a53b09 ssh-agent -k [2021-02-22T22:21:52.088Z] unset SSH_AUTH_SOCK; [2021-02-22T22:21:52.088Z] unset SSH_AGENT_PID; [2021-02-22T22:21:52.088Z] echo Agent pid 16 killed; [2021-02-22T22:21:52.139Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-22T22:21:52.264Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-22T22:21:52.264Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-22T22:21:52.437Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-22T22:21:52.440Z] $ docker exec 12b267eef3d91bb23bc384e3a9892db7f5eef2b16c6cf7782ab8e58aa1a53b09 ssh-agent [2021-02-22T22:21:52.610Z] SSH_AUTH_SOCK=/tmp/ssh-K9FSf8B22CoT/agent.44 [2021-02-22T22:21:52.610Z] SSH_AGENT_PID=50 [2021-02-22T22:21:52.618Z] Running ssh-add (command line suppressed) [2021-02-22T22:21:52.748Z] Identity added: /w/workspace/edgex-go/5@tmp/private_key_1921711912835371879.key (/w/workspace/edgex-go/5@tmp/private_key_1921711912835371879.key) [2021-02-22T22:21:52.806Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-22T22:21:53.201Z] + git semver init [2021-02-22T22:21:53.201Z] # -> Open(): unable to determine branch for HEAD [2021-02-22T22:21:53.201Z] # $GIT_DIR = /w/workspace/edgex-go/5/.git [2021-02-22T22:21:53.201Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/5 [2021-02-22T22:21:53.201Z] # $SEMVER_REMOTE_NAME = origin [2021-02-22T22:21:53.201Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-22T22:21:53.201Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-22T22:21:53.201Z] # $SEMVER_BRANCH = PR-3179 [2021-02-22T22:21:53.201Z] # $SEMVER_TEMP = /tmp/semver-068910044 [2021-02-22T22:21:53.201Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-02-22T22:22:11.400Z] # '/tmp/semver-068910044' -> '/w/workspace/edgex-go/5/.semver' [2021-02-22T22:22:11.400Z] # -> Force: false [2021-02-22T22:22:11.663Z] # $SEMVER_DIR = /w/workspace/edgex-go/5/.semver [Pipeline] } [2021-02-22T22:22:11.677Z] $ docker exec --env ******** --env ******** 12b267eef3d91bb23bc384e3a9892db7f5eef2b16c6cf7782ab8e58aa1a53b09 ssh-agent -k [2021-02-22T22:22:11.958Z] unset SSH_AUTH_SOCK; [2021-02-22T22:22:11.958Z] unset SSH_AGENT_PID; [2021-02-22T22:22:11.958Z] echo Agent pid 50 killed; [2021-02-22T22:22:12.072Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-22T22:22:12.530Z] + git semver [Pipeline] } [2021-02-22T22:22:12.547Z] $ docker stop --time=1 12b267eef3d91bb23bc384e3a9892db7f5eef2b16c6cf7782ab8e58aa1a53b09 [2021-02-22T22:22:14.203Z] $ docker rm -f 12b267eef3d91bb23bc384e3a9892db7f5eef2b16c6cf7782ab8e58aa1a53b09 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-22T22:22:14.746Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-22T22:22:15.230Z] Stashed 1 file(s) [Pipeline] echo [2021-02-22T22:22:15.233Z] [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-22T22:22:16.094Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-22T22:22:16.394Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-22T22:22:16.695Z] + sudo service docker restart [2021-02-22T22:22:16.696Z] + true [2021-02-22T22:22:16.696Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-02-22T22:22:17.286Z] ========================================================= [2021-02-22T22:22:17.286Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-22T22:22:17.286Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-22T22:22:17.626Z] + 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-22T22:22:20.959Z] Sending build context to Docker daemon 328MB [2021-02-22T22:22:20.959Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-22T22:22:20.959Z] Step 2/6 : FROM ${BASE} [2021-02-22T22:22:21.222Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-22T22:22:21.222Z] 188c0c94c7c5: Pulling fs layer [2021-02-22T22:22:21.222Z] 0ef7d3d256c8: Pulling fs layer [2021-02-22T22:22:21.222Z] de9db76c5a1d: Pulling fs layer [2021-02-22T22:22:21.222Z] bca2f99d35d6: Pulling fs layer [2021-02-22T22:22:21.222Z] 93359f2a8cfa: Pulling fs layer [2021-02-22T22:22:21.222Z] 7c6f9722023f: Pulling fs layer [2021-02-22T22:22:21.222Z] a35cf1a2eb13: Pulling fs layer [2021-02-22T22:22:21.222Z] 93359f2a8cfa: Waiting [2021-02-22T22:22:21.222Z] 7c6f9722023f: Waiting [2021-02-22T22:22:21.222Z] a35cf1a2eb13: Waiting [2021-02-22T22:22:21.222Z] bca2f99d35d6: Waiting [2021-02-22T22:22:21.222Z] de9db76c5a1d: Verifying Checksum [2021-02-22T22:22:21.222Z] de9db76c5a1d: Download complete [2021-02-22T22:22:21.222Z] 0ef7d3d256c8: Verifying Checksum [2021-02-22T22:22:21.222Z] 0ef7d3d256c8: Download complete [2021-02-22T22:22:21.222Z] 93359f2a8cfa: Verifying Checksum [2021-02-22T22:22:21.222Z] 93359f2a8cfa: Download complete [2021-02-22T22:22:21.222Z] 7c6f9722023f: Verifying Checksum [2021-02-22T22:22:21.222Z] 7c6f9722023f: Download complete [2021-02-22T22:22:21.222Z] 188c0c94c7c5: Verifying Checksum [2021-02-22T22:22:21.222Z] 188c0c94c7c5: Download complete [2021-02-22T22:22:21.799Z] 188c0c94c7c5: Pull complete [2021-02-22T22:22:22.063Z] 0ef7d3d256c8: Pull complete [2021-02-22T22:22:22.063Z] de9db76c5a1d: Pull complete [2021-02-22T22:22:24.003Z] a35cf1a2eb13: Verifying Checksum [2021-02-22T22:22:24.003Z] a35cf1a2eb13: Download complete [2021-02-22T22:22:24.266Z] bca2f99d35d6: Verifying Checksum [2021-02-22T22:22:24.266Z] bca2f99d35d6: Download complete [2021-02-22T22:22:29.605Z] bca2f99d35d6: Pull complete [2021-02-22T22:22:29.870Z] 93359f2a8cfa: Pull complete [2021-02-22T22:22:29.870Z] 7c6f9722023f: Pull complete [2021-02-22T22:22:30.595Z] Still waiting to schedule task [2021-02-22T22:22:30.596Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ is offline [2021-02-22T22:22:35.185Z] a35cf1a2eb13: Pull complete [2021-02-22T22:22:35.185Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-22T22:22:35.185Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-22T22:22:35.185Z] ---> a62c8e92a672 [2021-02-22T22:22:35.185Z] 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-22T22:22:35.185Z] ---> Running in 12beed7164b1 [2021-02-22T22:22:36.134Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-22T22:22:37.083Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-22T22:22:38.474Z] (1/12) Installing libmagic (5.38-r0) [2021-02-22T22:22:38.474Z] (2/12) Installing file (5.38-r0) [2021-02-22T22:22:38.736Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-22T22:22:38.736Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-22T22:22:44.043Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-22T22:22:44.307Z] (6/12) Installing patch (2.7.6-r6) [2021-02-22T22:22:44.307Z] (7/12) Installing build-base (0.5-r2) [2021-02-22T22:22:44.307Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-22T22:22:44.571Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-22T22:22:44.571Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-22T22:22:44.571Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-22T22:22:45.147Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-22T22:22:45.147Z] Executing busybox-1.31.1-r19.trigger [2021-02-22T22:22:45.147Z] OK: 233 MiB in 51 packages [2021-02-22T22:22:49.384Z] Removing intermediate container 12beed7164b1 [2021-02-22T22:22:49.384Z] ---> 65d55343f757 [2021-02-22T22:22:49.384Z] Step 4/6 : WORKDIR /edgex-go [2021-02-22T22:22:49.384Z] ---> Running in 58987306a9cd [2021-02-22T22:22:49.384Z] Removing intermediate container 58987306a9cd [2021-02-22T22:22:49.384Z] ---> f5471bb0926b [2021-02-22T22:22:49.384Z] Step 5/6 : COPY go.mod . [2021-02-22T22:22:49.384Z] ---> 36dab99ae186 [2021-02-22T22:22:49.384Z] Step 6/6 : RUN go mod download [2021-02-22T22:22:49.384Z] ---> Running in 01b2d7ce0023 [2021-02-22T22:23:11.445Z] Removing intermediate container 01b2d7ce0023 [2021-02-22T22:23:11.445Z] ---> bb2e0d710ff9 [2021-02-22T22:23:11.445Z] Successfully built bb2e0d710ff9 [2021-02-22T22:23:11.709Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-22T22:23:12.029Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-22T22:23:12.029Z] . [Pipeline] withDockerContainer [2021-02-22T22:23:12.140Z] prd-centos7-docker-4c-2g-27200 does not seem to be running inside a container [2021-02-22T22:23:12.194Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-22T22:23:13.084Z] $ docker top 6218c9f31c6f8303ca0d1692eab96cf80018a0a2a4de274c43cef7b08b5a6d2c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-22T22:23:13.614Z] + go version [2021-02-22T22:23:13.614Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-22T22:23:13.628Z] $ docker stop --time=1 6218c9f31c6f8303ca0d1692eab96cf80018a0a2a4de274c43cef7b08b5a6d2c [2021-02-22T22:23:15.810Z] $ docker rm -f 6218c9f31c6f8303ca0d1692eab96cf80018a0a2a4de274c43cef7b08b5a6d2c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-22T22:23:16.661Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-22T22:23:16.661Z] . [Pipeline] withDockerContainer [2021-02-22T22:23:16.767Z] prd-centos7-docker-4c-2g-27200 does not seem to be running inside a container [2021-02-22T22:23:16.816Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-22T22:23:17.663Z] $ docker top 938e7c6e3545de2367d83cde36185e89ea71c75fabcaa324fab1a4ca8ca8b7cb -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-22T22:23:17.845Z] ========================================================= [2021-02-22T22:23:17.845Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-22T22:23:17.845Z] ========================================================= [Pipeline] sh [2021-02-22T22:23:18.137Z] + make test [2021-02-22T22:23:18.137Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-22T22:23:28.231Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-22T22:23:46.525Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-22T22:23:50.821Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-22T22:23:50.822Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-22T22:23:50.822Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-22T22:23:53.430Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-22T22:23:53.430Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-22T22:23:53.430Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-22T22:23:53.430Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-22T22:23:53.430Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-22T22:23:54.028Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-22T22:23:56.612Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-22T22:23:56.612Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-22T22:23:56.612Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-22T22:23:59.968Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.169s coverage: 45.9% of statements [2021-02-22T22:23:59.968Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-22T22:23:59.968Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-22T22:23:59.968Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-22T22:23:59.968Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-22T22:23:59.968Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-22T22:23:59.968Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-22T22:23:59.968Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-22T22:23:59.968Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.083s coverage: 100.0% of statements [2021-02-22T22:24:01.991Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.228s coverage: 27.1% of statements [2021-02-22T22:24:01.991Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-22T22:24:01.991Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-22T22:24:01.991Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-22T22:24:01.991Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-22T22:24:01.991Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-22T22:24:01.991Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-22T22:24:01.991Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.038s coverage: 100.0% of statements [2021-02-22T22:24:01.991Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-22T22:24:01.991Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.051s coverage: 100.0% of statements [2021-02-22T22:24:01.991Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-22T22:24:01.991Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-22T22:24:02.262Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.086s coverage: 65.8% of statements [2021-02-22T22:24:02.262Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-22T22:24:02.262Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-22T22:24:02.870Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.484s coverage: 82.3% of statements [2021-02-22T22:24:02.870Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-22T22:24:02.870Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-22T22:24:02.870Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-22T22:24:02.870Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-22T22:24:05.475Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.378s coverage: 28.6% of statements [2021-02-22T22:24:05.475Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-22T22:24:05.475Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-22T22:24:05.475Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-22T22:24:05.475Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-22T22:24:05.475Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-22T22:24:05.475Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.063s coverage: 100.0% of statements [2021-02-22T22:24:05.475Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-22T22:24:05.475Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.052s coverage: 100.0% of statements [2021-02-22T22:24:05.475Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-22T22:24:05.475Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.111s coverage: 86.7% of statements [2021-02-22T22:24:05.475Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-22T22:24:05.475Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.126s coverage: 97.5% of statements [2021-02-22T22:24:05.475Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-22T22:24:05.475Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.065s coverage: 78.3% of statements [2021-02-22T22:24:05.475Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-22T22:24:05.475Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-22T22:24:05.475Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-22T22:24:05.475Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-22T22:24:05.657Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-27201 in /w/workspace/edgexfoundry_edgex-go_PR-3179 [Pipeline] { [Pipeline] ws [2021-02-22T22:24:05.716Z] Running in /w/workspace/edgex-go/5 [Pipeline] { [Pipeline] checkout [2021-02-22T22:24:08.109Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.408s coverage: 92.8% of statements [2021-02-22T22:24:08.109Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-22T22:24:08.109Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-22T22:24:08.109Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-22T22:24:08.109Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-22T22:24:08.109Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-22T22:24:08.109Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-22T22:24:08.109Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-22T22:24:08.109Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-22T22:24:08.109Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-22T22:24:08.109Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-22T22:24:08.109Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-22T22:24:08.109Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-22T22:24:08.109Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-22T22:24:08.109Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-22T22:24:08.109Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-22T22:24:08.109Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-22T22:24:08.109Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-22T22:24:08.109Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-22T22:24:08.109Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.033s coverage: 58.8% of statements [2021-02-22T22:24:08.109Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-22T22:24:08.109Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-22T22:24:08.109Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.057s coverage: 0.1% of statements [2021-02-22T22:24:08.109Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-22T22:24:08.109Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-22T22:24:08.109Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-22T22:24:08.109Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.033s coverage: 45.5% of statements [2021-02-22T22:24:08.109Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.065s coverage: 79.5% of statements [2021-02-22T22:24:08.109Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.044s coverage: 94.1% of statements [2021-02-22T22:24:08.109Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.156s coverage: 96.3% of statements [2021-02-22T22:24:08.378Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.032s coverage: 87.5% of statements [2021-02-22T22:24:10.657Z] using credential edgex-jenkins-ssh [2021-02-22T22:24:10.738Z] Cloning the remote Git repository [2021-02-22T22:24:10.794Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-22T22:24:11.027Z] > git init /w/workspace/edgex-go/5 # timeout=10 [2021-02-22T22:24:11.107Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-22T22:24:11.108Z] > git --version # timeout=10 [2021-02-22T22:24:11.138Z] > git --version # 'git version 2.17.1' [2021-02-22T22:24:11.140Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-22T22:24:11.206Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-22T22:24:20.799Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.036s coverage: 94.4% of statements [2021-02-22T22:24:20.799Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.034s coverage: 44.8% of statements [2021-02-22T22:24:27.078Z] Merging remotes/origin/master commit a8b212ab85f9eb20ce60342de555149da787e9ca into PR head commit e54cfd9c710957aad988883a971c997414681ca3 [2021-02-22T22:24:27.535Z] Merge succeeded, producing e54cfd9c710957aad988883a971c997414681ca3 [2021-02-22T22:24:27.536Z] Checking out Revision e54cfd9c710957aad988883a971c997414681ca3 (PR-3179) [2021-02-22T22:24:26.195Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-22T22:24:26.220Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-22T22:24:26.246Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-22T22:24:26.289Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-22T22:24:26.290Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-22T22:24:26.303Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3179/head:refs/remotes/origin/PR-3179 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-22T22:24:27.095Z] > git config core.sparsecheckout # timeout=10 [2021-02-22T22:24:27.116Z] > git checkout -f e54cfd9c710957aad988883a971c997414681ca3 # timeout=10 [2021-02-22T22:24:27.446Z] > git remote # timeout=10 [2021-02-22T22:24:27.463Z] > git config --get remote.origin.url # timeout=10 [2021-02-22T22:24:27.482Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-22T22:24:27.494Z] > git merge a8b212ab85f9eb20ce60342de555149da787e9ca # timeout=10 [2021-02-22T22:24:27.519Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-22T22:24:27.539Z] > git config core.sparsecheckout # timeout=10 [2021-02-22T22:24:27.590Z] > git checkout -f e54cfd9c710957aad988883a971c997414681ca3 # timeout=10 [2021-02-22T22:24:31.995Z] Commit message: "fix: address Lenny's PR feedback" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-22T22:24:33.117Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.067s coverage: 92.9% of statements [2021-02-22T22:24:33.117Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-22T22:24:33.117Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-22T22:24:33.117Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-22T22:24:33.117Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 77.8% of statements [2021-02-22T22:24:33.117Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-22T22:24:33.117Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-02-22T22:24:33.117Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-02-22T22:24:33.117Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-02-22T22:24:33.117Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-02-22T22:24:33.117Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.046s coverage: 87.2% of statements [2021-02-22T22:24:33.117Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-22T22:24:33.117Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-22T22:24:33.117Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.034s coverage: 100.0% of statements [2021-02-22T22:24:33.117Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-22T22:24:33.117Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.043s coverage: 75.5% of statements [2021-02-22T22:24:33.117Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-22T22:24:33.117Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements [2021-02-22T22:24:33.117Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.064s coverage: 87.2% of statements [2021-02-22T22:24:33.117Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.091s coverage: 84.6% of statements [2021-02-22T22:24:33.117Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.075s coverage: 91.6% of statements [2021-02-22T22:24:33.117Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-22T22:24:33.117Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.179s coverage: 62.4% of statements [2021-02-22T22:24:33.117Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-22T22:24:33.117Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-22T22:24:33.117Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.033s coverage: 100.0% of statements [2021-02-22T22:24:33.117Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.044s coverage: 91.3% of statements [2021-02-22T22:24:33.117Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.022s coverage: 100.0% of statements [2021-02-22T22:24:33.117Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.032s coverage: 73.7% of statements [2021-02-22T22:24:33.117Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements [2021-02-22T22:24:33.117Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.314s coverage: 68.9% of statements [2021-02-22T22:24:33.117Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-22T22:24:33.117Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-22T22:24:33.117Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.086s coverage: 36.6% of statements [2021-02-22T22:24:33.117Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-22T22:24:33.117Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-22T22:24:33.117Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.050s coverage: 89.5% of statements [2021-02-22T22:24:33.117Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.167s coverage: 47.0% of statements [2021-02-22T22:24:33.117Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-22T22:24:33.117Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-22T22:24:33.117Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-22T22:24:33.117Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-22T22:24:33.117Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-22T22:24:33.117Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.054s coverage: 100.0% of statements [2021-02-22T22:24:33.117Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-22T22:24:33.117Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.049s coverage: 100.0% of statements [2021-02-22T22:24:33.117Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-22T22:24:33.117Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-22T22:24:33.117Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-22T22:24:33.117Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-22T22:24:33.117Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.116s coverage: 89.4% of statements [2021-02-22T22:24:33.117Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-22T22:24:33.117Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-22T22:24:33.117Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-22T22:24:33.117Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.723s coverage: 29.1% of statements [2021-02-22T22:24:33.117Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-22T22:24:33.117Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-22T22:24:33.117Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-22T22:24:33.117Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-22T22:24:33.117Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-22T22:24:33.117Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.084s coverage: 99.0% of statements [2021-02-22T22:24:33.117Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-22T22:24:33.117Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.037s coverage: 100.0% of statements [2021-02-22T22:24:33.117Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-22T22:24:33.117Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-22T22:24:33.117Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-22T22:24:33.117Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-22T22:24:33.117Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.066s coverage: 92.9% of statements [2021-02-22T22:24:33.117Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-22T22:24:33.117Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-22T22:24:33.117Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-22T22:24:33.117Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.024s coverage: 0.0% of statements [2021-02-22T22:24:33.117Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-22T22:24:33.117Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.033s coverage: 100.0% of statements [2021-02-22T22:24:33.117Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-22T22:24:33.117Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-22T22:24:33.117Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-22T22:24:33.117Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-22T22:24:33.117Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.054s coverage: 87.9% of statements [2021-02-22T22:24:33.117Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-22T22:24:33.117Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-22T22:24:33.117Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.033s coverage: 100.0% of statements [2021-02-22T22:24:33.117Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements [2021-02-22T22:24:33.117Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements [2021-02-22T22:24:33.117Z] GO111MODULE=on go vet ./... [2021-02-22T22:24:33.588Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-22T22:24:34.040Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-22T22:24:34.388Z] + true [2021-02-22T22:24:34.388Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-22T22:24:37.090Z] provisioning config files... [2021-02-22T22:24:37.137Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/5@tmp/config698405502928360715tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-22T22:24:37.544Z] ---> docker-login.sh [2021-02-22T22:24:37.544Z] nexus3.edgexfoundry.org:10001 [2021-02-22T22:24:38.530Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-22T22:24:38.807Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-22T22:24:38.807Z] Configure a credential helper to remove this warning. See [2021-02-22T22:24:38.807Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-22T22:24:38.807Z] [2021-02-22T22:24:38.807Z] Login Succeeded [2021-02-22T22:24:38.807Z] nexus3.edgexfoundry.org:10002 [2021-02-22T22:24:39.083Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-22T22:24:39.358Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-22T22:24:39.358Z] Configure a credential helper to remove this warning. See [2021-02-22T22:24:39.358Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-22T22:24:39.358Z] [2021-02-22T22:24:39.358Z] Login Succeeded [2021-02-22T22:24:39.358Z] nexus3.edgexfoundry.org:10003 [2021-02-22T22:24:39.639Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-22T22:24:39.917Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-22T22:24:39.917Z] Configure a credential helper to remove this warning. See [2021-02-22T22:24:39.917Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-22T22:24:39.917Z] [2021-02-22T22:24:39.917Z] Login Succeeded [2021-02-22T22:24:39.917Z] nexus3.edgexfoundry.org:10004 [2021-02-22T22:24:40.196Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-22T22:24:40.471Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-22T22:24:40.471Z] Configure a credential helper to remove this warning. See [2021-02-22T22:24:40.471Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-22T22:24:40.471Z] [2021-02-22T22:24:40.471Z] Login Succeeded [2021-02-22T22:24:40.471Z] docker.io [2021-02-22T22:24:40.746Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-22T22:24:41.018Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-22T22:24:41.018Z] Configure a credential helper to remove this warning. See [2021-02-22T22:24:41.018Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-22T22:24:41.018Z] [2021-02-22T22:24:41.018Z] Login Succeeded [2021-02-22T22:24:41.018Z] ---> docker-login.sh ends [Pipeline] } [2021-02-22T22:24:41.036Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-22T22:24:41.564Z] ========================================================= [2021-02-22T22:24:41.564Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-22T22:24:41.564Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-22T22:24:41.942Z] + 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-22T22:24:44.592Z] Sending build context to Docker daemon 166.4MB [2021-02-22T22:24:44.592Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-22T22:24:44.592Z] Step 2/6 : FROM ${BASE} [2021-02-22T22:24:44.592Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-22T22:24:44.592Z] 5f621e34cdf4: Pulling fs layer [2021-02-22T22:24:44.592Z] a4357932f1b6: Pulling fs layer [2021-02-22T22:24:44.592Z] 18c013af1878: Pulling fs layer [2021-02-22T22:24:44.592Z] 00ac8860ef70: Pulling fs layer [2021-02-22T22:24:44.592Z] 63d7cb157983: Pulling fs layer [2021-02-22T22:24:44.592Z] b116817d02f9: Pulling fs layer [2021-02-22T22:24:44.592Z] 745a02a5169b: Pulling fs layer [2021-02-22T22:24:44.592Z] 00ac8860ef70: Waiting [2021-02-22T22:24:44.592Z] 63d7cb157983: Waiting [2021-02-22T22:24:44.592Z] b116817d02f9: Waiting [2021-02-22T22:24:44.592Z] 745a02a5169b: Waiting [2021-02-22T22:24:44.592Z] 18c013af1878: Verifying Checksum [2021-02-22T22:24:44.592Z] 18c013af1878: Download complete [2021-02-22T22:24:44.592Z] a4357932f1b6: Verifying Checksum [2021-02-22T22:24:44.592Z] a4357932f1b6: Download complete [2021-02-22T22:24:44.592Z] 63d7cb157983: Download complete [2021-02-22T22:24:45.192Z] b116817d02f9: Verifying Checksum [2021-02-22T22:24:45.192Z] b116817d02f9: Download complete [2021-02-22T22:24:45.192Z] 5f621e34cdf4: Verifying Checksum [2021-02-22T22:24:45.192Z] 5f621e34cdf4: Download complete [2021-02-22T22:24:45.798Z] 5f621e34cdf4: Pull complete [2021-02-22T22:24:46.396Z] a4357932f1b6: Pull complete [2021-02-22T22:24:47.001Z] 18c013af1878: Pull complete [2021-02-22T22:24:47.001Z] 745a02a5169b: Download complete [2021-02-22T22:24:48.436Z] 00ac8860ef70: Verifying Checksum [2021-02-22T22:24:48.436Z] 00ac8860ef70: Download complete [2021-02-22T22:24:58.599Z] 00ac8860ef70: Pull complete [2021-02-22T22:24:58.874Z] 63d7cb157983: Pull complete [2021-02-22T22:24:59.470Z] b116817d02f9: Pull complete [2021-02-22T22:24:59.849Z] gofmt -l . [2021-02-22T22:24:59.849Z] [ "`gofmt -l .`" = "" ] [2021-02-22T22:24:59.849Z] ./bin/test-go-mod-tidy.sh [2021-02-22T22:25:00.116Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-22T22:25:01.005Z] + ls -al . [2021-02-22T22:25:01.005Z] total 708 [2021-02-22T22:25:01.005Z] drwxrwxr-x 10 1001 1001 4096 Feb 22 22:25 . [2021-02-22T22:25:01.005Z] drwxr-xr-x 4 root root 28 Feb 22 22:23 .. [2021-02-22T22:25:01.005Z] -rw-rw-r-- 1 1001 1001 11 Feb 22 22:21 .dockerignore [2021-02-22T22:25:01.005Z] drwxrwxr-x 8 1001 1001 179 Feb 22 22:21 .git [2021-02-22T22:25:01.005Z] drwxrwxr-x 3 1001 1001 125 Feb 22 22:21 .github [2021-02-22T22:25:01.005Z] -rw-rw-r-- 1 1001 1001 818 Feb 22 22:21 .gitignore [2021-02-22T22:25:01.005Z] drwx------ 3 1001 1001 60 Feb 22 22:22 .semver [2021-02-22T22:25:01.005Z] -rw-rw-r-- 1 1001 1001 166 Feb 22 22:21 .sonarcloud.properties [2021-02-22T22:25:01.005Z] -rw-rw-r-- 1 1001 1001 8475 Feb 22 22:21 Attribution.txt [2021-02-22T22:25:01.005Z] -rw-rw-r-- 1 1001 1001 3804 Feb 22 22:21 CONTRIBUTING.md [2021-02-22T22:25:01.005Z] -rw-rw-r-- 1 1001 1001 931 Feb 22 22:21 Dockerfile.build [2021-02-22T22:25:01.005Z] -rw-rw-r-- 1 1001 1001 863 Feb 22 22:21 Jenkinsfile [2021-02-22T22:25:01.005Z] -rw-rw-r-- 1 1001 1001 10775 Feb 22 22:21 LICENSE [2021-02-22T22:25:01.005Z] -rw-rw-r-- 1 1001 1001 5774 Feb 22 22:21 Makefile [2021-02-22T22:25:01.005Z] -rw-rw-r-- 1 1001 1001 6524 Feb 22 22:21 README.md [2021-02-22T22:25:01.005Z] -rw-rw-r-- 1 1001 1001 6755 Feb 22 22:21 SECURITY.md [2021-02-22T22:25:01.005Z] -rw-rw-r-- 1 1001 1001 5 Feb 22 22:22 VERSION [2021-02-22T22:25:01.005Z] -rw-rw-r-- 1 1001 1001 4131 Feb 22 22:21 ZMQWindows.md [2021-02-22T22:25:01.005Z] drwxrwxr-x 2 1001 1001 117 Feb 22 22:21 bin [2021-02-22T22:25:01.005Z] drwxrwxr-x 14 1001 1001 4096 Feb 22 22:21 cmd [2021-02-22T22:25:01.005Z] -rw-r--r-- 1 root root 594620 Feb 22 22:24 coverage.out [2021-02-22T22:25:01.005Z] -rw-r--r-- 1 root root 1055 Feb 22 22:24 go.mod [2021-02-22T22:25:01.005Z] -rw-r--r-- 1 root root 21410 Feb 22 22:24 go.sum [2021-02-22T22:25:01.005Z] drwxrwxr-x 8 1001 1001 127 Feb 22 22:21 internal [2021-02-22T22:25:01.005Z] drwxrwxr-x 4 1001 1001 26 Feb 22 22:21 openapi [2021-02-22T22:25:01.005Z] drwxrwxr-x 4 1001 1001 71 Feb 22 22:21 snap [2021-02-22T22:25:01.005Z] -rw-rw-r-- 1 1001 1001 168 Feb 22 22:21 version.go [Pipeline] sh [2021-02-22T22:25:01.308Z] + '[' -e coverage.out ] [2021-02-22T22:25:01.308Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-22T22:25:01.587Z] Stashed 1 file(s) [Pipeline] sh [2021-02-22T22:25:01.890Z] + make build [2021-02-22T22:25:01.891Z] 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-22T22:25:03.793Z] 745a02a5169b: Pull complete [2021-02-22T22:25:03.793Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-22T22:25:03.793Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-22T22:25:03.793Z] ---> b7e6874047d6 [2021-02-22T22:25:03.793Z] 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-22T22:25:06.124Z] 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-22T22:25:06.429Z] ---> Running in 457815f92b36 [2021-02-22T22:25:07.876Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-22T22:25:08.468Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-22T22:25:09.060Z] (1/12) Installing libmagic (5.38-r0) [2021-02-22T22:25:09.060Z] (2/12) Installing file (5.38-r0) [2021-02-22T22:25:09.330Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-22T22:25:09.330Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-22T22:25:14.350Z] 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-22T22:25:14.715Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-22T22:25:14.715Z] (6/12) Installing patch (2.7.6-r6) [2021-02-22T22:25:14.715Z] (7/12) Installing build-base (0.5-r2) [2021-02-22T22:25:14.715Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-22T22:25:14.715Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-22T22:25:14.715Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-22T22:25:14.715Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-22T22:25:14.715Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-22T22:25:14.715Z] Executing busybox-1.31.1-r19.trigger [2021-02-22T22:25:14.715Z] OK: 217 MiB in 51 packages [2021-02-22T22:25:15.305Z] 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-22T22:25:17.228Z] 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-22T22:25:17.497Z] 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-22T22:25:19.042Z] Removing intermediate container 457815f92b36 [2021-02-22T22:25:19.042Z] ---> c9290f569f81 [2021-02-22T22:25:19.042Z] Step 4/6 : WORKDIR /edgex-go [2021-02-22T22:25:19.042Z] ---> Running in 06b88b6592e3 [2021-02-22T22:25:19.313Z] Removing intermediate container 06b88b6592e3 [2021-02-22T22:25:19.313Z] ---> 122c2b11a0b0 [2021-02-22T22:25:19.313Z] Step 5/6 : COPY go.mod . [2021-02-22T22:25:19.441Z] 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-22T22:25:19.907Z] ---> 3a804f1d1ca2 [2021-02-22T22:25:19.907Z] Step 6/6 : RUN go mod download [2021-02-22T22:25:19.907Z] ---> Running in 2a8b64b62c49 [2021-02-22T22:25:20.862Z] 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-22T22:25:22.271Z] 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-22T22:25:23.218Z] 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-22T22:25:24.169Z] 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-22T22:25:25.582Z] 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-22T22:25:27.528Z] $ docker stop --time=1 938e7c6e3545de2367d83cde36185e89ea71c75fabcaa324fab1a4ca8ca8b7cb [2021-02-22T22:25:29.371Z] $ docker rm -f 938e7c6e3545de2367d83cde36185e89ea71c75fabcaa324fab1a4ca8ca8b7cb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-22T22:25:33.286Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-22T22:25:33.286Z] [2021-02-22T22:25:33.286Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-02-22T22:25:33.654Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-22T22:25:33.654Z] latest: Pulling from edgex-devops/edgex-compose [2021-02-22T22:25:33.654Z] cbdbe7a5bc2a: Pulling fs layer [2021-02-22T22:25:33.654Z] ca9280d653b3: Pulling fs layer [2021-02-22T22:25:33.654Z] 7e9c9ca2126c: Pulling fs layer [2021-02-22T22:25:33.654Z] cbdbe7a5bc2a: Download complete [2021-02-22T22:25:34.230Z] cbdbe7a5bc2a: Pull complete [2021-02-22T22:25:34.817Z] ca9280d653b3: Verifying Checksum [2021-02-22T22:25:34.817Z] ca9280d653b3: Download complete [2021-02-22T22:25:35.765Z] 7e9c9ca2126c: Download complete [2021-02-22T22:25:35.765Z] ca9280d653b3: Pull complete [2021-02-22T22:25:42.393Z] 7e9c9ca2126c: Pull complete [2021-02-22T22:25:42.393Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-02-22T22:25:42.393Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-22T22:25:42.393Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-02-22T22:25:42.540Z] prd-centos7-docker-4c-2g-27200 does not seem to be running inside a container [2021-02-22T22:25:42.592Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-02-22T22:25:45.404Z] $ docker top 24d4dafc0a6731ef1e7882ff25bcb84a66f73bfbc6cbf2ea2c0083c143f1b519 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-22T22:25:45.982Z] + docker-compose build --help [2021-02-22T22:25:45.982Z] + grep parallel [2021-02-22T22:25:46.928Z] --parallel Build images in parallel. [Pipeline] } [2021-02-22T22:25:46.943Z] $ docker stop --time=1 24d4dafc0a6731ef1e7882ff25bcb84a66f73bfbc6cbf2ea2c0083c143f1b519 [2021-02-22T22:25:48.318Z] $ docker rm -f 24d4dafc0a6731ef1e7882ff25bcb84a66f73bfbc6cbf2ea2c0083c143f1b519 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-22T22:25:49.029Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-22T22:25:49.030Z] . [Pipeline] withDockerContainer [2021-02-22T22:25:49.132Z] prd-centos7-docker-4c-2g-27200 does not seem to be running inside a container [2021-02-22T22:25:49.178Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-02-22T22:25:50.074Z] $ docker top 174ccd645f3095441e51f5dc805fefc76b372d85ea8a7843852ec6eee4842104 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-22T22:25:50.734Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-22T22:25:51.679Z] Building docker-core-command-go ... [2021-02-22T22:25:51.679Z] Building docker-core-data-go ... [2021-02-22T22:25:51.679Z] Building docker-core-metadata-go ... [2021-02-22T22:25:51.679Z] Building docker-security-bootstrapper-go ... [2021-02-22T22:25:51.679Z] Building docker-security-proxy-setup-go ... [2021-02-22T22:25:51.679Z] Building docker-security-secretstore-setup-go ... [2021-02-22T22:25:51.679Z] Building docker-support-notifications-go ... [2021-02-22T22:25:51.679Z] Building docker-support-scheduler-go ... [2021-02-22T22:25:51.679Z] Building docker-sys-mgmt-agent-go ... [2021-02-22T22:25:51.679Z] Building docker-security-proxy-setup-go [2021-02-22T22:25:51.679Z] Building docker-core-metadata-go [2021-02-22T22:25:51.679Z] Building docker-support-scheduler-go [2021-02-22T22:25:51.679Z] Building docker-security-bootstrapper-go [2021-02-22T22:25:51.679Z] Building docker-support-notifications-go [2021-02-22T22:25:52.264Z] Removing intermediate container 2a8b64b62c49 [2021-02-22T22:25:52.264Z] ---> 38f4a2e8a8ca [2021-02-22T22:25:52.264Z] Successfully built 38f4a2e8a8ca [2021-02-22T22:25:52.264Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-22T22:25:52.603Z] + docker inspect -f . ci-base-image-arm64 [2021-02-22T22:25:52.603Z] . [Pipeline] withDockerContainer [2021-02-22T22:25:52.912Z] prd-ubuntu18.04-docker-arm64-4c-16g-27201 does not seem to be running inside a container [2021-02-22T22:25:52.989Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-22T22:25:54.481Z] $ docker top 15ad7c4036c13580f82c032eecb4c2ccc0b983c7480a1be75c5a33138ff292bd -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-22T22:25:55.482Z] + go version [2021-02-22T22:25:55.482Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-22T22:25:55.501Z] $ docker stop --time=1 15ad7c4036c13580f82c032eecb4c2ccc0b983c7480a1be75c5a33138ff292bd [2021-02-22T22:25:57.392Z] $ docker rm -f 15ad7c4036c13580f82c032eecb4c2ccc0b983c7480a1be75c5a33138ff292bd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-22T22:25:58.331Z] + docker inspect -f . ci-base-image-arm64 [2021-02-22T22:25:58.331Z] . [Pipeline] withDockerContainer [2021-02-22T22:25:58.564Z] prd-ubuntu18.04-docker-arm64-4c-16g-27201 does not seem to be running inside a container [2021-02-22T22:25:58.632Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-22T22:26:00.033Z] $ docker top 282feddbfced5d1eb265c63b35a792ac4ea4cce3fecb63d9f08f059f3deccb84 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-22T22:26:00.508Z] ========================================================= [2021-02-22T22:26:00.508Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-22T22:26:00.508Z] ========================================================= [Pipeline] sh [2021-02-22T22:26:01.150Z] + make test [2021-02-22T22:26:01.150Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-22T22:26:23.312Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-22T22:26:24.072Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-22T22:26:24.072Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-22T22:26:24.072Z] ---> bb2e0d710ff9 [2021-02-22T22:26:24.072Z] Step 3/22 : WORKDIR /edgex-go [2021-02-22T22:26:24.072Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-22T22:26:24.072Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-22T22:26:24.072Z] ---> bb2e0d710ff9 [2021-02-22T22:26:24.072Z] Step 3/23 : WORKDIR /edgex-go [2021-02-22T22:26:24.072Z] Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-22T22:26:24.072Z] Step 2/30 : FROM ${BUILDER_BASE} AS builder [2021-02-22T22:26:24.072Z] ---> bb2e0d710ff9 [2021-02-22T22:26:24.072Z] Step 3/30 : WORKDIR /edgex-go [2021-02-22T22:26:24.650Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-22T22:26:24.650Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-22T22:26:24.650Z] ---> bb2e0d710ff9 [2021-02-22T22:26:24.650Z] Step 3/21 : WORKDIR /edgex-go [2021-02-22T22:26:24.650Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-22T22:26:24.650Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-22T22:26:24.650Z] ---> bb2e0d710ff9 [2021-02-22T22:26:24.650Z] Step 3/22 : WORKDIR /edgex-go [2021-02-22T22:26:25.605Z] ---> Running in 19788c79ae69 [2021-02-22T22:26:25.605Z] ---> Running in c5eda9061ff5 [2021-02-22T22:26:25.605Z] ---> Running in 6cf1bc505626 [2021-02-22T22:26:25.605Z] ---> Running in 68a304a80bf3 [2021-02-22T22:26:25.605Z] ---> Running in a7a89291071c [2021-02-22T22:26:25.871Z] Removing intermediate container 68a304a80bf3 [2021-02-22T22:26:25.871Z] ---> c8b61202901f [2021-02-22T22:26:25.871Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-22T22:26:25.871Z] Removing intermediate container c5eda9061ff5 [2021-02-22T22:26:25.871Z] ---> 4dd625bad089 [2021-02-22T22:26:25.871Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-22T22:26:25.871Z] Removing intermediate container 19788c79ae69 [2021-02-22T22:26:25.871Z] ---> 09e1b6e6b7f0 [2021-02-22T22:26:25.871Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-22T22:26:26.134Z] Removing intermediate container 6cf1bc505626 [2021-02-22T22:26:26.134Z] ---> b5292a321d4a [2021-02-22T22:26:26.134Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-22T22:26:26.134Z] Removing intermediate container a7a89291071c [2021-02-22T22:26:26.134Z] ---> 88053867f88f [2021-02-22T22:26:26.134Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-22T22:26:26.134Z] ---> Running in eba5ec0a31f4 [2021-02-22T22:26:26.134Z] ---> Running in 19bde802c532 [2021-02-22T22:26:26.134Z] ---> Running in 4f743d504f9f [2021-02-22T22:26:26.134Z] ---> Running in 8e450ddcb8b9 [2021-02-22T22:26:26.134Z] ---> Running in 38aa40d55b2a [2021-02-22T22:26:28.719Z] Removing intermediate container 8e450ddcb8b9 [2021-02-22T22:26:28.719Z] ---> 0159dfa47911 [2021-02-22T22:26:28.719Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-22T22:26:28.719Z] Removing intermediate container 19bde802c532 [2021-02-22T22:26:28.719Z] ---> dae9215fd218 [2021-02-22T22:26:28.719Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-22T22:26:28.719Z] Removing intermediate container eba5ec0a31f4 [2021-02-22T22:26:28.719Z] ---> db08751767ff [2021-02-22T22:26:28.719Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-22T22:26:28.719Z] ---> Running in c1c76aaa49c1 [2021-02-22T22:26:28.719Z] ---> Running in 7b7c68f5a26d [2021-02-22T22:26:28.719Z] ---> Running in d20ba1472812 [2021-02-22T22:26:28.719Z] Removing intermediate container 4f743d504f9f [2021-02-22T22:26:28.719Z] ---> d023baedf35c [2021-02-22T22:26:28.719Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-22T22:26:28.719Z] Removing intermediate container 38aa40d55b2a [2021-02-22T22:26:28.719Z] ---> 1093d1889bc5 [2021-02-22T22:26:28.719Z] Step 5/30 : RUN apk add --update --no-cache make git [2021-02-22T22:26:28.991Z] ---> Running in 443be162bfb0 [2021-02-22T22:26:28.991Z] ---> Running in 3d73625ad7f5 [2021-02-22T22:26:29.971Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-22T22:26:29.971Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-22T22:26:29.971Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-22T22:26:29.971Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-22T22:26:29.971Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-22T22:26:30.547Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-22T22:26:30.547Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-22T22:26:30.548Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-22T22:26:30.548Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-22T22:26:30.548Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-22T22:26:30.827Z] OK: 233 MiB in 51 packages [2021-02-22T22:26:31.098Z] OK: 233 MiB in 51 packages [2021-02-22T22:26:31.098Z] OK: 233 MiB in 51 packages [2021-02-22T22:26:31.098Z] OK: 233 MiB in 51 packages [2021-02-22T22:26:31.098Z] OK: 233 MiB in 51 packages [2021-02-22T22:26:31.699Z] Removing intermediate container c1c76aaa49c1 [2021-02-22T22:26:31.699Z] ---> 5f70319d73a5 [2021-02-22T22:26:31.699Z] Step 6/22 : COPY go.mod . [2021-02-22T22:26:31.965Z] Removing intermediate container 7b7c68f5a26d [2021-02-22T22:26:31.965Z] ---> 0207fcb3424d [2021-02-22T22:26:31.965Z] Step 6/21 : COPY go.mod . [2021-02-22T22:26:31.965Z] ---> 117c75c010e6 [2021-02-22T22:26:31.965Z] Step 7/22 : RUN go mod download [2021-02-22T22:26:32.237Z] ---> Running in 11c86db888ec [2021-02-22T22:26:32.237Z] Removing intermediate container 443be162bfb0 [2021-02-22T22:26:32.237Z] ---> c4743af1287e [2021-02-22T22:26:32.237Z] Step 6/23 : COPY go.mod . [2021-02-22T22:26:32.501Z] Removing intermediate container 3d73625ad7f5 [2021-02-22T22:26:32.501Z] ---> 7069ffe64784 [2021-02-22T22:26:32.501Z] Step 6/30 : COPY go.mod . [2021-02-22T22:26:32.501Z] ---> 240517cd0c62 [2021-02-22T22:26:32.501Z] Step 7/21 : RUN go mod download [2021-02-22T22:26:32.501Z] Removing intermediate container d20ba1472812 [2021-02-22T22:26:32.501Z] ---> 21dfe2b74a66 [2021-02-22T22:26:32.501Z] Step 6/22 : COPY go.mod . [2021-02-22T22:26:32.772Z] ---> Running in eea0ac237072 [2021-02-22T22:26:32.772Z] ---> 57e57f8b5aa6 [2021-02-22T22:26:32.772Z] Step 7/23 : RUN go mod download [2021-02-22T22:26:33.042Z] ---> Running in a66114775898 [2021-02-22T22:26:33.042Z] ---> 05f3be661411 [2021-02-22T22:26:33.042Z] Step 7/22 : RUN go mod download [2021-02-22T22:26:33.042Z] ---> 3e190356c204 [2021-02-22T22:26:33.042Z] Step 7/30 : RUN go mod download [2021-02-22T22:26:33.312Z] ---> Running in 711cd611969c [2021-02-22T22:26:33.312Z] ---> Running in 477e3faee25f [2021-02-22T22:26:34.747Z] Removing intermediate container 11c86db888ec [2021-02-22T22:26:34.747Z] ---> 53e5789c9aa7 [2021-02-22T22:26:34.747Z] Step 8/22 : COPY . . [2021-02-22T22:26:35.699Z] Removing intermediate container eea0ac237072 [2021-02-22T22:26:35.699Z] ---> b20e0606bf9e [2021-02-22T22:26:35.699Z] Step 8/21 : COPY . . [2021-02-22T22:26:41.042Z] Removing intermediate container a66114775898 [2021-02-22T22:26:41.042Z] ---> 4347aa7266bc [2021-02-22T22:26:41.042Z] Step 8/23 : COPY . . [2021-02-22T22:26:41.042Z] Removing intermediate container 477e3faee25f [2021-02-22T22:26:41.042Z] ---> 1fe21ece4a37 [2021-02-22T22:26:41.042Z] Step 8/30 : COPY . . [2021-02-22T22:26:45.308Z] Removing intermediate container 711cd611969c [2021-02-22T22:26:45.308Z] ---> 5c5e0e1f116d [2021-02-22T22:26:45.308Z] Step 8/22 : COPY . . [2021-02-22T22:27:10.326Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-22T22:27:14.675Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-22T22:27:24.297Z] ---> d17584cabfbe [2021-02-22T22:27:24.297Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-22T22:27:24.297Z] ---> Running in aad4cd2ca91d [2021-02-22T22:27:24.297Z] ---> 5fc4a3aeeab1 [2021-02-22T22:27:24.297Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-22T22:27:24.297Z] ---> f31297f2edf6 [2021-02-22T22:27:24.297Z] Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-02-22T22:27:24.297Z] ---> 3d0efef0e10d [2021-02-22T22:27:24.297Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-22T22:27:24.297Z] ---> Running in d46bf3b21ca8 [2021-02-22T22:27:24.297Z] ---> 69eb9ee8362e [2021-02-22T22:27:24.297Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-22T22:27:24.297Z] ---> Running in 1c184d63585e [2021-02-22T22:27:24.297Z] ---> Running in bd043e3078a6 [2021-02-22T22:27:24.297Z] ---> Running in e6f160fa2875 [2021-02-22T22:27:24.297Z] 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-22T22:27:24.297Z] 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-22T22:27:24.297Z] 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-22T22:27:24.297Z] 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-22T22:27:24.297Z] 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-22T22:27:24.905Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-22T22:27:24.905Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-22T22:27:25.522Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-22T22:27:25.522Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-22T22:27:25.522Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-22T22:27:25.798Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-22T22:27:29.435Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-22T22:27:30.891Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-22T22:27:37.621Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-22T22:27:37.621Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-22T22:27:37.621Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-22T22:27:44.368Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.327s coverage: 45.9% of statements [2021-02-22T22:27:44.368Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-22T22:27:44.368Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-22T22:27:44.368Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-22T22:27:44.368Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-22T22:27:44.368Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-22T22:27:44.368Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-22T22:27:44.368Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-22T22:27:44.368Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.255s coverage: 100.0% of statements [2021-02-22T22:27:51.093Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.536s coverage: 27.1% of statements [2021-02-22T22:27:51.093Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-22T22:27:51.093Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-22T22:27:51.093Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-22T22:27:51.093Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-22T22:27:51.093Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-22T22:27:51.093Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-22T22:27:51.093Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.092s coverage: 100.0% of statements [2021-02-22T22:27:51.093Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-22T22:27:51.093Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.071s coverage: 100.0% of statements [2021-02-22T22:27:51.093Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-22T22:27:51.093Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-22T22:27:52.541Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.263s coverage: 65.8% of statements [2021-02-22T22:27:52.541Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-22T22:27:52.541Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-22T22:27:53.986Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.670s coverage: 82.3% of statements [2021-02-22T22:27:53.986Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-22T22:27:53.986Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-22T22:27:53.986Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-22T22:27:53.986Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-22T22:27:56.592Z] 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-22T22:27:58.033Z] Removing intermediate container bd043e3078a6 [2021-02-22T22:27:58.033Z] ---> 29d445f7f2c0 [2021-02-22T22:27:58.033Z] [2021-02-22T22:27:58.033Z] Step 10/30 : FROM alpine:3.12 [2021-02-22T22:27:58.033Z] 3.12: Pulling from library/alpine [2021-02-22T22:27:59.017Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-22T22:27:59.017Z] Status: Downloaded newer image for alpine:3.12 [2021-02-22T22:27:59.017Z] ---> 389fef711851 [2021-02-22T22:27:59.017Z] Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-22T22:28:00.445Z] ---> Running in 189183d2507c [2021-02-22T22:28:02.292Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.163s coverage: 28.6% of statements [2021-02-22T22:28:02.292Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-22T22:28:02.292Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-22T22:28:02.292Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-22T22:28:02.292Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-22T22:28:02.292Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-22T22:28:02.292Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.190s coverage: 100.0% of statements [2021-02-22T22:28:02.292Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-22T22:28:02.292Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.068s coverage: 100.0% of statements [2021-02-22T22:28:02.292Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-22T22:28:02.292Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.321s coverage: 86.7% of statements [2021-02-22T22:28:02.292Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-22T22:28:02.292Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.385s coverage: 97.5% of statements [2021-02-22T22:28:02.292Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-22T22:28:02.292Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.122s coverage: 78.3% of statements [2021-02-22T22:28:02.292Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-22T22:28:02.292Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-22T22:28:02.292Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-22T22:28:02.292Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-22T22:28:04.677Z] Removing intermediate container d46bf3b21ca8 [2021-02-22T22:28:04.677Z] ---> b14dfaf94974 [2021-02-22T22:28:04.677Z] [2021-02-22T22:28:04.677Z] Step 10/21 : FROM alpine:3.12 [2021-02-22T22:28:04.677Z] ---> 389fef711851 [2021-02-22T22:28:04.677Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-22T22:28:04.677Z] Removing intermediate container 189183d2507c [2021-02-22T22:28:04.677Z] ---> 86dd4bc2a5a6 [2021-02-22T22:28:04.677Z] Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-22T22:28:04.677Z] Removing intermediate container aad4cd2ca91d [2021-02-22T22:28:04.677Z] ---> 38bc983246dc [2021-02-22T22:28:04.677Z] [2021-02-22T22:28:04.677Z] Step 10/22 : FROM alpine:3.12 [2021-02-22T22:28:04.677Z] ---> 389fef711851 [2021-02-22T22:28:04.677Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-22T22:28:04.677Z] Removing intermediate container 1c184d63585e [2021-02-22T22:28:04.677Z] ---> 44571918fc01 [2021-02-22T22:28:04.677Z] [2021-02-22T22:28:04.677Z] Step 10/22 : FROM alpine:3.12 [2021-02-22T22:28:04.677Z] ---> 389fef711851 [2021-02-22T22:28:04.677Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-22T22:28:06.074Z] ---> Running in 3c0843866c41 [2021-02-22T22:28:06.337Z] ---> Running in ccb31f47d1be [2021-02-22T22:28:06.917Z] ---> Running in 2a9c1d7681be [2021-02-22T22:28:06.917Z] ---> Running in 985843b99cea [2021-02-22T22:28:07.181Z] Removing intermediate container e6f160fa2875 [2021-02-22T22:28:07.181Z] ---> 9b13acd1bd09 [2021-02-22T22:28:07.181Z] [2021-02-22T22:28:07.181Z] Step 10/23 : FROM alpine:3.12 [2021-02-22T22:28:07.181Z] ---> 389fef711851 [2021-02-22T22:28:07.181Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-22T22:28:07.181Z] ---> Running in b8d593be7f78 [2021-02-22T22:28:07.779Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-22T22:28:08.057Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-22T22:28:08.057Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-22T22:28:08.057Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-22T22:28:08.057Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-22T22:28:08.057Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-22T22:28:08.057Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-22T22:28:08.345Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-22T22:28:08.345Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-22T22:28:08.345Z] (4/4) Installing curl (7.69.1-r3) [2021-02-22T22:28:08.345Z] Executing busybox-1.31.1-r19.trigger [2021-02-22T22:28:08.345Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-22T22:28:08.345Z] Executing ca-certificates-20191127-r4.trigger [2021-02-22T22:28:08.345Z] (2/2) Installing su-exec (0.2-r1) [2021-02-22T22:28:08.345Z] Executing busybox-1.31.1-r19.trigger [2021-02-22T22:28:08.345Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-22T22:28:08.345Z] OK: 6 MiB in 16 packages [2021-02-22T22:28:08.345Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-22T22:28:08.345Z] OK: 7 MiB in 18 packages [2021-02-22T22:28:08.345Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-22T22:28:08.345Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-22T22:28:08.345Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-22T22:28:08.345Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-22T22:28:08.345Z] Executing busybox-1.31.1-r19.trigger [2021-02-22T22:28:08.617Z] Executing ca-certificates-20191127-r4.trigger [2021-02-22T22:28:08.617Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-22T22:28:08.617Z] Executing busybox-1.31.1-r19.trigger [2021-02-22T22:28:08.617Z] OK: 6 MiB in 15 packages [2021-02-22T22:28:08.617Z] OK: 6 MiB in 16 packages [2021-02-22T22:28:08.617Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-22T22:28:08.617Z] Executing busybox-1.31.1-r19.trigger [2021-02-22T22:28:08.617Z] OK: 6 MiB in 15 packages [2021-02-22T22:28:11.180Z] Removing intermediate container ccb31f47d1be [2021-02-22T22:28:11.180Z] ---> 14cee37185fb [2021-02-22T22:28:11.180Z] Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-22T22:28:11.758Z] Removing intermediate container 3c0843866c41 [2021-02-22T22:28:11.758Z] ---> 6ce433bb0da9 [2021-02-22T22:28:11.758Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-22T22:28:11.758Z] ---> Running in b05388f5905d [2021-02-22T22:28:11.758Z] Removing intermediate container 985843b99cea [2021-02-22T22:28:11.758Z] ---> ec5eae052dcc [2021-02-22T22:28:11.758Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-22T22:28:11.758Z] ---> Running in cbcbad2591f6 [2021-02-22T22:28:12.025Z] Removing intermediate container b8d593be7f78 [2021-02-22T22:28:12.025Z] ---> bc52ae2bffc0 [2021-02-22T22:28:12.025Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-22T22:28:12.025Z] Removing intermediate container 2a9c1d7681be [2021-02-22T22:28:12.025Z] ---> 636f0574e8f6 [2021-02-22T22:28:12.025Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-22T22:28:12.025Z] Removing intermediate container b05388f5905d [2021-02-22T22:28:12.025Z] ---> 20b08dedc0a8 [2021-02-22T22:28:12.025Z] Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-22T22:28:12.025Z] ---> Running in 7f53206640db [2021-02-22T22:28:12.286Z] ---> Running in 09fc23211da3 [2021-02-22T22:28:12.286Z] ---> Running in 18eef986fed7 [2021-02-22T22:28:12.286Z] ---> Running in 2828ff544f40 [2021-02-22T22:28:12.286Z] Removing intermediate container cbcbad2591f6 [2021-02-22T22:28:12.286Z] ---> 8bcd1d69e903 [2021-02-22T22:28:12.286Z] Step 13/21 : WORKDIR /edgex [2021-02-22T22:28:12.464Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.128s coverage: 92.8% of statements [2021-02-22T22:28:12.464Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-22T22:28:12.464Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-22T22:28:12.464Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-22T22:28:12.464Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-22T22:28:12.464Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-22T22:28:12.464Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-22T22:28:12.464Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-22T22:28:12.464Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-22T22:28:12.464Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-22T22:28:12.464Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-22T22:28:12.464Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-22T22:28:12.464Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-22T22:28:12.464Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-22T22:28:12.464Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-22T22:28:12.464Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-22T22:28:12.464Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-22T22:28:12.465Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-22T22:28:12.465Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-22T22:28:12.465Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.044s coverage: 58.8% of statements [2021-02-22T22:28:12.465Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-22T22:28:12.465Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-22T22:28:12.465Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.251s coverage: 0.1% of statements [2021-02-22T22:28:12.465Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-22T22:28:12.465Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-22T22:28:12.465Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-22T22:28:12.465Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.097s coverage: 45.5% of statements [2021-02-22T22:28:12.465Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.094s coverage: 79.5% of statements [2021-02-22T22:28:12.465Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.049s coverage: 94.1% of statements [2021-02-22T22:28:12.465Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.087s coverage: 96.3% of statements [2021-02-22T22:28:12.465Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.094s coverage: 87.5% of statements [2021-02-22T22:28:12.863Z] Removing intermediate container 7f53206640db [2021-02-22T22:28:12.863Z] ---> ae39993aaa50 [2021-02-22T22:28:12.863Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-22T22:28:12.863Z] Removing intermediate container 09fc23211da3 [2021-02-22T22:28:12.863Z] ---> a632066eab02 [2021-02-22T22:28:12.863Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-22T22:28:12.863Z] ---> Running in 4bcb0bf7d392 [2021-02-22T22:28:12.863Z] Removing intermediate container 18eef986fed7 [2021-02-22T22:28:12.863Z] ---> 40f3e8c2b07e [2021-02-22T22:28:12.863Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-22T22:28:13.134Z] ---> Running in b6d15c74f5e4 [2021-02-22T22:28:13.134Z] Removing intermediate container 2828ff544f40 [2021-02-22T22:28:13.135Z] ---> 715f7b97fd10 [2021-02-22T22:28:13.135Z] Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-22T22:28:13.135Z] ---> Running in b78311edce21 [2021-02-22T22:28:13.135Z] ---> Running in b618520100bd [2021-02-22T22:28:13.135Z] ---> Running in c999daf7fdcd [2021-02-22T22:28:13.397Z] Removing intermediate container 4bcb0bf7d392 [2021-02-22T22:28:13.397Z] ---> f36409905b11 [2021-02-22T22:28:13.397Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-22T22:28:13.397Z] Removing intermediate container b6d15c74f5e4 [2021-02-22T22:28:13.397Z] ---> 346cc687daa3 [2021-02-22T22:28:13.397Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-22T22:28:13.661Z] Removing intermediate container b78311edce21 [2021-02-22T22:28:13.661Z] ---> d6487b16095b [2021-02-22T22:28:13.661Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-22T22:28:13.661Z] Removing intermediate container b618520100bd [2021-02-22T22:28:13.661Z] ---> abc230096074 [2021-02-22T22:28:13.661Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-22T22:28:13.931Z] ---> Running in e05c806fadc1 [2021-02-22T22:28:13.931Z] ---> Running in 4c8978fdb5c5 [2021-02-22T22:28:13.931Z] ---> Running in 855e5e0f36ac [2021-02-22T22:28:13.931Z] ---> 81a79d2b87d1 [2021-02-22T22:28:13.931Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-22T22:28:14.201Z] Removing intermediate container e05c806fadc1 [2021-02-22T22:28:14.201Z] ---> 32e10f1bf374 [2021-02-22T22:28:14.201Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-22T22:28:14.201Z] Removing intermediate container 4c8978fdb5c5 [2021-02-22T22:28:14.201Z] ---> 8a84952f89a6 [2021-02-22T22:28:14.201Z] Step 15/23 : WORKDIR / [2021-02-22T22:28:14.201Z] Removing intermediate container 855e5e0f36ac [2021-02-22T22:28:14.201Z] ---> 88ef9460aa34 [2021-02-22T22:28:14.201Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-22T22:28:14.466Z] ---> Running in 95673a5e34f4 [2021-02-22T22:28:14.467Z] ---> 5537821e06f4 [2021-02-22T22:28:14.467Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-22T22:28:14.735Z] ---> eb12ecb105b2 [2021-02-22T22:28:14.735Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-22T22:28:14.735Z] ---> 8d3c1e5a0442 [2021-02-22T22:28:14.735Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-22T22:28:15.687Z] Removing intermediate container 95673a5e34f4 [2021-02-22T22:28:15.687Z] ---> 859883046f6d [2021-02-22T22:28:15.687Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-22T22:28:15.687Z] Removing intermediate container c999daf7fdcd [2021-02-22T22:28:15.687Z] ---> 4f84c8e7537e [2021-02-22T22:28:15.687Z] Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-22T22:28:15.687Z] ---> 7b27646eddbd [2021-02-22T22:28:15.687Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-22T22:28:15.687Z] ---> fa65d8b0dfd2 [2021-02-22T22:28:15.687Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-22T22:28:15.687Z] ---> Running in da364b90697e [2021-02-22T22:28:16.266Z] ---> 968ffd73e841 [2021-02-22T22:28:16.266Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-22T22:28:16.266Z] ---> Running in ce76c0ef4b4b [2021-02-22T22:28:16.535Z] ---> ae9cfbc19d45 [2021-02-22T22:28:16.535Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-22T22:28:16.535Z] ---> bf769a239a0b [2021-02-22T22:28:16.535Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-22T22:28:16.535Z] ---> Running in 8c4228bfd24b [2021-02-22T22:28:16.535Z] Removing intermediate container da364b90697e [2021-02-22T22:28:16.535Z] ---> 91ba921b151f [2021-02-22T22:28:16.535Z] Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-22T22:28:16.802Z] ---> b9a4598341c6 [2021-02-22T22:28:16.802Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-22T22:28:16.802Z] Removing intermediate container ce76c0ef4b4b [2021-02-22T22:28:16.802Z] ---> 940f1bd378b8 [2021-02-22T22:28:16.802Z] Step 18/21 : CMD ["--init=true"] [2021-02-22T22:28:17.066Z] ---> Running in 240b09dffdef [2021-02-22T22:28:17.066Z] ---> Running in 81e769a4a96a [2021-02-22T22:28:17.066Z] Removing intermediate container 8c4228bfd24b [2021-02-22T22:28:17.066Z] ---> c1dff957fc67 [2021-02-22T22:28:17.066Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-22T22:28:17.066Z] ---> 952607048c6c [2021-02-22T22:28:17.066Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-22T22:28:17.331Z] ---> e1036aabc04b [2021-02-22T22:28:17.331Z] Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-22T22:28:17.331Z] ---> Running in f2419ccfe0b1 [2021-02-22T22:28:17.331Z] ---> Running in cc2a19a6336e [2021-02-22T22:28:17.331Z] Removing intermediate container 240b09dffdef [2021-02-22T22:28:17.331Z] ---> 1e86c39eb165 [2021-02-22T22:28:17.331Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-22T22:28:17.595Z] Removing intermediate container 81e769a4a96a [2021-02-22T22:28:17.595Z] ---> f99e4f4010cf [2021-02-22T22:28:17.595Z] Step 19/21 : LABEL arch=x86_64 [2021-02-22T22:28:17.595Z] ---> dfdd9c4c4557 [2021-02-22T22:28:17.595Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-22T22:28:17.869Z] ---> Running in daee0ceafe74 [2021-02-22T22:28:17.869Z] ---> Running in f09ad6b19f81 [2021-02-22T22:28:17.869Z] ---> Running in 6f7991811fe3 [2021-02-22T22:28:17.869Z] Removing intermediate container f2419ccfe0b1 [2021-02-22T22:28:17.869Z] ---> 77720264679b [2021-02-22T22:28:17.870Z] Step 20/22 : LABEL arch=x86_64 [2021-02-22T22:28:17.870Z] ---> Running in a7ef757ef994 [2021-02-22T22:28:18.134Z] Removing intermediate container 6f7991811fe3 [2021-02-22T22:28:18.134Z] ---> d10b8dc6cbbd [2021-02-22T22:28:18.134Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-22T22:28:18.134Z] Removing intermediate container daee0ceafe74 [2021-02-22T22:28:18.134Z] ---> dbf0030f3993 [2021-02-22T22:28:18.134Z] Step 20/21 : LABEL git_sha=e54cfd9c710957aad988883a971c997414681ca3 [2021-02-22T22:28:18.134Z] Removing intermediate container f09ad6b19f81 [2021-02-22T22:28:18.134Z] ---> 5eee56a3e8c9 [2021-02-22T22:28:18.134Z] Step 20/22 : LABEL arch=x86_64 [2021-02-22T22:28:18.407Z] Removing intermediate container a7ef757ef994 [2021-02-22T22:28:18.407Z] ---> 696c573d35b9 [2021-02-22T22:28:18.407Z] Step 21/22 : LABEL git_sha=e54cfd9c710957aad988883a971c997414681ca3 [2021-02-22T22:28:18.407Z] ---> Running in fa41c5444f9d [2021-02-22T22:28:18.408Z] ---> Running in 6ebe1ed1e4ff [2021-02-22T22:28:18.408Z] ---> Running in 9538a6dc897d [2021-02-22T22:28:18.408Z] ---> Running in c33ba70a42f5 [2021-02-22T22:28:18.670Z] Removing intermediate container fa41c5444f9d [2021-02-22T22:28:18.670Z] ---> 5349e056e5ba [2021-02-22T22:28:18.670Z] Step 21/23 : LABEL arch=x86_64 [2021-02-22T22:28:18.670Z] Removing intermediate container 6ebe1ed1e4ff [2021-02-22T22:28:18.670Z] ---> a52f24937a17 [2021-02-22T22:28:18.670Z] Step 21/21 : LABEL version=0.0.0 [2021-02-22T22:28:18.934Z] ---> Running in 7266b0d1fbb1 [2021-02-22T22:28:18.934Z] Removing intermediate container c33ba70a42f5 [2021-02-22T22:28:18.934Z] ---> 3b54e4983e6b [2021-02-22T22:28:18.934Z] Step 22/22 : LABEL version=0.0.0 [2021-02-22T22:28:18.934Z] Removing intermediate container 9538a6dc897d [2021-02-22T22:28:18.934Z] ---> 7d72d98a9c70 [2021-02-22T22:28:18.934Z] Step 21/22 : LABEL git_sha=e54cfd9c710957aad988883a971c997414681ca3 [2021-02-22T22:28:19.197Z] ---> Running in cee77e3e3374 [2021-02-22T22:28:19.197Z] ---> Running in a3d25cc5c595 [2021-02-22T22:28:19.197Z] ---> Running in 404c335163fb [2021-02-22T22:28:19.197Z] Removing intermediate container 7266b0d1fbb1 [2021-02-22T22:28:19.197Z] ---> 3bbe69a18246 [2021-02-22T22:28:19.197Z] Step 22/23 : LABEL git_sha=e54cfd9c710957aad988883a971c997414681ca3 [2021-02-22T22:28:19.461Z] Removing intermediate container cc2a19a6336e [2021-02-22T22:28:19.461Z] ---> dd2575023a9b [2021-02-22T22:28:19.461Z] Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-22T22:28:19.461Z] ---> Running in 093d65fac636 [2021-02-22T22:28:19.461Z] Removing intermediate container cee77e3e3374 [2021-02-22T22:28:19.461Z] ---> fd641514d876 [2021-02-22T22:28:19.461Z] [2021-02-22T22:28:19.461Z] Removing intermediate container a3d25cc5c595 [2021-02-22T22:28:19.461Z] ---> 0445919f24ad [2021-02-22T22:28:19.461Z] [2021-02-22T22:28:19.461Z] Removing intermediate container 404c335163fb [2021-02-22T22:28:19.461Z] ---> 0098b61dc486 [2021-02-22T22:28:19.461Z] Step 22/22 : LABEL version=0.0.0 [2021-02-22T22:28:19.725Z] ---> Running in 3e0a9962af0e [2021-02-22T22:28:19.725Z] Successfully built 0445919f24ad [2021-02-22T22:28:19.725Z] Successfully built fd641514d876 [2021-02-22T22:28:19.725Z] Removing intermediate container 093d65fac636 [2021-02-22T22:28:19.725Z] ---> 26ed09e174ea [2021-02-22T22:28:19.725Z] Step 23/23 : LABEL version=0.0.0 [2021-02-22T22:28:19.989Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-02-22T22:28:19.989Z] Successfully tagged docker-support-scheduler-go:latest [2021-02-22T22:28:19.989Z] Building docker-sys-mgmt-agent-go [2021-02-22T22:28:19.989Z]  Building docker-security-proxy-setup-go ... done Building docker-core-command-go [2021-02-22T22:28:19.989Z] ---> 8ca13ffc3cb9 [2021-02-22T22:28:19.989Z]  Building docker-support-scheduler-go ... done Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-22T22:28:19.989Z] ---> Running in ae4f967fdd64 [2021-02-22T22:28:20.258Z] Removing intermediate container 3e0a9962af0e [2021-02-22T22:28:20.258Z] ---> 4d631a5078dd [2021-02-22T22:28:20.258Z] [2021-02-22T22:28:20.258Z] Successfully built 4d631a5078dd [2021-02-22T22:28:20.525Z] Successfully tagged docker-support-notifications-go:latest [2021-02-22T22:28:20.525Z]  Building docker-support-notifications-go ... done Building docker-core-data-go [2021-02-22T22:28:20.525Z] Removing intermediate container ae4f967fdd64 [2021-02-22T22:28:20.525Z] ---> c723fe1de439 [2021-02-22T22:28:20.525Z] [2021-02-22T22:28:20.788Z] Successfully built c723fe1de439 [2021-02-22T22:28:20.788Z] ---> 8064800069ab [2021-02-22T22:28:20.788Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-22T22:28:20.788Z] Successfully tagged docker-core-metadata-go:latest [2021-02-22T22:28:20.788Z]  Building docker-core-metadata-go ... done Building docker-security-secretstore-setup-go [2021-02-22T22:28:21.051Z] ---> f35b4e3d1d1e [2021-02-22T22:28:21.051Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-22T22:28:21.636Z] ---> 7f0e80d64c77 [2021-02-22T22:28:21.636Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2021-02-22T22:28:21.902Z] ---> Running in e780eae4a123 [2021-02-22T22:28:22.621Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.073s coverage: 94.4% of statements [2021-02-22T22:28:22.621Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.051s coverage: 44.8% of statements [2021-02-22T22:28:26.156Z] Removing intermediate container e780eae4a123 [2021-02-22T22:28:26.156Z] ---> 4bbe196955d4 [2021-02-22T22:28:26.156Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-22T22:28:27.122Z] ---> b01a86a9e742 [2021-02-22T22:28:27.122Z] Step 25/30 : RUN chmod +x /entrypoint.sh [2021-02-22T22:28:29.694Z] ---> Running in 855e82ab06a1 [2021-02-22T22:28:32.305Z] Removing intermediate container 855e82ab06a1 [2021-02-22T22:28:32.305Z] ---> a958e9f2d19d [2021-02-22T22:28:32.305Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-22T22:28:32.569Z] ---> Running in cdeb43dd8a1d [2021-02-22T22:28:32.831Z] Removing intermediate container cdeb43dd8a1d [2021-02-22T22:28:32.831Z] ---> 92569826ce5e [2021-02-22T22:28:32.831Z] Step 27/30 : CMD ["gate"] [2021-02-22T22:28:33.094Z] ---> Running in 11e67c4c0b20 [2021-02-22T22:28:33.362Z] Removing intermediate container 11e67c4c0b20 [2021-02-22T22:28:33.362Z] ---> 698a177ddddd [2021-02-22T22:28:33.362Z] Step 28/30 : LABEL arch=x86_64 [2021-02-22T22:28:33.626Z] ---> Running in 0e4c8d150102 [2021-02-22T22:28:33.894Z] Removing intermediate container 0e4c8d150102 [2021-02-22T22:28:33.894Z] ---> 3b87fa8cc1f3 [2021-02-22T22:28:33.894Z] Step 29/30 : LABEL git_sha=e54cfd9c710957aad988883a971c997414681ca3 [2021-02-22T22:28:33.894Z] ---> Running in 7427d9f3e1e6 [2021-02-22T22:28:37.755Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.139s coverage: 92.9% of statements [2021-02-22T22:28:37.755Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-22T22:28:37.755Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-22T22:28:37.755Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-22T22:28:37.755Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.063s coverage: 77.8% of statements [2021-02-22T22:28:37.755Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-22T22:28:37.755Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-02-22T22:28:37.755Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-02-22T22:28:37.755Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-02-22T22:28:37.755Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-02-22T22:28:37.755Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.076s coverage: 87.2% of statements [2021-02-22T22:28:37.755Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-22T22:28:37.755Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-22T22:28:37.755Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.047s coverage: 100.0% of statements [2021-02-22T22:28:37.755Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-22T22:28:37.755Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.077s coverage: 75.5% of statements [2021-02-22T22:28:37.755Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-22T22:28:37.755Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.067s coverage: 80.8% of statements [2021-02-22T22:28:37.755Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.113s coverage: 87.2% of statements [2021-02-22T22:28:37.755Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.127s coverage: 84.6% of statements [2021-02-22T22:28:37.755Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.187s coverage: 91.6% of statements [2021-02-22T22:28:37.755Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-22T22:28:37.755Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.535s coverage: 62.4% of statements [2021-02-22T22:28:37.755Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-22T22:28:37.755Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-22T22:28:37.755Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.061s coverage: 100.0% of statements [2021-02-22T22:28:37.755Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.110s coverage: 91.3% of statements [2021-02-22T22:28:37.755Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.054s coverage: 100.0% of statements [2021-02-22T22:28:37.755Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.068s coverage: 73.7% of statements [2021-02-22T22:28:37.755Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.047s coverage: 100.0% of statements [2021-02-22T22:28:37.755Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.810s coverage: 68.9% of statements [2021-02-22T22:28:37.755Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-22T22:28:37.755Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-22T22:28:38.030Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.411s coverage: 36.6% of statements [2021-02-22T22:28:38.030Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-22T22:28:38.030Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-22T22:28:38.030Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.080s coverage: 89.5% of statements [2021-02-22T22:28:38.713Z] Removing intermediate container 7427d9f3e1e6 [2021-02-22T22:28:38.713Z] ---> 130840476949 [2021-02-22T22:28:38.713Z] Step 30/30 : LABEL version=0.0.0 [2021-02-22T22:28:38.986Z] ---> Running in 4ddfd1b0d425 [2021-02-22T22:28:43.438Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.453s coverage: 47.0% of statements [2021-02-22T22:28:43.438Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-22T22:28:43.438Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-22T22:28:43.438Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-22T22:28:43.438Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-22T22:28:43.438Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-22T22:28:43.438Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.160s coverage: 100.0% of statements [2021-02-22T22:28:43.438Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-22T22:28:43.438Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.125s coverage: 100.0% of statements [2021-02-22T22:28:43.438Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-22T22:28:43.438Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-22T22:28:43.438Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-22T22:28:43.438Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-22T22:28:43.438Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.311s coverage: 89.4% of statements [2021-02-22T22:28:43.438Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-22T22:28:43.438Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-22T22:28:43.438Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-22T22:28:44.348Z] Removing intermediate container 4ddfd1b0d425 [2021-02-22T22:28:44.348Z] ---> 13fa2c9a7e24 [2021-02-22T22:28:44.348Z] [2021-02-22T22:28:44.348Z] Successfully built 13fa2c9a7e24 [2021-02-22T22:28:44.348Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-02-22T22:28:48.632Z]  Building docker-security-bootstrapper-go ... done Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-22T22:28:48.632Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-22T22:28:48.632Z] ---> bb2e0d710ff9 [2021-02-22T22:28:48.632Z] Step 3/24 : WORKDIR /edgex-go [2021-02-22T22:28:48.632Z] ---> Using cache [2021-02-22T22:28:48.632Z] ---> 4dd625bad089 [2021-02-22T22:28:48.632Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-22T22:28:48.632Z] ---> Using cache [2021-02-22T22:28:48.632Z] ---> dae9215fd218 [2021-02-22T22:28:48.632Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-22T22:28:48.632Z] ---> Using cache [2021-02-22T22:28:48.632Z] ---> 0207fcb3424d [2021-02-22T22:28:48.632Z] Step 6/24 : COPY go.mod . [2021-02-22T22:28:48.632Z] ---> Using cache [2021-02-22T22:28:48.632Z] ---> 240517cd0c62 [2021-02-22T22:28:48.632Z] Step 7/24 : RUN go mod download [2021-02-22T22:28:48.632Z] ---> Using cache [2021-02-22T22:28:48.632Z] ---> b20e0606bf9e [2021-02-22T22:28:48.632Z] Step 8/24 : COPY . . [2021-02-22T22:28:48.632Z] ---> Using cache [2021-02-22T22:28:48.632Z] ---> 5fc4a3aeeab1 [2021-02-22T22:28:48.632Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-22T22:28:49.217Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-22T22:28:49.217Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-22T22:28:49.217Z] ---> bb2e0d710ff9 [2021-02-22T22:28:49.217Z] Step 3/23 : WORKDIR /edgex-go [2021-02-22T22:28:49.217Z] ---> Using cache [2021-02-22T22:28:49.217Z] ---> 4dd625bad089 [2021-02-22T22:28:49.217Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-22T22:28:49.217Z] ---> Using cache [2021-02-22T22:28:49.217Z] ---> dae9215fd218 [2021-02-22T22:28:49.217Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-22T22:28:49.217Z] ---> Using cache [2021-02-22T22:28:49.217Z] ---> 0207fcb3424d [2021-02-22T22:28:49.217Z] Step 6/23 : COPY go.mod . [2021-02-22T22:28:49.217Z] ---> Using cache [2021-02-22T22:28:49.217Z] ---> 240517cd0c62 [2021-02-22T22:28:49.217Z] Step 7/23 : RUN go mod download [2021-02-22T22:28:49.217Z] ---> Using cache [2021-02-22T22:28:49.217Z] ---> b20e0606bf9e [2021-02-22T22:28:49.217Z] Step 8/23 : COPY . . [2021-02-22T22:28:49.217Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-22T22:28:49.217Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-22T22:28:49.217Z] ---> bb2e0d710ff9 [2021-02-22T22:28:49.217Z] Step 3/26 : WORKDIR /edgex-go [2021-02-22T22:28:49.217Z] ---> Using cache [2021-02-22T22:28:49.217Z] ---> 4dd625bad089 [2021-02-22T22:28:49.217Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-22T22:28:49.217Z] ---> Using cache [2021-02-22T22:28:49.217Z] ---> dae9215fd218 [2021-02-22T22:28:49.217Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-22T22:28:49.217Z] ---> Using cache [2021-02-22T22:28:49.217Z] ---> 5fc4a3aeeab1 [2021-02-22T22:28:49.217Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-22T22:28:49.480Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-22T22:28:49.480Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-22T22:28:49.480Z] ---> bb2e0d710ff9 [2021-02-22T22:28:49.480Z] Step 3/23 : WORKDIR /edgex-go [2021-02-22T22:28:49.480Z] ---> Using cache [2021-02-22T22:28:49.480Z] ---> 4dd625bad089 [2021-02-22T22:28:49.480Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-22T22:28:49.480Z] ---> Using cache [2021-02-22T22:28:49.481Z] ---> dae9215fd218 [2021-02-22T22:28:49.481Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-22T22:28:50.441Z] ---> Running in 6e58288a8ded [2021-02-22T22:28:50.441Z] ---> Running in 689a852bf863 [2021-02-22T22:28:50.441Z] ---> Running in 6b3bf91230f2 [2021-02-22T22:28:50.441Z] ---> Running in c054ff030351 [2021-02-22T22:28:51.716Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.135s coverage: 29.1% of statements [2021-02-22T22:28:51.716Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-22T22:28:51.716Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-22T22:28:51.716Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-22T22:28:51.716Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-22T22:28:51.716Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-22T22:28:51.716Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.183s coverage: 99.0% of statements [2021-02-22T22:28:51.716Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-22T22:28:51.716Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.100s coverage: 100.0% of statements [2021-02-22T22:28:51.716Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-22T22:28:51.716Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-22T22:28:51.716Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-22T22:28:51.716Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-22T22:28:51.716Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.184s coverage: 92.9% of statements [2021-02-22T22:28:51.716Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-22T22:28:51.716Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-22T22:28:51.716Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-22T22:28:51.716Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.068s coverage: 0.0% of statements [2021-02-22T22:28:51.716Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-22T22:28:51.716Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.060s coverage: 100.0% of statements [2021-02-22T22:28:51.716Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-22T22:28:51.716Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-22T22:28:51.716Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-22T22:28:51.716Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-22T22:28:51.716Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.106s coverage: 87.9% of statements [2021-02-22T22:28:51.716Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-22T22:28:51.716Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-22T22:28:51.716Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.060s coverage: 100.0% of statements [2021-02-22T22:28:51.863Z] 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-22T22:28:51.863Z] 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-22T22:28:51.863Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-22T22:28:51.863Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-22T22:28:51.989Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.051s coverage: 32.1% of statements [2021-02-22T22:28:52.128Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-22T22:28:52.393Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-22T22:28:52.583Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.080s coverage: 100.0% of statements [2021-02-22T22:28:52.663Z] OK: 233 MiB in 51 packages [2021-02-22T22:28:52.663Z] OK: 233 MiB in 51 packages [2021-02-22T22:28:53.177Z] GO111MODULE=on go vet ./... [2021-02-22T22:28:54.102Z] Removing intermediate container c054ff030351 [2021-02-22T22:28:54.102Z] ---> b52fd6bee51b [2021-02-22T22:28:54.102Z] Step 6/23 : COPY go.mod . [2021-02-22T22:28:54.102Z] Removing intermediate container 6e58288a8ded [2021-02-22T22:28:54.102Z] ---> 8d19f9240ee7 [2021-02-22T22:28:54.102Z] Step 6/26 : COPY go.mod . [2021-02-22T22:28:54.710Z] ---> b29bc7978402 [2021-02-22T22:28:54.710Z] Step 7/23 : RUN go mod download [2021-02-22T22:28:54.710Z] ---> 7c2d1e1c78b2 [2021-02-22T22:28:54.710Z] Step 7/26 : RUN go mod download [2021-02-22T22:28:54.710Z] ---> Running in 5a3af11475f4 [2021-02-22T22:28:54.989Z] ---> Running in 9bb28086c770 [2021-02-22T22:28:59.269Z] Removing intermediate container 9bb28086c770 [2021-02-22T22:28:59.269Z] ---> a9d85adead75 [2021-02-22T22:28:59.269Z] Step 8/26 : COPY . . [2021-02-22T22:28:59.269Z] Removing intermediate container 5a3af11475f4 [2021-02-22T22:28:59.269Z] ---> cb62b5e10702 [2021-02-22T22:28:59.269Z] Step 8/23 : COPY . . [2021-02-22T22:29:14.403Z] 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-22T22:29:29.467Z] Removing intermediate container 689a852bf863 [2021-02-22T22:29:29.467Z] ---> c808bd4c28a4 [2021-02-22T22:29:29.467Z] [2021-02-22T22:29:29.467Z] Step 10/24 : FROM alpine:3.12 [2021-02-22T22:29:29.467Z] ---> 389fef711851 [2021-02-22T22:29:29.467Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-22T22:29:29.467Z] Removing intermediate container 6b3bf91230f2 [2021-02-22T22:29:29.467Z] ---> ebc7add9c93e [2021-02-22T22:29:29.467Z] [2021-02-22T22:29:29.467Z] Step 10/23 : FROM alpine:3.12 [2021-02-22T22:29:29.467Z] ---> 389fef711851 [2021-02-22T22:29:29.467Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-22T22:29:29.467Z] ---> Using cache [2021-02-22T22:29:29.467Z] ---> 636f0574e8f6 [2021-02-22T22:29:29.467Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-22T22:29:29.467Z] ---> Using cache [2021-02-22T22:29:29.467Z] ---> 40f3e8c2b07e [2021-02-22T22:29:29.467Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-22T22:29:29.467Z] ---> b52e298a65da [2021-02-22T22:29:29.467Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-22T22:29:29.467Z] ---> Running in a6cd633c75e2 [2021-02-22T22:29:29.467Z] ---> Running in 5dcfdb470d93 [2021-02-22T22:29:29.467Z] ---> Running in f783d721dfac [2021-02-22T22:29:29.467Z] ---> fb354faee8d6 [2021-02-22T22:29:29.467Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-22T22:29:29.467Z] ---> Running in 1302ad11c7db [2021-02-22T22:29:29.467Z] Removing intermediate container 5dcfdb470d93 [2021-02-22T22:29:29.467Z] ---> b6258c8b0783 [2021-02-22T22:29:29.467Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-22T22:29:29.467Z] ---> Running in 4231e5162a3f [2021-02-22T22:29:29.467Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-22T22:29:29.467Z] 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-22T22:29:29.467Z] Removing intermediate container 4231e5162a3f [2021-02-22T22:29:29.467Z] ---> 6443f50885e6 [2021-02-22T22:29:29.467Z] Step 15/23 : WORKDIR / [2021-02-22T22:29:29.467Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-22T22:29:29.467Z] ---> Running in 0d3a1a5e2c0c [2021-02-22T22:29:29.467Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-22T22:29:29.467Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-22T22:29:29.467Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-22T22:29:29.467Z] (4/5) Installing curl (7.69.1-r3) [2021-02-22T22:29:29.467Z] 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-22T22:29:29.467Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-22T22:29:29.467Z] Executing busybox-1.31.1-r19.trigger [2021-02-22T22:29:30.051Z] Executing ca-certificates-20191127-r4.trigger [2021-02-22T22:29:30.051Z] OK: 7 MiB in 19 packages [2021-02-22T22:29:30.317Z] Removing intermediate container 0d3a1a5e2c0c [2021-02-22T22:29:30.317Z] ---> 9d1d31dd6dd9 [2021-02-22T22:29:30.317Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-22T22:29:30.926Z] ---> 494f9e22434f [2021-02-22T22:29:30.926Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-22T22:29:31.901Z] Removing intermediate container a6cd633c75e2 [2021-02-22T22:29:31.901Z] ---> 45873b038bf3 [2021-02-22T22:29:31.901Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-22T22:29:32.175Z] ---> Running in 1123b73d6df9 [2021-02-22T22:29:32.175Z] ---> c8c0fd27b25c [2021-02-22T22:29:32.175Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-22T22:29:32.450Z] Removing intermediate container 1123b73d6df9 [2021-02-22T22:29:32.450Z] ---> 978d04ddac95 [2021-02-22T22:29:32.450Z] Step 13/24 : WORKDIR / [2021-02-22T22:29:32.450Z] ---> Running in 5dc9d70a15a7 [2021-02-22T22:29:32.723Z] ---> 6ae688dd887b [2021-02-22T22:29:32.723Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-22T22:29:32.999Z] ---> Running in 2604fad4add8 [2021-02-22T22:29:32.999Z] Removing intermediate container 5dc9d70a15a7 [2021-02-22T22:29:32.999Z] ---> c0023307e461 [2021-02-22T22:29:32.999Z] 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-22T22:29:33.597Z] Removing intermediate container 2604fad4add8 [2021-02-22T22:29:33.597Z] ---> ee55ec954ac9 [2021-02-22T22:29:33.597Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-22T22:29:33.866Z] ---> Running in 57d381823dd1 [2021-02-22T22:29:33.866Z] ---> 0f97e1f19ded [2021-02-22T22:29:33.866Z] 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-22T22:29:34.151Z] Removing intermediate container 57d381823dd1 [2021-02-22T22:29:34.151Z] ---> cd2f2a932e3f [2021-02-22T22:29:34.151Z] Step 21/23 : LABEL arch=x86_64 [2021-02-22T22:29:34.151Z] ---> Running in e302bef7635a [2021-02-22T22:29:34.431Z] ---> 15159af98b6a [2021-02-22T22:29:34.431Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-22T22:29:34.712Z] Removing intermediate container e302bef7635a [2021-02-22T22:29:34.712Z] ---> 0f0efd213a61 [2021-02-22T22:29:34.712Z] Step 22/23 : LABEL git_sha=e54cfd9c710957aad988883a971c997414681ca3 [2021-02-22T22:29:34.712Z] ---> Running in 5e8575e678be [2021-02-22T22:29:35.002Z] ---> b5c7833b4cb6 [2021-02-22T22:29:35.002Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-22T22:29:35.268Z] Removing intermediate container 5e8575e678be [2021-02-22T22:29:35.268Z] ---> 7d4cf067b780 [2021-02-22T22:29:35.268Z] Step 23/23 : LABEL version=0.0.0 [2021-02-22T22:29:35.543Z] ---> Running in 1cc9d5be3c45 [2021-02-22T22:29:35.810Z] ---> 9b05a23efe72 [2021-02-22T22:29:35.810Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-22T22:29:35.810Z] Removing intermediate container 1cc9d5be3c45 [2021-02-22T22:29:35.810Z] ---> 30cacfa08531 [2021-02-22T22:29:35.810Z] [2021-02-22T22:29:36.403Z] Successfully built 30cacfa08531 [2021-02-22T22:29:36.403Z] Successfully tagged docker-core-command-go:latest [2021-02-22T22:29:37.000Z]  Building docker-core-command-go ... done  ---> 3e1703e53c7e [2021-02-22T22:29:37.000Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-22T22:29:37.266Z] ---> d03d0e2c98ce [2021-02-22T22:29:37.266Z] 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-22T22:29:37.538Z] ---> Running in 8be821da8144 [2021-02-22T22:29:39.514Z] Removing intermediate container 8be821da8144 [2021-02-22T22:29:39.514Z] ---> 1562894a1df0 [2021-02-22T22:29:39.514Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-22T22:29:39.514Z] ---> Running in 278a03ac3464 [2021-02-22T22:29:39.786Z] Removing intermediate container 278a03ac3464 [2021-02-22T22:29:39.786Z] ---> 7064a41f4f76 [2021-02-22T22:29:39.786Z] Step 22/24 : LABEL arch=x86_64 [2021-02-22T22:29:39.786Z] ---> Running in d04c897657af [2021-02-22T22:29:40.064Z] Removing intermediate container d04c897657af [2021-02-22T22:29:40.064Z] ---> fea58f6b4b03 [2021-02-22T22:29:40.064Z] Step 23/24 : LABEL git_sha=e54cfd9c710957aad988883a971c997414681ca3 [2021-02-22T22:29:40.343Z] ---> Running in 5913a176b245 [2021-02-22T22:29:41.778Z] Removing intermediate container 5913a176b245 [2021-02-22T22:29:41.778Z] ---> e0c228beadd0 [2021-02-22T22:29:41.778Z] Step 24/24 : LABEL version=0.0.0 [2021-02-22T22:29:41.778Z] ---> Running in 3e54c764dfd8 [2021-02-22T22:29:42.058Z] Removing intermediate container 3e54c764dfd8 [2021-02-22T22:29:42.058Z] ---> 057309b23df2 [2021-02-22T22:29:42.058Z] [2021-02-22T22:29:42.335Z] Successfully built 057309b23df2 [2021-02-22T22:29:42.335Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-02-22T22:29:50.595Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 1302ad11c7db [2021-02-22T22:29:50.595Z] ---> bac24dd3c8c0 [2021-02-22T22:29:50.595Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-22T22:29:50.595Z] ---> Running in fbc0e69deb67 [2021-02-22T22:29:50.595Z] 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-22T22:29:52.532Z] Removing intermediate container f783d721dfac [2021-02-22T22:29:52.532Z] ---> 701d03e03fa0 [2021-02-22T22:29:52.532Z] [2021-02-22T22:29:52.532Z] Step 10/23 : FROM alpine:3.12 [2021-02-22T22:29:52.532Z] ---> 389fef711851 [2021-02-22T22:29:52.532Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-22T22:29:52.532Z] ---> Running in 4ce75a60e11d [2021-02-22T22:29:52.794Z] Removing intermediate container fbc0e69deb67 [2021-02-22T22:29:52.794Z] ---> 37730a045fcf [2021-02-22T22:29:52.794Z] [2021-02-22T22:29:52.794Z] Step 11/26 : FROM docker:20.10.0 [2021-02-22T22:29:52.794Z] Removing intermediate container 4ce75a60e11d [2021-02-22T22:29:52.794Z] ---> 36f172e41fc6 [2021-02-22T22:29:52.794Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-22T22:29:52.794Z] 20.10.0: Pulling from library/docker [2021-02-22T22:29:52.794Z] ---> Running in edabcc4a7c2b [2021-02-22T22:29:53.058Z] Removing intermediate container edabcc4a7c2b [2021-02-22T22:29:53.058Z] ---> b31abf08e062 [2021-02-22T22:29:53.058Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-22T22:29:53.321Z] ---> Running in b5c35d38c420 [2021-02-22T22:29:53.585Z] Removing intermediate container b5c35d38c420 [2021-02-22T22:29:53.585Z] ---> ee9251f00730 [2021-02-22T22:29:53.585Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-22T22:29:53.856Z] ---> Running in 7040a28cebe2 [2021-02-22T22:29:55.823Z] Removing intermediate container 7040a28cebe2 [2021-02-22T22:29:55.823Z] ---> 9c7dcb9f0b11 [2021-02-22T22:29:55.823Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-22T22:29:55.823Z] ---> Running in ad5394f32acc [2021-02-22T22:29:56.415Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-22T22:29:56.991Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-22T22:29:57.263Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-22T22:29:57.527Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-22T22:29:57.527Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-22T22:29:57.527Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-22T22:29:57.527Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-22T22:29:57.527Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-22T22:29:57.527Z] ---> aefe523efa57 [2021-02-22T22:29:57.527Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-22T22:29:57.790Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-22T22:29:57.790Z] ---> Running in c92b1124a3dc [2021-02-22T22:29:57.790Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-22T22:29:58.054Z] Executing busybox-1.31.1-r19.trigger [2021-02-22T22:29:58.054Z] OK: 8 MiB in 20 packages [2021-02-22T22:29:58.319Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-22T22:29:58.582Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-22T22:29:58.582Z] Removing intermediate container ad5394f32acc [2021-02-22T22:29:58.582Z] ---> b5d97b390113 [2021-02-22T22:29:58.582Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-22T22:29:58.582Z] (1/2) Installing readline (8.0.4-r0) [2021-02-22T22:29:58.582Z] (2/2) Installing bash (5.0.17-r0) [2021-02-22T22:29:58.582Z] Executing bash-5.0.17-r0.post-install [2021-02-22T22:29:58.582Z] Executing busybox-1.31.1-r19.trigger [2021-02-22T22:29:58.582Z] OK: 12 MiB in 22 packages [2021-02-22T22:29:58.847Z] ---> e0fdb797b3c3 [2021-02-22T22:29:58.847Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-22T22:29:59.422Z] Removing intermediate container c92b1124a3dc [2021-02-22T22:29:59.422Z] ---> a0b8338742bc [2021-02-22T22:29:59.422Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-22T22:30:00.371Z] ---> Running in 1bcbeb92e385 [2021-02-22T22:30:00.371Z] ---> 48ba00556072 [2021-02-22T22:30:00.371Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-22T22:30:00.371Z] Removing intermediate container 1bcbeb92e385 [2021-02-22T22:30:00.371Z] ---> 023b20089917 [2021-02-22T22:30:00.371Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-22T22:30:00.371Z] ---> Running in dc8316c72c20 [2021-02-22T22:30:00.371Z] ---> 458aaada70e0 [2021-02-22T22:30:00.371Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-22T22:30:00.636Z] ---> Running in be3d2b8333ab [2021-02-22T22:30:00.636Z] Removing intermediate container dc8316c72c20 [2021-02-22T22:30:00.636Z] ---> 65b3fe5b3e90 [2021-02-22T22:30:00.636Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-22T22:30:00.636Z] ---> Running in 89daaf2945e4 [2021-02-22T22:30:00.636Z] Removing intermediate container be3d2b8333ab [2021-02-22T22:30:00.636Z] ---> 7b9c0f6189b6 [2021-02-22T22:30:00.636Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-22T22:30:00.899Z] ---> Running in 16f1c2cdd81c [2021-02-22T22:30:00.899Z] Removing intermediate container 89daaf2945e4 [2021-02-22T22:30:00.899Z] ---> 386af0ce7bac [2021-02-22T22:30:00.899Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-22T22:30:01.162Z] Removing intermediate container 16f1c2cdd81c [2021-02-22T22:30:01.162Z] ---> ca73ff60481b [2021-02-22T22:30:01.162Z] Step 21/23 : LABEL arch=x86_64 [2021-02-22T22:30:01.162Z] ---> Running in 691531ea7a13 [2021-02-22T22:30:01.429Z] ---> dbd26606b851 [2021-02-22T22:30:01.429Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-22T22:30:01.429Z] Removing intermediate container 691531ea7a13 [2021-02-22T22:30:01.429Z] ---> e835066c9ebe [2021-02-22T22:30:01.429Z] Step 22/23 : LABEL git_sha=e54cfd9c710957aad988883a971c997414681ca3 [2021-02-22T22:30:01.429Z] ---> Running in f155571bb468 [2021-02-22T22:30:01.706Z] ---> c6a0645a58ea [2021-02-22T22:30:01.706Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-22T22:30:01.706Z] Removing intermediate container f155571bb468 [2021-02-22T22:30:01.706Z] ---> 046b51ec60c5 [2021-02-22T22:30:01.706Z] Step 23/23 : LABEL version=0.0.0 [2021-02-22T22:30:01.706Z] ---> Running in 539a0aec1c56 [2021-02-22T22:30:01.990Z] ---> 4ed9e843f85f [2021-02-22T22:30:01.990Z] Removing intermediate container 539a0aec1c56 [2021-02-22T22:30:01.990Z] Step 19/26 : RUN apk --no-cache add py3-pip ---> 50fa06e614ed [2021-02-22T22:30:01.990Z] [2021-02-22T22:30:01.990Z] [2021-02-22T22:30:02.266Z] ---> Running in c97334e326a3 [2021-02-22T22:30:02.267Z] Successfully built 50fa06e614ed [2021-02-22T22:30:02.267Z] Successfully tagged docker-core-data-go:latest [2021-02-22T22:30:02.867Z]  Building docker-core-data-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-22T22:30:02.867Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-22T22:30:03.132Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-22T22:30:03.132Z] (2/33) Installing expat (2.2.9-r1) [2021-02-22T22:30:03.132Z] (3/33) Installing libffi (3.3-r2) [2021-02-22T22:30:03.132Z] (4/33) Installing gdbm (1.13-r1) [2021-02-22T22:30:03.132Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-22T22:30:03.132Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-22T22:30:03.132Z] (7/33) Installing python3 (3.8.5-r1) [2021-02-22T22:30:04.090Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-22T22:30:04.090Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-22T22:30:04.090Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-22T22:30:04.090Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-22T22:30:04.090Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-22T22:30:04.090Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-22T22:30:04.090Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-22T22:30:04.090Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-22T22:30:04.358Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-22T22:30:04.358Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-22T22:30:04.358Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-22T22:30:04.358Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-22T22:30:04.358Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-22T22:30:04.358Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-22T22:30:04.358Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-22T22:30:04.358Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-22T22:30:04.358Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-22T22:30:04.358Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-22T22:30:04.358Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-22T22:30:04.358Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-22T22:30:04.358Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-22T22:30:04.358Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-22T22:30:04.358Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-22T22:30:04.358Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-22T22:30:04.624Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-22T22:30:04.624Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-22T22:30:04.624Z] Executing busybox-1.31.1-r19.trigger [2021-02-22T22:30:04.624Z] OK: 71 MiB in 55 packages [2021-02-22T22:30:12.946Z] Removing intermediate container c97334e326a3 [2021-02-22T22:30:12.946Z] ---> 5e9ba6d84cf9 [2021-02-22T22:30:12.946Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-22T22:30:13.240Z] ---> Running in 8b707970ce05 [2021-02-22T22:30:14.714Z] Collecting docker-compose==1.23.2 [2021-02-22T22:30:14.714Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-22T22:30:14.714Z] Collecting texttable<0.10,>=0.9.0 [2021-02-22T22:30:14.714Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-22T22:30:14.965Z] gofmt -l . [2021-02-22T22:30:14.965Z] [ "`gofmt -l .`" = "" ] [2021-02-22T22:30:14.965Z] ./bin/test-go-mod-tidy.sh [2021-02-22T22:30:14.965Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-22T22:30:15.290Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-22T22:30:15.290Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-22T22:30:15.290Z] Collecting jsonschema<3,>=2.5.1 [2021-02-22T22:30:15.290Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-22T22:30:15.553Z] Collecting cached-property<2,>=1.2.0 [2021-02-22T22:30:15.553Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-22T22:30:15.553Z] Collecting docker<4.0,>=3.6.0 [2021-02-22T22:30:15.553Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-22T22:30:15.627Z] + ls -al . [2021-02-22T22:30:15.627Z] total 736 [2021-02-22T22:30:15.627Z] drwxrwxr-x 9 1001 1001 4096 Feb 22 22:30 . [2021-02-22T22:30:15.627Z] drwxr-xr-x 4 root root 4096 Feb 22 22:25 .. [2021-02-22T22:30:15.627Z] -rw-rw-r-- 1 1001 1001 11 Feb 22 22:24 .dockerignore [2021-02-22T22:30:15.627Z] drwxrwxr-x 8 1001 1001 4096 Feb 22 22:24 .git [2021-02-22T22:30:15.627Z] drwxrwxr-x 3 1001 1001 4096 Feb 22 22:24 .github [2021-02-22T22:30:15.627Z] -rw-rw-r-- 1 1001 1001 818 Feb 22 22:24 .gitignore [2021-02-22T22:30:15.627Z] -rw-rw-r-- 1 1001 1001 166 Feb 22 22:24 .sonarcloud.properties [2021-02-22T22:30:15.627Z] -rw-rw-r-- 1 1001 1001 8475 Feb 22 22:24 Attribution.txt [2021-02-22T22:30:15.627Z] -rw-rw-r-- 1 1001 1001 3804 Feb 22 22:24 CONTRIBUTING.md [2021-02-22T22:30:15.627Z] -rw-rw-r-- 1 1001 1001 931 Feb 22 22:24 Dockerfile.build [2021-02-22T22:30:15.627Z] -rw-rw-r-- 1 1001 1001 863 Feb 22 22:24 Jenkinsfile [2021-02-22T22:30:15.627Z] -rw-rw-r-- 1 1001 1001 10775 Feb 22 22:24 LICENSE [2021-02-22T22:30:15.627Z] -rw-rw-r-- 1 1001 1001 5774 Feb 22 22:24 Makefile [2021-02-22T22:30:15.627Z] -rw-rw-r-- 1 1001 1001 6524 Feb 22 22:24 README.md [2021-02-22T22:30:15.627Z] -rw-rw-r-- 1 1001 1001 6755 Feb 22 22:24 SECURITY.md [2021-02-22T22:30:15.627Z] -rw-rw-r-- 1 1001 1001 5 Feb 22 22:22 VERSION [2021-02-22T22:30:15.627Z] -rw-rw-r-- 1 1001 1001 4131 Feb 22 22:24 ZMQWindows.md [2021-02-22T22:30:15.627Z] drwxrwxr-x 2 1001 1001 4096 Feb 22 22:24 bin [2021-02-22T22:30:15.627Z] drwxrwxr-x 14 1001 1001 4096 Feb 22 22:24 cmd [2021-02-22T22:30:15.627Z] -rw-r--r-- 1 root root 594620 Feb 22 22:28 coverage.out [2021-02-22T22:30:15.627Z] -rw-r--r-- 1 root root 1055 Feb 22 22:30 go.mod [2021-02-22T22:30:15.627Z] -rw-r--r-- 1 root root 21410 Feb 22 22:30 go.sum [2021-02-22T22:30:15.627Z] drwxrwxr-x 8 1001 1001 4096 Feb 22 22:24 internal [2021-02-22T22:30:15.627Z] drwxrwxr-x 4 1001 1001 4096 Feb 22 22:24 openapi [2021-02-22T22:30:15.627Z] drwxrwxr-x 4 1001 1001 4096 Feb 22 22:24 snap [2021-02-22T22:30:15.627Z] -rw-rw-r-- 1 1001 1001 168 Feb 22 22:24 version.go [Pipeline] sh [2021-02-22T22:30:15.815Z] Collecting docopt<0.7,>=0.6.1 [2021-02-22T22:30:15.815Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-22T22:30:16.287Z] + '[' -e coverage.out ] [2021-02-22T22:30:16.287Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-22T22:30:16.361Z] Warning: overwriting stash ‘coverage-report’ [2021-02-22T22:30:17.221Z] 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-22T22:30:17.222Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-22T22:30:17.222Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-22T22:30:17.569Z] Stashed 1 file(s) [Pipeline] sh [2021-02-22T22:30:17.797Z] Collecting PyYAML<4,>=3.10 [2021-02-22T22:30:17.797Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-22T22:30:18.336Z] + make build [2021-02-22T22:30:18.337Z] 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-22T22:30:18.747Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-22T22:30:18.747Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-22T22:30:18.747Z] Collecting docker-pycreds>=0.4.0 [2021-02-22T22:30:18.747Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-22T22:30:19.012Z] Collecting idna<2.8,>=2.5 [2021-02-22T22:30:19.012Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-22T22:30:19.012Z] 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-22T22:30:19.012Z] 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-22T22:30:19.012Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-22T22:30:19.012Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-22T22:30:19.012Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-22T22:30:19.012Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-22T22:30:19.012Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-22T22:30:19.012Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-22T22:30:19.280Z] Installing collected packages: texttable, websocket-client, jsonschema, cached-property, idna, urllib3, requests, docker-pycreds, docker, docopt, dockerpty, PyYAML, docker-compose [2021-02-22T22:30:19.280Z] Running setup.py install for texttable: started [2021-02-22T22:30:19.858Z] Running setup.py install for texttable: finished with status 'done' [2021-02-22T22:30:19.858Z] Attempting uninstall: idna [2021-02-22T22:30:19.858Z] Found existing installation: idna 2.9 [2021-02-22T22:30:19.858Z] Uninstalling idna-2.9: [2021-02-22T22:30:20.119Z] Successfully uninstalled idna-2.9 [2021-02-22T22:30:20.119Z] Attempting uninstall: urllib3 [2021-02-22T22:30:20.119Z] Found existing installation: urllib3 1.25.9 [2021-02-22T22:30:20.119Z] Uninstalling urllib3-1.25.9: [2021-02-22T22:30:20.381Z] Successfully uninstalled urllib3-1.25.9 [2021-02-22T22:30:20.381Z] Attempting uninstall: requests [2021-02-22T22:30:20.381Z] Found existing installation: requests 2.23.0 [2021-02-22T22:30:20.381Z] Uninstalling requests-2.23.0: [2021-02-22T22:30:20.381Z] Successfully uninstalled requests-2.23.0 [2021-02-22T22:30:20.956Z] Running setup.py install for docopt: started [2021-02-22T22:30:21.531Z] Running setup.py install for docopt: finished with status 'done' [2021-02-22T22:30:21.531Z] Running setup.py install for dockerpty: started [2021-02-22T22:30:21.793Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-22T22:30:21.793Z] Running setup.py install for PyYAML: started [2021-02-22T22:30:22.368Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-22T22:30:22.629Z] 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-22T22:30:25.958Z] Removing intermediate container 8b707970ce05 [2021-02-22T22:30:25.958Z] ---> cd8a18db4640 [2021-02-22T22:30:25.958Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-22T22:30:25.958Z] ---> Running in 9ab34fe1145c [2021-02-22T22:30:25.958Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-22T22:30:25.958Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-22T22:30:26.221Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-22T22:30:26.221Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-22T22:30:26.221Z] (3/3) Installing curl (7.69.1-r3) [2021-02-22T22:30:26.221Z] Executing busybox-1.31.1-r19.trigger [2021-02-22T22:30:26.221Z] OK: 72 MiB in 58 packages [2021-02-22T22:30:26.796Z] Removing intermediate container 9ab34fe1145c [2021-02-22T22:30:26.796Z] ---> 62c1d2556bd9 [2021-02-22T22:30:26.796Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-22T22:30:27.060Z] ---> Running in c26b7abc662d [2021-02-22T22:30:27.060Z] Removing intermediate container c26b7abc662d [2021-02-22T22:30:27.060Z] ---> 194dc008e669 [2021-02-22T22:30:27.060Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-22T22:30:27.060Z] ---> Running in 8d806cb3211e [2021-02-22T22:30:27.322Z] Removing intermediate container 8d806cb3211e [2021-02-22T22:30:27.322Z] ---> 823fb1d1e090 [2021-02-22T22:30:27.322Z] Step 24/26 : LABEL arch=x86_64 [2021-02-22T22:30:27.322Z] ---> Running in e601260d332e [2021-02-22T22:30:27.584Z] Removing intermediate container e601260d332e [2021-02-22T22:30:27.584Z] ---> bf64374f3b3b [2021-02-22T22:30:27.584Z] Step 25/26 : LABEL git_sha=e54cfd9c710957aad988883a971c997414681ca3 [2021-02-22T22:30:27.584Z] ---> Running in 8f9a9ce22964 [2021-02-22T22:30:27.846Z] Removing intermediate container 8f9a9ce22964 [2021-02-22T22:30:27.846Z] ---> 40fa9b7a8917 [2021-02-22T22:30:27.846Z] Step 26/26 : LABEL version=0.0.0 [2021-02-22T22:30:27.846Z] ---> Running in 73aa9802bc62 [2021-02-22T22:30:28.109Z] Removing intermediate container 73aa9802bc62 [2021-02-22T22:30:28.109Z] ---> fc8788178da5 [2021-02-22T22:30:28.109Z] [2021-02-22T22:30:28.109Z] Successfully built fc8788178da5 [2021-02-22T22:30:28.109Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-02-22T22:30:28.525Z] 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-22T22:30:28.704Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-02-22T22:30:28.725Z] $ docker stop --time=1 174ccd645f3095441e51f5dc805fefc76b372d85ea8a7843852ec6eee4842104 [2021-02-22T22:30:30.410Z] $ docker rm -f 174ccd645f3095441e51f5dc805fefc76b372d85ea8a7843852ec6eee4842104 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-22T22:30:31.010Z] + docker images [2021-02-22T22:30:31.010Z] + grep docker [2021-02-22T22:30:31.275Z] docker-sys-mgmt-agent-go latest fc8788178da5 4 seconds ago 313MB [2021-02-22T22:30:31.275Z] docker-core-data-go latest 50fa06e614ed 30 seconds ago 22.4MB [2021-02-22T22:30:31.275Z] docker-security-secretstore-setup-go latest 057309b23df2 50 seconds ago 24.9MB [2021-02-22T22:30:31.275Z] docker-core-command-go latest 30cacfa08531 56 seconds ago 17MB [2021-02-22T22:30:31.275Z] docker-security-bootstrapper-go latest 13fa2c9a7e24 About a minute ago 18.3MB [2021-02-22T22:30:31.275Z] docker-core-metadata-go latest c723fe1de439 2 minutes ago 19MB [2021-02-22T22:30:31.275Z] docker-security-proxy-setup-go latest fd641514d876 2 minutes ago 24.7MB [2021-02-22T22:30:31.275Z] docker-support-scheduler-go latest 0445919f24ad 2 minutes ago 17.2MB [2021-02-22T22:30:31.275Z] docker-support-notifications-go latest 4d631a5078dd 2 minutes ago 17.7MB [2021-02-22T22:30:31.275Z] 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-22T22:30:47.153Z] Still waiting to schedule task [2021-02-22T22:30:47.154Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-02-22T22:30:50.741Z] 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-22T22:30:56.141Z] 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-22T22:31:01.554Z] 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-22T22:31:01.829Z] 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-22T22:31:07.244Z] 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-22T22:31:12.683Z] 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-22T22:31:16.077Z] 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-22T22:31:21.523Z] 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-22T22:31:24.201Z] 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-22T22:31:28.542Z] 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-22T22:31:34.112Z] $ docker stop --time=1 282feddbfced5d1eb265c63b35a792ac4ea4cce3fecb63d9f08f059f3deccb84 [2021-02-22T22:31:36.642Z] $ docker rm -f 282feddbfced5d1eb265c63b35a792ac4ea4cce3fecb63d9f08f059f3deccb84 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-22T22:31:38.800Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-22T22:31:38.801Z] [2021-02-22T22:31:38.801Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-22T22:31:39.242Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-22T22:31:39.242Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-02-22T22:31:39.242Z] 29e5d40040c1: Pulling fs layer [2021-02-22T22:31:39.242Z] 1ce36da41761: Pulling fs layer [2021-02-22T22:31:39.242Z] 25b303627fd3: Pulling fs layer [2021-02-22T22:31:39.515Z] 29e5d40040c1: Verifying Checksum [2021-02-22T22:31:39.515Z] 29e5d40040c1: Download complete [2021-02-22T22:31:40.114Z] 1ce36da41761: Verifying Checksum [2021-02-22T22:31:40.114Z] 1ce36da41761: Download complete [2021-02-22T22:31:40.388Z] 29e5d40040c1: Pull complete [2021-02-22T22:31:40.606Z] Running on prd-ubuntu18.04-docker-8c-8g-27202 in /w/workspace/edgexfoundry_edgex-go_PR-3179 [Pipeline] { [Pipeline] ws [2021-02-22T22:31:40.667Z] Running in /w/workspace/edgex-go/5 [Pipeline] { [Pipeline] checkout [2021-02-22T22:31:42.904Z] 1ce36da41761: Pull complete [2021-02-22T22:31:42.904Z] 25b303627fd3: Verifying Checksum [2021-02-22T22:31:42.904Z] 25b303627fd3: Download complete [2021-02-22T22:31:44.980Z] using credential edgex-jenkins-ssh [2021-02-22T22:31:45.038Z] Cloning the remote Git repository [2021-02-22T22:31:45.065Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-22T22:31:45.136Z] > git init /w/workspace/edgex-go/5 # timeout=10 [2021-02-22T22:31:45.162Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-22T22:31:45.162Z] > git --version # timeout=10 [2021-02-22T22:31:45.168Z] > git --version # 'git version 2.17.1' [2021-02-22T22:31:45.168Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-22T22:31:45.196Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-22T22:31:51.023Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-22T22:31:51.028Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-22T22:31:51.038Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-22T22:31:51.049Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-22T22:31:51.049Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-22T22:31:51.053Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3179/head:refs/remotes/origin/PR-3179 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-22T22:31:51.688Z] Merging remotes/origin/master commit a8b212ab85f9eb20ce60342de555149da787e9ca into PR head commit e54cfd9c710957aad988883a971c997414681ca3 [2021-02-22T22:31:51.806Z] Merge succeeded, producing e54cfd9c710957aad988883a971c997414681ca3 [2021-02-22T22:31:51.806Z] Checking out Revision e54cfd9c710957aad988883a971c997414681ca3 (PR-3179) [2021-02-22T22:31:51.701Z] > git config core.sparsecheckout # timeout=10 [2021-02-22T22:31:51.707Z] > git checkout -f e54cfd9c710957aad988883a971c997414681ca3 # timeout=10 [2021-02-22T22:31:51.780Z] > git remote # timeout=10 [2021-02-22T22:31:51.788Z] > git config --get remote.origin.url # timeout=10 [2021-02-22T22:31:51.793Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-22T22:31:51.797Z] > git merge a8b212ab85f9eb20ce60342de555149da787e9ca # timeout=10 [2021-02-22T22:31:51.805Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-22T22:31:51.812Z] > git config core.sparsecheckout # timeout=10 [2021-02-22T22:31:51.817Z] > git checkout -f e54cfd9c710957aad988883a971c997414681ca3 # timeout=10 [2021-02-22T22:31:53.087Z] 25b303627fd3: Pull complete [2021-02-22T22:31:53.087Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-02-22T22:31:53.087Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-22T22:31:53.087Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-02-22T22:31:53.354Z] prd-ubuntu18.04-docker-arm64-4c-16g-27201 does not seem to be running inside a container [2021-02-22T22:31:53.425Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-02-22T22:31:55.430Z] Commit message: "fix: address Lenny's PR feedback" [2021-02-22T22:31:56.394Z] $ docker top 6e0fbbdcbc17e832023812f48549edf26c5a04700b03303f71f9d08281230431 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-22T22:31:57.460Z] + docker-compose build --help [2021-02-22T22:31:57.460Z] + grep parallel [2021-02-22T22:31:57.601Z] + echo snap-build.sh [2021-02-22T22:31:57.601Z] snap-build.sh [2021-02-22T22:31:57.601Z] + SNAP_BASE_DIR=. [2021-02-22T22:31:57.601Z] + '[' '!' -z /w/workspace/edgex-go/5 ']' [2021-02-22T22:31:57.601Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/5 [2021-02-22T22:31:57.601Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/5]' [2021-02-22T22:31:57.601Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/5] [2021-02-22T22:31:57.601Z] + cd /w/workspace/edgex-go/5 [2021-02-22T22:31:57.601Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-02-22T22:31:57.601Z] Reading package lists... [2021-02-22T22:31:57.864Z] Building dependency tree... [2021-02-22T22:31:57.864Z] Reading state information... [2021-02-22T22:31:57.864Z] The following packages were automatically installed and are no longer required: [2021-02-22T22:31:57.864Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-02-22T22:31:57.864Z] uidmap xdelta3 [2021-02-22T22:31:57.864Z] Use 'sudo apt autoremove' to remove them. [2021-02-22T22:31:57.864Z] The following packages will be REMOVED: [2021-02-22T22:31:57.864Z] lxd* lxd-client* [2021-02-22T22:31:58.436Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-02-22T22:31:58.436Z] After this operation, 31.7 MB disk space will be freed. [2021-02-22T22:31:59.481Z] (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-22T22:31:59.744Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-22T22:32:00.319Z] Removing lxd dnsmasq configuration [2021-02-22T22:32:00.581Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-02-22T22:32:00.581Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-02-22T22:32:00.827Z] --parallel Build images in parallel. [Pipeline] } [2021-02-22T22:32:00.840Z] $ docker stop --time=1 6e0fbbdcbc17e832023812f48549edf26c5a04700b03303f71f9d08281230431 [2021-02-22T22:32:01.534Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-02-22T22:32:01.804Z] (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-22T22:32:01.805Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-22T22:32:02.786Z] $ docker rm -f 6e0fbbdcbc17e832023812f48549edf26c5a04700b03303f71f9d08281230431 [Pipeline] // withDockerContainer [2021-02-22T22:32:03.199Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-02-22T22:32:03.199Z] Processing triggers for ureadahead (0.100.0-21) ... [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-22T22:32:03.648Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-22T22:32:03.648Z] . [Pipeline] withDockerContainer [2021-02-22T22:32:03.945Z] prd-ubuntu18.04-docker-arm64-4c-16g-27201 does not seem to be running inside a container [2021-02-22T22:32:04.055Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-02-22T22:32:04.614Z] + sudo snap remove --purge lxd [2021-02-22T22:32:04.884Z] snap "lxd" is not installed [2021-02-22T22:32:04.884Z] + sudo groupadd --force --system lxd [2021-02-22T22:32:04.884Z] ++ whoami [2021-02-22T22:32:04.884Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-02-22T22:32:04.884Z] + newgrp - lxd [2021-02-22T22:32:04.884Z] + sudo snap install lxd [2021-02-22T22:32:05.395Z] $ docker top a60661fa2a7ebe000afcbbcc0a34975bc311b20bd6faf07781dde0e0be41ea90 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-22T22:32:06.447Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-22T22:32:10.743Z] Building docker-core-command-go ... [2021-02-22T22:32:10.743Z] Building docker-core-data-go ... [2021-02-22T22:32:10.743Z] Building docker-core-metadata-go ... [2021-02-22T22:32:10.743Z] Building docker-security-bootstrapper-go ... [2021-02-22T22:32:10.743Z] Building docker-security-proxy-setup-go ... [2021-02-22T22:32:10.743Z] Building docker-security-secretstore-setup-go ... [2021-02-22T22:32:10.743Z] Building docker-support-notifications-go ... [2021-02-22T22:32:10.743Z] Building docker-support-scheduler-go ... [2021-02-22T22:32:10.743Z] Building docker-sys-mgmt-agent-go ... [2021-02-22T22:32:10.743Z] Building docker-core-command-go [2021-02-22T22:32:10.743Z] Building docker-security-secretstore-setup-go [2021-02-22T22:32:10.743Z] Building docker-support-scheduler-go [2021-02-22T22:32:10.743Z] Building docker-security-bootstrapper-go [2021-02-22T22:32:10.743Z] Building docker-core-data-go [2021-02-22T22:32:11.483Z] 2021-02-22T22:32:09Z INFO Waiting for automatic snapd restart... [2021-02-22T22:32:23.772Z] lxd 4.11 from Canonical* installed [2021-02-22T22:32:23.772Z] + sudo lxd init --auto [2021-02-22T22:32:33.830Z] + sudo snap install --classic snapcraft [2021-02-22T22:32:40.416Z] snapcraft 4.5.1 from Canonical* installed [2021-02-22T22:32:40.416Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-02-22T22:32:40.416Z] + patch --verbose -p1 [2021-02-22T22:32:40.416Z] Hmm... Looks like a unified diff to me... [2021-02-22T22:32:40.416Z] The text leading up to this was: [2021-02-22T22:32:40.416Z] -------------------------- [2021-02-22T22:32:40.416Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-02-22T22:32:40.416Z] |From: Tony Espy [2021-02-22T22:32:40.416Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-02-22T22:32:40.416Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-02-22T22:32:40.417Z] | [2021-02-22T22:32:40.417Z] |This patch is used by the EdgeX CI pipeline builds to [2021-02-22T22:32:40.417Z] |optimize the snap CI check run for pull requests. When [2021-02-22T22:32:40.417Z] |applied, it essentially strips out everything (apps and [2021-02-22T22:32:40.417Z] |parts) from the snapcraft.yaml file except those required [2021-02-22T22:32:40.417Z] |to build edgex-go, as the whole idea of the CI check is to [2021-02-22T22:32:40.417Z] |catch changes to edgex-go that break the snap build. [2021-02-22T22:32:40.417Z] | [2021-02-22T22:32:40.417Z] |In general, anyone updating snapcraft.yaml will also need [2021-02-22T22:32:40.417Z] |to update this patch file, otherwise it may fail to apply, [2021-02-22T22:32:40.417Z] |resulting in a failed snap build CI check in the associated [2021-02-22T22:32:40.417Z] |pull request. [2021-02-22T22:32:40.417Z] | [2021-02-22T22:32:40.417Z] |Note - in addition to applying this patch, the pipeline also [2021-02-22T22:32:40.417Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-02-22T22:32:40.417Z] |need to build the finally binary .snap file (and it won't [2021-02-22T22:32:40.417Z] |work with the patch applied). This further reduces the build [2021-02-22T22:32:40.417Z] |time. [2021-02-22T22:32:40.417Z] |--- [2021-02-22T22:32:40.417Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-02-22T22:32:40.417Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-02-22T22:32:40.417Z] | [2021-02-22T22:32:40.417Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-02-22T22:32:40.417Z] |index 1e537489..faf42425 100644 [2021-02-22T22:32:40.417Z] |--- a/snap/snapcraft.yaml [2021-02-22T22:32:40.417Z] |+++ b/snap/snapcraft.yaml [2021-02-22T22:32:40.417Z] -------------------------- [2021-02-22T22:32:40.417Z] patching file snap/snapcraft.yaml [2021-02-22T22:32:40.417Z] Using Plan A... [2021-02-22T22:32:40.417Z] Hunk #1 succeeded at 73. [2021-02-22T22:32:40.417Z] Hunk #2 succeeded at 205 with fuzz 1 (offset 6 lines). [2021-02-22T22:32:40.417Z] Hunk #3 succeeded at 217 (offset 3 lines). [2021-02-22T22:32:40.417Z] Hunk #4 succeeded at 225 (offset 3 lines). [2021-02-22T22:32:40.417Z] Hunk #5 succeeded at 232 (offset 3 lines). [2021-02-22T22:32:40.417Z] Hunk #6 succeeded at 259 (offset 3 lines). [2021-02-22T22:32:40.417Z] Hunk #7 succeeded at 293 (offset 3 lines). [2021-02-22T22:32:40.417Z] Hunk #8 succeeded at 352 (offset 11 lines). [2021-02-22T22:32:40.417Z] Hmm... Ignoring the trailing garbage. [2021-02-22T22:32:40.417Z] done [2021-02-22T22:32:40.417Z] + sudo snapcraft prime --use-lxd [2021-02-22T22:32:40.678Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-02-22T22:32:40.938Z] 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-22T22:32:40.938Z] - README.md [2021-02-22T22:32:40.938Z] - snapcraft.yaml.orig [2021-02-22T22:32:40.938Z] [2021-02-22T22:32:40.938Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-02-22T22:32:41.510Z] Launching a container. [2021-02-22T22:32:53.826Z] Waiting for container to be ready [2021-02-22T22:32:53.826Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-02-22T22:32:53.826Z] [2021-02-22T22:32:58.034Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-02-22T22:32:58.034Z] Waiting for network to be ready... [2021-02-22T22:32:58.034Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-22T22:32:58.298Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1545 kB] [2021-02-22T22:32:58.298Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-02-22T22:32:58.298Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [298 kB] [2021-02-22T22:32:58.298Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-02-22T22:32:58.298Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-02-22T22:32:58.298Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] [2021-02-22T22:32:58.298Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] [2021-02-22T22:32:58.298Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1109 kB] [2021-02-22T22:32:58.560Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [248 kB] [2021-02-22T22:32:58.822Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-02-22T22:32:58.822Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-02-22T22:32:59.083Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-02-22T22:32:59.083Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-02-22T22:32:59.083Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-02-22T22:32:59.344Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-02-22T22:32:59.344Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-02-22T22:32:59.344Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-02-22T22:32:59.606Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-02-22T22:32:59.606Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1885 kB] [2021-02-22T22:32:59.606Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [390 kB] [2021-02-22T22:32:59.867Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-02-22T22:32:59.867Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-02-22T22:32:59.867Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] [2021-02-22T22:32:59.867Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] [2021-02-22T22:32:59.867Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1718 kB] [2021-02-22T22:32:59.867Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] [2021-02-22T22:33:02.419Z] Fetched 23.9 MB in 4s (6031 kB/s) [2021-02-22T22:33:02.990Z] Reading package lists... [2021-02-22T22:33:03.250Z] Reading package lists... [2021-02-22T22:33:03.250Z] Building dependency tree... [2021-02-22T22:33:03.250Z] Reading state information... [2021-02-22T22:33:03.511Z] The following additional packages will be installed: [2021-02-22T22:33:03.511Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-02-22T22:33:03.511Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-02-22T22:33:03.511Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-02-22T22:33:03.511Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-02-22T22:33:03.511Z] Suggested packages: [2021-02-22T22:33:03.511Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-02-22T22:33:03.511Z] Recommended packages: [2021-02-22T22:33:03.511Z] gnupg libsasl2-modules [2021-02-22T22:33:03.511Z] The following NEW packages will be installed: [2021-02-22T22:33:03.511Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-02-22T22:33:03.511Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-02-22T22:33:03.511Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-02-22T22:33:03.511Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-02-22T22:33:03.511Z] The following packages will be upgraded: [2021-02-22T22:33:03.511Z] gpg gpg-agent gpgconf libudev1 [2021-02-22T22:33:03.771Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-02-22T22:33:03.771Z] Need to get 3530 kB of archives. [2021-02-22T22:33:03.771Z] After this operation, 13.3 MB of additional disk space will be used. [2021-02-22T22:33:03.771Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-02-22T22:33:03.771Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-02-22T22:33:04.032Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-02-22T22:33:04.032Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-02-22T22:33:04.032Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-02-22T22:33:04.032Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-02-22T22:33:04.292Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-02-22T22:33:04.292Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-02-22T22:33:04.292Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-02-22T22:33:04.553Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-02-22T22:33:04.553Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-02-22T22:33:04.553Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-02-22T22:33:04.553Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-02-22T22:33:04.553Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-02-22T22:33:04.553Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-02-22T22:33:04.553Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-02-22T22:33:04.553Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-02-22T22:33:04.553Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-02-22T22:33:04.553Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-02-22T22:33:04.553Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-02-22T22:33:04.553Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-02-22T22:33:04.553Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-02-22T22:33:04.823Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-22T22:33:04.823Z] Fetched 3530 kB in 1s (3075 kB/s) [2021-02-22T22:33:04.823Z] (Reading database ... 12511 files and directories currently installed.) [2021-02-22T22:33:04.823Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-02-22T22:33:04.823Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-22T22:33:04.823Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-02-22T22:33:05.083Z] Selecting previously unselected package udev. [2021-02-22T22:33:05.083Z] (Reading database ... 12511 files and directories currently installed.) [2021-02-22T22:33:05.083Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-02-22T22:33:05.083Z] Unpacking udev (237-3ubuntu10.44) ... [2021-02-22T22:33:05.344Z] Selecting previously unselected package libfuse2:amd64. [2021-02-22T22:33:05.344Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-02-22T22:33:05.344Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-02-22T22:33:05.604Z] Selecting previously unselected package fuse. [2021-02-22T22:33:05.604Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-02-22T22:33:05.604Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-02-22T22:33:05.604Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-02-22T22:33:05.604Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-02-22T22:33:05.604Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-02-22T22:33:05.865Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-02-22T22:33:05.865Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-02-22T22:33:05.865Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-02-22T22:33:06.126Z] Selecting previously unselected package libksba8:amd64. [2021-02-22T22:33:06.126Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-02-22T22:33:06.126Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-02-22T22:33:06.126Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-02-22T22:33:06.126Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-22T22:33:06.126Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-22T22:33:06.126Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-02-22T22:33:06.126Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-22T22:33:06.126Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-22T22:33:06.387Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-02-22T22:33:06.387Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-22T22:33:06.387Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-22T22:33:06.387Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-02-22T22:33:06.387Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-22T22:33:06.387Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-22T22:33:06.387Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-02-22T22:33:06.387Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-22T22:33:06.387Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-22T22:33:06.648Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-02-22T22:33:06.648Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-22T22:33:06.649Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-22T22:33:06.649Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-02-22T22:33:06.649Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-22T22:33:06.649Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-22T22:33:06.649Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-02-22T22:33:06.649Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-22T22:33:06.649Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-22T22:33:06.909Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-02-22T22:33:06.909Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-22T22:33:06.909Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-22T22:33:06.909Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-02-22T22:33:06.909Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-02-22T22:33:06.909Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-22T22:33:06.909Z] Selecting previously unselected package libsasl2-2:amd64. [2021-02-22T22:33:06.909Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-02-22T22:33:06.909Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-22T22:33:07.170Z] Selecting previously unselected package libldap-common. [2021-02-22T22:33:07.170Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-02-22T22:33:07.170Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-02-22T22:33:07.170Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-02-22T22:33:07.170Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-02-22T22:33:07.170Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-02-22T22:33:07.170Z] Selecting previously unselected package dirmngr. [2021-02-22T22:33:07.170Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-02-22T22:33:07.430Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-02-22T22:33:07.430Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-02-22T22:33:07.430Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-02-22T22:33:07.430Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-02-22T22:33:07.430Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-22T22:33:07.430Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-22T22:33:07.691Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-02-22T22:33:07.691Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-22T22:33:07.953Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-02-22T22:33:07.953Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-22T22:33:07.953Z] Setting up udev (237-3ubuntu10.44) ... [2021-02-22T22:33:08.524Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-02-22T22:33:08.524Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-22T22:33:08.785Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-02-22T22:33:08.785Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-02-22T22:33:09.045Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-02-22T22:33:09.045Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-22T22:33:09.306Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-22T22:33:09.306Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-22T22:33:09.306Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-22T22:33:09.567Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-22T22:33:09.567Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-22T22:33:09.567Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-22T22:33:09.567Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-02-22T22:33:09.567Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-02-22T22:33:09.567Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-22T22:33:10.146Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-02-22T22:33:10.146Z] settings in the [Install] section, and DefaultInstance for template units). [2021-02-22T22:33:10.146Z] This means they are not meant to be enabled using systemctl. [2021-02-22T22:33:10.146Z] Possible reasons for having this kind of units are: [2021-02-22T22:33:10.146Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-02-22T22:33:10.146Z] .wants/ or .requires/ directory. [2021-02-22T22:33:10.146Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-02-22T22:33:10.146Z] a requirement dependency on it. [2021-02-22T22:33:10.146Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-02-22T22:33:10.146Z] D-Bus, udev, scripted systemctl call, ...). [2021-02-22T22:33:10.146Z] 4) In case of template units, the unit is meant to be enabled with some [2021-02-22T22:33:10.146Z] instance name specified. [2021-02-22T22:33:10.411Z] Reading package lists... [2021-02-22T22:33:10.411Z] Building dependency tree... [2021-02-22T22:33:10.411Z] Reading state information... [2021-02-22T22:33:10.672Z] The following additional packages will be installed: [2021-02-22T22:33:10.672Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-02-22T22:33:10.672Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-02-22T22:33:10.672Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-02-22T22:33:10.672Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-02-22T22:33:10.672Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-02-22T22:33:10.672Z] Suggested packages: [2021-02-22T22:33:10.672Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-02-22T22:33:10.672Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-02-22T22:33:10.672Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-02-22T22:33:10.672Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-02-22T22:33:10.672Z] systemd-container policykit-1 [2021-02-22T22:33:10.672Z] Recommended packages: [2021-02-22T22:33:10.672Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-02-22T22:33:10.672Z] The following NEW packages will be installed: [2021-02-22T22:33:10.672Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-02-22T22:33:10.672Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-02-22T22:33:10.672Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-02-22T22:33:10.672Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-02-22T22:33:10.672Z] python3.6-minimal snapd squashfs-tools sudo [2021-02-22T22:33:10.672Z] The following packages will be upgraded: [2021-02-22T22:33:10.672Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-02-22T22:33:10.672Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-02-22T22:33:10.672Z] Need to get 35.2 MB of archives. [2021-02-22T22:33:10.672Z] After this operation, 141 MB of additional disk space will be used. [2021-02-22T22:33:10.672Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-02-22T22:33:10.932Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-02-22T22:33:10.932Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-02-22T22:33:10.932Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.8 [1301 kB] [2021-02-22T22:33:10.933Z] 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-22T22:33:10.933Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-02-22T22:33:10.933Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2021-02-22T22:33:10.933Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2021-02-22T22:33:10.933Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-02-22T22:33:10.933Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-02-22T22:33:10.933Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-02-22T22:33:10.933Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-02-22T22:33:10.933Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-02-22T22:33:10.933Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-02-22T22:33:10.933Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-02-22T22:33:10.933Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-02-22T22:33:10.933Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-02-22T22:33:10.933Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-02-22T22:33:10.933Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-02-22T22:33:11.878Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-02-22T22:33:11.878Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-02-22T22:33:11.878Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-02-22T22:33:11.878Z] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-02-22T22:33:11.878Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-02-22T22:33:11.878Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-02-22T22:33:11.878Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-02-22T22:33:11.878Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-02-22T22:33:11.878Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-02-22T22:33:11.878Z] Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-02-22T22:33:11.878Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-02-22T22:33:12.138Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-22T22:33:12.138Z] Fetched 35.2 MB in 1s (26.5 MB/s) [2021-02-22T22:33:12.138Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-22T22:33:12.138Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-02-22T22:33:12.398Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-22T22:33:12.967Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-02-22T22:33:12.967Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-22T22:33:12.967Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-02-22T22:33:12.967Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-22T22:33:12.967Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-02-22T22:33:13.230Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-02-22T22:33:13.230Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-02-22T22:33:13.491Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-22T22:33:13.491Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-02-22T22:33:13.491Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-02-22T22:33:13.753Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-02-22T22:33:13.753Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-02-22T22:33:14.328Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-02-22T22:33:14.328Z] (Reading database ... 12764 files and directories currently installed.) [2021-02-22T22:33:14.328Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-02-22T22:33:14.328Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-02-22T22:33:14.589Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-02-22T22:33:14.589Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-22T22:33:14.589Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-22T22:33:14.850Z] Selecting previously unselected package libexpat1:amd64. [2021-02-22T22:33:14.851Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-02-22T22:33:14.851Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-02-22T22:33:14.851Z] Selecting previously unselected package python3.6-minimal. [2021-02-22T22:33:14.851Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-22T22:33:14.851Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-02-22T22:33:15.111Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... [2021-02-22T22:33:15.111Z] Checking for services that may need to be restarted...done. [2021-02-22T22:33:15.373Z] Checking for services that may need to be restarted...done. [2021-02-22T22:33:15.373Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-22T22:33:15.373Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-02-22T22:33:15.373Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-02-22T22:33:16.316Z] Selecting previously unselected package python3-minimal. [2021-02-22T22:33:16.316Z] (Reading database ... 13012 files and directories currently installed.) [2021-02-22T22:33:16.316Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-02-22T22:33:16.316Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-02-22T22:33:16.316Z] Selecting previously unselected package mime-support. [2021-02-22T22:33:16.316Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-02-22T22:33:16.316Z] Unpacking mime-support (3.60ubuntu1) ... [2021-02-22T22:33:16.316Z] Selecting previously unselected package libmpdec2:amd64. [2021-02-22T22:33:16.316Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-02-22T22:33:16.316Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-02-22T22:33:16.316Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-02-22T22:33:16.316Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-22T22:33:16.316Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-22T22:33:16.577Z] Selecting previously unselected package python3.6. [2021-02-22T22:33:16.577Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-22T22:33:16.577Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-22T22:33:16.839Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-02-22T22:33:16.839Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-02-22T22:33:16.839Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-02-22T22:33:16.839Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-02-22T22:33:17.100Z] Selecting previously unselected package python3. [2021-02-22T22:33:17.101Z] (Reading database ... 13442 files and directories currently installed.) [2021-02-22T22:33:17.101Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-02-22T22:33:17.101Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-02-22T22:33:17.361Z] Selecting previously unselected package multiarch-support. [2021-02-22T22:33:17.361Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-02-22T22:33:17.361Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-02-22T22:33:17.361Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-02-22T22:33:17.361Z] Selecting previously unselected package liblzo2-2:amd64. [2021-02-22T22:33:17.361Z] (Reading database ... 13479 files and directories currently installed.) [2021-02-22T22:33:17.361Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-02-22T22:33:17.361Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-02-22T22:33:17.622Z] Selecting previously unselected package libbsd0:amd64. [2021-02-22T22:33:17.622Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-02-22T22:33:17.622Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-02-22T22:33:17.622Z] Selecting previously unselected package sudo. [2021-02-22T22:33:17.622Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-02-22T22:33:17.622Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-02-22T22:33:17.884Z] Selecting previously unselected package apparmor. [2021-02-22T22:33:17.884Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-02-22T22:33:17.884Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-02-22T22:33:18.146Z] Selecting previously unselected package libedit2:amd64. [2021-02-22T22:33:18.146Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-02-22T22:33:18.146Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-02-22T22:33:18.146Z] Selecting previously unselected package libkrb5support0:amd64. [2021-02-22T22:33:18.146Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-02-22T22:33:18.146Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-02-22T22:33:18.146Z] Selecting previously unselected package libk5crypto3:amd64. [2021-02-22T22:33:18.146Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-02-22T22:33:18.405Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-02-22T22:33:18.405Z] Selecting previously unselected package libkeyutils1:amd64. [2021-02-22T22:33:18.405Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-02-22T22:33:18.405Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-02-22T22:33:18.406Z] Selecting previously unselected package libkrb5-3:amd64. [2021-02-22T22:33:18.406Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-02-22T22:33:18.406Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-02-22T22:33:18.666Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-02-22T22:33:18.667Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-02-22T22:33:18.667Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-02-22T22:33:18.667Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-02-22T22:33:18.667Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-02-22T22:33:18.667Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-02-22T22:33:18.928Z] Selecting previously unselected package openssh-client. [2021-02-22T22:33:18.928Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-02-22T22:33:18.928Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-02-22T22:33:19.189Z] Selecting previously unselected package squashfs-tools. [2021-02-22T22:33:19.189Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-02-22T22:33:19.189Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-02-22T22:33:19.189Z] Selecting previously unselected package snapd. [2021-02-22T22:33:19.189Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-02-22T22:33:19.189Z] Unpacking snapd (2.48.3+18.04) ... [2021-02-22T22:33:21.106Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-02-22T22:33:21.106Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-02-22T22:33:22.053Z] Setting up mime-support (3.60ubuntu1) ... [2021-02-22T22:33:22.053Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-02-22T22:33:22.315Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-02-22T22:33:22.315Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-02-22T22:33:22.315Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-22T22:33:22.315Z] Setting up systemd (237-3ubuntu10.44) ... [2021-02-22T22:33:22.315Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-02-22T22:33:23.258Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-02-22T22:33:23.258Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-02-22T22:33:23.258Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-02-22T22:33:23.258Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-22T22:33:23.258Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-02-22T22:33:23.258Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-22T22:33:23.830Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-02-22T22:33:23.830Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-02-22T22:33:23.830Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-02-22T22:33:24.091Z] Setting up python3 (3.6.7-1~18.04) ... [2021-02-22T22:33:24.091Z] running python rtupdate hooks for python3.6... [2021-02-22T22:33:24.091Z] running python post-rtupdate hooks for python3.6... [2021-02-22T22:33:24.352Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-02-22T22:33:28.573Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-02-22T22:33:28.573Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-02-22T22:33:28.573Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-02-22T22:33:28.573Z] Setting up snapd (2.48.3+18.04) ... [2021-02-22T22:33:28.573Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-02-22T22:33:28.834Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-02-22T22:33:28.834Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-02-22T22:33:29.094Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-02-22T22:33:29.354Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-02-22T22:33:29.354Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-02-22T22:33:29.354Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-02-22T22:33:29.614Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-02-22T22:33:29.874Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-02-22T22:33:29.874Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-02-22T22:33:30.135Z] /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-22T22:33:30.135Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-22T22:33:30.135Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-02-22T22:33:31.083Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-22T22:33:31.083Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-22T22:33:31.083Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-22T22:33:32.288Z] Reading package lists... [2021-02-22T22:33:32.505Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-22T22:33:32.505Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-22T22:33:32.505Z] ---> 38f4a2e8a8ca [2021-02-22T22:33:32.505Z] Step 3/23 : WORKDIR /edgex-go [2021-02-22T22:33:32.505Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-22T22:33:32.505Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-22T22:33:32.505Z] ---> 38f4a2e8a8ca [2021-02-22T22:33:32.505Z] Step 3/22 : WORKDIR /edgex-go [2021-02-22T22:33:32.505Z] Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-22T22:33:32.505Z] Step 2/30 : FROM ${BUILDER_BASE} AS builder [2021-02-22T22:33:32.505Z] ---> 38f4a2e8a8ca [2021-02-22T22:33:32.505Z] Step 3/30 : WORKDIR /edgex-go [2021-02-22T22:33:32.505Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-22T22:33:32.505Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-22T22:33:32.505Z] ---> 38f4a2e8a8ca [2021-02-22T22:33:32.505Z] Step 3/24 : WORKDIR /edgex-go [2021-02-22T22:33:32.505Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-22T22:33:32.505Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-22T22:33:32.505Z] ---> 38f4a2e8a8ca [2021-02-22T22:33:32.505Z] Step 3/23 : WORKDIR /edgex-go [2021-02-22T22:33:32.505Z] ---> Running in 4deacade3e78 [2021-02-22T22:33:32.505Z] ---> Running in b0236449fb63 [2021-02-22T22:33:32.505Z] ---> Running in 2f5be5dacf4a [2021-02-22T22:33:32.505Z] ---> Running in c1ddb64e2662 [2021-02-22T22:33:32.505Z] ---> Running in 332350209ec5 [2021-02-22T22:33:32.505Z] Removing intermediate container b0236449fb63 [2021-02-22T22:33:32.505Z] ---> cde9cac55634 [2021-02-22T22:33:32.505Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-22T22:33:32.505Z] Removing intermediate container 2f5be5dacf4a [2021-02-22T22:33:32.505Z] ---> 6ac1db19605d [2021-02-22T22:33:32.505Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-22T22:33:32.505Z] Removing intermediate container 4deacade3e78 [2021-02-22T22:33:32.505Z] ---> 653da957a425 [2021-02-22T22:33:32.506Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-22T22:33:32.506Z] Removing intermediate container 332350209ec5 [2021-02-22T22:33:32.506Z] ---> 57f88865773d [2021-02-22T22:33:32.506Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-22T22:33:32.506Z] Removing intermediate container c1ddb64e2662 [2021-02-22T22:33:32.506Z] ---> 60c18f81fe26 [2021-02-22T22:33:32.506Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-22T22:33:32.506Z] ---> Running in 38b2eeefac50 [2021-02-22T22:33:32.506Z] ---> Running in 765a91209c92 [2021-02-22T22:33:32.506Z] ---> Running in 1a156b4cb418 [2021-02-22T22:33:32.506Z] ---> Running in fa4646e49929 [2021-02-22T22:33:32.506Z] ---> Running in 01da4f2dd4e7 [2021-02-22T22:33:32.506Z] Removing intermediate container 38b2eeefac50 [2021-02-22T22:33:32.506Z] ---> 3ff40fde5aa0 [2021-02-22T22:33:32.506Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-22T22:33:32.506Z] Removing intermediate container 1a156b4cb418 [2021-02-22T22:33:32.506Z] ---> 784f40a23655 [2021-02-22T22:33:32.506Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-22T22:33:32.506Z] ---> Running in 09598d0f049b [2021-02-22T22:33:32.506Z] ---> Running in a1e64240adb8 [2021-02-22T22:33:32.506Z] Removing intermediate container 765a91209c92 [2021-02-22T22:33:32.506Z] ---> 605615fa7a95 [2021-02-22T22:33:32.506Z] Step 5/30 : RUN apk add --update --no-cache make git [2021-02-22T22:33:32.506Z] ---> Running in 8644a97a9349 [2021-02-22T22:33:32.506Z] Removing intermediate container 01da4f2dd4e7 [2021-02-22T22:33:32.506Z] ---> e05e32f777d5 [2021-02-22T22:33:32.506Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-22T22:33:32.506Z] Removing intermediate container fa4646e49929 [2021-02-22T22:33:32.506Z] ---> d3086dd49083 [2021-02-22T22:33:32.506Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-22T22:33:32.506Z] ---> Running in 45039a1f3bed [2021-02-22T22:33:32.506Z] ---> Running in 8cd0a946c225 [2021-02-22T22:33:32.506Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-22T22:33:32.506Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-22T22:33:32.506Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-22T22:33:32.506Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-22T22:33:32.506Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-22T22:33:32.506Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-22T22:33:32.506Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-22T22:33:32.506Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-22T22:33:32.549Z] Reading package lists... [2021-02-22T22:33:32.788Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-22T22:33:32.788Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-22T22:33:32.788Z] OK: 217 MiB in 51 packages [2021-02-22T22:33:32.810Z] Building dependency tree... [2021-02-22T22:33:32.810Z] Reading state information... [2021-02-22T22:33:33.065Z] OK: 217 MiB in 51 packages [2021-02-22T22:33:33.070Z] Calculating upgrade... [2021-02-22T22:33:33.070Z] The following packages will be upgraded: [2021-02-22T22:33:33.070Z] advancecomp base-files bash binutils binutils-common [2021-02-22T22:33:33.070Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-02-22T22:33:33.070Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-02-22T22:33:33.070Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-02-22T22:33:33.070Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-02-22T22:33:33.070Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-02-22T22:33:33.070Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-02-22T22:33:33.070Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-02-22T22:33:33.070Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-02-22T22:33:33.070Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-02-22T22:33:33.070Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-02-22T22:33:33.070Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-02-22T22:33:33.070Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-02-22T22:33:33.070Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-02-22T22:33:33.070Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-02-22T22:33:33.329Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-02-22T22:33:33.329Z] Need to get 63.8 MB of archives. [2021-02-22T22:33:33.329Z] After this operation, 5189 kB of additional disk space will be used. [2021-02-22T22:33:33.329Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-02-22T22:33:33.329Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] [2021-02-22T22:33:33.343Z] OK: 217 MiB in 51 packages [2021-02-22T22:33:33.343Z] OK: 217 MiB in 51 packages [2021-02-22T22:33:33.343Z] OK: 217 MiB in 51 packages [2021-02-22T22:33:33.900Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-02-22T22:33:33.900Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-02-22T22:33:34.162Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-02-22T22:33:34.162Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-02-22T22:33:34.162Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-02-22T22:33:34.162Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-02-22T22:33:34.162Z] 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-22T22:33:34.162Z] 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-22T22:33:34.162Z] 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-22T22:33:34.162Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-02-22T22:33:34.162Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-02-22T22:33:34.162Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-02-22T22:33:34.162Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-02-22T22:33:34.162Z] 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-22T22:33:34.162Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-02-22T22:33:34.162Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-02-22T22:33:34.162Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-02-22T22:33:34.162Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-02-22T22:33:34.162Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-02-22T22:33:34.162Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-02-22T22:33:34.162Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-02-22T22:33:34.162Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-02-22T22:33:34.162Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-02-22T22:33:34.162Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-02-22T22:33:34.162Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-02-22T22:33:34.162Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-02-22T22:33:34.162Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-02-22T22:33:34.423Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-02-22T22:33:34.423Z] Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-02-22T22:33:34.423Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-02-22T22:33:34.423Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-02-22T22:33:34.423Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-02-22T22:33:34.423Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-02-22T22:33:34.423Z] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-02-22T22:33:34.423Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-02-22T22:33:34.423Z] Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-02-22T22:33:34.423Z] Get:39 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-22T22:33:34.423Z] Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-02-22T22:33:34.423Z] Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-02-22T22:33:34.423Z] Get:42 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-22T22:33:34.423Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-02-22T22:33:34.423Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-02-22T22:33:34.423Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-02-22T22:33:34.423Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-02-22T22:33:34.423Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-02-22T22:33:34.423Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-02-22T22:33:34.423Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-02-22T22:33:34.423Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-02-22T22:33:34.423Z] Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-02-22T22:33:34.423Z] Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-02-22T22:33:34.423Z] Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-02-22T22:33:34.423Z] Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-02-22T22:33:34.423Z] Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-02-22T22:33:34.423Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-02-22T22:33:34.687Z] Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-02-22T22:33:34.687Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-02-22T22:33:34.687Z] Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-02-22T22:33:34.687Z] Get:60 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-22T22:33:34.687Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-02-22T22:33:34.687Z] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-02-22T22:33:34.687Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-02-22T22:33:34.687Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-02-22T22:33:34.687Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-02-22T22:33:34.687Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-02-22T22:33:34.687Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-02-22T22:33:34.687Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-02-22T22:33:34.687Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-02-22T22:33:34.687Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-02-22T22:33:34.687Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-02-22T22:33:34.687Z] 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-22T22:33:34.687Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-02-22T22:33:34.687Z] 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-22T22:33:34.687Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.8 [614 kB] [2021-02-22T22:33:34.785Z] Removing intermediate container 09598d0f049b [2021-02-22T22:33:34.785Z] ---> 6a0ea5b2e7f4 [2021-02-22T22:33:34.785Z] Step 6/22 : COPY go.mod . [2021-02-22T22:33:34.948Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-02-22T22:33:34.948Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-02-22T22:33:34.948Z] 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-22T22:33:34.948Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-02-22T22:33:34.948Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-02-22T22:33:34.948Z] 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-22T22:33:34.948Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-02-22T22:33:34.948Z] 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-22T22:33:34.948Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-02-22T22:33:34.948Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-02-22T22:33:34.948Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-02-22T22:33:34.948Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-02-22T22:33:34.948Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-02-22T22:33:35.064Z] Removing intermediate container 8644a97a9349 [2021-02-22T22:33:35.064Z] ---> 67366fdad7e8 [2021-02-22T22:33:35.064Z] Step 6/30 : COPY go.mod . [2021-02-22T22:33:35.209Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-02-22T22:33:35.209Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-02-22T22:33:35.334Z] Removing intermediate container a1e64240adb8 [2021-02-22T22:33:35.335Z] ---> ab16f0476559 [2021-02-22T22:33:35.335Z] Step 6/24 : COPY go.mod . [2021-02-22T22:33:35.335Z] Removing intermediate container 8cd0a946c225 [2021-02-22T22:33:35.335Z] ---> a9e05501de66 [2021-02-22T22:33:35.335Z] Step 6/23 : COPY go.mod . [2021-02-22T22:33:35.608Z] Removing intermediate container 45039a1f3bed [2021-02-22T22:33:35.608Z] ---> a0553d1be742 [2021-02-22T22:33:35.608Z] Step 6/23 : COPY go.mod . [2021-02-22T22:33:35.608Z] ---> 7d04b7d80ca7 [2021-02-22T22:33:35.608Z] Step 7/22 : RUN go mod download [2021-02-22T22:33:35.780Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-02-22T22:33:35.884Z] ---> Running in 5180db36f05a [2021-02-22T22:33:35.884Z] ---> bba014383075 [2021-02-22T22:33:35.884Z] Step 7/30 : RUN go mod download [2021-02-22T22:33:36.039Z] 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-22T22:33:36.039Z] 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-22T22:33:36.039Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-02-22T22:33:36.156Z] ---> Running in c12874c267a0 [2021-02-22T22:33:36.425Z] ---> a5c6e6f02fd9 [2021-02-22T22:33:36.425Z] Step 7/24 : RUN go mod download [2021-02-22T22:33:36.425Z] ---> 212417c884cb [2021-02-22T22:33:36.425Z] Step 7/23 : RUN go mod download [2021-02-22T22:33:36.425Z] ---> f97b1ac2c23d [2021-02-22T22:33:36.425Z] Step 7/23 : RUN go mod download [2021-02-22T22:33:36.610Z] 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-22T22:33:36.610Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-02-22T22:33:36.610Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-02-22T22:33:36.610Z] Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-02-22T22:33:36.610Z] Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-02-22T22:33:36.610Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-22T22:33:36.610Z] Fetched 63.8 MB in 3s (19.2 MB/s) [2021-02-22T22:33:36.610Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-22T22:33:36.610Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-02-22T22:33:36.610Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-22T22:33:36.698Z] ---> Running in f6180860771d [2021-02-22T22:33:36.699Z] ---> Running in 560bf3fa3208 [2021-02-22T22:33:36.973Z] ---> Running in 629add02c96b [2021-02-22T22:33:37.181Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-02-22T22:33:37.441Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-22T22:33:37.441Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... [2021-02-22T22:33:37.441Z] Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... [2021-02-22T22:33:38.382Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-22T22:33:38.382Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-22T22:33:38.382Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-22T22:33:38.382Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-22T22:33:38.382Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-22T22:33:38.382Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-22T22:33:38.643Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-22T22:33:38.643Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-22T22:33:38.643Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-22T22:33:38.904Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-22T22:33:38.904Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-22T22:33:38.904Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-22T22:33:38.904Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-22T22:33:38.904Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-22T22:33:39.165Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-22T22:33:39.165Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-22T22:33:39.165Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-22T22:33:39.165Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-02-22T22:33:39.425Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-02-22T22:33:39.687Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-22T22:33:39.687Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-22T22:33:39.687Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-22T22:33:39.948Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-22T22:33:40.209Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-22T22:33:40.387Z] Removing intermediate container 5180db36f05a [2021-02-22T22:33:40.387Z] ---> b644bc0194af [2021-02-22T22:33:40.387Z] Step 8/22 : COPY . . [2021-02-22T22:33:40.469Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-22T22:33:40.469Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-22T22:33:40.730Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-22T22:33:40.985Z] Removing intermediate container c12874c267a0 [2021-02-22T22:33:40.985Z] ---> d0684c771183 [2021-02-22T22:33:40.985Z] Step 8/30 : COPY . . [2021-02-22T22:33:40.991Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-22T22:33:40.991Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-02-22T22:33:41.251Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-22T22:33:41.823Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-02-22T22:33:41.823Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-22T22:33:41.823Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-02-22T22:33:41.970Z] Removing intermediate container f6180860771d [2021-02-22T22:33:41.970Z] ---> d452cbb6bce9 [2021-02-22T22:33:41.970Z] Step 8/24 : COPY . . [2021-02-22T22:33:42.084Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-02-22T22:33:42.084Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-02-22T22:33:42.084Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-02-22T22:33:42.344Z] Setting up base-files (10.1ubuntu2.10) ... [2021-02-22T22:33:42.344Z] Installing new version of config file /etc/issue ... [2021-02-22T22:33:42.344Z] Installing new version of config file /etc/issue.net ... [2021-02-22T22:33:42.344Z] Installing new version of config file /etc/lsb-release ... [2021-02-22T22:33:42.344Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-02-22T22:33:42.575Z] Removing intermediate container 629add02c96b [2021-02-22T22:33:42.575Z] ---> c81c90e8ba53 [2021-02-22T22:33:42.575Z] Step 8/23 : COPY . . [2021-02-22T22:33:42.605Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-02-22T22:33:42.605Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-02-22T22:33:42.605Z] Removing obsolete conffile /etc/default/motd-news ... [2021-02-22T22:33:42.849Z] Removing intermediate container 560bf3fa3208 [2021-02-22T22:33:42.849Z] ---> 25238e93d570 [2021-02-22T22:33:42.849Z] Step 8/23 : COPY . . [2021-02-22T22:33:42.865Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-22T22:33:42.865Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-02-22T22:33:42.865Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-02-22T22:33:43.125Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-02-22T22:33:43.125Z] 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-22T22:33:43.125Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-22T22:33:43.125Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-22T22:33:43.125Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-02-22T22:33:43.386Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-02-22T22:33:43.386Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-22T22:33:43.386Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-02-22T22:33:43.386Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-02-22T22:33:43.647Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-02-22T22:33:43.647Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-22T22:33:43.647Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-02-22T22:33:43.647Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-22T22:33:43.909Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-02-22T22:33:44.170Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-22T22:33:44.170Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-22T22:33:44.170Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-22T22:33:44.170Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-22T22:33:44.432Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-22T22:33:44.432Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-22T22:33:44.432Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-22T22:33:44.432Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-02-22T22:33:44.694Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-22T22:33:44.694Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-02-22T22:33:44.694Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-02-22T22:33:44.694Z] Setting up grep (3.1-2build1) ... [2021-02-22T22:33:44.957Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-22T22:33:44.957Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-02-22T22:33:44.957Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-02-22T22:33:44.957Z] Setting up login (1:4.5-1ubuntu2) ... [2021-02-22T22:33:45.224Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-22T22:33:45.224Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-22T22:33:45.224Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-22T22:33:45.484Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-02-22T22:33:45.484Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-22T22:33:45.484Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-22T22:33:45.484Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-22T22:33:46.057Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-22T22:33:46.057Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-22T22:33:46.319Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-22T22:33:46.319Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-22T22:33:46.889Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-02-22T22:33:46.889Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-22T22:33:46.889Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-02-22T22:33:46.889Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-22T22:33:47.831Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-02-22T22:33:47.831Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-02-22T22:33:48.092Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-02-22T22:33:48.092Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-02-22T22:33:48.092Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-02-22T22:33:48.353Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-22T22:33:48.353Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-02-22T22:33:48.353Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-02-22T22:33:48.353Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-02-22T22:33:48.614Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-22T22:33:48.614Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-22T22:33:48.614Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-22T22:33:48.614Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-22T22:33:48.874Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-22T22:33:48.874Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-22T22:33:48.874Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-22T22:33:48.874Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-22T22:33:48.874Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-22T22:33:48.874Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-22T22:33:49.135Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-22T22:33:49.135Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-22T22:33:49.135Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-22T22:33:49.135Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-22T22:33:49.396Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-22T22:33:49.396Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-22T22:33:49.396Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-22T22:33:49.396Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-22T22:33:49.657Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-22T22:33:49.657Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-22T22:33:49.657Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-22T22:33:49.657Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-22T22:33:49.918Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-22T22:33:49.918Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-22T22:33:49.918Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-22T22:33:49.918Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-22T22:33:50.178Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-22T22:33:50.178Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-22T22:33:50.178Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-22T22:33:50.178Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-22T22:33:50.178Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-22T22:33:50.178Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-22T22:33:50.439Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-22T22:33:50.439Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-02-22T22:33:50.439Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-22T22:33:50.439Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-22T22:33:50.700Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-22T22:33:50.961Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-02-22T22:33:51.222Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-02-22T22:33:51.483Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-02-22T22:33:51.483Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-22T22:33:51.483Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-02-22T22:33:51.483Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-22T22:33:51.743Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-02-22T22:33:52.005Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-22T22:33:52.005Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-02-22T22:33:52.005Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-22T22:33:52.005Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-02-22T22:33:52.266Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-22T22:33:52.266Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-02-22T22:33:52.266Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-02-22T22:33:52.528Z] Setting up debconf (1.5.66ubuntu1) ... [2021-02-22T22:33:52.528Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-22T22:33:52.528Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-02-22T22:33:52.789Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-02-22T22:33:52.789Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-02-22T22:33:52.789Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-22T22:33:52.789Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-02-22T22:33:52.789Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-02-22T22:33:53.050Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-02-22T22:33:53.050Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-22T22:33:53.050Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-22T22:33:53.050Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-22T22:33:53.310Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-22T22:33:53.310Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-22T22:33:53.310Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-22T22:33:53.310Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-22T22:33:53.571Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-22T22:33:53.571Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-22T22:33:53.571Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-22T22:33:53.836Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-22T22:33:53.836Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-22T22:33:54.407Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-22T22:33:54.407Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-22T22:33:54.407Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-22T22:33:54.672Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-02-22T22:33:54.672Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-22T22:33:54.933Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-22T22:33:55.193Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-22T22:33:55.454Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-22T22:33:55.744Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-22T22:33:55.744Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-02-22T22:33:55.744Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-02-22T22:33:56.021Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-02-22T22:33:56.021Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-22T22:33:56.021Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-02-22T22:33:56.021Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-22T22:33:56.284Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-22T22:33:56.545Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-22T22:33:56.545Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-22T22:33:56.545Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-22T22:33:56.545Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-22T22:33:56.545Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-22T22:33:56.545Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-02-22T22:33:56.808Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-02-22T22:33:56.808Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-02-22T22:33:57.092Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-22T22:33:57.092Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-02-22T22:33:57.092Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-02-22T22:33:57.351Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-02-22T22:33:57.612Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-22T22:33:57.612Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-02-22T22:33:57.612Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-02-22T22:33:57.612Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-02-22T22:33:57.873Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-22T22:33:57.873Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-02-22T22:33:57.873Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-02-22T22:33:57.873Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-02-22T22:33:58.444Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-22T22:33:58.444Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-02-22T22:33:58.444Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-02-22T22:33:58.444Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-02-22T22:33:58.704Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-22T22:33:58.704Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-02-22T22:33:58.704Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-02-22T22:33:58.964Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-02-22T22:33:58.964Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-22T22:33:58.964Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-02-22T22:33:58.964Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-02-22T22:33:59.225Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-02-22T22:33:59.225Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-22T22:33:59.225Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-02-22T22:33:59.225Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-02-22T22:33:59.485Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-02-22T22:33:59.485Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-22T22:33:59.485Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-02-22T22:33:59.485Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-02-22T22:33:59.485Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-02-22T22:33:59.747Z] (Reading database ... 13915 files and directories currently installed.) [2021-02-22T22:33:59.747Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-02-22T22:33:59.747Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-02-22T22:33:59.747Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-02-22T22:34:00.008Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-02-22T22:34:00.008Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-02-22T22:34:00.008Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-02-22T22:34:00.270Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-02-22T22:34:00.270Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-02-22T22:34:00.532Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-02-22T22:34:00.532Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-02-22T22:34:00.532Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-02-22T22:34:00.532Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-02-22T22:34:00.796Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-02-22T22:34:00.796Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-02-22T22:34:00.796Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-02-22T22:34:01.058Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-02-22T22:34:01.058Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-02-22T22:34:01.058Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-02-22T22:34:01.318Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-02-22T22:34:01.318Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-02-22T22:34:01.318Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-02-22T22:34:01.318Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-02-22T22:34:01.581Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-02-22T22:34:01.581Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-02-22T22:34:02.522Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-02-22T22:34:02.522Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-02-22T22:34:02.522Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-02-22T22:34:02.522Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-02-22T22:34:02.791Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-22T22:34:02.791Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-22T22:34:03.051Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-22T22:34:03.051Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-22T22:34:03.472Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-22T22:34:03.472Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-22T22:34:03.733Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-22T22:34:03.733Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-22T22:34:03.994Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-22T22:34:03.994Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-22T22:34:03.994Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-22T22:34:03.994Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-22T22:34:04.265Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-22T22:34:04.265Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-22T22:34:04.265Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-22T22:34:04.611Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-22T22:34:05.316Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-22T22:34:05.316Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-22T22:34:06.378Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-22T22:34:06.378Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-22T22:34:06.948Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-22T22:34:06.948Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-22T22:34:07.210Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-22T22:34:07.471Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-22T22:34:08.044Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-22T22:34:08.044Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-22T22:34:08.304Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-22T22:34:08.304Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-22T22:34:08.304Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-02-22T22:34:08.304Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-22T22:34:08.566Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-02-22T22:34:08.566Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-22T22:34:08.566Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-02-22T22:34:08.828Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-02-22T22:34:08.828Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-22T22:34:08.828Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-22T22:34:09.088Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-22T22:34:09.088Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-22T22:34:09.088Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-02-22T22:34:09.088Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-02-22T22:34:09.348Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-22T22:34:09.348Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-22T22:34:09.348Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-22T22:34:09.348Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-22T22:34:09.348Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-22T22:34:09.615Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-02-22T22:34:09.615Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-02-22T22:34:09.615Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-02-22T22:34:09.615Z] [2021-02-22T22:34:09.615Z] Current default time zone: 'Etc/UTC' [2021-02-22T22:34:09.615Z] Local time is now: Mon Feb 22 22:34:09 UTC 2021. [2021-02-22T22:34:09.615Z] Universal Time is now: Mon Feb 22 22:34:09 UTC 2021. [2021-02-22T22:34:09.615Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-02-22T22:34:09.615Z] [2021-02-22T22:34:09.615Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-02-22T22:34:09.615Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-22T22:34:09.646Z] ---> 803bcbb71022 [2021-02-22T22:34:09.646Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-22T22:34:09.646Z] ---> edef66ffd19d [2021-02-22T22:34:09.646Z] Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-02-22T22:34:09.646Z] ---> f37a697acd02 [2021-02-22T22:34:09.646Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-22T22:34:09.646Z] ---> 221f9b71c117 [2021-02-22T22:34:09.646Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-22T22:34:09.646Z] ---> 8c385d3bef77 [2021-02-22T22:34:09.646Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-22T22:34:09.646Z] ---> Running in 1d5a08a5046b [2021-02-22T22:34:09.646Z] ---> Running in 93287053b445 [2021-02-22T22:34:09.646Z] ---> Running in ece459ba752b [2021-02-22T22:34:09.646Z] ---> Running in 8927b9a90876 [2021-02-22T22:34:09.646Z] ---> Running in 1fef290a7789 [2021-02-22T22:34:09.646Z] 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-22T22:34:09.646Z] 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-22T22:34:09.646Z] 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-22T22:34:09.646Z] 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-22T22:34:09.646Z] 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-22T22:34:09.877Z] Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... [2021-02-22T22:34:09.877Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-02-22T22:34:09.877Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-02-22T22:34:09.877Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-02-22T22:34:09.877Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-02-22T22:34:09.877Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-02-22T22:34:09.877Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-02-22T22:34:09.877Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-02-22T22:34:09.877Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-22T22:34:09.877Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-02-22T22:34:10.143Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-22T22:34:10.143Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-02-22T22:34:10.143Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-22T22:34:10.403Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-02-22T22:34:10.403Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-02-22T22:34:10.403Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-02-22T22:34:10.403Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.8) ... [2021-02-22T22:34:10.403Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-02-22T22:34:10.403Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-02-22T22:34:10.403Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-02-22T22:34:10.403Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-02-22T22:34:12.320Z] Updating certificates in /etc/ssl/certs... [2021-02-22T22:34:13.261Z] 23 added, 27 removed; done. [2021-02-22T22:34:13.261Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-02-22T22:34:13.261Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-22T22:34:13.261Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-02-22T22:34:13.261Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-02-22T22:34:13.261Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-02-22T22:34:13.522Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-22T22:34:13.522Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-02-22T22:34:13.522Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-22T22:34:13.522Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-22T22:34:13.522Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-22T22:34:13.522Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-22T22:34:13.522Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-22T22:34:13.522Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-02-22T22:34:13.522Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-02-22T22:34:13.783Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-02-22T22:34:13.783Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-02-22T22:34:13.783Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-02-22T22:34:13.783Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-22T22:34:13.783Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-22T22:34:13.783Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-02-22T22:34:13.783Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-02-22T22:34:14.044Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-02-22T22:34:14.044Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-02-22T22:34:14.044Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-02-22T22:34:14.044Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-02-22T22:34:14.044Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-02-22T22:34:14.044Z] Updating certificates in /etc/ssl/certs... [2021-02-22T22:34:14.617Z] 0 added, 0 removed; done. [2021-02-22T22:34:14.617Z] Running hooks in /etc/ca-certificates/update.d... [2021-02-22T22:34:14.617Z] done. [2021-02-22T22:34:15.188Z] Reading package lists... [2021-02-22T22:34:15.188Z] Building dependency tree... [2021-02-22T22:34:15.188Z] Reading state information... [2021-02-22T22:34:15.448Z] The following NEW packages will be installed: [2021-02-22T22:34:15.448Z] apt-transport-https [2021-02-22T22:34:15.708Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-02-22T22:34:15.708Z] Need to get 1696 B of archives. [2021-02-22T22:34:15.708Z] After this operation, 153 kB of additional disk space will be used. [2021-02-22T22:34:15.708Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-02-22T22:34:15.708Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-22T22:34:15.708Z] Fetched 1696 B in 0s (8452 B/s) [2021-02-22T22:34:15.708Z] Selecting previously unselected package apt-transport-https. [2021-02-22T22:34:15.708Z] (Reading database ... 13920 files and directories currently installed.) [2021-02-22T22:34:15.708Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-02-22T22:34:15.708Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-02-22T22:34:15.969Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-02-22T22:34:15.969Z] Waiting for network to be ready... [2021-02-22T22:34:21.254Z] 2021-02-22T22:34:18Z INFO Waiting for automatic snapd restart... [2021-02-22T22:34:21.254Z] snapd 2.48.2.1 from Canonical* installed [2021-02-22T22:34:21.254Z] "snapd" switched to the "latest/stable" channel [2021-02-22T22:34:21.254Z] [2021-02-22T22:34:23.802Z] core18 20210128 from Canonical* installed [2021-02-22T22:34:23.802Z] "core18" switched to the "latest/stable" channel [2021-02-22T22:34:23.802Z] [2021-02-22T22:34:27.099Z] snapcraft 4.5.1 from Canonical* installed [2021-02-22T22:34:27.099Z] "snapcraft" switched to the "latest/stable" channel [2021-02-22T22:34:27.099Z] [2021-02-22T22:34:30.397Z] 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-22T22:34:30.397Z] - README.md [2021-02-22T22:34:30.397Z] - snapcraft.yaml.orig [2021-02-22T22:34:30.397Z] [2021-02-22T22:34:30.397Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-02-22T22:34:37.010Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-22T22:34:37.010Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-22T22:34:37.010Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-22T22:34:37.010Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-22T22:34:37.955Z] Reading package lists... [2021-02-22T22:34:38.215Z] 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-22T22:34:44.799Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-22T22:34:44.799Z] Reading package lists... [2021-02-22T22:34:44.799Z] Building dependency tree... [2021-02-22T22:34:44.799Z] Reading state information... [2021-02-22T22:34:44.799Z] Suggested packages: [2021-02-22T22:34:44.799Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-02-22T22:34:44.799Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-02-22T22:34:44.799Z] Recommended packages: [2021-02-22T22:34:44.799Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-02-22T22:34:44.799Z] The following NEW packages will be installed: [2021-02-22T22:34:44.799Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-02-22T22:34:44.799Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-02-22T22:34:44.799Z] pkg-config zip [2021-02-22T22:34:44.799Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-02-22T22:34:44.799Z] Need to get 7655 kB of archives. [2021-02-22T22:34:44.799Z] After this operation, 43.7 MB of additional disk space will be used. [2021-02-22T22:34:44.799Z] Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-02-22T22:34:44.799Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] [2021-02-22T22:34:45.060Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-02-22T22:34:45.060Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-02-22T22:34:45.060Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-02-22T22:34:45.060Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-02-22T22:34:45.319Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-02-22T22:34:45.319Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-02-22T22:34:45.319Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-02-22T22:34:45.319Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-02-22T22:34:45.319Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-02-22T22:34:45.319Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-02-22T22:34:45.580Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-02-22T22:34:45.580Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-02-22T22:34:45.580Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-02-22T22:34:45.840Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-22T22:34:45.840Z] Fetched 7655 kB in 1s (7031 kB/s) [2021-02-22T22:34:45.840Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-02-22T22:34:45.840Z] (Reading database ... 13924 files and directories currently installed.) [2021-02-22T22:34:45.840Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-02-22T22:34:45.840Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-02-22T22:34:46.100Z] Selecting previously unselected package libpsl5:amd64. [2021-02-22T22:34:46.100Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-02-22T22:34:46.100Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-02-22T22:34:46.100Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-02-22T22:34:46.100Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-02-22T22:34:46.100Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-02-22T22:34:46.360Z] Selecting previously unselected package librtmp1:amd64. [2021-02-22T22:34:46.360Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-02-22T22:34:46.360Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-02-22T22:34:46.360Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-02-22T22:34:46.360Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-02-22T22:34:46.360Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-02-22T22:34:46.622Z] Selecting previously unselected package liberror-perl. [2021-02-22T22:34:46.622Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-02-22T22:34:46.622Z] Unpacking liberror-perl (0.17025-1) ... [2021-02-22T22:34:46.622Z] Selecting previously unselected package git-man. [2021-02-22T22:34:46.622Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-02-22T22:34:46.622Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-02-22T22:34:46.883Z] Selecting previously unselected package git. [2021-02-22T22:34:46.883Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-02-22T22:34:46.883Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-02-22T22:34:47.454Z] Selecting previously unselected package libnorm1:amd64. [2021-02-22T22:34:47.454Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-02-22T22:34:47.454Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-02-22T22:34:47.714Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-02-22T22:34:47.714Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-02-22T22:34:47.714Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-02-22T22:34:47.714Z] Selecting previously unselected package libsodium23:amd64. [2021-02-22T22:34:47.714Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-02-22T22:34:47.714Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-02-22T22:34:47.977Z] Selecting previously unselected package libzmq5:amd64. [2021-02-22T22:34:47.977Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-02-22T22:34:47.977Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-22T22:34:47.977Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-02-22T22:34:47.977Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-02-22T22:34:47.977Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-22T22:34:48.237Z] Selecting previously unselected package pkg-config. [2021-02-22T22:34:48.237Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-02-22T22:34:48.237Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-02-22T22:34:48.237Z] Selecting previously unselected package zip. [2021-02-22T22:34:48.237Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-02-22T22:34:48.237Z] Unpacking zip (3.0-11build1) ... [2021-02-22T22:34:48.237Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-02-22T22:34:48.497Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-02-22T22:34:48.497Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-02-22T22:34:48.497Z] Setting up liberror-perl (0.17025-1) ... [2021-02-22T22:34:48.497Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-02-22T22:34:48.497Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-02-22T22:34:48.497Z] No schema files found: doing nothing. [2021-02-22T22:34:48.497Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-02-22T22:34:48.497Z] Setting up zip (3.0-11build1) ... [2021-02-22T22:34:48.497Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-02-22T22:34:48.758Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-02-22T22:34:48.758Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-02-22T22:34:48.758Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-22T22:34:48.758Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-02-22T22:34:48.758Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-22T22:34:48.758Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-02-22T22:34:49.020Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-02-22T22:34:55.604Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-22T22:34:55.604Z] git set to automatically installed. [2021-02-22T22:34:55.604Z] git-man set to automatically installed. [2021-02-22T22:34:55.604Z] libcurl3-gnutls set to automatically installed. [2021-02-22T22:34:55.604Z] liberror-perl set to automatically installed. [2021-02-22T22:34:55.604Z] libglib2.0-0 set to automatically installed. [2021-02-22T22:34:55.604Z] libnghttp2-14 set to automatically installed. [2021-02-22T22:34:55.604Z] libnorm1 set to automatically installed. [2021-02-22T22:34:55.604Z] libpgm-5.2-0 set to automatically installed. [2021-02-22T22:34:55.604Z] libpsl5 set to automatically installed. [2021-02-22T22:34:55.604Z] librtmp1 set to automatically installed. [2021-02-22T22:34:55.604Z] libsodium23 set to automatically installed. [2021-02-22T22:34:55.604Z] libzmq3-dev set to automatically installed. [2021-02-22T22:34:55.604Z] libzmq5 set to automatically installed. [2021-02-22T22:34:55.604Z] pkg-config set to automatically installed. [2021-02-22T22:34:55.604Z] zip set to automatically installed. [2021-02-22T22:34:56.989Z] snapd is not logged in, snap install commands will use sudo [2021-02-22T22:35:03.571Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-22T22:35:03.832Z] snap "core18" has no updates available [2021-02-22T22:35:05.216Z] Pulling config-common [2021-02-22T22:35:05.216Z] + snapcraftctl pull [2021-02-22T22:35:06.159Z] Pulling go-build-helper [2021-02-22T22:35:06.159Z] + snapcraftctl pull [2021-02-22T22:35:28.123Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-22T22:35:28.123Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-02-22T22:35:28.123Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1545 kB] [2021-02-22T22:35:28.123Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [298 kB] [2021-02-22T22:35:28.123Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-02-22T22:35:28.123Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-02-22T22:35:28.123Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] [2021-02-22T22:35:28.123Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] [2021-02-22T22:35:28.123Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1109 kB] [2021-02-22T22:35:28.123Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [248 kB] [2021-02-22T22:35:28.123Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-02-22T22:35:28.123Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-02-22T22:35:28.123Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-02-22T22:35:28.123Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-02-22T22:35:28.123Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-02-22T22:35:28.123Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-02-22T22:35:28.123Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-02-22T22:35:28.123Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-02-22T22:35:28.123Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-02-22T22:35:28.123Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1885 kB] [2021-02-22T22:35:28.123Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [390 kB] [2021-02-22T22:35:28.123Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-02-22T22:35:28.123Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-02-22T22:35:28.123Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] [2021-02-22T22:35:28.123Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] [2021-02-22T22:35:28.123Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1718 kB] [2021-02-22T22:35:28.123Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] [2021-02-22T22:35:28.123Z] Fetched 23.9 MB in 0s (0 B/s) [2021-02-22T22:35:28.123Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-02-22T22:35:28.123Z] Fetched 96.5 kB in 0s (0 B/s) [2021-02-22T22:35:28.123Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-02-22T22:35:28.123Z] Fetched 279 kB in 0s (0 B/s) [2021-02-22T22:35:28.123Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-02-22T22:35:28.123Z] Fetched 122 kB in 0s (0 B/s) [2021-02-22T22:35:28.123Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-02-22T22:35:28.123Z] Fetched 77.8 kB in 0s (0 B/s) [2021-02-22T22:35:28.123Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-02-22T22:35:28.123Z] Fetched 8848 B in 0s (0 B/s) [2021-02-22T22:35:28.123Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-02-22T22:35:28.123Z] Fetched 47.8 kB in 0s (0 B/s) [2021-02-22T22:35:28.123Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-02-22T22:35:28.123Z] Fetched 45.6 kB in 0s (0 B/s) [2021-02-22T22:35:28.123Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-02-22T22:35:28.123Z] Fetched 15.0 kB in 0s (0 B/s) [2021-02-22T22:35:28.123Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-02-22T22:35:28.123Z] Fetched 214 kB in 0s (0 B/s) [2021-02-22T22:35:28.123Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-02-22T22:35:28.123Z] Fetched 154 kB in 0s (0 B/s) [2021-02-22T22:35:28.123Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-02-22T22:35:28.123Z] Fetched 50.6 kB in 0s (0 B/s) [2021-02-22T22:35:28.123Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-02-22T22:35:28.123Z] Fetched 14.8 kB in 0s (0 B/s) [2021-02-22T22:35:28.123Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-02-22T22:35:28.123Z] Fetched 41.8 kB in 0s (0 B/s) [2021-02-22T22:35:28.123Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-02-22T22:35:28.123Z] Fetched 499 kB in 0s (0 B/s) [2021-02-22T22:35:28.124Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-02-22T22:35:28.124Z] Fetched 111 kB in 0s (0 B/s) [2021-02-22T22:35:28.124Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-02-22T22:35:28.124Z] Fetched 240 kB in 0s (0 B/s) [2021-02-22T22:35:28.124Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-02-22T22:35:28.124Z] Fetched 29.3 kB in 0s (0 B/s) [2021-02-22T22:35:28.124Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-02-22T22:35:28.124Z] Fetched 85.5 kB in 0s (0 B/s) [2021-02-22T22:35:28.124Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-02-22T22:35:28.124Z] Fetched 24.5 kB in 0s (0 B/s) [2021-02-22T22:35:28.124Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-02-22T22:35:28.124Z] Fetched 49.2 kB in 0s (0 B/s) [2021-02-22T22:35:28.124Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-02-22T22:35:28.124Z] Fetched 54.2 kB in 0s (0 B/s) [2021-02-22T22:35:28.124Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-02-22T22:35:28.124Z] Fetched 30.8 kB in 0s (0 B/s) [2021-02-22T22:35:28.124Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-02-22T22:35:28.124Z] Fetched 15.8 kB in 0s (0 B/s) [2021-02-22T22:35:28.124Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-02-22T22:35:28.124Z] Fetched 85.9 kB in 0s (0 B/s) [2021-02-22T22:35:28.124Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-02-22T22:35:28.124Z] Fetched 8720 B in 0s (0 B/s) [2021-02-22T22:35:28.124Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-02-22T22:35:28.124Z] Fetched 137 kB in 0s (0 B/s) [2021-02-22T22:35:28.124Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-02-22T22:35:28.124Z] Fetched 119 kB in 0s (0 B/s) [2021-02-22T22:35:28.124Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-02-22T22:35:28.124Z] Fetched 109 kB in 0s (0 B/s) [2021-02-22T22:35:28.124Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-02-22T22:35:28.124Z] Fetched 11.1 kB in 0s (0 B/s) [2021-02-22T22:35:28.124Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-02-22T22:35:28.124Z] Fetched 645 kB in 0s (0 B/s) [2021-02-22T22:35:28.124Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-02-22T22:35:28.124Z] Fetched 41.3 kB in 0s (0 B/s) [2021-02-22T22:35:28.124Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-02-22T22:35:28.124Z] Fetched 17.9 kB in 0s (0 B/s) [2021-02-22T22:35:28.124Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-02-22T22:35:28.124Z] Fetched 368 kB in 0s (0 B/s) [2021-02-22T22:35:28.124Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-02-22T22:35:28.124Z] Fetched 187 kB in 0s (0 B/s) [2021-02-22T22:35:28.124Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-02-22T22:35:28.124Z] Fetched 175 kB in 0s (0 B/s) [2021-02-22T22:35:28.124Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-02-22T22:35:30.668Z] Fetched 206 kB in 0s (0 B/s) [2021-02-22T22:35:30.668Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb [1301 kB] [2021-02-22T22:35:30.668Z] Fetched 1301 kB in 0s (0 B/s) [2021-02-22T22:35:30.668Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-02-22T22:35:30.668Z] Fetched 36.2 kB in 0s (0 B/s) [2021-02-22T22:35:30.668Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-02-22T22:35:30.668Z] Fetched 159 kB in 0s (0 B/s) [2021-02-22T22:35:30.668Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-02-22T22:35:30.668Z] Fetched 107 kB in 0s (0 B/s) [2021-02-22T22:35:30.668Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-02-22T22:35:30.668Z] Fetched 48.7 kB in 0s (0 B/s) [2021-02-22T22:35:30.668Z] Pulling static-packages [2021-02-22T22:35:30.668Z] + snapcraftctl pull [2021-02-22T22:35:31.612Z] 'go115' has dependencies that need to be staged: static-packages go-build-helper [2021-02-22T22:35:31.612Z] Skipping pull go-build-helper (already ran) [2021-02-22T22:35:31.612Z] Skipping pull static-packages (already ran) [2021-02-22T22:35:31.612Z] Building go-build-helper [2021-02-22T22:35:31.612Z] + snapcraftctl build [2021-02-22T22:35:34.913Z] Building static-packages [2021-02-22T22:35:34.913Z] + snapcraftctl build [2021-02-22T22:35:37.037Z] Staging go-build-helper [2021-02-22T22:35:37.037Z] + snapcraftctl stage [2021-02-22T22:35:37.607Z] Staging static-packages [2021-02-22T22:35:37.607Z] + snapcraftctl stage [2021-02-22T22:35:38.551Z] Pulling go115 [2021-02-22T22:35:38.551Z] + snapcraftctl pull [2021-02-22T22:35:39.493Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-02-22T22:35:39.493Z] Skipping pull go115 (already ran) [2021-02-22T22:35:39.493Z] Building go115 [2021-02-22T22:35:39.493Z] + dpkg --print-architecture [2021-02-22T22:35:39.493Z] + FILE_NAME=go1.15.2.linux-amd64.tar.gz [2021-02-22T22:35:39.493Z] + FILE_HASH=b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 [2021-02-22T22:35:39.493Z] + curl https://dl.google.com/go/go1.15.2.linux-amd64.tar.gz -O [2021-02-22T22:35:39.493Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-22T22:35:39.493Z] Dload Upload Total Spent Left Speed [2021-02-22T22:35:42.280Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 28 115M 28 32.9M 0 0 31.6M 0 0:00:03 0:00:01 0:00:02 31.5M 70 115M 70 81.4M 0 0 39.8M 0 0:00:02 0:00:02 --:--:-- 39.8M 100 115M 100 115M 0 0 42.6M 0 0:00:02 0:00:02 --:--:-- 42.5M [2021-02-22T22:35:42.280Z] + echo b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 go1.15.2.linux-amd64.tar.gz [2021-02-22T22:35:42.280Z] + sha256sum -c sha256 [2021-02-22T22:35:42.280Z] + grep OK [2021-02-22T22:35:42.851Z] go1.15.2.linux-amd64.tar.gz: OK [2021-02-22T22:35:42.851Z] + mkdir -p /root/stage/go1.15 [2021-02-22T22:35:42.852Z] + tar -C /root/stage/go1.15 -xf go1.15.2.linux-amd64.tar.gz --strip-components=1 [2021-02-22T22:35:46.493Z] 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-22T22:35:47.057Z] Staging go115 [2021-02-22T22:35:47.057Z] + snapcraftctl stage [2021-02-22T22:35:47.489Z] Removing intermediate container 93287053b445 [2021-02-22T22:35:47.489Z] ---> 4df8973ed43c [2021-02-22T22:35:47.489Z] [2021-02-22T22:35:47.489Z] Step 10/30 : FROM alpine:3.12 [2021-02-22T22:35:47.489Z] 3.12: Pulling from library/alpine [2021-02-22T22:35:49.490Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-22T22:35:49.490Z] Status: Downloaded newer image for alpine:3.12 [2021-02-22T22:35:49.490Z] ---> afeebe901d6b [2021-02-22T22:35:49.490Z] Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-22T22:35:50.523Z] ---> Running in b2f601696091 [2021-02-22T22:35:51.513Z] Removing intermediate container 1d5a08a5046b [2021-02-22T22:35:51.513Z] ---> ff4ca71b63d8 [2021-02-22T22:35:51.513Z] [2021-02-22T22:35:51.513Z] Step 10/24 : FROM alpine:3.12 [2021-02-22T22:35:51.513Z] ---> afeebe901d6b [2021-02-22T22:35:51.513Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-22T22:35:51.513Z] Removing intermediate container b2f601696091 [2021-02-22T22:35:51.513Z] ---> 6dc7999d6188 [2021-02-22T22:35:51.513Z] Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-22T22:35:51.790Z] ---> Running in 9c40edc0aab1 [2021-02-22T22:35:51.790Z] ---> Running in e30048092e93 [2021-02-22T22:35:52.346Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-22T22:35:52.346Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-22T22:35:52.346Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-22T22:35:52.346Z] Fetched 0 B in 0s (0 B/s) [2021-02-22T22:35:52.346Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-02-22T22:35:52.346Z] Fetched 224 kB in 0s (0 B/s) [2021-02-22T22:35:52.346Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-02-22T22:35:52.346Z] Fetched 157 kB in 0s (0 B/s) [2021-02-22T22:35:52.346Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-02-22T22:35:52.346Z] Fetched 221 kB in 0s (0 B/s) [2021-02-22T22:35:52.346Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-02-22T22:35:52.346Z] Fetched 143 kB in 0s (0 B/s) [2021-02-22T22:35:52.346Z] Pulling edgex-go [2021-02-22T22:35:52.346Z] + snapcraftctl pull [2021-02-22T22:35:52.917Z] Pulling version [2021-02-22T22:35:52.917Z] + cd /root/project [2021-02-22T22:35:52.917Z] + [ -f VERSION ] [2021-02-22T22:35:52.917Z] + PROJECT_VERSION=local-dev [2021-02-22T22:35:52.917Z] + git rev-parse --short HEAD [2021-02-22T22:35:52.917Z] + GIT_REVISION=e54cfd9c [2021-02-22T22:35:52.917Z] + snapcraftctl set-version local-dev [2021-02-22T22:35:53.785Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-22T22:35:53.858Z] Building config-common [2021-02-22T22:35:53.858Z] + snapcraftctl build [2021-02-22T22:35:54.066Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-22T22:35:54.344Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-22T22:35:54.344Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-22T22:35:55.335Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-22T22:35:55.613Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-22T22:35:55.613Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-22T22:35:55.613Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-22T22:35:55.613Z] (2/2) Installing su-exec (0.2-r1) [2021-02-22T22:35:55.613Z] Executing busybox-1.31.1-r19.trigger [2021-02-22T22:35:55.613Z] OK: 5 MiB in 16 packages [2021-02-22T22:35:55.613Z] (4/5) Installing curl (7.69.1-r3) [2021-02-22T22:35:55.613Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-22T22:35:55.613Z] Executing busybox-1.31.1-r19.trigger [2021-02-22T22:35:55.613Z] Executing ca-certificates-20191127-r4.trigger [2021-02-22T22:35:55.769Z] Skipping build go-build-helper (already ran) [2021-02-22T22:35:55.769Z] Skipping build static-packages (already ran) [2021-02-22T22:35:55.769Z] Skipping build go115 (already ran) [2021-02-22T22:35:55.769Z] Building edgex-go [2021-02-22T22:35:55.888Z] OK: 7 MiB in 19 packages [2021-02-22T22:35:56.029Z] + 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-22T22:35:56.029Z] + cd /root/parts/edgex-go/src [2021-02-22T22:35:56.029Z] + make build [2021-02-22T22:35:56.029Z] 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-22T22:35:58.533Z] Removing intermediate container e30048092e93 [2021-02-22T22:35:58.533Z] ---> 59c91b4a8bd7 [2021-02-22T22:35:58.533Z] Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-22T22:35:58.573Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-02-22T22:35:58.573Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.13 [2021-02-22T22:35:58.573Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.2 [2021-02-22T22:35:58.573Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.34 [2021-02-22T22:35:58.573Z] go: downloading github.com/google/uuid v1.2.0 [2021-02-22T22:35:58.573Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-02-22T22:35:58.573Z] go: downloading github.com/pkg/errors v0.8.1 [2021-02-22T22:35:58.573Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-02-22T22:35:58.573Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.7 [2021-02-22T22:35:58.573Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.3 [2021-02-22T22:35:58.573Z] go: downloading github.com/x448/float16 v0.8.4 [2021-02-22T22:35:58.573Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-02-22T22:35:58.573Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-02-22T22:35:58.573Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-02-22T22:35:58.573Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-02-22T22:35:58.808Z] ---> Running in 623940a52fed [2021-02-22T22:35:58.835Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 [2021-02-22T22:35:58.836Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-02-22T22:35:58.836Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-02-22T22:35:58.836Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-02-22T22:35:58.836Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-02-22T22:35:58.836Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-02-22T22:35:58.836Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-02-22T22:35:58.836Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-02-22T22:35:58.836Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-02-22T22:35:58.836Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-02-22T22:35:58.836Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-02-22T22:35:58.836Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-02-22T22:35:58.836Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-02-22T22:35:58.836Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-02-22T22:35:58.836Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-02-22T22:35:58.836Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-02-22T22:35:58.836Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-02-22T22:35:58.836Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-02-22T22:35:58.836Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-02-22T22:35:58.836Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-02-22T22:35:58.836Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-02-22T22:35:58.836Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-02-22T22:35:59.086Z] Removing intermediate container 9c40edc0aab1 [2021-02-22T22:35:59.086Z] ---> 0756d8c96640 [2021-02-22T22:35:59.086Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-22T22:35:59.104Z] go: downloading github.com/fatih/color v1.9.0 [2021-02-22T22:35:59.104Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-02-22T22:35:59.104Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-02-22T22:35:59.104Z] go: downloading golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae [2021-02-22T22:35:59.104Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-02-22T22:35:59.104Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-02-22T22:35:59.678Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-02-22T22:35:59.687Z] ---> Running in 0d45a1831cdf [2021-02-22T22:35:59.972Z] Removing intermediate container 623940a52fed [2021-02-22T22:35:59.972Z] ---> cd2012a382c9 [2021-02-22T22:35:59.972Z] Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-22T22:36:00.250Z] ---> Running in 0a911df25db5 [2021-02-22T22:36:00.526Z] Removing intermediate container 0d45a1831cdf [2021-02-22T22:36:00.526Z] ---> 2a54cb4b71f4 [2021-02-22T22:36:00.526Z] Step 13/24 : WORKDIR / [2021-02-22T22:36:01.132Z] ---> Running in fe59bc3b0b3e [2021-02-22T22:36:01.403Z] Removing intermediate container 0a911df25db5 [2021-02-22T22:36:01.403Z] ---> 5d888e0d63d7 [2021-02-22T22:36:01.403Z] Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-22T22:36:01.999Z] ---> Running in 281d4e095242 [2021-02-22T22:36:02.277Z] Removing intermediate container fe59bc3b0b3e [2021-02-22T22:36:02.277Z] ---> 39772192e94f [2021-02-22T22:36:02.277Z] 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-22T22:36:04.935Z] ---> 8d1634d4a84d [2021-02-22T22:36:04.935Z] 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-22T22:36:05.539Z] Removing intermediate container 1fef290a7789 [2021-02-22T22:36:05.539Z] ---> 2c77c66ed105 [2021-02-22T22:36:05.539Z] [2021-02-22T22:36:05.539Z] Step 10/23 : FROM alpine:3.12 [2021-02-22T22:36:05.539Z] ---> afeebe901d6b [2021-02-22T22:36:05.810Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-22T22:36:06.094Z] ---> Running in 65fa1687b9d6 [2021-02-22T22:36:06.255Z] 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-22T22:36:06.255Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-02-22T22:36:06.372Z] Removing intermediate container 281d4e095242 [2021-02-22T22:36:06.372Z] ---> 31431037ea9b [2021-02-22T22:36:06.372Z] Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-22T22:36:06.372Z] ---> 37412b4942b6 [2021-02-22T22:36:06.372Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-22T22:36:06.646Z] Removing intermediate container ece459ba752b [2021-02-22T22:36:06.646Z] ---> c5245a36eb32 [2021-02-22T22:36:06.646Z] [2021-02-22T22:36:06.646Z] Step 10/22 : FROM alpine:3.12 [2021-02-22T22:36:06.646Z] ---> afeebe901d6b [2021-02-22T22:36:06.646Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-22T22:36:06.922Z] ---> Running in a8c0589f01cc [2021-02-22T22:36:07.201Z] ---> Running in e0825a68b9f1 [2021-02-22T22:36:07.824Z] ---> c8a4acb3b6c2 [2021-02-22T22:36:07.824Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-22T22:36:08.108Z] Removing intermediate container a8c0589f01cc [2021-02-22T22:36:08.108Z] ---> a1b5a4cbb85f [2021-02-22T22:36:08.108Z] Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-22T22:36:08.388Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-22T22:36:08.663Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-22T22:36:09.266Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-22T22:36:09.266Z] Executing busybox-1.31.1-r19.trigger [2021-02-22T22:36:09.266Z] OK: 5 MiB in 15 packages [2021-02-22T22:36:09.266Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-22T22:36:09.542Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-22T22:36:10.135Z] ---> 5da859e3a207 [2021-02-22T22:36:10.135Z] Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-22T22:36:10.135Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-22T22:36:10.135Z] Executing busybox-1.31.1-r19.trigger [2021-02-22T22:36:10.135Z] OK: 5 MiB in 15 packages [2021-02-22T22:36:10.135Z] ---> 799dc4916954 [2021-02-22T22:36:10.135Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-22T22:36:10.414Z] ---> Running in cafba22c6775 [2021-02-22T22:36:10.450Z] 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-22T22:36:11.396Z] Removing intermediate container 65fa1687b9d6 [2021-02-22T22:36:11.396Z] ---> 7c817d68edf6 [2021-02-22T22:36:11.396Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-22T22:36:11.668Z] ---> Running in 2d0b83e74500 [2021-02-22T22:36:11.830Z] 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-22T22:36:12.368Z] Removing intermediate container e0825a68b9f1 [2021-02-22T22:36:12.369Z] ---> b99a1c93dee4 [2021-02-22T22:36:12.369Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-22T22:36:12.369Z] Removing intermediate container 2d0b83e74500 [2021-02-22T22:36:12.369Z] ---> 98790728d491 [2021-02-22T22:36:12.369Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-22T22:36:12.369Z] ---> a8a6d0ddd1fc [2021-02-22T22:36:12.369Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-22T22:36:12.696Z] ---> Running in e4a4da5b7d8f [2021-02-22T22:36:12.696Z] ---> Running in 3cfb34bb0f1c [2021-02-22T22:36:13.211Z] 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-22T22:36:13.211Z] 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-22T22:36:13.470Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-02-22T22:36:13.730Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-02-22T22:36:13.730Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-02-22T22:36:13.730Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-02-22T22:36:13.816Z] Removing intermediate container 3cfb34bb0f1c [2021-02-22T22:36:13.816Z] ---> 8e85c57264c3 [2021-02-22T22:36:13.816Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-22T22:36:13.816Z] Removing intermediate container e4a4da5b7d8f [2021-02-22T22:36:14.102Z] ---> 2b1c847364a9 [2021-02-22T22:36:14.102Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-22T22:36:14.102Z] ---> Running in 15e4cc880ac7 [2021-02-22T22:36:14.398Z] ---> Running in 95897dfc3e17 [2021-02-22T22:36:14.398Z] ---> d47c60d7d7e3 [2021-02-22T22:36:14.398Z] 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-22T22:36:14.398Z] Removing intermediate container cafba22c6775 [2021-02-22T22:36:14.398Z] ---> 56c68649a0ed [2021-02-22T22:36:14.398Z] Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-22T22:36:14.996Z] ---> Running in 044d3a894e88 [2021-02-22T22:36:14.996Z] Removing intermediate container 15e4cc880ac7 [2021-02-22T22:36:14.996Z] ---> 0f12d31c14b6 [2021-02-22T22:36:14.996Z] Step 15/23 : WORKDIR / [2021-02-22T22:36:14.996Z] Removing intermediate container 95897dfc3e17 [2021-02-22T22:36:14.996Z] ---> baec8e790045 [2021-02-22T22:36:14.996Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-22T22:36:15.109Z] 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-22T22:36:15.109Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-02-22T22:36:15.109Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-02-22T22:36:15.600Z] ---> Running in 4d4d49f38c7c [2021-02-22T22:36:15.600Z] ---> Running in 0292fc260bba [2021-02-22T22:36:15.600Z] ---> 56e57a781294 [2021-02-22T22:36:15.600Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-22T22:36:16.201Z] Removing intermediate container 4d4d49f38c7c [2021-02-22T22:36:16.201Z] ---> bf737ed7763c [2021-02-22T22:36:16.201Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-22T22:36:16.201Z] Removing intermediate container 0292fc260bba [2021-02-22T22:36:16.201Z] ---> 2a120e891e9b [2021-02-22T22:36:16.477Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-22T22:36:16.490Z] 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-22T22:36:17.431Z] 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-22T22:36:17.431Z] go: downloading golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 [2021-02-22T22:36:18.455Z] ---> b128ee1adf79 [2021-02-22T22:36:18.455Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-22T22:36:18.455Z] ---> f4d11bf6501a [2021-02-22T22:36:18.455Z] ---> 8ce0d951d425 [2021-02-22T22:36:18.455Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-22T22:36:18.455Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-22T22:36:18.730Z] Removing intermediate container 044d3a894e88 [2021-02-22T22:36:18.730Z] ---> 50bdf3a702ba [2021-02-22T22:36:18.730Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-22T22:36:18.814Z] 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-22T22:36:19.332Z] ---> Running in ceee933c4ade [2021-02-22T22:36:19.755Z] 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-22T22:36:19.755Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-02-22T22:36:19.933Z] Removing intermediate container 8927b9a90876 [2021-02-22T22:36:19.933Z] ---> 91594e3cea11 [2021-02-22T22:36:19.933Z] [2021-02-22T22:36:19.933Z] Step 10/23 : FROM alpine:3.12 [2021-02-22T22:36:19.933Z] ---> afeebe901d6b [2021-02-22T22:36:19.933Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-22T22:36:19.933Z] ---> 8ed9816aba53 [2021-02-22T22:36:19.933Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-22T22:36:20.204Z] ---> Running in fb7cd960e3c2 [2021-02-22T22:36:20.204Z] Removing intermediate container ceee933c4ade [2021-02-22T22:36:20.204Z] ---> fc978e914acd [2021-02-22T22:36:20.204Z] Step 22/24 : LABEL arch=arm64 [2021-02-22T22:36:20.204Z] ---> 1d9e578e8abc [2021-02-22T22:36:20.204Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-22T22:36:20.204Z] ---> 68c303c74a8a [2021-02-22T22:36:20.204Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-22T22:36:20.483Z] ---> Running in 609508644de2 [2021-02-22T22:36:20.694Z] 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-22T22:36:20.694Z] go: downloading github.com/lib/pq v1.9.0 [2021-02-22T22:36:20.761Z] Removing intermediate container fb7cd960e3c2 [2021-02-22T22:36:20.761Z] ---> 976997c68666 [2021-02-22T22:36:20.761Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-22T22:36:21.035Z] ---> 578704fec8df [2021-02-22T22:36:21.035Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2021-02-22T22:36:21.035Z] ---> Running in 0bef76371e36 [2021-02-22T22:36:21.035Z] Removing intermediate container 609508644de2 [2021-02-22T22:36:21.035Z] ---> c0d07bc064b3 [2021-02-22T22:36:21.035Z] Step 23/24 : LABEL git_sha=e54cfd9c710957aad988883a971c997414681ca3 [2021-02-22T22:36:21.309Z] ---> 768a8b022941 [2021-02-22T22:36:21.309Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-22T22:36:21.309Z] ---> Running in b133638afa1e [2021-02-22T22:36:21.585Z] ---> 9dbb1dcb7d99 [2021-02-22T22:36:21.585Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-22T22:36:21.585Z] ---> Running in c02a3a009f16 [2021-02-22T22:36:21.585Z] ---> Running in 4200510121fb [2021-02-22T22:36:21.585Z] Removing intermediate container 0bef76371e36 [2021-02-22T22:36:21.585Z] ---> c71599b77b31 [2021-02-22T22:36:21.585Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-22T22:36:21.858Z] ---> Running in e0673093d52f [2021-02-22T22:36:21.858Z] ---> Running in 698f11a08b1d [2021-02-22T22:36:21.858Z] Removing intermediate container b133638afa1e [2021-02-22T22:36:22.132Z] ---> 66e39c17e903 [2021-02-22T22:36:22.132Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-22T22:36:22.132Z] Removing intermediate container c02a3a009f16 [2021-02-22T22:36:22.132Z] ---> 4b5f9b9e4a7a [2021-02-22T22:36:22.132Z] Step 24/24 : LABEL version=0.0.0 [2021-02-22T22:36:22.132Z] Removing intermediate container 4200510121fb [2021-02-22T22:36:22.132Z] ---> c6afc4b16bcf [2021-02-22T22:36:22.132Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-22T22:36:22.406Z] Removing intermediate container e0673093d52f [2021-02-22T22:36:22.406Z] ---> b6da7904bf43 [2021-02-22T22:36:22.406Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-22T22:36:22.406Z] ---> Running in ac18cb98034d [2021-02-22T22:36:22.406Z] ---> Running in c5ec44bd7d03 [2021-02-22T22:36:22.608Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-02-22T22:36:22.609Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-02-22T22:36:22.609Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-02-22T22:36:22.609Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-02-22T22:36:22.609Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-02-22T22:36:22.609Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-02-22T22:36:22.609Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-02-22T22:36:22.609Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-02-22T22:36:22.609Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-02-22T22:36:22.609Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-02-22T22:36:22.609Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-02-22T22:36:22.609Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-02-22T22:36:22.609Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-02-22T22:36:22.609Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-02-22T22:36:22.609Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-02-22T22:36:22.609Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-02-22T22:36:22.609Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-02-22T22:36:22.609Z] + 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-22T22:36:22.609Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-02-22T22:36:22.609Z] + 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-22T22:36:22.609Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-02-22T22:36:22.609Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-02-22T22:36:22.609Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-02-22T22:36:22.609Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-02-22T22:36:22.609Z] + 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-22T22:36:22.680Z] ---> Running in f00d8f213bf0 [2021-02-22T22:36:22.680Z] Removing intermediate container 698f11a08b1d [2021-02-22T22:36:22.680Z] ---> db8998290385 [2021-02-22T22:36:22.680Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-22T22:36:22.954Z] ---> Running in 1afcf738c450 [2021-02-22T22:36:22.954Z] ---> 365b8e5294ab [2021-02-22T22:36:22.954Z] Step 25/30 : RUN chmod +x /entrypoint.sh [2021-02-22T22:36:23.232Z] Removing intermediate container ac18cb98034d [2021-02-22T22:36:23.232Z] ---> 8de88dacd4b3 [2021-02-22T22:36:23.232Z] [2021-02-22T22:36:23.232Z] Removing intermediate container c5ec44bd7d03 [2021-02-22T22:36:23.232Z] ---> f520042e5582 [2021-02-22T22:36:23.232Z] Step 21/23 : LABEL arch=arm64 [2021-02-22T22:36:23.508Z] Removing intermediate container f00d8f213bf0 [2021-02-22T22:36:23.508Z] ---> 50f2b1360052 [2021-02-22T22:36:23.508Z] Step 20/22 : LABEL arch=arm64 [2021-02-22T22:36:23.550Z] Building version [2021-02-22T22:36:23.550Z] + snapcraftctl build [2021-02-22T22:36:23.780Z] ---> Running in 8d81f2778bc0 [2021-02-22T22:36:23.780Z] ---> Running in 4fe7d5c6cf3e [2021-02-22T22:36:23.780Z] ---> Running in ddfbdf968f48 [2021-02-22T22:36:24.055Z] Successfully built 8de88dacd4b3 [2021-02-22T22:36:24.055Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-02-22T22:36:24.055Z] Building docker-support-notifications-go [2021-02-22T22:36:24.651Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container ddfbdf968f48 [2021-02-22T22:36:24.651Z] ---> 990d84d41bdf [2021-02-22T22:36:24.651Z] Step 21/22 : LABEL git_sha=e54cfd9c710957aad988883a971c997414681ca3 [2021-02-22T22:36:24.651Z] Removing intermediate container 4fe7d5c6cf3e [2021-02-22T22:36:24.651Z] ---> 1038b900d2d9 [2021-02-22T22:36:24.651Z] Step 22/23 : LABEL git_sha=e54cfd9c710957aad988883a971c997414681ca3 [2021-02-22T22:36:24.651Z] ---> Running in a531c0350574 [2021-02-22T22:36:24.928Z] ---> Running in 08346b1d3c61 [2021-02-22T22:36:25.461Z] Staging config-common [2021-02-22T22:36:25.461Z] + snapcraftctl stage [2021-02-22T22:36:26.374Z] Removing intermediate container 08346b1d3c61 [2021-02-22T22:36:26.374Z] ---> 01851ebba4ee [2021-02-22T22:36:26.374Z] Step 22/22 : LABEL version=0.0.0 [2021-02-22T22:36:26.374Z] Removing intermediate container a531c0350574 [2021-02-22T22:36:26.374Z] ---> 3ffc73649989 [2021-02-22T22:36:26.374Z] Step 23/23 : LABEL version=0.0.0 [2021-02-22T22:36:26.400Z] Skipping stage go-build-helper (already ran) [2021-02-22T22:36:26.400Z] Skipping stage static-packages (already ran) [2021-02-22T22:36:26.400Z] Skipping stage go115 (already ran) [2021-02-22T22:36:26.400Z] Staging edgex-go [2021-02-22T22:36:26.400Z] + snapcraftctl stage [2021-02-22T22:36:26.648Z] ---> Running in ad09aa44a9df [2021-02-22T22:36:26.920Z] Removing intermediate container 1afcf738c450 [2021-02-22T22:36:26.920Z] ---> 5d467d4da47d [2021-02-22T22:36:26.920Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-22T22:36:27.191Z] ---> Running in 99633e084313 [2021-02-22T22:36:27.341Z] Staging version [2021-02-22T22:36:27.341Z] + snapcraftctl stage [2021-02-22T22:36:27.463Z] ---> Running in d09c333df475 [2021-02-22T22:36:27.750Z] Removing intermediate container ad09aa44a9df [2021-02-22T22:36:27.750Z] ---> 9958deb61f59 [2021-02-22T22:36:27.750Z] [2021-02-22T22:36:27.750Z] Removing intermediate container 99633e084313 [2021-02-22T22:36:27.750Z] ---> a55923c48297 [2021-02-22T22:36:27.750Z] [2021-02-22T22:36:27.750Z] Removing intermediate container 8d81f2778bc0 [2021-02-22T22:36:27.750Z] ---> b943451d376c [2021-02-22T22:36:27.750Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-22T22:36:28.281Z] Priming config-common [2021-02-22T22:36:28.281Z] + snapcraftctl prime [2021-02-22T22:36:28.741Z] Successfully built a55923c48297 [2021-02-22T22:36:28.741Z] Successfully tagged docker-core-command-go-arm64:latest [2021-02-22T22:36:28.741Z]  Building docker-core-command-go ... done Building docker-core-metadata-go [2021-02-22T22:36:28.741Z] ---> Running in dec10375ec59 [2021-02-22T22:36:28.741Z] Successfully built 9958deb61f59 [2021-02-22T22:36:28.741Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-02-22T22:36:28.741Z]  Building docker-support-scheduler-go ... done Building docker-security-proxy-setup-go [2021-02-22T22:36:29.016Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-22T22:36:29.223Z] Priming go-build-helper [2021-02-22T22:36:29.223Z] + snapcraftctl prime [2021-02-22T22:36:29.288Z] Removing intermediate container dec10375ec59 [2021-02-22T22:36:29.288Z] ---> ec7364bac6c0 [2021-02-22T22:36:29.288Z] Step 27/30 : CMD ["gate"] [2021-02-22T22:36:29.887Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-22T22:36:29.887Z] ---> Running in 83aa07dc9b62 [2021-02-22T22:36:30.159Z] Removing intermediate container 83aa07dc9b62 [2021-02-22T22:36:30.159Z] ---> 17ee4cb8869c [2021-02-22T22:36:30.159Z] Step 28/30 : LABEL arch=arm64 [2021-02-22T22:36:30.163Z] Priming static-packages [2021-02-22T22:36:30.163Z] + snapcraftctl prime [2021-02-22T22:36:30.431Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-22T22:36:30.431Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-22T22:36:30.431Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-22T22:36:30.703Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-22T22:36:30.703Z] ---> Running in 5faf0e8ad036 [2021-02-22T22:36:30.703Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-22T22:36:30.978Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-22T22:36:30.978Z] Executing busybox-1.31.1-r19.trigger [2021-02-22T22:36:30.978Z] OK: 8 MiB in 20 packages [2021-02-22T22:36:31.251Z] Removing intermediate container 5faf0e8ad036 [2021-02-22T22:36:31.251Z] ---> cf1cb47c0e79 [2021-02-22T22:36:31.251Z] Step 29/30 : LABEL git_sha=e54cfd9c710957aad988883a971c997414681ca3 [2021-02-22T22:36:32.235Z] ---> Running in 29f75cb98ae9 [2021-02-22T22:36:32.706Z] Priming go115 [2021-02-22T22:36:32.706Z] + snapcraftctl prime [2021-02-22T22:36:32.831Z] Removing intermediate container 29f75cb98ae9 [2021-02-22T22:36:32.831Z] ---> 958766af0bc8 [2021-02-22T22:36:32.831Z] Step 30/30 : LABEL version=0.0.0 [2021-02-22T22:36:33.106Z] Removing intermediate container d09c333df475 [2021-02-22T22:36:33.106Z] ---> 403aba889107 [2021-02-22T22:36:33.106Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-22T22:36:33.276Z] Priming edgex-go [2021-02-22T22:36:33.276Z] + snapcraftctl prime [2021-02-22T22:36:33.708Z] ---> Running in e200a3035b01 [2021-02-22T22:36:34.215Z] Priming version [2021-02-22T22:36:34.215Z] + snapcraftctl prime [2021-02-22T22:36:34.303Z] ---> f36875e1b0aa [2021-02-22T22:36:34.303Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-22T22:36:34.303Z] Removing intermediate container e200a3035b01 [2021-02-22T22:36:34.303Z] ---> 45cf4d90b95a [2021-02-22T22:36:34.303Z] [2021-02-22T22:36:34.901Z] Successfully built 45cf4d90b95a [2021-02-22T22:36:34.901Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-02-22T22:36:34.901Z]  Building docker-security-bootstrapper-go ... done Building docker-sys-mgmt-agent-go [2021-02-22T22:36:35.156Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [2021-02-22T22:36:35.878Z] ---> 6760b72ee627 [2021-02-22T22:36:35.878Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [2021-02-22T22:36:36.854Z] ---> 12c4e16a039d [2021-02-22T22:36:36.854Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-22T22:36:36.854Z] ---> Running in 16293eb43257 [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-22T22:36:37.844Z] Removing intermediate container 16293eb43257 [2021-02-22T22:36:37.844Z] ---> d8ae725f6f4b [2021-02-22T22:36:37.844Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-22T22:36:38.119Z] ---> Running in d093cc7469c9 [2021-02-22T22:36:39.104Z] Removing intermediate container d093cc7469c9 [2021-02-22T22:36:39.104Z] ---> 876487691e0d [2021-02-22T22:36:39.104Z] Step 21/23 : LABEL arch=arm64 [2021-02-22T22:36:39.380Z] ---> Running in 9c1e2f686ed3 [2021-02-22T22:36:39.975Z] Removing intermediate container 9c1e2f686ed3 [2021-02-22T22:36:39.975Z] ---> 3ee7e64929d7 [2021-02-22T22:36:39.975Z] Step 22/23 : LABEL git_sha=e54cfd9c710957aad988883a971c997414681ca3 [2021-02-22T22:36:40.248Z] ---> Running in f01d014ea15a [2021-02-22T22:36:40.846Z] Removing intermediate container f01d014ea15a [2021-02-22T22:36:40.846Z] ---> 5be8ff6d1242 [2021-02-22T22:36:40.846Z] Step 23/23 : LABEL version=0.0.0 [2021-02-22T22:36:41.120Z] ---> Running in ade8e2dd8354 [2021-02-22T22:36:41.723Z] Removing intermediate container ade8e2dd8354 [2021-02-22T22:36:41.723Z] ---> 973dd46916bb [2021-02-22T22:36:41.723Z] [2021-02-22T22:36:42.002Z] Successfully built 973dd46916bb [2021-02-22T22:36:42.002Z] Successfully tagged docker-core-data-go-arm64:latest [2021-02-22T22:37:14.349Z]  Building docker-core-data-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-22T22:37:14.349Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-22T22:37:14.349Z] ---> 38f4a2e8a8ca [2021-02-22T22:37:14.349Z] Step 3/22 : WORKDIR /edgex-go [2021-02-22T22:37:14.349Z] ---> Using cache [2021-02-22T22:37:14.349Z] ---> 60c18f81fe26 [2021-02-22T22:37:14.349Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-22T22:37:14.349Z] ---> Using cache [2021-02-22T22:37:14.349Z] ---> e05e32f777d5 [2021-02-22T22:37:14.349Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-22T22:37:17.745Z] ---> Running in 5618c1fd3dbd [2021-02-22T22:37:19.188Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-22T22:37:19.783Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-22T22:37:20.770Z] OK: 217 MiB in 51 packages [2021-02-22T22:37:21.379Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-22T22:37:21.379Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-22T22:37:21.379Z] ---> 38f4a2e8a8ca [2021-02-22T22:37:21.379Z] Step 3/21 : WORKDIR /edgex-go [2021-02-22T22:37:21.379Z] ---> Using cache [2021-02-22T22:37:21.379Z] ---> 60c18f81fe26 [2021-02-22T22:37:21.379Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-22T22:37:21.379Z] ---> Using cache [2021-02-22T22:37:21.379Z] ---> e05e32f777d5 [2021-02-22T22:37:21.379Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-22T22:37:21.661Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-22T22:37:21.661Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-22T22:37:21.661Z] ---> 38f4a2e8a8ca [2021-02-22T22:37:21.661Z] Step 3/23 : WORKDIR /edgex-go [2021-02-22T22:37:21.661Z] ---> Using cache [2021-02-22T22:37:21.661Z] ---> 60c18f81fe26 [2021-02-22T22:37:21.661Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-22T22:37:21.661Z] ---> Using cache [2021-02-22T22:37:21.661Z] ---> e05e32f777d5 [2021-02-22T22:37:21.661Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-22T22:37:22.260Z] ---> Running in 615112ba65e5 [2021-02-22T22:37:22.260Z] ---> Running in a3916cd14ee5 [2021-02-22T22:37:22.857Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-22T22:37:22.857Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-22T22:37:22.857Z] ---> 38f4a2e8a8ca [2021-02-22T22:37:22.857Z] Step 3/26 : WORKDIR /edgex-go [2021-02-22T22:37:22.857Z] ---> Using cache [2021-02-22T22:37:22.857Z] ---> 60c18f81fe26 [2021-02-22T22:37:22.857Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-22T22:37:22.857Z] ---> Using cache [2021-02-22T22:37:22.857Z] ---> e05e32f777d5 [2021-02-22T22:37:22.857Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-22T22:37:23.133Z] ---> Running in 1abd34e49f68 [2021-02-22T22:37:23.133Z] Removing intermediate container 5618c1fd3dbd [2021-02-22T22:37:23.133Z] ---> 115df7c19bb1 [2021-02-22T22:37:23.133Z] Step 6/22 : COPY go.mod . [2021-02-22T22:37:24.118Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-22T22:37:24.118Z] ---> 56bf88cc6247 [2021-02-22T22:37:24.118Z] Step 7/22 : RUN go mod download [2021-02-22T22:37:24.118Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-22T22:37:24.390Z] ---> Running in d42c64a47bbe [2021-02-22T22:37:24.390Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-22T22:37:24.988Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-22T22:37:24.988Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-22T22:37:25.266Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-22T22:37:25.541Z] OK: 217 MiB in 51 packages [2021-02-22T22:37:25.541Z] OK: 217 MiB in 51 packages [2021-02-22T22:37:25.818Z] OK: 217 MiB in 51 packages [2021-02-22T22:37:27.260Z] Removing intermediate container a3916cd14ee5 [2021-02-22T22:37:27.260Z] ---> 353e9e2af682 [2021-02-22T22:37:27.260Z] Step 6/21 : COPY go.mod . [2021-02-22T22:37:27.531Z] Removing intermediate container 615112ba65e5 [2021-02-22T22:37:27.531Z] ---> d8ee28e4763f [2021-02-22T22:37:27.531Z] Step 6/23 : COPY go.mod . [2021-02-22T22:37:27.807Z] Removing intermediate container 1abd34e49f68 [2021-02-22T22:37:27.807Z] ---> 19146b8fb4c1 [2021-02-22T22:37:27.807Z] Step 6/26 : COPY go.mod . [2021-02-22T22:37:27.807Z] Removing intermediate container d42c64a47bbe [2021-02-22T22:37:27.807Z] ---> 50d8f401ae95 [2021-02-22T22:37:27.807Z] Step 8/22 : COPY . . [2021-02-22T22:37:28.081Z] ---> 8f512bcfa3db [2021-02-22T22:37:28.081Z] Step 7/21 : RUN go mod download [2021-02-22T22:37:28.354Z] ---> Running in a2a0ebc5c2a6 [2021-02-22T22:37:28.354Z] ---> 7352bb5996f1 [2021-02-22T22:37:28.354Z] Step 7/23 : RUN go mod download [2021-02-22T22:37:28.968Z] ---> 4151ad4f119e [2021-02-22T22:37:28.968Z] Step 7/26 : RUN go mod download [2021-02-22T22:37:28.968Z] ---> Running in 131b3b012441 [2021-02-22T22:37:29.566Z] ---> Running in 0b801b223843 [2021-02-22T22:37:32.967Z] Removing intermediate container a2a0ebc5c2a6 [2021-02-22T22:37:32.967Z] ---> f57cb9443b00 [2021-02-22T22:37:32.967Z] Step 8/21 : COPY . . [2021-02-22T22:37:33.241Z] Removing intermediate container 131b3b012441 [2021-02-22T22:37:33.241Z] ---> 3038623a69d4 [2021-02-22T22:37:33.241Z] Step 8/23 : COPY . . [2021-02-22T22:37:33.852Z] Removing intermediate container 0b801b223843 [2021-02-22T22:37:33.852Z] ---> 902237451791 [2021-02-22T22:37:33.852Z] Step 8/26 : COPY . . [2021-02-22T22:37:52.292Z] ---> ca21664104e6 [2021-02-22T22:37:52.293Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-22T22:37:52.293Z] ---> 58e350807d53 [2021-02-22T22:37:52.293Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-22T22:37:52.293Z] ---> 5c22c5ee4deb [2021-02-22T22:37:52.293Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-22T22:37:52.293Z] ---> ae9a5d081ab5 [2021-02-22T22:37:52.293Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-22T22:37:52.293Z] ---> Running in 1a3952d699a1 [2021-02-22T22:37:52.293Z] ---> Running in d2636530461c [2021-02-22T22:37:52.293Z] ---> Running in 562011eb8432 [2021-02-22T22:37:52.293Z] ---> Running in 26cdebfa0b58 [2021-02-22T22:37:53.744Z] 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-22T22:37:54.028Z] 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-22T22:37:54.304Z] 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-22T22:37:54.304Z] 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-22T22:39:16.105Z] 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-22T22:39:18.110Z] Removing intermediate container d2636530461c [2021-02-22T22:39:18.110Z] ---> ff85faf34033 [2021-02-22T22:39:18.110Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-22T22:39:18.408Z] ---> Running in 623d2e8d4226 [2021-02-22T22:39:18.408Z] Removing intermediate container 562011eb8432 [2021-02-22T22:39:18.408Z] ---> 850c6e00b59e [2021-02-22T22:39:18.408Z] [2021-02-22T22:39:18.408Z] Step 10/21 : FROM alpine:3.12 [2021-02-22T22:39:18.408Z] ---> afeebe901d6b [2021-02-22T22:39:18.408Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-22T22:39:18.694Z] ---> Running in 404555561b35 [2021-02-22T22:39:20.690Z] 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-22T22:39:20.690Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-22T22:39:20.972Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-22T22:39:21.577Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-22T22:39:21.853Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-22T22:39:21.853Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-22T22:39:21.853Z] (4/4) Installing curl (7.69.1-r3) [2021-02-22T22:39:21.853Z] Executing busybox-1.31.1-r19.trigger [2021-02-22T22:39:21.854Z] Executing ca-certificates-20191127-r4.trigger [2021-02-22T22:39:22.151Z] OK: 7 MiB in 18 packages [2021-02-22T22:39:24.790Z] Removing intermediate container 404555561b35 [2021-02-22T22:39:24.790Z] ---> 7a82cf2aaeba [2021-02-22T22:39:24.790Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-22T22:39:25.067Z] ---> Running in d629a2373f04 [2021-02-22T22:39:25.067Z] Removing intermediate container 623d2e8d4226 [2021-02-22T22:39:25.067Z] ---> b0153dac0bd9 [2021-02-22T22:39:25.067Z] [2021-02-22T22:39:25.067Z] Step 11/26 : FROM docker:20.10.0 [2021-02-22T22:39:25.345Z] 20.10.0: Pulling from library/docker [2021-02-22T22:39:25.944Z] Removing intermediate container d629a2373f04 [2021-02-22T22:39:25.944Z] ---> 2c851f6c277c [2021-02-22T22:39:25.944Z] Step 13/21 : WORKDIR /edgex [2021-02-22T22:39:26.219Z] ---> Running in 20c4042cd7ca [2021-02-22T22:39:26.820Z] Removing intermediate container 1a3952d699a1 [2021-02-22T22:39:26.820Z] ---> 26e49556e13b [2021-02-22T22:39:26.820Z] [2021-02-22T22:39:26.820Z] Step 10/22 : FROM alpine:3.12 [2021-02-22T22:39:26.820Z] ---> afeebe901d6b [2021-02-22T22:39:26.820Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-22T22:39:27.807Z] ---> Running in b4f66669e6ed [2021-02-22T22:39:27.807Z] Removing intermediate container 20c4042cd7ca [2021-02-22T22:39:27.807Z] ---> f56818495745 [2021-02-22T22:39:27.807Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-22T22:39:29.780Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-22T22:39:29.780Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-22T22:39:29.780Z] ---> 40de9f163b8a [2021-02-22T22:39:29.780Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-22T22:39:30.054Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-22T22:39:30.329Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-22T22:39:30.329Z] Executing busybox-1.31.1-r19.trigger [2021-02-22T22:39:30.329Z] Executing ca-certificates-20191127-r4.trigger [2021-02-22T22:39:30.329Z] OK: 6 MiB in 16 packages [2021-02-22T22:39:32.954Z] ---> ace1d456635f [2021-02-22T22:39:32.954Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-22T22:39:32.954Z] Removing intermediate container b4f66669e6ed [2021-02-22T22:39:32.954Z] ---> 6e4243c8891c [2021-02-22T22:39:33.226Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-22T22:39:33.501Z] ---> Running in 52d43bac9124 [2021-02-22T22:39:33.501Z] Removing intermediate container 26cdebfa0b58 [2021-02-22T22:39:33.501Z] ---> e6f27137f58e [2021-02-22T22:39:33.501Z] [2021-02-22T22:39:33.501Z] Step 10/23 : FROM alpine:3.12 [2021-02-22T22:39:33.501Z] ---> afeebe901d6b [2021-02-22T22:39:33.501Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-22T22:39:33.780Z] ---> Using cache [2021-02-22T22:39:33.780Z] ---> b99a1c93dee4 [2021-02-22T22:39:33.780Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-22T22:39:33.780Z] ---> Using cache [2021-02-22T22:39:33.780Z] ---> 2b1c847364a9 [2021-02-22T22:39:33.780Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-22T22:39:34.375Z] ---> Running in 363e4893088c [2021-02-22T22:39:34.649Z] ---> dfeba6751e74 [2021-02-22T22:39:34.649Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-22T22:39:34.649Z] Removing intermediate container 52d43bac9124 [2021-02-22T22:39:34.649Z] ---> e86ff42681ed [2021-02-22T22:39:34.649Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-22T22:39:34.927Z] ---> Running in 3ec688e2abd7 [2021-02-22T22:39:34.927Z] ---> Running in e32a281c410e [2021-02-22T22:39:35.528Z] Removing intermediate container 363e4893088c [2021-02-22T22:39:35.528Z] ---> 548885a3dd4a [2021-02-22T22:39:35.528Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-22T22:39:35.799Z] Removing intermediate container e32a281c410e [2021-02-22T22:39:35.799Z] ---> 0e8e2f584efa [2021-02-22T22:39:35.799Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-22T22:39:35.799Z] ---> Running in 4c4d014df9f1 [2021-02-22T22:39:36.075Z] Removing intermediate container 3ec688e2abd7 [2021-02-22T22:39:36.075Z] ---> 3a9333410095 [2021-02-22T22:39:36.075Z] Step 18/21 : CMD ["--init=true"] [2021-02-22T22:39:36.075Z] ---> Running in 72ac35b36a9a [2021-02-22T22:39:36.348Z] ---> Running in f9b869d6b439 [2021-02-22T22:39:36.348Z] Removing intermediate container 4c4d014df9f1 [2021-02-22T22:39:36.348Z] ---> 5fb33183c94b [2021-02-22T22:39:36.348Z] Step 15/23 : WORKDIR / [2021-02-22T22:39:36.625Z] ---> Running in 98de7d9372c5 [2021-02-22T22:39:36.625Z] Removing intermediate container 72ac35b36a9a [2021-02-22T22:39:36.626Z] ---> a22280b2e90a [2021-02-22T22:39:36.626Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-22T22:39:36.899Z] Removing intermediate container f9b869d6b439 [2021-02-22T22:39:36.899Z] ---> 4bddfb478391 [2021-02-22T22:39:36.899Z] Step 19/21 : LABEL arch=arm64 [2021-02-22T22:39:37.175Z] ---> Running in 5e08848385ff [2021-02-22T22:39:37.449Z] Removing intermediate container 98de7d9372c5 [2021-02-22T22:39:37.449Z] ---> f420922bc213 [2021-02-22T22:39:37.449Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-22T22:39:37.449Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-22T22:39:37.449Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-22T22:39:37.449Z] ---> eeaf43b92773 [2021-02-22T22:39:37.449Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-22T22:39:37.449Z] Removing intermediate container 5e08848385ff [2021-02-22T22:39:37.449Z] ---> c31565356635 [2021-02-22T22:39:37.449Z] Step 20/21 : LABEL git_sha=e54cfd9c710957aad988883a971c997414681ca3 [2021-02-22T22:39:37.723Z] ---> Running in 9202e26953b2 [2021-02-22T22:39:37.723Z] ---> Running in 54da997d6c92 [2021-02-22T22:39:37.723Z] ---> 5e94dae25bd5 [2021-02-22T22:39:37.723Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-22T22:39:38.709Z] ---> f60919cb6f6a [2021-02-22T22:39:38.710Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-22T22:39:38.710Z] Removing intermediate container 54da997d6c92 [2021-02-22T22:39:38.710Z] ---> 06e45d4fc8a5 [2021-02-22T22:39:38.710Z] Step 21/21 : LABEL version=0.0.0 [2021-02-22T22:39:39.306Z] ---> Running in c3011077fcb6 [2021-02-22T22:39:39.306Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-22T22:39:39.306Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-22T22:39:39.579Z] ---> df17780a6938 [2021-02-22T22:39:39.579Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-22T22:39:39.860Z] Removing intermediate container c3011077fcb6 [2021-02-22T22:39:39.860Z] ---> 35dc0fcc7dac [2021-02-22T22:39:39.860Z] [2021-02-22T22:39:39.860Z] (1/2) Installing readline (8.0.4-r0) [2021-02-22T22:39:40.136Z] (2/2) Installing bash (5.0.17-r0) [2021-02-22T22:39:40.136Z] Executing bash-5.0.17-r0.post-install [2021-02-22T22:39:40.136Z] Executing busybox-1.31.1-r19.trigger [2021-02-22T22:39:40.136Z] OK: 12 MiB in 22 packages [2021-02-22T22:39:40.414Z] Successfully built 35dc0fcc7dac [2021-02-22T22:39:40.414Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-02-22T22:39:40.414Z]  Building docker-security-proxy-setup-go ... done  ---> 9d29e52f3598 [2021-02-22T22:39:40.414Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-22T22:39:40.689Z] ---> 7ac5b58b96de [2021-02-22T22:39:40.689Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-22T22:39:40.978Z] ---> Running in ce91e9b5c461 [2021-02-22T22:39:41.249Z] ---> b8902492d7bc [2021-02-22T22:39:41.249Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-22T22:39:41.525Z] Removing intermediate container ce91e9b5c461 [2021-02-22T22:39:41.526Z] ---> ae24eb116f65 [2021-02-22T22:39:41.526Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-22T22:39:41.526Z] ---> Running in e4ef2f72d975 [2021-02-22T22:39:41.526Z] ---> Running in 7ad53aa806d1 [2021-02-22T22:39:41.526Z] Removing intermediate container 9202e26953b2 [2021-02-22T22:39:41.526Z] ---> f20ae24a69e7 [2021-02-22T22:39:41.526Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-22T22:39:41.798Z] ---> Running in bbad2a886c48 [2021-02-22T22:39:42.070Z] Removing intermediate container e4ef2f72d975 [2021-02-22T22:39:42.070Z] ---> 31b065baad4d [2021-02-22T22:39:42.070Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-22T22:39:42.070Z] Removing intermediate container 7ad53aa806d1 [2021-02-22T22:39:42.070Z] ---> e21e1a950c45 [2021-02-22T22:39:42.070Z] Step 20/22 : LABEL arch=arm64 [2021-02-22T22:39:42.070Z] ---> Running in f5b762741620 [2021-02-22T22:39:42.344Z] ---> Running in c832fe0d4aa3 [2021-02-22T22:39:42.344Z] Removing intermediate container bbad2a886c48 [2021-02-22T22:39:42.344Z] ---> 35891d07214c [2021-02-22T22:39:42.344Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-22T22:39:42.616Z] ---> Running in ca8307ea9a44 [2021-02-22T22:39:42.616Z] Removing intermediate container f5b762741620 [2021-02-22T22:39:42.616Z] ---> c06a2931089f [2021-02-22T22:39:42.616Z] Step 21/23 : LABEL arch=arm64 [2021-02-22T22:39:42.894Z] Removing intermediate container c832fe0d4aa3 [2021-02-22T22:39:42.894Z] ---> 64e6429bc3ad [2021-02-22T22:39:42.894Z] Step 21/22 : LABEL git_sha=e54cfd9c710957aad988883a971c997414681ca3 [2021-02-22T22:39:42.894Z] ---> Running in 2530d41825ba [2021-02-22T22:39:43.168Z] ---> Running in 1c44e4ddd519 [2021-02-22T22:39:43.168Z] Removing intermediate container ca8307ea9a44 [2021-02-22T22:39:43.168Z] ---> 46edff793428 [2021-02-22T22:39:43.168Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-22T22:39:43.441Z] ---> Running in 63493f1bbb9f [2021-02-22T22:39:43.441Z] Removing intermediate container 2530d41825ba [2021-02-22T22:39:43.441Z] ---> 0c3cb2d41138 [2021-02-22T22:39:43.441Z] Step 22/23 : LABEL git_sha=e54cfd9c710957aad988883a971c997414681ca3 [2021-02-22T22:39:43.713Z] ---> Running in 1dab64b89659 [2021-02-22T22:39:43.713Z] Removing intermediate container 1c44e4ddd519 [2021-02-22T22:39:43.713Z] ---> 281ad3f83d87 [2021-02-22T22:39:43.713Z] Step 22/22 : LABEL version=0.0.0 [2021-02-22T22:39:43.986Z] ---> Running in f22c81cbb55b [2021-02-22T22:39:43.986Z] Removing intermediate container 63493f1bbb9f [2021-02-22T22:39:43.986Z] ---> db813c844299 [2021-02-22T22:39:43.987Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-22T22:39:44.261Z] Removing intermediate container 1dab64b89659 [2021-02-22T22:39:44.262Z] ---> 877aa26354c5 [2021-02-22T22:39:44.262Z] Step 23/23 : LABEL version=0.0.0 [2021-02-22T22:39:44.262Z] ---> Running in 87649f401c40 [2021-02-22T22:39:44.535Z] Removing intermediate container f22c81cbb55b [2021-02-22T22:39:44.535Z] ---> 6471cbfd7432 [2021-02-22T22:39:44.535Z] [2021-02-22T22:39:45.129Z] Successfully built 6471cbfd7432 [2021-02-22T22:39:45.129Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-02-22T22:39:45.129Z]  Building docker-support-notifications-go ... done Removing intermediate container 87649f401c40 [2021-02-22T22:39:45.129Z] ---> 545db22ba71e [2021-02-22T22:39:45.129Z] [2021-02-22T22:39:45.402Z] ---> d1cc42b0921d [2021-02-22T22:39:45.402Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-22T22:39:45.674Z] Successfully built 545db22ba71e [2021-02-22T22:39:45.674Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-02-22T22:39:46.269Z]  Building docker-core-metadata-go ... done  ---> b1cbcfd1973c [2021-02-22T22:39:46.269Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-22T22:39:46.863Z] ---> 6671578eb31e [2021-02-22T22:39:46.863Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-22T22:39:47.140Z] ---> Running in 823dfd968bfb [2021-02-22T22:39:48.114Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-22T22:39:48.386Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-22T22:39:48.657Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-22T22:39:48.657Z] (2/33) Installing expat (2.2.9-r1) [2021-02-22T22:39:48.657Z] (3/33) Installing libffi (3.3-r2) [2021-02-22T22:39:48.657Z] (4/33) Installing gdbm (1.13-r1) [2021-02-22T22:39:48.657Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-22T22:39:48.657Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-22T22:39:48.927Z] (7/33) Installing python3 (3.8.5-r1) [2021-02-22T22:39:50.896Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-22T22:39:50.896Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-22T22:39:50.896Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-22T22:39:50.896Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-22T22:39:50.896Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-22T22:39:50.896Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-22T22:39:50.896Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-22T22:39:50.896Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-22T22:39:50.896Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-22T22:39:50.896Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-22T22:39:50.896Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-22T22:39:50.896Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-22T22:39:50.896Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-22T22:39:50.896Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-22T22:39:50.896Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-22T22:39:50.896Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-22T22:39:50.896Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-22T22:39:50.896Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-22T22:39:50.896Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-22T22:39:50.896Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-22T22:39:50.896Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-22T22:39:50.896Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-22T22:39:50.896Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-22T22:39:51.167Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-22T22:39:51.167Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-22T22:39:51.167Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-22T22:39:51.167Z] Executing busybox-1.31.1-r19.trigger [2021-02-22T22:39:51.167Z] OK: 71 MiB in 55 packages [2021-02-22T22:39:57.855Z] Removing intermediate container 823dfd968bfb [2021-02-22T22:39:57.855Z] ---> 4b05fd875b3b [2021-02-22T22:39:57.855Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-22T22:39:58.131Z] ---> Running in d9bc437306c2 [2021-02-22T22:40:03.511Z] Collecting docker-compose==1.23.2 [2021-02-22T22:40:03.511Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-22T22:40:03.781Z] Collecting PyYAML<4,>=3.10 [2021-02-22T22:40:03.781Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-22T22:40:07.155Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-22T22:40:07.155Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-22T22:40:08.586Z] Collecting docopt<0.7,>=0.6.1 [2021-02-22T22:40:08.586Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-22T22:40:10.570Z] 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-22T22:40:10.570Z] Collecting cached-property<2,>=1.2.0 [2021-02-22T22:40:10.570Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-22T22:40:12.069Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-22T22:40:12.069Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-22T22:40:12.668Z] Collecting jsonschema<3,>=2.5.1 [2021-02-22T22:40:12.668Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-22T22:40:12.942Z] Collecting texttable<0.10,>=0.9.0 [2021-02-22T22:40:12.942Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-22T22:40:14.909Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-22T22:40:14.909Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-22T22:40:15.874Z] Collecting docker<4.0,>=3.6.0 [2021-02-22T22:40:15.874Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-22T22:40:16.143Z] Collecting idna<2.8,>=2.5 [2021-02-22T22:40:16.143Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-22T22:40:16.413Z] 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-22T22:40:16.413Z] 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-22T22:40:16.684Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-22T22:40:16.684Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-22T22:40:17.275Z] Collecting docker-pycreds>=0.4.0 [2021-02-22T22:40:17.275Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-22T22:40:17.275Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-22T22:40:17.275Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-22T22:40:17.275Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-22T22:40:17.275Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-22T22:40:18.247Z] Installing collected packages: PyYAML, dockerpty, docopt, cached-property, idna, urllib3, requests, jsonschema, texttable, websocket-client, docker-pycreds, docker, docker-compose [2021-02-22T22:40:18.247Z] Running setup.py install for PyYAML: started [2021-02-22T22:40:20.213Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-22T22:40:20.213Z] Running setup.py install for dockerpty: started [2021-02-22T22:40:22.174Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-22T22:40:22.174Z] Running setup.py install for docopt: started [2021-02-22T22:40:23.598Z] Running setup.py install for docopt: finished with status 'done' [2021-02-22T22:40:23.870Z] Attempting uninstall: idna [2021-02-22T22:40:23.870Z] Found existing installation: idna 2.9 [2021-02-22T22:40:23.870Z] Uninstalling idna-2.9: [2021-02-22T22:40:23.870Z] Successfully uninstalled idna-2.9 [2021-02-22T22:40:24.463Z] Attempting uninstall: urllib3 [2021-02-22T22:40:24.463Z] Found existing installation: urllib3 1.25.9 [2021-02-22T22:40:24.463Z] Uninstalling urllib3-1.25.9: [2021-02-22T22:40:24.733Z] Successfully uninstalled urllib3-1.25.9 [2021-02-22T22:40:25.324Z] Attempting uninstall: requests [2021-02-22T22:40:25.324Z] Found existing installation: requests 2.23.0 [2021-02-22T22:40:25.324Z] Uninstalling requests-2.23.0: [2021-02-22T22:40:25.324Z] Successfully uninstalled requests-2.23.0 [2021-02-22T22:40:25.914Z] Running setup.py install for texttable: started [2021-02-22T22:40:27.875Z] Running setup.py install for texttable: finished with status 'done' [2021-02-22T22:40:29.835Z] 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-22T22:40:33.207Z] Removing intermediate container d9bc437306c2 [2021-02-22T22:40:33.207Z] ---> 91fdfaf58499 [2021-02-22T22:40:33.207Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-22T22:40:33.485Z] ---> Running in e0ffe9a6e7fb [2021-02-22T22:40:34.463Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-22T22:40:34.734Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-22T22:40:35.325Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-22T22:40:35.325Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-22T22:40:35.325Z] (3/3) Installing curl (7.69.1-r3) [2021-02-22T22:40:35.325Z] Executing busybox-1.31.1-r19.trigger [2021-02-22T22:40:35.325Z] OK: 71 MiB in 58 packages [2021-02-22T22:40:36.753Z] Removing intermediate container e0ffe9a6e7fb [2021-02-22T22:40:36.753Z] ---> f0befa94ce85 [2021-02-22T22:40:36.753Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-22T22:40:36.753Z] ---> Running in c192a0d50863 [2021-02-22T22:40:37.023Z] Removing intermediate container c192a0d50863 [2021-02-22T22:40:37.023Z] ---> 6e95d9438d21 [2021-02-22T22:40:37.023Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-22T22:40:37.294Z] ---> Running in 4d783da373ef [2021-02-22T22:40:37.565Z] Removing intermediate container 4d783da373ef [2021-02-22T22:40:37.565Z] ---> 8c7ce1a2fb45 [2021-02-22T22:40:37.565Z] Step 24/26 : LABEL arch=arm64 [2021-02-22T22:40:37.841Z] ---> Running in 8a01b76f7b31 [2021-02-22T22:40:38.433Z] Removing intermediate container 8a01b76f7b31 [2021-02-22T22:40:38.433Z] ---> a4e1812a15c4 [2021-02-22T22:40:38.433Z] Step 25/26 : LABEL git_sha=e54cfd9c710957aad988883a971c997414681ca3 [2021-02-22T22:40:38.433Z] ---> Running in 286b3d0175d6 [2021-02-22T22:40:39.025Z] Removing intermediate container 286b3d0175d6 [2021-02-22T22:40:39.025Z] ---> 4441aee7d892 [2021-02-22T22:40:39.025Z] Step 26/26 : LABEL version=0.0.0 [2021-02-22T22:40:39.025Z] ---> Running in 2d7ba5f1e0cf [2021-02-22T22:40:39.615Z] Removing intermediate container 2d7ba5f1e0cf [2021-02-22T22:40:39.615Z] ---> 3450a0eda8a2 [2021-02-22T22:40:39.615Z] [2021-02-22T22:40:39.887Z] Successfully built 3450a0eda8a2 [2021-02-22T22:40:39.887Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-02-22T22:40:40.496Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-02-22T22:40:40.492Z] $ docker stop --time=1 a60661fa2a7ebe000afcbbcc0a34975bc311b20bd6faf07781dde0e0be41ea90 [2021-02-22T22:40:42.457Z] $ docker rm -f a60661fa2a7ebe000afcbbcc0a34975bc311b20bd6faf07781dde0e0be41ea90 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-22T22:40:43.168Z] + docker+ images [2021-02-22T22:40:43.169Z] grep docker [2021-02-22T22:40:43.439Z] docker-sys-mgmt-agent-go-arm64 latest 3450a0eda8a2 4 seconds ago 300MB [2021-02-22T22:40:43.439Z] docker-support-notifications-go-arm64 latest 6471cbfd7432 59 seconds ago 16.8MB [2021-02-22T22:40:43.439Z] docker-core-metadata-go-arm64 latest 545db22ba71e 59 seconds ago 17.9MB [2021-02-22T22:40:43.439Z] docker-security-proxy-setup-go-arm64 latest 35dc0fcc7dac About a minute ago 23.4MB [2021-02-22T22:40:43.439Z] docker-core-data-go-arm64 latest 973dd46916bb 4 minutes ago 21.1MB [2021-02-22T22:40:43.439Z] docker-security-bootstrapper-go-arm64 latest 45cf4d90b95a 4 minutes ago 17.3MB [2021-02-22T22:40:43.439Z] docker-core-command-go-arm64 latest a55923c48297 4 minutes ago 16.2MB [2021-02-22T22:40:43.439Z] docker-support-scheduler-go-arm64 latest 9958deb61f59 4 minutes ago 16.3MB [2021-02-22T22:40:43.439Z] docker-security-secretstore-setup-go-arm64 latest 8de88dacd4b3 4 minutes ago 23.7MB [2021-02-22T22:40:43.439Z] 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-22T22:40:45.398Z] provisioning config files... [2021-02-22T22:40:45.414Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/5@tmp/config5228691148641313652tmp [Pipeline] { [Pipeline] sh [2021-02-22T22:40:45.791Z] + set +x [2021-02-22T22:40:45.792Z] + curl -s https://codecov.io/bash [2021-02-22T22:40:45.792Z] + bash -s -- [2021-02-22T22:40:46.367Z] [2021-02-22T22:40:46.367Z] _____ _ [2021-02-22T22:40:46.367Z] / ____| | | [2021-02-22T22:40:46.367Z] | | ___ __| | ___ ___ _____ __ [2021-02-22T22:40:46.367Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-02-22T22:40:46.367Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-02-22T22:40:46.367Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-02-22T22:40:46.367Z] Bash-20210129-7c25fce [2021-02-22T22:40:46.367Z] [2021-02-22T22:40:46.367Z] [2021-02-22T22:40:46.367Z] ==> git version 2.24.3 found [2021-02-22T22:40:46.367Z] ==> 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-22T22:40:46.367Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-02-22T22:40:46.367Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-02-22T22:40:46.367Z] ==> Jenkins CI detected. [2021-02-22T22:40:46.367Z] project root: . [2021-02-22T22:40:46.367Z] --> token set from env [2021-02-22T22:40:46.367Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-02-22T22:40:46.367Z] ==> Running gcov in . (disable via -X gcov) [2021-02-22T22:40:46.367Z] ==> Python coveragepy not found [2021-02-22T22:40:46.367Z] ==> Searching for coverage reports in: [2021-02-22T22:40:46.368Z] + . [2021-02-22T22:40:46.631Z] -> Found 1 reports [2021-02-22T22:40:46.631Z] ==> Detecting git/mercurial file structure [2021-02-22T22:40:46.631Z] ==> Reading reports [2021-02-22T22:40:46.631Z] + ./coverage.out bytes=594620 [2021-02-22T22:40:46.631Z] ==> Appending adjustments [2021-02-22T22:40:46.631Z] https://docs.codecov.io/docs/fixing-reports [2021-02-22T22:40:49.954Z] + Found adjustments [2021-02-22T22:40:49.954Z] ==> Gzipping contents [2021-02-22T22:40:49.954Z] 88K /tmp/codecov.VbLC1E.gz [2021-02-22T22:40:49.954Z] ==> Uploading reports [2021-02-22T22:40:49.954Z] url: https://codecov.io [2021-02-22T22:40:49.954Z] query: branch=PR-3179&commit=e54cfd9c710957aad988883a971c997414681ca3&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3179%2F5%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3179&job=&cmd_args= [2021-02-22T22:40:49.954Z] -> Pinging Codecov [2021-02-22T22:40:49.954Z] https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-3179&commit=e54cfd9c710957aad988883a971c997414681ca3&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3179%2F5%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3179&job=&cmd_args= [2021-02-22T22:40:51.881Z] -> Uploading to [2021-02-22T22:40:51.881Z] https://storage.googleapis.com/codecov/v4/raw/2021-02-22/00271124DB129430A58F1EEE437C3FCB/e54cfd9c710957aad988883a971c997414681ca3/24cdfbb5-71eb-4242-acbe-aebc90f77697.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210222%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210222T224051Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=c839c8c9d830f92d5e8586c68cba689754da524832e4dc1a94292f4847c40933 [2021-02-22T22:40:51.881Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-22T22:40:51.881Z] Dload Upload Total Spent Left Speed [2021-02-22T22:40:52.144Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 88867 0 0 100 88867 0 147k --:--:-- --:--:-- --:--:-- 147k [2021-02-22T22:40:52.144Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/e54cfd9c710957aad988883a971c997414681ca3 [Pipeline] } [2021-02-22T22:40:52.155Z] 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-22T22:40:54.315Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-22T22:40:55.198Z] ---> package-listing.sh [2021-02-22T22:40:55.198Z] ++ facter osfamily [2021-02-22T22:40:55.198Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-22T22:40:55.198Z] + OS_FAMILY=redhat [2021-02-22T22:40:55.198Z] + workspace=/w/workspace/edgex-go/5 [2021-02-22T22:40:55.198Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-22T22:40:55.198Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-22T22:40:55.198Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-22T22:40:55.198Z] + PACKAGES=/tmp/packages_start.txt [2021-02-22T22:40:55.198Z] + '[' /w/workspace/edgex-go/5 ']' [2021-02-22T22:40:55.198Z] + PACKAGES=/tmp/packages_end.txt [2021-02-22T22:40:55.198Z] + case "${OS_FAMILY}" in [2021-02-22T22:40:55.198Z] + rpm -qa [2021-02-22T22:40:55.198Z] + sort [2021-02-22T22:41:00.508Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-22T22:41:00.508Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-22T22:41:00.508Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-22T22:41:00.508Z] + '[' /w/workspace/edgex-go/5 ']' [2021-02-22T22:41:00.508Z] + mkdir -p /w/workspace/edgex-go/5/archives/ [2021-02-22T22:41:00.508Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/5/archives/ [Pipeline] echo [2021-02-22T22:41:00.522Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/5/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-22T22:41:00.819Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-22T22:41:01.129Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-22T22:41:01.129Z] [2021-02-22T22:41:01.129Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-22T22:41:01.484Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-22T22:41:01.485Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-22T22:41:01.485Z] df20fa9351a1: Pulling fs layer [2021-02-22T22:41:01.485Z] 36b3adc4ff6f: Pulling fs layer [2021-02-22T22:41:01.485Z] 8ad3a11d3b57: Pulling fs layer [2021-02-22T22:41:01.485Z] 46f8f816bc3b: Pulling fs layer [2021-02-22T22:41:01.485Z] 93b61091891f: Pulling fs layer [2021-02-22T22:41:01.485Z] 93b9cdb0e59b: Pulling fs layer [2021-02-22T22:41:01.485Z] 5e14af77c1be: Pulling fs layer [2021-02-22T22:41:01.485Z] 01666e4c0597: Pulling fs layer [2021-02-22T22:41:01.485Z] aa168da1d23b: Pulling fs layer [2021-02-22T22:41:01.485Z] 93b9cdb0e59b: Waiting [2021-02-22T22:41:01.485Z] 5e14af77c1be: Waiting [2021-02-22T22:41:01.485Z] 01666e4c0597: Waiting [2021-02-22T22:41:01.485Z] aa168da1d23b: Waiting [2021-02-22T22:41:01.485Z] 46f8f816bc3b: Waiting [2021-02-22T22:41:01.485Z] 93b61091891f: Waiting [2021-02-22T22:41:01.747Z] 36b3adc4ff6f: Verifying Checksum [2021-02-22T22:41:01.747Z] 36b3adc4ff6f: Download complete [2021-02-22T22:41:01.747Z] 46f8f816bc3b: Verifying Checksum [2021-02-22T22:41:01.747Z] 46f8f816bc3b: Download complete [2021-02-22T22:41:01.747Z] df20fa9351a1: Verifying Checksum [2021-02-22T22:41:01.747Z] df20fa9351a1: Download complete [2021-02-22T22:41:01.747Z] 93b9cdb0e59b: Verifying Checksum [2021-02-22T22:41:01.747Z] 93b9cdb0e59b: Download complete [2021-02-22T22:41:01.747Z] 5e14af77c1be: Verifying Checksum [2021-02-22T22:41:01.747Z] 5e14af77c1be: Download complete [2021-02-22T22:41:01.747Z] 93b61091891f: Verifying Checksum [2021-02-22T22:41:01.747Z] 93b61091891f: Download complete [2021-02-22T22:41:01.747Z] 01666e4c0597: Verifying Checksum [2021-02-22T22:41:01.747Z] 01666e4c0597: Download complete [2021-02-22T22:41:01.747Z] 8ad3a11d3b57: Verifying Checksum [2021-02-22T22:41:01.747Z] 8ad3a11d3b57: Download complete [2021-02-22T22:41:02.327Z] df20fa9351a1: Pull complete [2021-02-22T22:41:02.327Z] 36b3adc4ff6f: Pull complete [2021-02-22T22:41:03.297Z] 8ad3a11d3b57: Pull complete [2021-02-22T22:41:03.297Z] 46f8f816bc3b: Pull complete [2021-02-22T22:41:04.249Z] aa168da1d23b: Verifying Checksum [2021-02-22T22:41:04.249Z] aa168da1d23b: Download complete [2021-02-22T22:41:05.199Z] 93b61091891f: Pull complete [2021-02-22T22:41:05.462Z] 93b9cdb0e59b: Pull complete [2021-02-22T22:41:05.462Z] 5e14af77c1be: Pull complete [2021-02-22T22:41:05.725Z] 01666e4c0597: Pull complete [2021-02-22T22:41:15.770Z] aa168da1d23b: Pull complete [2021-02-22T22:41:15.770Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-22T22:41:15.770Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-22T22:41:15.770Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-22T22:41:15.969Z] prd-centos7-docker-4c-2g-27200 does not seem to be running inside a container [2021-02-22T22:41:16.036Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/5/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-02-22T22:41:20.735Z] $ docker top 6b36de90a71dfef86b4dd35f5621c302f3f8c4af272bc98213657c890cd7e0f3 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-22T22:41:21.375Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-22T22:41:21.773Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-22T22:41:22.106Z] + ls /var/log/sa-host [2021-02-22T22:41:22.106Z] + sadf -c /var/log/sa-host/sa22 [2021-02-22T22:41:22.106Z] file_magic: OK [2021-02-22T22:41:22.106Z] HZ: Using current value: 100 [2021-02-22T22:41:22.106Z] file_header: OK [2021-02-22T22:41:22.106Z] 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-22T22:41:22.106Z] Statistics: [2021-02-22T22:41:22.106Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-02-22T22:41:22.106Z] File successfully converted to sysstat format version 12.2.1 [2021-02-22T22:41:22.106Z] + sadf -c /var/log/sa-host/sa23 [2021-02-22T22:41:22.106Z] file_magic: OK [2021-02-22T22:41:22.106Z] HZ: Using current value: 100 [2021-02-22T22:41:22.106Z] file_header: OK [2021-02-22T22:41:22.106Z] 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-22T22:41:22.106Z] Statistics: [2021-02-22T22:41:22.106Z] Hnuu...uuuununununu... [2021-02-22T22:41:22.106Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-22T22:41:22.779Z] provisioning config files... [2021-02-22T22:41:22.813Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/5@tmp/config4081529068137642992tmp [Pipeline] { [Pipeline] echo [2021-02-22T22:41:22.884Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-22T22:41:23.183Z] ---> create-netrc.sh [Pipeline] } [2021-02-22T22:41:23.192Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-22T22:41:23.286Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-22T22:41:23.587Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-22T22:41:23.598Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-22T22:41:23.898Z] ---> sudo-logs.sh [2021-02-22T22:41:23.898Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-02-22T22:41:23.953Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-22T22:41:24.252Z] ---> job-cost.sh [2021-02-22T22:41:24.252Z] lf-activate-venv: SKIPPING [2021-02-22T22:41:24.252Z] INFO: No Stack... [2021-02-22T22:41:24.825Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-22T22:41:25.399Z] INFO: Archiving Costs [Pipeline] echo [2021-02-22T22:41:25.413Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-22T22:41:25.709Z] ---> logs-deploy.sh [2021-02-22T22:41:25.709Z] lf-activate-venv: SKIPPING [2021-02-22T22:41:25.709Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3179/5 [2021-02-22T22:41:25.709Z] INFO: archiving workspace using pattern(s): [2021-02-22T22:41:27.099Z] Archives upload complete. [2021-02-22T22:41:27.362Z] INFO: archiving logs to Nexus [2021-02-22T22:41:28.311Z] ---> uname -a: [2021-02-22T22:41:28.311Z] Linux prd-centos7-docker-4c-2g-27200.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-22T22:41:28.311Z] [2021-02-22T22:41:28.311Z] [2021-02-22T22:41:28.311Z] ---> lscpu: [2021-02-22T22:41:28.311Z] Architecture: x86_64 [2021-02-22T22:41:28.311Z] CPU op-mode(s): 32-bit, 64-bit [2021-02-22T22:41:28.311Z] Byte Order: Little Endian [2021-02-22T22:41:28.311Z] Address sizes: 40 bits physical, 48 bits virtual [2021-02-22T22:41:28.311Z] CPU(s): 4 [2021-02-22T22:41:28.311Z] On-line CPU(s) list: 0-3 [2021-02-22T22:41:28.311Z] Thread(s) per core: 1 [2021-02-22T22:41:28.311Z] Core(s) per socket: 1 [2021-02-22T22:41:28.311Z] Socket(s): 4 [2021-02-22T22:41:28.311Z] NUMA node(s): 1 [2021-02-22T22:41:28.311Z] Vendor ID: GenuineIntel [2021-02-22T22:41:28.311Z] CPU family: 6 [2021-02-22T22:41:28.311Z] Model: 44 [2021-02-22T22:41:28.311Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-02-22T22:41:28.311Z] Stepping: 1 [2021-02-22T22:41:28.311Z] CPU MHz: 2933.442 [2021-02-22T22:41:28.311Z] BogoMIPS: 5866.88 [2021-02-22T22:41:28.311Z] Virtualization: VT-x [2021-02-22T22:41:28.311Z] Hypervisor vendor: KVM [2021-02-22T22:41:28.311Z] Virtualization type: full [2021-02-22T22:41:28.311Z] L1d cache: 128 KiB [2021-02-22T22:41:28.311Z] L1i cache: 128 KiB [2021-02-22T22:41:28.311Z] L2 cache: 16 MiB [2021-02-22T22:41:28.311Z] L3 cache: 64 MiB [2021-02-22T22:41:28.311Z] NUMA node0 CPU(s): 0-3 [2021-02-22T22:41:28.311Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-02-22T22:41:28.311Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-02-22T22:41:28.311Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-02-22T22:41:28.311Z] Vulnerability Meltdown: Mitigation; PTI [2021-02-22T22:41:28.311Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-02-22T22:41:28.311Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-02-22T22:41:28.311Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-02-22T22:41:28.311Z] Vulnerability Srbds: Not affected [2021-02-22T22:41:28.311Z] Vulnerability Tsx async abort: Not affected [2021-02-22T22:41:28.311Z] 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-22T22:41:28.312Z] [2021-02-22T22:41:28.312Z] [2021-02-22T22:41:28.312Z] ---> nproc: [2021-02-22T22:41:28.312Z] 4 [2021-02-22T22:41:28.312Z] [2021-02-22T22:41:28.312Z] [2021-02-22T22:41:28.312Z] ---> df -h: [2021-02-22T22:41:28.312Z] Filesystem Size Used Available Use% Mounted on [2021-02-22T22:41:28.312Z] overlay 50.0G 11.3G 38.7G 23% / [2021-02-22T22:41:28.312Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-02-22T22:41:28.312Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-02-22T22:41:28.312Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-02-22T22:41:28.312Z] /dev/vda1 50.0G 11.3G 38.7G 23% /facter-os [2021-02-22T22:41:28.312Z] /dev/vda1 50.0G 11.3G 38.7G 23% /etc/resolv.conf [2021-02-22T22:41:28.312Z] /dev/vda1 50.0G 11.3G 38.7G 23% /etc/hostname [2021-02-22T22:41:28.312Z] /dev/vda1 50.0G 11.3G 38.7G 23% /etc/hosts [2021-02-22T22:41:28.312Z] /dev/vda1 50.0G 11.3G 38.7G 23% /run/cloud-init/result.json [2021-02-22T22:41:28.312Z] /dev/vda1 50.0G 11.3G 38.7G 23% /var/log/sa-host [2021-02-22T22:41:28.312Z] /dev/vda1 50.0G 11.3G 38.7G 23% /var/log/secure [2021-02-22T22:41:28.312Z] /dev/vda1 50.0G 11.3G 38.7G 23% /var/log/auth.log [2021-02-22T22:41:28.312Z] /dev/vda1 50.0G 11.3G 38.7G 23% /w/workspace/edgex-go/5@tmp [2021-02-22T22:41:28.312Z] /dev/vda1 50.0G 11.3G 38.7G 23% /w/workspace/edgex-go/5 [2021-02-22T22:41:28.312Z] [2021-02-22T22:41:28.312Z] [2021-02-22T22:41:28.312Z] ---> free -m: [2021-02-22T22:41:28.312Z] total used free shared buff/cache available [2021-02-22T22:41:28.312Z] Mem: 1837 703 156 0 977 1051 [2021-02-22T22:41:28.312Z] Swap: 1023 68 955 [2021-02-22T22:41:28.312Z] [2021-02-22T22:41:28.312Z] [2021-02-22T22:41:28.312Z] ---> ip addr: [2021-02-22T22:41:28.312Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-02-22T22:41:28.312Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-02-22T22:41:28.312Z] inet 127.0.0.1/8 scope host lo [2021-02-22T22:41:28.312Z] valid_lft forever preferred_lft forever [2021-02-22T22:41:28.312Z] inet6 ::1/128 scope host [2021-02-22T22:41:28.312Z] valid_lft forever preferred_lft forever [2021-02-22T22:41:28.312Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-02-22T22:41:28.312Z] link/ether fa:16:3e:73:e2:89 brd ff:ff:ff:ff:ff:ff [2021-02-22T22:41:28.312Z] inet 10.30.122.221/23 brd 10.30.123.255 scope global dynamic eth0 [2021-02-22T22:41:28.312Z] valid_lft 85168sec preferred_lft 85168sec [2021-02-22T22:41:28.312Z] inet6 fe80::f816:3eff:fe73:e289/64 scope link [2021-02-22T22:41:28.312Z] valid_lft forever preferred_lft forever [2021-02-22T22:41:28.312Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-02-22T22:41:28.312Z] link/ether 02:42:11:38:c0:e3 brd ff:ff:ff:ff:ff:ff [2021-02-22T22:41:28.312Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-02-22T22:41:28.312Z] valid_lft forever preferred_lft forever [2021-02-22T22:41:28.312Z] inet6 fe80::42:11ff:fe38:c0e3/64 scope link [2021-02-22T22:41:28.312Z] valid_lft forever preferred_lft forever [2021-02-22T22:41:28.312Z] [2021-02-22T22:41:28.312Z] [2021-02-22T22:41:28.312Z] ---> sar -b -r -n DEV: [2021-02-22T22:41:28.312Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/22/21 _x86_64_ (4 CPU) [2021-02-22T22:41:28.312Z] [2021-02-22T22:41:28.312Z] 22:20:45 LINUX RESTART (4 CPU) [2021-02-22T22:41:28.312Z] [2021-02-22T22:41:28.312Z] 22:21:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-02-22T22:41:28.312Z] 22:22:01 203.00 102.26 100.73 0.00 10634.71 49890.00 0.00 [2021-02-22T22:41:28.312Z] 22:23:02 263.98 96.49 167.49 0.00 6991.52 49874.94 0.00 [2021-02-22T22:41:28.312Z] 22:24:01 231.00 97.23 133.77 0.00 3370.88 16800.29 0.00 [2021-02-22T22:41:28.312Z] 22:25:01 132.67 58.33 74.34 0.00 3229.96 6742.37 0.00 [2021-02-22T22:41:28.312Z] 22:26:01 180.64 37.11 143.52 0.00 11449.49 74209.69 0.00 [2021-02-22T22:41:28.312Z] 22:27:03 2466.00 2125.35 340.64 0.00 171267.26 192566.73 0.00 [2021-02-22T22:41:28.312Z] 22:28:01 1188.30 971.89 216.41 0.00 55232.04 71299.30 0.00 [2021-02-22T22:41:28.312Z] 22:29:03 1240.73 901.08 339.65 0.00 91139.20 140859.09 0.00 [2021-02-22T22:41:28.312Z] 22:30:01 1319.92 1035.43 284.49 0.00 64044.25 86554.07 0.00 [2021-02-22T22:41:28.312Z] 22:31:01 93.11 15.98 77.13 0.00 2988.65 6036.67 0.00 [2021-02-22T22:41:28.312Z] 22:32:01 1.40 0.05 1.35 0.00 0.40 19.71 0.00 [2021-02-22T22:41:28.312Z] 22:33:02 0.25 0.05 0.20 0.00 0.53 1.95 0.00 [2021-02-22T22:41:28.312Z] 22:34:01 0.34 0.02 0.32 0.00 0.14 3.51 0.00 [2021-02-22T22:41:28.312Z] 22:35:01 0.30 0.03 0.27 0.00 0.27 2.48 0.00 [2021-02-22T22:41:28.312Z] 22:36:01 1.88 1.62 0.27 0.00 59.55 2.86 0.00 [2021-02-22T22:41:28.312Z] 22:37:01 1.08 0.25 0.83 0.00 2.93 15.57 0.00 [2021-02-22T22:41:28.312Z] 22:38:01 0.28 0.00 0.28 0.00 0.00 3.10 0.00 [2021-02-22T22:41:28.312Z] 22:39:01 1.40 1.18 0.22 0.00 15.45 2.61 0.00 [2021-02-22T22:41:28.312Z] 22:40:01 0.53 0.33 0.20 0.00 4.26 1.95 0.00 [2021-02-22T22:41:28.312Z] 22:41:01 70.44 69.56 0.88 0.00 5902.80 37.58 0.00 [2021-02-22T22:41:28.312Z] Average: 371.68 277.23 94.45 0.00 21531.80 35035.25 0.00 [2021-02-22T22:41:28.312Z] [2021-02-22T22:41:28.312Z] 22:21:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-02-22T22:41:28.312Z] 22:22:01 77580 0 699756 37.19 2620 1101588 1369444 46.74 628728 970428 140 [2021-02-22T22:41:28.312Z] 22:23:02 84584 0 757776 40.27 1504 1037680 1512880 51.63 593268 929644 32956 [2021-02-22T22:41:28.312Z] 22:24:01 78584 0 904180 48.06 772 898008 1845876 63.00 763224 751208 45592 [2021-02-22T22:41:28.312Z] 22:25:01 272652 0 719072 38.22 732 889088 1211496 41.35 532240 778444 40348 [2021-02-22T22:41:28.312Z] 22:26:01 77076 0 705552 37.50 124 1098792 1252700 42.75 719892 831636 23700 [2021-02-22T22:41:28.312Z] 22:27:03 61036 0 836752 44.47 16 983740 2324508 79.33 765676 821140 49048 [2021-02-22T22:41:28.312Z] 22:28:01 341628 0 693032 36.83 16 846868 1354376 46.22 584696 698812 88584 [2021-02-22T22:41:28.312Z] 22:29:03 72508 0 913764 48.56 16 895256 2777176 94.78 750992 815572 63240 [2021-02-22T22:41:28.312Z] 22:30:01 178684 0 653516 34.73 16 1049328 1359300 46.39 593612 874280 2812 [2021-02-22T22:41:28.312Z] 22:31:01 170524 0 618636 32.88 16 1092368 1206068 41.16 512680 956284 8 [2021-02-22T22:41:28.312Z] 22:32:01 173192 0 615964 32.74 16 1092372 1182400 40.35 511116 955568 8 [2021-02-22T22:41:28.312Z] 22:33:02 174580 0 614556 32.66 16 1092392 1173136 40.04 510360 955428 8 [2021-02-22T22:41:28.312Z] 22:34:01 174892 0 614236 32.65 16 1092400 1173136 40.04 510364 955432 8 [2021-02-22T22:41:28.312Z] 22:35:01 174892 0 614228 32.64 16 1092408 1173136 40.04 510244 955436 8 [2021-02-22T22:41:28.312Z] 22:36:01 172728 0 615320 32.70 16 1093480 1173136 40.04 510480 956404 16 [2021-02-22T22:41:28.312Z] 22:37:01 172376 0 615652 32.72 16 1093500 1173284 40.04 510948 956460 8 [2021-02-22T22:41:28.312Z] 22:38:01 172700 0 615328 32.70 16 1093500 1173200 40.04 510504 956468 12 [2021-02-22T22:41:28.312Z] 22:39:01 171888 0 616132 32.75 16 1093508 1173332 40.04 511348 956928 16 [2021-02-22T22:41:28.312Z] 22:40:01 172320 0 615692 32.72 16 1093516 1173200 40.04 510640 957048 16 [2021-02-22T22:41:28.312Z] 22:41:01 79988 0 648308 34.46 16 1153232 1378948 47.06 544128 1011248 316 [2021-02-22T22:41:28.312Z] Average: 152721 0 684373 36.37 300 1044151 1408037 48.05 579257 902193 17342 [2021-02-22T22:41:28.312Z] [2021-02-22T22:41:28.312Z] 22:21:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-02-22T22:41:28.312Z] 22:22:01 veth0fef87d 862.01 813.18 82.56 2683.16 0.00 0.00 0.00 0.00 [2021-02-22T22:41:28.312Z] 22:22:01 eth0 2006.29 1724.33 6392.41 222.97 0.00 0.00 0.00 0.00 [2021-02-22T22:41:28.312Z] 22:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-22T22:41:28.312Z] 22:22:01 docker0 862.01 813.04 70.77 2683.15 0.00 0.00 0.00 0.00 [2021-02-22T22:41:28.312Z] 22:23:02 eth0 510.99 416.36 3682.24 49.69 0.00 0.00 0.00 0.00 [2021-02-22T22:41:28.312Z] 22:23:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-22T22:41:28.312Z] 22:23:02 docker0 152.87 197.21 11.18 835.64 0.00 0.00 0.00 0.00 [2021-02-22T22:41:28.312Z] 22:24:01 veth19141ce 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-22T22:41:28.312Z] 22:24:01 eth0 34.67 19.89 31.99 12.89 0.00 0.00 0.00 0.00 [2021-02-22T22:41:28.312Z] 22:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-22T22:41:28.312Z] 22:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-22T22:41:28.312Z] 22:25:01 veth19141ce 1.83 1.83 0.15 0.15 0.00 0.00 0.00 0.00 [2021-02-22T22:41:28.312Z] 22:25:01 eth0 53.22 44.12 19.91 79.19 0.00 0.00 0.00 0.00 [2021-02-22T22:41:28.312Z] 22:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-22T22:41:28.312Z] 22:25:01 docker0 1.83 1.83 0.12 0.15 0.00 0.00 0.00 0.00 [2021-02-22T22:41:28.312Z] 22:26:01 vethfc40991 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-22T22:41:28.312Z] 22:26:01 eth0 225.22 176.55 1699.47 74.76 0.00 0.00 0.00 0.00 [2021-02-22T22:41:28.312Z] 22:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-22T22:41:28.312Z] 22:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-22T22:41:28.312Z] 22:27:03 vethfc40991 0.00 0.32 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-22T22:41:28.312Z] 22:27:03 eth0 44.54 21.20 159.38 9.50 0.00 0.00 0.00 0.00 [2021-02-22T22:41:28.312Z] 22:27:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-22T22:41:28.312Z] 22:27:03 docker0 10.70 24.74 0.56 142.85 0.00 0.00 0.00 0.00 [2021-02-22T22:41:28.312Z] 22:28:01 vethfc40991 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-22T22:41:28.312Z] 22:28:01 veth228d289 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-22T22:41:28.312Z] 22:28:01 eth0 15.95 9.24 56.48 4.88 0.00 0.00 0.00 0.00 [2021-02-22T22:41:28.312Z] 22:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-22T22:41:28.312Z] 22:29:03 vethfc40991 0.00 0.39 0.00 0.02 0.00 0.00 0.00 0.00 [2021-02-22T22:41:28.312Z] 22:29:03 vethc359735 0.00 0.19 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-22T22:41:28.312Z] 22:29:03 eth0 88.91 54.48 247.36 84.31 0.00 0.00 0.00 0.00 [2021-02-22T22:41:28.312Z] 22:29:03 vetha252403 0.00 0.19 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-22T22:41:28.312Z] 22:30:01 vethfc40991 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-22T22:41:28.312Z] 22:30:01 eth0 163.07 119.98 1408.18 20.75 0.00 0.00 0.00 0.00 [2021-02-22T22:41:28.312Z] 22:30:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2021-02-22T22:41:28.312Z] 22:30:01 docker0 1090.93 1126.93 87.03 4135.03 0.00 0.00 0.00 0.00 [2021-02-22T22:41:28.312Z] 22:31:01 eth0 101.35 63.84 383.70 71.49 0.00 0.00 0.00 0.00 [2021-02-22T22:41:28.312Z] 22:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-22T22:41:28.312Z] 22:31:01 docker0 23.99 52.64 1.58 362.46 0.00 0.00 0.00 0.00 [2021-02-22T22:41:28.312Z] 22:32:01 eth0 1.42 0.65 0.82 0.29 0.00 0.00 0.00 0.00 [2021-02-22T22:41:28.312Z] 22:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-22T22:41:28.312Z] 22:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-22T22:41:28.312Z] 22:33:02 eth0 0.13 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2021-02-22T22:41:28.312Z] 22:33:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-22T22:41:28.312Z] 22:33:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-22T22:41:28.312Z] 22:34:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-02-22T22:41:28.312Z] 22:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-22T22:41:28.312Z] 22:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-22T22:41:28.312Z] 22:35:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-02-22T22:41:28.312Z] 22:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-22T22:41:28.312Z] 22:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-22T22:41:28.312Z] 22:36:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-02-22T22:41:28.312Z] 22:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-22T22:41:28.312Z] 22:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-22T22:41:28.312Z] 22:37:01 eth0 0.30 0.18 0.14 0.07 0.00 0.00 0.00 0.00 [2021-02-22T22:41:28.312Z] 22:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-22T22:41:28.312Z] 22:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-22T22:41:28.312Z] 22:38:01 eth0 0.23 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2021-02-22T22:41:28.312Z] 22:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-22T22:41:28.312Z] 22:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-22T22:41:28.312Z] 22:39:01 eth0 0.82 0.25 0.31 0.19 0.00 0.00 0.00 0.00 [2021-02-22T22:41:28.312Z] 22:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-22T22:41:28.312Z] 22:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-22T22:41:28.312Z] 22:40:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-02-22T22:41:28.312Z] 22:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-22T22:41:28.312Z] 22:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-22T22:41:28.312Z] 22:41:01 eth0 17.26 11.02 17.25 7.83 0.00 0.00 0.00 0.00 [2021-02-22T22:41:28.312Z] 22:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-22T22:41:28.313Z] 22:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-22T22:41:28.313Z] Average: eth0 163.51 133.34 705.16 32.11 0.00 0.00 0.00 0.00 [2021-02-22T22:41:28.313Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-22T22:41:28.313Z] Average: docker0 54.15 57.33 4.30 218.85 0.00 0.00 0.00 0.00 [2021-02-22T22:41:28.313Z] [2021-02-22T22:41:28.313Z] [2021-02-22T22:41:28.313Z] ---> sar -P ALL: [2021-02-22T22:41:28.313Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/22/21 _x86_64_ (4 CPU) [2021-02-22T22:41:28.313Z] [2021-02-22T22:41:28.313Z] 22:20:45 LINUX RESTART (4 CPU) [2021-02-22T22:41:28.313Z] [2021-02-22T22:41:28.313Z] 22:21:01 CPU %user %nice %system %iowait %steal %idle [2021-02-22T22:41:28.313Z] 22:22:01 all 20.92 0.00 12.80 6.72 0.09 59.47 [2021-02-22T22:41:28.313Z] 22:22:01 0 18.49 0.00 13.95 8.16 0.09 59.32 [2021-02-22T22:41:28.313Z] 22:22:01 1 21.25 0.00 13.22 4.76 0.09 60.68 [2021-02-22T22:41:28.313Z] 22:22:01 2 23.89 0.00 12.60 5.65 0.09 57.77 [2021-02-22T22:41:28.313Z] 22:22:01 3 20.01 0.00 11.44 8.35 0.10 60.09 [2021-02-22T22:41:28.313Z] 22:23:02 all 13.29 0.00 8.59 3.60 0.06 74.46 [2021-02-22T22:41:28.313Z] 22:23:02 0 14.80 0.00 9.74 3.66 0.05 71.74 [2021-02-22T22:41:28.313Z] 22:23:02 1 11.93 0.00 7.65 2.89 0.07 77.47 [2021-02-22T22:41:28.313Z] 22:23:02 2 12.46 0.00 8.50 3.42 0.05 75.58 [2021-02-22T22:41:28.313Z] 22:23:02 3 13.98 0.00 8.47 4.45 0.07 73.03 [2021-02-22T22:41:28.313Z] 22:24:01 all 44.05 0.00 12.54 5.79 0.09 37.54 [2021-02-22T22:41:28.313Z] 22:24:01 0 44.82 0.00 12.92 3.26 0.11 38.89 [2021-02-22T22:41:28.313Z] 22:24:01 1 44.13 0.00 11.68 4.52 0.07 39.60 [2021-02-22T22:41:28.313Z] 22:24:01 2 45.04 0.00 12.38 4.39 0.13 38.06 [2021-02-22T22:41:28.313Z] 22:24:01 3 42.20 0.00 13.17 10.98 0.07 33.58 [2021-02-22T22:41:28.313Z] 22:25:01 all 47.62 0.00 14.05 3.37 0.11 34.84 [2021-02-22T22:41:28.313Z] 22:25:01 0 48.22 0.00 14.53 3.56 0.09 33.60 [2021-02-22T22:41:28.313Z] 22:25:01 1 46.30 0.00 13.60 3.58 0.16 36.36 [2021-02-22T22:41:28.313Z] 22:25:01 2 48.73 0.00 13.97 3.15 0.09 34.07 [2021-02-22T22:41:28.313Z] 22:25:01 3 47.24 0.00 14.11 3.20 0.12 35.33 [2021-02-22T22:41:28.313Z] 22:26:01 all 24.02 0.00 13.39 5.65 0.11 56.84 [2021-02-22T22:41:28.313Z] 22:26:01 0 23.00 0.00 12.74 4.26 0.09 59.91 [2021-02-22T22:41:28.313Z] 22:26:01 1 23.47 0.00 13.43 9.00 0.14 53.96 [2021-02-22T22:41:28.313Z] 22:26:01 2 26.71 0.00 14.41 4.75 0.12 54.01 [2021-02-22T22:41:28.313Z] 22:26:01 3 22.88 0.00 12.97 4.61 0.09 59.45 [2021-02-22T22:41:28.313Z] 22:27:03 all 21.52 0.00 30.92 21.96 0.20 25.40 [2021-02-22T22:41:28.313Z] 22:27:03 0 20.57 0.00 30.68 22.17 0.21 26.37 [2021-02-22T22:41:28.313Z] 22:27:03 1 21.55 0.00 30.89 21.38 0.21 25.97 [2021-02-22T22:41:28.313Z] 22:27:03 2 21.91 0.00 30.40 23.14 0.23 24.32 [2021-02-22T22:41:28.313Z] 22:27:03 3 22.03 0.00 31.72 21.15 0.16 24.94 [2021-02-22T22:41:28.313Z] 22:28:01 all 59.05 0.00 19.29 11.10 0.11 10.46 [2021-02-22T22:41:28.313Z] 22:28:01 0 58.78 0.00 19.09 10.46 0.14 11.53 [2021-02-22T22:41:28.313Z] 22:28:01 1 59.49 0.00 19.15 11.65 0.09 9.61 [2021-02-22T22:41:28.313Z] 22:28:01 2 59.02 0.00 19.25 9.92 0.11 11.70 [2021-02-22T22:41:28.313Z] 22:28:01 3 58.90 0.00 19.66 12.37 0.09 8.98 [2021-02-22T22:41:28.313Z] 22:29:03 all 29.70 0.00 24.93 18.20 0.14 27.04 [2021-02-22T22:41:28.313Z] 22:29:03 0 28.09 0.00 25.16 14.48 0.14 32.14 [2021-02-22T22:41:28.313Z] 22:29:03 1 29.91 0.00 24.39 20.11 0.14 25.45 [2021-02-22T22:41:28.313Z] 22:29:03 2 30.38 0.00 24.67 19.55 0.12 25.28 [2021-02-22T22:41:28.313Z] 22:29:03 3 30.43 0.00 25.49 18.66 0.15 25.26 [2021-02-22T22:41:28.313Z] 22:30:01 all 40.95 0.00 21.39 15.41 0.10 22.16 [2021-02-22T22:41:28.313Z] 22:30:01 0 40.74 0.00 21.24 17.57 0.07 20.39 [2021-02-22T22:41:28.313Z] 22:30:01 1 40.65 0.00 21.64 13.93 0.09 23.69 [2021-02-22T22:41:28.313Z] 22:30:01 2 41.54 0.00 20.84 14.72 0.13 22.77 [2021-02-22T22:41:28.313Z] 22:30:01 3 40.88 0.00 21.83 15.41 0.09 21.78 [2021-02-22T22:41:28.313Z] 22:31:01 all 5.15 0.00 3.38 3.68 0.03 87.75 [2021-02-22T22:41:28.313Z] 22:31:01 0 4.73 0.00 3.25 2.02 0.03 89.96 [2021-02-22T22:41:28.313Z] 22:31:01 1 5.65 0.00 3.09 5.47 0.05 85.74 [2021-02-22T22:41:28.313Z] 22:31:01 2 4.09 0.00 3.41 5.03 0.02 87.46 [2021-02-22T22:41:28.313Z] 22:31:01 3 6.14 0.00 3.77 2.21 0.02 87.86 [2021-02-22T22:41:28.313Z] 22:32:01 all 0.16 0.00 0.04 0.00 0.00 99.80 [2021-02-22T22:41:28.313Z] 22:32:01 0 0.52 0.00 0.02 0.00 0.00 99.47 [2021-02-22T22:41:28.313Z] 22:32:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2021-02-22T22:41:28.313Z] 22:32:01 2 0.03 0.00 0.07 0.00 0.00 99.90 [2021-02-22T22:41:28.313Z] 22:32:01 3 0.05 0.00 0.03 0.00 0.00 99.92 [2021-02-22T22:41:28.313Z] [2021-02-22T22:41:28.313Z] 22:32:01 CPU %user %nice %system %iowait %steal %idle [2021-02-22T22:41:28.313Z] 22:33:02 all 0.17 0.00 0.03 0.00 0.01 99.78 [2021-02-22T22:41:28.313Z] 22:33:02 0 0.52 0.00 0.02 0.00 0.00 99.47 [2021-02-22T22:41:28.313Z] 22:33:02 1 0.07 0.00 0.05 0.00 0.02 99.87 [2021-02-22T22:41:28.313Z] 22:33:02 2 0.05 0.00 0.03 0.00 0.02 99.90 [2021-02-22T22:41:28.313Z] 22:33:02 3 0.05 0.00 0.03 0.02 0.02 99.88 [2021-02-22T22:41:28.313Z] 22:34:01 all 0.15 0.00 0.03 0.00 0.00 99.82 [2021-02-22T22:41:28.313Z] 22:34:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2021-02-22T22:41:28.313Z] 22:34:01 1 0.03 0.00 0.05 0.00 0.00 99.92 [2021-02-22T22:41:28.313Z] 22:34:01 2 0.05 0.00 0.03 0.00 0.00 99.92 [2021-02-22T22:41:28.313Z] 22:34:01 3 0.51 0.00 0.03 0.00 0.00 99.46 [2021-02-22T22:41:28.313Z] 22:35:01 all 0.17 0.00 0.07 0.00 0.00 99.75 [2021-02-22T22:41:28.313Z] 22:35:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2021-02-22T22:41:28.313Z] 22:35:01 1 0.08 0.00 0.12 0.00 0.00 99.80 [2021-02-22T22:41:28.313Z] 22:35:01 2 0.02 0.00 0.10 0.00 0.00 99.88 [2021-02-22T22:41:28.313Z] 22:35:01 3 0.55 0.00 0.07 0.00 0.00 99.38 [2021-02-22T22:41:28.313Z] 22:36:01 all 0.10 0.00 0.06 0.02 0.00 99.82 [2021-02-22T22:41:28.313Z] 22:36:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2021-02-22T22:41:28.313Z] 22:36:01 1 0.03 0.00 0.03 0.02 0.00 99.92 [2021-02-22T22:41:28.313Z] 22:36:01 2 0.02 0.00 0.05 0.00 0.02 99.92 [2021-02-22T22:41:28.313Z] 22:36:01 3 0.33 0.00 0.13 0.07 0.00 99.47 [2021-02-22T22:41:28.313Z] 22:37:01 all 0.05 0.00 0.04 0.01 0.00 99.90 [2021-02-22T22:41:28.313Z] 22:37:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2021-02-22T22:41:28.313Z] 22:37:01 1 0.07 0.00 0.03 0.02 0.00 99.88 [2021-02-22T22:41:28.313Z] 22:37:01 2 0.05 0.00 0.05 0.02 0.00 99.88 [2021-02-22T22:41:28.313Z] 22:37:01 3 0.05 0.00 0.05 0.00 0.00 99.90 [2021-02-22T22:41:28.313Z] 22:38:01 all 0.12 0.00 0.03 0.00 0.00 99.85 [2021-02-22T22:41:28.313Z] 22:38:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-02-22T22:41:28.313Z] 22:38:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2021-02-22T22:41:28.313Z] 22:38:01 2 0.03 0.00 0.05 0.00 0.00 99.92 [2021-02-22T22:41:28.313Z] 22:38:01 3 0.42 0.00 0.02 0.00 0.00 99.57 [2021-02-22T22:41:28.313Z] 22:39:01 all 0.17 0.00 0.04 0.03 0.00 99.75 [2021-02-22T22:41:28.313Z] 22:39:01 0 0.07 0.00 0.08 0.00 0.02 99.83 [2021-02-22T22:41:28.313Z] 22:39:01 1 0.07 0.00 0.05 0.00 0.00 99.88 [2021-02-22T22:41:28.313Z] 22:39:01 2 0.05 0.00 0.02 0.13 0.00 99.80 [2021-02-22T22:41:28.313Z] 22:39:01 3 0.52 0.00 0.02 0.00 0.00 99.47 [2021-02-22T22:41:28.313Z] 22:40:01 all 0.17 0.00 0.04 0.01 0.00 99.78 [2021-02-22T22:41:28.313Z] 22:40:01 0 0.07 0.00 0.07 0.00 0.00 99.87 [2021-02-22T22:41:28.313Z] 22:40:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2021-02-22T22:41:28.313Z] 22:40:01 2 0.05 0.00 0.03 0.05 0.00 99.87 [2021-02-22T22:41:28.313Z] 22:40:01 3 0.52 0.00 0.03 0.00 0.00 99.45 [2021-02-22T22:41:28.313Z] 22:41:01 all 2.04 0.00 1.16 1.73 0.02 95.05 [2021-02-22T22:41:28.313Z] 22:41:01 0 2.42 0.00 1.60 2.79 0.00 93.18 [2021-02-22T22:41:28.313Z] 22:41:01 1 0.87 0.00 0.73 0.40 0.02 97.98 [2021-02-22T22:41:28.313Z] 22:41:01 2 3.07 0.00 1.55 1.35 0.03 93.99 [2021-02-22T22:41:28.313Z] 22:41:01 3 1.80 0.00 0.75 2.37 0.02 95.06 [2021-02-22T22:41:28.313Z] Average: all 14.98 0.00 7.93 4.74 0.05 72.30 [2021-02-22T22:41:28.313Z] Average: 0 14.83 0.00 8.06 4.50 0.05 72.56 [2021-02-22T22:41:28.313Z] Average: 1 14.79 0.00 7.79 4.77 0.06 72.59 [2021-02-22T22:41:28.313Z] Average: 2 15.35 0.00 7.92 4.66 0.06 72.02 [2021-02-22T22:41:28.313Z] Average: 3 14.96 0.00 7.95 5.04 0.05 72.00 [2021-02-22T22:41:28.313Z] [2021-02-22T22:41:28.313Z] [2021-02-22T22:41:28.313Z]