Pull request #3109 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 9c707fa5c9f2bb8b3675709372ae783111037035+8244c76d4582c1e084a7074f1d4c4e33c3804ff3 (c98f431f14a3f8fe9ce1e4b78cb7f4c2fb156460) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-centos7-docker-4c-2g-24949’ Running on prd-centos7-docker-4c-2g-24953 in /w/workspace/edgexfoundry_edgex-go_PR-3109 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/8 [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/8 # 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 8244c76d4582c1e084a7074f1d4c4e33c3804ff3 into PR head commit 9c707fa5c9f2bb8b3675709372ae783111037035 Merge succeeded, producing 9c707fa5c9f2bb8b3675709372ae783111037035 Checking out Revision 9c707fa5c9f2bb8b3675709372ae783111037035 (PR-3109) > 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/3109/head:refs/remotes/origin/PR-3109 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 9c707fa5c9f2bb8b3675709372ae783111037035 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 8244c76d4582c1e084a7074f1d4c4e33c3804ff3 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 9c707fa5c9f2bb8b3675709372ae783111037035 # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-04T10:22:46.528Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) > git rev-list --no-walk 6778374181067c634be59fa5fbbb34bb40a891bb # timeout=10 [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-04T10:22:46.967Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-04T10:22:47.312Z] ========================================================= [2021-02-04T10:22:47.312Z] EdgeX Global Pipelines Version Info [2021-02-04T10:22:47.312Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-04T10:22:48.753Z] ------------------- [2021-02-04T10:22:48.753Z] stable info: [2021-02-04T10:22:48.753Z] ------------------- [2021-02-04T10:22:48.753Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-04T10:22:48.753Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-04T10:22:48.753Z] Message: update stable to v1.0.179 [2021-02-04T10:22:49.712Z] ------------------- [2021-02-04T10:22:49.712Z] experimental info: [2021-02-04T10:22:49.712Z] ------------------- [2021-02-04T10:22:49.712Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-04T10:22:49.712Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-04T10:22:49.712Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-04T10:22:50.181Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-02-04T10:22:50.429Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-02-04T10:22:50.630Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-04T10:22:50.833Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-04T10:22:51.011Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-04T10:22:51.262Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-04T10:22:51.471Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-04T10:22:51.719Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-02-04T10:22:51.901Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-02-04T10:22:52.090Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-02-04T10:22:52.275Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-04T10:22:52.462Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-04T10:22:52.631Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-04T10:22:52.789Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-04T10:22:52.954Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-04T10:22:53.122Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-02-04T10:22:53.407Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-04T10:22:53.572Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-04T10:22:53.822Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-02-04T10:22:54.014Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-02-04T10:22:54.239Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-02-04T10:22:54.419Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-04T10:22:54.598Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-04T10:22:54.781Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3109 [Pipeline] echo [2021-02-04T10:22:54.973Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3109 [Pipeline] echo [2021-02-04T10:22:55.166Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3109 [Pipeline] echo [2021-02-04T10:22:55.339Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 9c707fa5c9f2bb8b3675709372ae783111037035 [Pipeline] echo [2021-02-04T10:22:55.513Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 9c707fa [Pipeline] echo [2021-02-04T10:22:55.726Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-04T10:22:56.086Z] provisioning config files... [2021-02-04T10:22:56.116Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/8@tmp/config6587060836704366368tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-04T10:22:56.563Z] ---> docker-login.sh [2021-02-04T10:22:56.563Z] nexus3.edgexfoundry.org:10001 [2021-02-04T10:22:56.831Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T10:22:57.093Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T10:22:57.093Z] Configure a credential helper to remove this warning. See [2021-02-04T10:22:57.093Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T10:22:57.093Z] [2021-02-04T10:22:57.093Z] Login Succeeded [2021-02-04T10:22:57.093Z] nexus3.edgexfoundry.org:10002 [2021-02-04T10:22:57.093Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T10:22:57.093Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T10:22:57.093Z] Configure a credential helper to remove this warning. See [2021-02-04T10:22:57.093Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T10:22:57.093Z] [2021-02-04T10:22:57.093Z] Login Succeeded [2021-02-04T10:22:57.093Z] nexus3.edgexfoundry.org:10003 [2021-02-04T10:22:57.354Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T10:22:57.355Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T10:22:57.355Z] Configure a credential helper to remove this warning. See [2021-02-04T10:22:57.355Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T10:22:57.355Z] [2021-02-04T10:22:57.355Z] Login Succeeded [2021-02-04T10:22:57.355Z] nexus3.edgexfoundry.org:10004 [2021-02-04T10:22:57.355Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T10:22:57.621Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T10:22:57.621Z] Configure a credential helper to remove this warning. See [2021-02-04T10:22:57.621Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T10:22:57.621Z] [2021-02-04T10:22:57.621Z] Login Succeeded [2021-02-04T10:22:57.621Z] docker.io [2021-02-04T10:22:57.621Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T10:22:58.567Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T10:22:58.567Z] Configure a credential helper to remove this warning. See [2021-02-04T10:22:58.567Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T10:22:58.567Z] [2021-02-04T10:22:58.567Z] Login Succeeded [2021-02-04T10:22:58.567Z] ---> docker-login.sh ends [Pipeline] } [2021-02-04T10:22:58.576Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-04T10:22:59.216Z] ++ 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-04T10:22:59.216Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T10:22:59.216Z] ++ dirname cmd/core-command/Dockerfile [2021-02-04T10:22:59.216Z] ++ cut -d/ -f2 [2021-02-04T10:22:59.216Z] + echo core-command,cmd/core-command/Dockerfile [2021-02-04T10:22:59.216Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T10:22:59.216Z] ++ dirname cmd/core-data/Dockerfile [2021-02-04T10:22:59.216Z] ++ cut -d/ -f2 [2021-02-04T10:22:59.216Z] + echo core-data,cmd/core-data/Dockerfile [2021-02-04T10:22:59.216Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T10:22:59.216Z] ++ cut -d/ -f2 [2021-02-04T10:22:59.216Z] ++ dirname cmd/core-metadata/Dockerfile [2021-02-04T10:22:59.216Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-02-04T10:22:59.216Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T10:22:59.216Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-02-04T10:22:59.216Z] ++ cut -d/ -f2 [2021-02-04T10:22:59.216Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-02-04T10:22:59.216Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T10:22:59.216Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-02-04T10:22:59.216Z] ++ cut -d/ -f2 [2021-02-04T10:22:59.216Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-02-04T10:22:59.216Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T10:22:59.216Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-02-04T10:22:59.216Z] ++ cut -d/ -f2 [2021-02-04T10:22:59.216Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-02-04T10:22:59.216Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T10:22:59.216Z] ++ dirname cmd/support-notifications/Dockerfile [2021-02-04T10:22:59.216Z] ++ cut -d/ -f2 [2021-02-04T10:22:59.216Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-02-04T10:22:59.216Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T10:22:59.216Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-02-04T10:22:59.216Z] ++ cut -d/ -f2 [2021-02-04T10:22:59.216Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-02-04T10:22:59.216Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T10:22:59.216Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-02-04T10:22:59.216Z] ++ cut -d/ -f2 [2021-02-04T10:22:59.216Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-02-04T10:22:59.287Z] 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-04T10:23:00.551Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-04T10:23:00.551Z] [2021-02-04T10:23:00.551Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:23:00.965Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-04T10:23:00.965Z] latest: Pulling from edgex-devops/git-semver [2021-02-04T10:23:00.965Z] 31603596830f: Pulling fs layer [2021-02-04T10:23:00.965Z] 2a8b12db71e7: Pulling fs layer [2021-02-04T10:23:00.965Z] 6ca5941a6612: Pulling fs layer [2021-02-04T10:23:00.965Z] ecc8261a40a4: Pulling fs layer [2021-02-04T10:23:00.965Z] ecc8261a40a4: Waiting [2021-02-04T10:23:00.965Z] 2a8b12db71e7: Verifying Checksum [2021-02-04T10:23:00.965Z] 2a8b12db71e7: Download complete [2021-02-04T10:23:01.232Z] 31603596830f: Verifying Checksum [2021-02-04T10:23:01.232Z] 31603596830f: Download complete [2021-02-04T10:23:01.232Z] ecc8261a40a4: Verifying Checksum [2021-02-04T10:23:01.232Z] ecc8261a40a4: Download complete [2021-02-04T10:23:01.232Z] 6ca5941a6612: Verifying Checksum [2021-02-04T10:23:01.232Z] 6ca5941a6612: Download complete [2021-02-04T10:23:01.495Z] 31603596830f: Pull complete [2021-02-04T10:23:01.763Z] 2a8b12db71e7: Pull complete [2021-02-04T10:23:02.714Z] 6ca5941a6612: Pull complete [2021-02-04T10:23:02.976Z] ecc8261a40a4: Pull complete [2021-02-04T10:23:02.976Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-04T10:23:02.976Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-04T10:23:02.976Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-04T10:23:03.143Z] prd-centos7-docker-4c-2g-24953 does not seem to be running inside a container [2021-02-04T10:23:03.192Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-04T10:23:05.748Z] $ docker top b8b406faa6659ee7befd346887906cb59c4c4933b88526c47998989ba5d94bbb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-04T10:23:06.310Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-04T10:23:06.310Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-04T10:23:06.546Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-04T10:23:06.550Z] $ docker exec b8b406faa6659ee7befd346887906cb59c4c4933b88526c47998989ba5d94bbb ssh-agent [2021-02-04T10:23:06.732Z] SSH_AUTH_SOCK=/tmp/ssh-sHq13O4zsck3/agent.11 [2021-02-04T10:23:06.732Z] SSH_AGENT_PID=17 [2021-02-04T10:23:06.751Z] Running ssh-add (command line suppressed) [2021-02-04T10:23:06.877Z] Identity added: /w/workspace/edgex-go/8@tmp/private_key_8186202313271512382.key (/w/workspace/edgex-go/8@tmp/private_key_8186202313271512382.key) [2021-02-04T10:23:06.940Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-04T10:23:07.524Z] + git tag --points-at HEAD [Pipeline] } [2021-02-04T10:23:07.563Z] $ docker exec --env ******** --env ******** b8b406faa6659ee7befd346887906cb59c4c4933b88526c47998989ba5d94bbb ssh-agent -k [2021-02-04T10:23:07.697Z] unset SSH_AUTH_SOCK; [2021-02-04T10:23:07.697Z] unset SSH_AGENT_PID; [2021-02-04T10:23:07.697Z] echo Agent pid 17 killed; [2021-02-04T10:23:07.754Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-04T10:23:08.187Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-04T10:23:08.187Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-04T10:23:08.360Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-04T10:23:08.363Z] $ docker exec b8b406faa6659ee7befd346887906cb59c4c4933b88526c47998989ba5d94bbb ssh-agent [2021-02-04T10:23:08.555Z] SSH_AUTH_SOCK=/tmp/ssh-FSq7nIF94bC4/agent.46 [2021-02-04T10:23:08.555Z] SSH_AGENT_PID=51 [2021-02-04T10:23:08.563Z] Running ssh-add (command line suppressed) [2021-02-04T10:23:08.683Z] Identity added: /w/workspace/edgex-go/8@tmp/private_key_5378716458001642427.key (/w/workspace/edgex-go/8@tmp/private_key_5378716458001642427.key) [2021-02-04T10:23:08.741Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-04T10:23:09.117Z] + git semver init [2021-02-04T10:23:09.117Z] # -> Open(): unable to determine branch for HEAD [2021-02-04T10:23:09.117Z] # $GIT_DIR = /w/workspace/edgex-go/8/.git [2021-02-04T10:23:09.117Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/8 [2021-02-04T10:23:09.117Z] # $SEMVER_REMOTE_NAME = origin [2021-02-04T10:23:09.117Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-04T10:23:09.117Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-04T10:23:09.117Z] # $SEMVER_BRANCH = PR-3109 [2021-02-04T10:23:09.117Z] # $SEMVER_TEMP = /tmp/semver-336942728 [2021-02-04T10:23:09.117Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-02-04T10:23:31.148Z] # '/tmp/semver-336942728' -> '/w/workspace/edgex-go/8/.semver' [2021-02-04T10:23:31.148Z] # -> Force: false [2021-02-04T10:23:31.148Z] # $SEMVER_DIR = /w/workspace/edgex-go/8/.semver [Pipeline] } [2021-02-04T10:23:31.160Z] $ docker exec --env ******** --env ******** b8b406faa6659ee7befd346887906cb59c4c4933b88526c47998989ba5d94bbb ssh-agent -k [2021-02-04T10:23:31.402Z] unset SSH_AUTH_SOCK; [2021-02-04T10:23:31.402Z] unset SSH_AGENT_PID; [2021-02-04T10:23:31.402Z] echo Agent pid 51 killed; [2021-02-04T10:23:31.476Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-04T10:23:32.210Z] + git semver [Pipeline] } [2021-02-04T10:23:32.227Z] $ docker stop --time=1 b8b406faa6659ee7befd346887906cb59c4c4933b88526c47998989ba5d94bbb [2021-02-04T10:23:33.844Z] $ docker rm -f b8b406faa6659ee7befd346887906cb59c4c4933b88526c47998989ba5d94bbb [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-04T10:23:34.465Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-04T10:23:35.134Z] Stashed 1 file(s) [Pipeline] echo [2021-02-04T10:23:35.137Z] [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-04T10:23:36.524Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-04T10:23:36.821Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-04T10:23:37.115Z] + sudo service docker restart [2021-02-04T10:23:37.115Z] + true [2021-02-04T10:23:37.115Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-02-04T10:23:37.716Z] ========================================================= [2021-02-04T10:23:37.716Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-04T10:23:37.716Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:23:38.107Z] + 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-04T10:23:42.354Z] Sending build context to Docker daemon 327.5MB [2021-02-04T10:23:42.354Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-04T10:23:42.354Z] Step 2/6 : FROM ${BASE} [2021-02-04T10:23:42.354Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-04T10:23:42.354Z] 188c0c94c7c5: Pulling fs layer [2021-02-04T10:23:42.354Z] 0ef7d3d256c8: Pulling fs layer [2021-02-04T10:23:42.354Z] de9db76c5a1d: Pulling fs layer [2021-02-04T10:23:42.354Z] bca2f99d35d6: Pulling fs layer [2021-02-04T10:23:42.354Z] 93359f2a8cfa: Pulling fs layer [2021-02-04T10:23:42.354Z] 7c6f9722023f: Pulling fs layer [2021-02-04T10:23:42.354Z] a35cf1a2eb13: Pulling fs layer [2021-02-04T10:23:42.354Z] 93359f2a8cfa: Waiting [2021-02-04T10:23:42.354Z] 7c6f9722023f: Waiting [2021-02-04T10:23:42.354Z] a35cf1a2eb13: Waiting [2021-02-04T10:23:42.354Z] bca2f99d35d6: Waiting [2021-02-04T10:23:42.354Z] de9db76c5a1d: Verifying Checksum [2021-02-04T10:23:42.354Z] de9db76c5a1d: Download complete [2021-02-04T10:23:42.354Z] 0ef7d3d256c8: Download complete [2021-02-04T10:23:42.354Z] 93359f2a8cfa: Verifying Checksum [2021-02-04T10:23:42.354Z] 93359f2a8cfa: Download complete [2021-02-04T10:23:42.354Z] 188c0c94c7c5: Verifying Checksum [2021-02-04T10:23:42.354Z] 188c0c94c7c5: Download complete [2021-02-04T10:23:42.354Z] 7c6f9722023f: Verifying Checksum [2021-02-04T10:23:42.354Z] 188c0c94c7c5: Pull complete [2021-02-04T10:23:42.616Z] 0ef7d3d256c8: Pull complete [2021-02-04T10:23:42.616Z] de9db76c5a1d: Pull complete [2021-02-04T10:23:44.541Z] a35cf1a2eb13: Verifying Checksum [2021-02-04T10:23:45.116Z] bca2f99d35d6: Verifying Checksum [2021-02-04T10:23:45.116Z] bca2f99d35d6: Download complete [2021-02-04T10:23:50.448Z] bca2f99d35d6: Pull complete [2021-02-04T10:23:50.448Z] 93359f2a8cfa: Pull complete [2021-02-04T10:23:50.448Z] 7c6f9722023f: Pull complete [2021-02-04T10:23:50.823Z] Still waiting to schedule task [2021-02-04T10:23:50.823Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-24957’ is offline [2021-02-04T10:23:54.698Z] a35cf1a2eb13: Pull complete [2021-02-04T10:23:54.967Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-04T10:23:54.967Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-04T10:23:54.967Z] ---> a62c8e92a672 [2021-02-04T10:23:54.967Z] 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-04T10:23:54.967Z] ---> Running in 65b88e579e60 [2021-02-04T10:23:55.917Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T10:23:56.501Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T10:23:56.775Z] (1/12) Installing libmagic (5.38-r0) [2021-02-04T10:23:57.038Z] (2/12) Installing file (5.38-r0) [2021-02-04T10:23:57.038Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-04T10:23:57.038Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-04T10:24:09.327Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-04T10:24:09.327Z] (6/12) Installing patch (2.7.6-r6) [2021-02-04T10:24:09.327Z] (7/12) Installing build-base (0.5-r2) [2021-02-04T10:24:09.327Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-04T10:24:09.327Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-04T10:24:09.327Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-04T10:24:09.327Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-04T10:24:09.327Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-04T10:24:09.592Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T10:24:09.592Z] OK: 233 MiB in 51 packages [2021-02-04T10:24:13.826Z] Removing intermediate container 65b88e579e60 [2021-02-04T10:24:13.826Z] ---> c6cb3a5dc58a [2021-02-04T10:24:13.826Z] Step 4/6 : WORKDIR /edgex-go [2021-02-04T10:24:13.826Z] ---> Running in 5c70a9c61017 [2021-02-04T10:24:13.826Z] Removing intermediate container 5c70a9c61017 [2021-02-04T10:24:13.826Z] ---> a7f24101b309 [2021-02-04T10:24:13.826Z] Step 5/6 : COPY go.mod . [2021-02-04T10:24:13.826Z] ---> fed5103e9949 [2021-02-04T10:24:13.826Z] Step 6/6 : RUN go mod download [2021-02-04T10:24:13.826Z] ---> Running in f96df04c8b8c [2021-02-04T10:24:35.868Z] Removing intermediate container f96df04c8b8c [2021-02-04T10:24:35.868Z] ---> 295dce3f6416 [2021-02-04T10:24:35.868Z] Successfully built 295dce3f6416 [2021-02-04T10:24:35.868Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:24:36.186Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-04T10:24:36.186Z] . [Pipeline] withDockerContainer [2021-02-04T10:24:36.308Z] prd-centos7-docker-4c-2g-24953 does not seem to be running inside a container [2021-02-04T10:24:36.358Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-04T10:24:37.305Z] $ docker top 4e192fd39642c50d89aa8aed459b4ac735986401a2e6b9293f1688222b250879 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-04T10:24:37.915Z] + go version [2021-02-04T10:24:37.915Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-04T10:24:37.932Z] $ docker stop --time=1 4e192fd39642c50d89aa8aed459b4ac735986401a2e6b9293f1688222b250879 [2021-02-04T10:24:39.276Z] $ docker rm -f 4e192fd39642c50d89aa8aed459b4ac735986401a2e6b9293f1688222b250879 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:24:40.559Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-04T10:24:40.559Z] . [Pipeline] withDockerContainer [2021-02-04T10:24:40.674Z] prd-centos7-docker-4c-2g-24953 does not seem to be running inside a container [2021-02-04T10:24:40.724Z] $ 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/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-04T10:24:41.828Z] $ docker top eeba049deb785592b39b783af26997ca737b0094b9dc215713dd520b85ffff5f -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-04T10:24:42.113Z] ========================================================= [2021-02-04T10:24:42.113Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-04T10:24:42.113Z] ========================================================= [Pipeline] sh [2021-02-04T10:24:42.406Z] + make test [2021-02-04T10:24:42.406Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-04T10:24:52.458Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-04T10:25:10.764Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-04T10:25:11.775Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-04T10:25:13.779Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-04T10:25:13.779Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-04T10:25:13.779Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-02-04T10:25:16.363Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-04T10:25:16.363Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-04T10:25:16.363Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-04T10:25:16.363Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-04T10:25:16.630Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-04T10:25:17.607Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-04T10:25:21.017Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-04T10:25:21.017Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-04T10:25:21.017Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-04T10:25:24.431Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.456s coverage: 46.0% of statements [2021-02-04T10:25:24.431Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-04T10:25:24.431Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-04T10:25:24.431Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-04T10:25:24.431Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-04T10:25:24.431Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-04T10:25:24.431Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-04T10:25:24.431Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-04T10:25:24.431Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.070s coverage: 100.0% of statements [2021-02-04T10:25:27.038Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.265s coverage: 27.1% of statements [2021-02-04T10:25:27.038Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-04T10:25:27.038Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-04T10:25:27.038Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-04T10:25:27.038Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-04T10:25:27.038Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-04T10:25:27.038Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-04T10:25:27.038Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.061s coverage: 100.0% of statements [2021-02-04T10:25:27.038Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-04T10:25:27.038Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.062s coverage: 100.0% of statements [2021-02-04T10:25:27.038Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-04T10:25:27.038Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-04T10:25:27.655Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.117s coverage: 65.8% of statements [2021-02-04T10:25:27.655Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-04T10:25:27.655Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-04T10:25:28.255Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.444s coverage: 82.3% of statements [2021-02-04T10:25:28.255Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-04T10:25:28.255Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-04T10:25:28.255Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-04T10:25:28.255Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-04T10:25:29.679Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.374s coverage: 28.6% of statements [2021-02-04T10:25:29.679Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-04T10:25:29.679Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-04T10:25:29.679Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-04T10:25:29.679Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-04T10:25:29.679Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-04T10:25:29.679Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.064s coverage: 100.0% of statements [2021-02-04T10:25:29.679Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-04T10:25:29.679Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.067s coverage: 100.0% of statements [2021-02-04T10:25:29.679Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-04T10:25:30.654Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.153s coverage: 86.7% of statements [2021-02-04T10:25:30.654Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-04T10:25:31.264Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.096s coverage: 97.5% of statements [2021-02-04T10:25:31.264Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-04T10:25:31.264Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.107s coverage: 78.3% of statements [2021-02-04T10:25:31.264Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-04T10:25:31.264Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-04T10:25:31.264Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-04T10:25:31.264Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-04T10:25:33.248Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.438s coverage: 92.8% of statements [2021-02-04T10:25:33.248Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-04T10:25:33.248Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-04T10:25:33.248Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-04T10:25:33.248Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-04T10:25:33.248Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-04T10:25:33.248Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-04T10:25:33.248Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-04T10:25:33.248Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-04T10:25:33.248Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-04T10:25:33.248Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-04T10:25:33.248Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-04T10:25:33.248Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-04T10:25:33.248Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-04T10:25:33.248Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-04T10:25:33.248Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-04T10:25:33.248Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-04T10:25:33.248Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-04T10:25:33.248Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-04T10:25:33.248Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.050s coverage: 58.8% of statements [2021-02-04T10:25:33.248Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-04T10:25:33.248Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-04T10:25:33.248Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.082s coverage: 0.1% of statements [2021-02-04T10:25:33.248Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-04T10:25:33.248Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-04T10:25:33.248Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-04T10:25:33.248Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.034s coverage: 45.5% of statements [2021-02-04T10:25:33.523Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.040s coverage: 79.5% of statements [2021-02-04T10:25:33.523Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.034s coverage: 94.1% of statements [2021-02-04T10:25:33.523Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.051s coverage: 96.3% of statements [2021-02-04T10:25:34.506Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.035s coverage: 87.5% of statements [2021-02-04T10:25:46.843Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.057s coverage: 94.4% of statements [2021-02-04T10:25:46.843Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.042s coverage: 44.8% of statements [2021-02-04T10:25:57.667Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.111s coverage: 92.9% of statements [2021-02-04T10:25:57.667Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-04T10:25:57.667Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-04T10:25:57.667Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-04T10:25:57.667Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-04T10:25:57.667Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.043s coverage: 87.2% of statements [2021-02-04T10:25:57.667Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-04T10:25:57.667Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-04T10:25:57.667Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.028s coverage: 100.0% of statements [2021-02-04T10:25:57.667Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-04T10:25:57.667Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.081s coverage: 75.5% of statements [2021-02-04T10:25:57.667Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-04T10:25:57.667Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements [2021-02-04T10:25:57.667Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.065s coverage: 87.2% of statements [2021-02-04T10:25:57.667Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.044s coverage: 84.2% of statements [2021-02-04T10:25:57.667Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.093s coverage: 91.4% of statements [2021-02-04T10:25:57.667Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-04T10:25:57.667Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.171s coverage: 63.5% of statements [2021-02-04T10:25:57.667Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-04T10:25:57.667Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-04T10:25:57.667Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.032s coverage: 100.0% of statements [2021-02-04T10:25:57.667Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.032s coverage: 91.3% of statements [2021-02-04T10:25:57.667Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements [2021-02-04T10:25:57.667Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements [2021-02-04T10:25:57.667Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.035s coverage: 100.0% of statements [2021-02-04T10:25:57.667Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.430s coverage: 68.9% of statements [2021-02-04T10:25:57.667Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-04T10:25:57.667Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-04T10:25:57.667Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-02-04T10:25:57.667Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-02-04T10:25:57.667Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-02-04T10:25:57.667Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.091s coverage: 37.0% of statements [2021-02-04T10:25:57.667Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-04T10:25:57.667Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-04T10:25:57.667Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.365s coverage: 84.0% of statements [2021-02-04T10:25:57.667Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.034s coverage: 100.0% of statements [2021-02-04T10:25:57.667Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.155s coverage: 47.0% of statements [2021-02-04T10:25:57.667Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-04T10:25:57.667Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-04T10:25:57.667Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-04T10:25:57.667Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-04T10:25:57.667Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-04T10:25:57.667Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.058s coverage: 100.0% of statements [2021-02-04T10:25:57.667Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-04T10:25:57.667Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.048s coverage: 100.0% of statements [2021-02-04T10:25:57.667Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-04T10:25:57.667Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-04T10:25:57.667Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-04T10:25:57.667Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-04T10:25:57.667Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.076s coverage: 90.4% of statements [2021-02-04T10:25:57.667Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-04T10:25:57.667Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-04T10:25:57.667Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-04T10:25:57.667Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.868s coverage: 29.1% of statements [2021-02-04T10:25:57.667Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-04T10:25:57.667Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-04T10:25:57.667Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-04T10:25:57.667Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-04T10:25:57.667Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-04T10:25:57.667Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.069s coverage: 99.0% of statements [2021-02-04T10:25:57.667Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-04T10:25:57.667Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.063s coverage: 100.0% of statements [2021-02-04T10:25:57.667Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-04T10:25:57.667Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-04T10:25:57.667Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-04T10:25:57.667Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-04T10:25:57.667Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.068s coverage: 100.0% of statements [2021-02-04T10:25:57.667Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-04T10:25:57.667Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-04T10:25:57.667Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-04T10:25:57.667Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.031s coverage: 0.0% of statements [2021-02-04T10:25:57.667Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-04T10:25:57.667Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.039s coverage: 100.0% of statements [2021-02-04T10:25:57.667Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-04T10:25:57.667Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-04T10:25:57.667Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-04T10:25:57.667Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-04T10:25:57.667Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.048s coverage: 87.9% of statements [2021-02-04T10:25:57.667Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-04T10:25:57.667Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-04T10:25:57.667Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.033s coverage: 100.0% of statements [2021-02-04T10:25:57.667Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.038s coverage: 32.1% of statements [2021-02-04T10:25:57.667Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-02-04T10:25:57.667Z] GO111MODULE=on go vet ./... [2021-02-04T10:26:05.379Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-24959 in /w/workspace/edgexfoundry_edgex-go_PR-3109 [Pipeline] { [Pipeline] ws [2021-02-04T10:26:05.479Z] Running in /w/workspace/edgex-go/8 [Pipeline] { [Pipeline] checkout [2021-02-04T10:26:10.714Z] using credential edgex-jenkins-ssh [2021-02-04T10:26:10.834Z] Cloning the remote Git repository [2021-02-04T10:26:10.888Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-04T10:26:10.989Z] > git init /w/workspace/edgex-go/8 # timeout=10 [2021-02-04T10:26:11.054Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-04T10:26:11.054Z] > git --version # timeout=10 [2021-02-04T10:26:11.069Z] > git --version # 'git version 2.17.1' [2021-02-04T10:26:11.070Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-04T10:26:11.150Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-04T10:26:29.941Z] gofmt -l . [2021-02-04T10:26:29.941Z] [ "`gofmt -l .`" = "" ] [2021-02-04T10:26:29.941Z] ./bin/test-go-mod-tidy.sh [2021-02-04T10:26:29.941Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-04T10:26:30.575Z] + ls -al . [2021-02-04T10:26:30.575Z] total 684 [2021-02-04T10:26:30.575Z] drwxrwxr-x 10 1001 1001 4096 Feb 4 10:26 . [2021-02-04T10:26:30.575Z] drwxr-xr-x 4 root root 28 Feb 4 10:24 .. [2021-02-04T10:26:30.575Z] -rw-rw-r-- 1 1001 1001 11 Feb 4 10:22 .dockerignore [2021-02-04T10:26:30.575Z] drwxrwxr-x 8 1001 1001 179 Feb 4 10:22 .git [2021-02-04T10:26:30.575Z] drwxrwxr-x 3 1001 1001 125 Feb 4 10:22 .github [2021-02-04T10:26:30.575Z] -rw-rw-r-- 1 1001 1001 872 Feb 4 10:22 .gitignore [2021-02-04T10:26:30.575Z] drwx------ 3 1001 1001 60 Feb 4 10:23 .semver [2021-02-04T10:26:30.575Z] -rw-rw-r-- 1 1001 1001 166 Feb 4 10:22 .sonarcloud.properties [2021-02-04T10:26:30.575Z] -rw-rw-r-- 1 1001 1001 7859 Feb 4 10:22 Attribution.txt [2021-02-04T10:26:30.575Z] -rw-rw-r-- 1 1001 1001 3804 Feb 4 10:22 CONTRIBUTING.md [2021-02-04T10:26:30.575Z] -rw-rw-r-- 1 1001 1001 931 Feb 4 10:22 Dockerfile.build [2021-02-04T10:26:30.575Z] -rw-rw-r-- 1 1001 1001 863 Feb 4 10:22 Jenkinsfile [2021-02-04T10:26:30.575Z] -rw-rw-r-- 1 1001 1001 10775 Feb 4 10:22 LICENSE [2021-02-04T10:26:30.575Z] -rw-rw-r-- 1 1001 1001 6001 Feb 4 10:22 Makefile [2021-02-04T10:26:30.575Z] -rw-rw-r-- 1 1001 1001 6524 Feb 4 10:22 README.md [2021-02-04T10:26:30.575Z] -rw-rw-r-- 1 1001 1001 6755 Feb 4 10:22 SECURITY.md [2021-02-04T10:26:30.575Z] -rw-rw-r-- 1 1001 1001 5 Feb 4 10:23 VERSION [2021-02-04T10:26:30.575Z] -rw-rw-r-- 1 1001 1001 4131 Feb 4 10:22 ZMQWindows.md [2021-02-04T10:26:30.575Z] drwxrwxr-x 2 1001 1001 117 Feb 4 10:22 bin [2021-02-04T10:26:30.575Z] drwxrwxr-x 15 1001 1001 4096 Feb 4 10:22 cmd [2021-02-04T10:26:30.575Z] -rw-r--r-- 1 root root 580808 Feb 4 10:25 coverage.out [2021-02-04T10:26:30.575Z] -rw-r--r-- 1 root root 1054 Feb 4 10:26 go.mod [2021-02-04T10:26:30.575Z] -rw-r--r-- 1 root root 19517 Feb 4 10:26 go.sum [2021-02-04T10:26:30.575Z] drwxrwxr-x 8 1001 1001 127 Feb 4 10:22 internal [2021-02-04T10:26:30.575Z] drwxrwxr-x 4 1001 1001 26 Feb 4 10:22 openapi [2021-02-04T10:26:30.575Z] drwxrwxr-x 4 1001 1001 71 Feb 4 10:22 snap [2021-02-04T10:26:30.575Z] -rw-rw-r-- 1 1001 1001 168 Feb 4 10:22 version.go [Pipeline] sh [2021-02-04T10:26:30.877Z] + '[' -e coverage.out ] [2021-02-04T10:26:30.877Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-04T10:26:31.083Z] Stashed 1 file(s) [Pipeline] sh [2021-02-04T10:26:31.386Z] + make build [2021-02-04T10:26:31.386Z] 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-04T10:26:31.698Z] Merging remotes/origin/master commit 8244c76d4582c1e084a7074f1d4c4e33c3804ff3 into PR head commit 9c707fa5c9f2bb8b3675709372ae783111037035 [2021-02-04T10:26:30.837Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-04T10:26:30.854Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-04T10:26:30.917Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-04T10:26:30.983Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-04T10:26:30.984Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-04T10:26:31.008Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3109/head:refs/remotes/origin/PR-3109 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-04T10:26:31.721Z] > git config core.sparsecheckout # timeout=10 [2021-02-04T10:26:31.745Z] > git checkout -f 9c707fa5c9f2bb8b3675709372ae783111037035 # timeout=10 [2021-02-04T10:26:32.066Z] > git remote # timeout=10 [2021-02-04T10:26:32.090Z] > git config --get remote.origin.url # timeout=10 [2021-02-04T10:26:32.109Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-04T10:26:32.165Z] Merge succeeded, producing 9c707fa5c9f2bb8b3675709372ae783111037035 [2021-02-04T10:26:32.166Z] Checking out Revision 9c707fa5c9f2bb8b3675709372ae783111037035 (PR-3109) [2021-02-04T10:26:32.126Z] > git merge 8244c76d4582c1e084a7074f1d4c4e33c3804ff3 # timeout=10 [2021-02-04T10:26:32.149Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-04T10:26:32.177Z] > git config core.sparsecheckout # timeout=10 [2021-02-04T10:26:32.193Z] > git checkout -f 9c707fa5c9f2bb8b3675709372ae783111037035 # timeout=10 [2021-02-04T10:26:35.639Z] 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-04T10:26:36.658Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-04T10:26:38.342Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-04T10:26:38.827Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-04T10:26:39.172Z] + sudo service docker+ restart [2021-02-04T10:26:39.173Z] true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-04T10:26:41.279Z] provisioning config files... [2021-02-04T10:26:41.325Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/8@tmp/config7393226958482494771tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-04T10:26:41.819Z] ---> docker-login.sh [2021-02-04T10:26:41.819Z] nexus3.edgexfoundry.org:10001 [2021-02-04T10:26:42.418Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T10:26:43.023Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T10:26:43.023Z] Configure a credential helper to remove this warning. See [2021-02-04T10:26:43.023Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T10:26:43.023Z] [2021-02-04T10:26:43.023Z] Login Succeeded [2021-02-04T10:26:43.023Z] nexus3.edgexfoundry.org:10002 [2021-02-04T10:26:43.299Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T10:26:43.578Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T10:26:43.578Z] Configure a credential helper to remove this warning. See [2021-02-04T10:26:43.578Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T10:26:43.578Z] [2021-02-04T10:26:43.578Z] Login Succeeded [2021-02-04T10:26:43.578Z] nexus3.edgexfoundry.org:10003 [2021-02-04T10:26:43.854Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T10:26:44.133Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T10:26:44.133Z] Configure a credential helper to remove this warning. See [2021-02-04T10:26:44.133Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T10:26:44.133Z] [2021-02-04T10:26:44.133Z] Login Succeeded [2021-02-04T10:26:44.133Z] nexus3.edgexfoundry.org:10004 [2021-02-04T10:26:44.408Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T10:26:44.682Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T10:26:44.682Z] Configure a credential helper to remove this warning. See [2021-02-04T10:26:44.682Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T10:26:44.682Z] [2021-02-04T10:26:44.682Z] Login Succeeded [2021-02-04T10:26:44.682Z] docker.io [2021-02-04T10:26:44.962Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T10:26:45.815Z] 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-04T10:26:45.816Z] 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-04T10:26:45.933Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T10:26:45.933Z] Configure a credential helper to remove this warning. See [2021-02-04T10:26:45.933Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T10:26:45.933Z] [2021-02-04T10:26:45.933Z] Login Succeeded [2021-02-04T10:26:45.933Z] ---> docker-login.sh ends [Pipeline] } [2021-02-04T10:26:45.951Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-04T10:26:46.736Z] ========================================================= [2021-02-04T10:26:46.736Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-04T10:26:46.736Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:26:47.157Z] + 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-04T10:26:47.795Z] 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-04T10:26:48.060Z] 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-04T10:26:49.819Z] Sending build context to Docker daemon 166.1MB [2021-02-04T10:26:49.819Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-04T10:26:49.819Z] Step 2/6 : FROM ${BASE} [2021-02-04T10:26:49.819Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-04T10:26:49.819Z] 5f621e34cdf4: Pulling fs layer [2021-02-04T10:26:49.819Z] a4357932f1b6: Pulling fs layer [2021-02-04T10:26:49.819Z] 18c013af1878: Pulling fs layer [2021-02-04T10:26:49.819Z] 00ac8860ef70: Pulling fs layer [2021-02-04T10:26:49.819Z] 63d7cb157983: Pulling fs layer [2021-02-04T10:26:49.819Z] b116817d02f9: Pulling fs layer [2021-02-04T10:26:49.819Z] 745a02a5169b: Pulling fs layer [2021-02-04T10:26:49.819Z] 00ac8860ef70: Waiting [2021-02-04T10:26:49.819Z] 63d7cb157983: Waiting [2021-02-04T10:26:49.819Z] b116817d02f9: Waiting [2021-02-04T10:26:49.819Z] 745a02a5169b: Waiting [2021-02-04T10:26:49.819Z] 18c013af1878: Verifying Checksum [2021-02-04T10:26:49.819Z] 18c013af1878: Download complete [2021-02-04T10:26:49.819Z] a4357932f1b6: Download complete [2021-02-04T10:26:49.819Z] 63d7cb157983: Verifying Checksum [2021-02-04T10:26:49.819Z] 63d7cb157983: Download complete [2021-02-04T10:26:49.819Z] 5f621e34cdf4: Verifying Checksum [2021-02-04T10:26:49.819Z] 5f621e34cdf4: Download complete [2021-02-04T10:26:49.819Z] b116817d02f9: Download complete [2021-02-04T10:26:49.987Z] 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-04T10:26:50.412Z] 5f621e34cdf4: Pull complete [2021-02-04T10:26:50.685Z] a4357932f1b6: Pull complete [2021-02-04T10:26:50.957Z] 18c013af1878: Pull complete [2021-02-04T10:26:51.935Z] 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-04T10:26:51.945Z] 745a02a5169b: Verifying Checksum [2021-02-04T10:26:51.945Z] 745a02a5169b: Download complete [2021-02-04T10:26:52.891Z] 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-04T10:26:53.387Z] 00ac8860ef70: Verifying Checksum [2021-02-04T10:26:53.387Z] 00ac8860ef70: Download complete [2021-02-04T10:26:54.288Z] 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-04T10:26:55.700Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-02-04T10:26:56.649Z] 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-04T10:26:58.057Z] 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-04T10:27:00.007Z] $ docker stop --time=1 eeba049deb785592b39b783af26997ca737b0094b9dc215713dd520b85ffff5f [2021-02-04T10:27:01.728Z] $ docker rm -f eeba049deb785592b39b783af26997ca737b0094b9dc215713dd520b85ffff5f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2021-02-04T10:27:03.579Z] 00ac8860ef70: Pull complete [2021-02-04T10:27:03.579Z] 63d7cb157983: Pull complete [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:27:04.048Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-04T10:27:04.049Z] [2021-02-04T10:27:04.049Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:27:04.181Z] b116817d02f9: Pull complete [2021-02-04T10:27:04.450Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-04T10:27:04.450Z] latest: Pulling from edgex-devops/edgex-compose [2021-02-04T10:27:04.450Z] cbdbe7a5bc2a: Pulling fs layer [2021-02-04T10:27:04.450Z] ca9280d653b3: Pulling fs layer [2021-02-04T10:27:04.450Z] 7e9c9ca2126c: Pulling fs layer [2021-02-04T10:27:04.450Z] cbdbe7a5bc2a: Verifying Checksum [2021-02-04T10:27:04.450Z] cbdbe7a5bc2a: Download complete [2021-02-04T10:27:05.037Z] cbdbe7a5bc2a: Pull complete [2021-02-04T10:27:05.037Z] ca9280d653b3: Verifying Checksum [2021-02-04T10:27:05.037Z] ca9280d653b3: Download complete [2021-02-04T10:27:06.447Z] 7e9c9ca2126c: Download complete [2021-02-04T10:27:06.447Z] ca9280d653b3: Pull complete [2021-02-04T10:27:07.580Z] 745a02a5169b: Pull complete [2021-02-04T10:27:07.580Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-04T10:27:07.854Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-04T10:27:07.854Z] ---> b7e6874047d6 [2021-02-04T10:27:07.854Z] 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-04T10:27:11.268Z] ---> Running in e2dbf13f450b [2021-02-04T10:27:12.253Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T10:27:13.115Z] 7e9c9ca2126c: Pull complete [2021-02-04T10:27:13.115Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-02-04T10:27:13.115Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-04T10:27:13.115Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-02-04T10:27:13.237Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T10:27:13.294Z] prd-centos7-docker-4c-2g-24953 does not seem to be running inside a container [2021-02-04T10:27:13.360Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-02-04T10:27:14.450Z] $ docker top 3261dd92cc580f67d69bbd77164ada96621d62b720b7436e1c6a58e8c60f7ab8 -eo pid,comm [Pipeline] { [2021-02-04T10:27:14.674Z] (1/12) Installing libmagic (5.38-r0) [Pipeline] sh [2021-02-04T10:27:15.068Z] + docker-compose build --help [2021-02-04T10:27:15.068Z] + grep parallel [2021-02-04T10:27:15.270Z] (2/12) Installing file (5.38-r0) [2021-02-04T10:27:15.270Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-04T10:27:15.270Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-04T10:27:16.021Z] --parallel Build images in parallel. [Pipeline] } [2021-02-04T10:27:16.297Z] $ docker stop --time=1 3261dd92cc580f67d69bbd77164ada96621d62b720b7436e1c6a58e8c60f7ab8 [2021-02-04T10:27:17.723Z] $ docker rm -f 3261dd92cc580f67d69bbd77164ada96621d62b720b7436e1c6a58e8c60f7ab8 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:27:18.751Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-04T10:27:18.751Z] . [Pipeline] withDockerContainer [2021-02-04T10:27:18.857Z] prd-centos7-docker-4c-2g-24953 does not seem to be running inside a container [2021-02-04T10:27:18.923Z] $ 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/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-02-04T10:27:19.711Z] $ docker top 1690d76ddb85e04766a8456a3c2d1e91c6bb5ed321315eff84dbec1d418ca4d8 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-04T10:27:20.342Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-04T10:27:21.359Z] Building docker-core-command-go ... [2021-02-04T10:27:21.359Z] Building docker-core-data-go ... [2021-02-04T10:27:21.359Z] Building docker-core-metadata-go ... [2021-02-04T10:27:21.359Z] Building docker-security-bootstrapper-go ... [2021-02-04T10:27:21.359Z] Building docker-security-proxy-setup-go ... [2021-02-04T10:27:21.359Z] Building docker-security-secretstore-setup-go ... [2021-02-04T10:27:21.359Z] Building docker-support-notifications-go ... [2021-02-04T10:27:21.359Z] Building docker-support-scheduler-go ... [2021-02-04T10:27:21.359Z] Building docker-sys-mgmt-agent-go ... [2021-02-04T10:27:21.359Z] Building docker-core-metadata-go [2021-02-04T10:27:21.359Z] Building docker-support-notifications-go [2021-02-04T10:27:21.359Z] Building docker-core-data-go [2021-02-04T10:27:21.359Z] Building docker-core-command-go [2021-02-04T10:27:21.359Z] Building docker-security-secretstore-setup-go [2021-02-04T10:27:33.591Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-04T10:27:33.591Z] (6/12) Installing patch (2.7.6-r6) [2021-02-04T10:27:33.591Z] (7/12) Installing build-base (0.5-r2) [2021-02-04T10:27:33.591Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-04T10:27:33.591Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-04T10:27:33.591Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-04T10:27:33.591Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-04T10:27:33.591Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-04T10:27:33.591Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T10:27:33.591Z] OK: 217 MiB in 51 packages [2021-02-04T10:27:36.228Z] Removing intermediate container e2dbf13f450b [2021-02-04T10:27:36.228Z] ---> a4e4e3a0c455 [2021-02-04T10:27:36.228Z] Step 4/6 : WORKDIR /edgex-go [2021-02-04T10:27:36.228Z] ---> Running in a6406bef3692 [2021-02-04T10:27:36.499Z] Removing intermediate container a6406bef3692 [2021-02-04T10:27:36.500Z] ---> 4c4fcc2496a6 [2021-02-04T10:27:36.500Z] Step 5/6 : COPY go.mod . [2021-02-04T10:27:37.092Z] ---> 055c5836dcaf [2021-02-04T10:27:37.092Z] Step 6/6 : RUN go mod download [2021-02-04T10:27:37.092Z] ---> Running in 098986fbdcc3 [2021-02-04T10:27:53.741Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T10:27:53.741Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-04T10:27:53.741Z] ---> 295dce3f6416 [2021-02-04T10:27:53.741Z] Step 3/23 : WORKDIR /edgex-go [2021-02-04T10:27:53.741Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T10:27:53.741Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-04T10:27:53.741Z] ---> 295dce3f6416 [2021-02-04T10:27:53.741Z] Step 3/24 : WORKDIR /edgex-go [2021-02-04T10:27:54.012Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T10:27:54.012Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-04T10:27:54.012Z] ---> 295dce3f6416 [2021-02-04T10:27:54.012Z] Step 3/23 : WORKDIR /edgex-go [2021-02-04T10:27:54.593Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T10:27:54.593Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-04T10:27:54.593Z] ---> 295dce3f6416 [2021-02-04T10:27:54.593Z] Step 3/22 : WORKDIR /edgex-go [2021-02-04T10:27:54.858Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T10:27:54.859Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-04T10:27:54.859Z] ---> 295dce3f6416 [2021-02-04T10:27:54.859Z] Step 3/23 : WORKDIR /edgex-go [2021-02-04T10:27:55.128Z] ---> Running in f99012f472aa [2021-02-04T10:27:55.128Z] ---> Running in f739901cd74b [2021-02-04T10:27:55.128Z] ---> Running in f59985628486 [2021-02-04T10:27:55.128Z] ---> Running in d9c178696315 [2021-02-04T10:27:55.128Z] ---> Running in ccf65ca819c3 [2021-02-04T10:27:55.713Z] Removing intermediate container f59985628486 [2021-02-04T10:27:55.713Z] ---> b710e882a418 [2021-02-04T10:27:55.713Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T10:27:55.713Z] Removing intermediate container f739901cd74b [2021-02-04T10:27:55.713Z] ---> d033b17422ca [2021-02-04T10:27:55.713Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T10:27:55.713Z] Removing intermediate container d9c178696315 [2021-02-04T10:27:55.713Z] ---> 32f83d22d58d [2021-02-04T10:27:55.713Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T10:27:55.713Z] Removing intermediate container f99012f472aa [2021-02-04T10:27:55.713Z] ---> b32f31dd3477 [2021-02-04T10:27:55.713Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T10:27:55.713Z] Removing intermediate container ccf65ca819c3 [2021-02-04T10:27:55.713Z] ---> 50b3d8750d66 [2021-02-04T10:27:55.713Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T10:27:55.977Z] ---> Running in 5d7f2ecdf5de [2021-02-04T10:27:55.977Z] ---> Running in 2767de5ffce0 [2021-02-04T10:27:55.977Z] ---> Running in 79eecc7eef17 [2021-02-04T10:27:55.977Z] ---> Running in a236ccc91756 [2021-02-04T10:27:55.977Z] ---> Running in 3329ff995f77 [2021-02-04T10:27:57.932Z] Removing intermediate container 79eecc7eef17 [2021-02-04T10:27:57.932Z] ---> 5a5fdb44de4b [2021-02-04T10:27:57.932Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-04T10:27:58.202Z] ---> Running in 1ad6e246773b [2021-02-04T10:27:58.202Z] Removing intermediate container 5d7f2ecdf5de [2021-02-04T10:27:58.202Z] ---> ca49e13d9260 [2021-02-04T10:27:58.202Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-04T10:27:58.473Z] ---> Running in 9c2512a3cf50 [2021-02-04T10:27:58.743Z] Removing intermediate container 2767de5ffce0 [2021-02-04T10:27:58.743Z] ---> d1dea33b4190 [2021-02-04T10:27:58.743Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-04T10:27:58.743Z] Removing intermediate container a236ccc91756 [2021-02-04T10:27:58.743Z] ---> 5d5421c449fb [2021-02-04T10:27:58.743Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-04T10:27:58.743Z] Removing intermediate container 3329ff995f77 [2021-02-04T10:27:58.743Z] ---> 929035d55b37 [2021-02-04T10:27:58.743Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-04T10:27:59.014Z] ---> Running in 0458bf850530 [2021-02-04T10:27:59.014Z] ---> Running in 9daa731074a6 [2021-02-04T10:27:59.014Z] ---> Running in 587cdb42f5e7 [2021-02-04T10:27:59.279Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T10:27:59.555Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T10:27:59.834Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T10:27:59.834Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T10:28:00.097Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T10:28:00.097Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T10:28:00.097Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T10:28:00.678Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T10:28:00.678Z] OK: 233 MiB in 51 packages [2021-02-04T10:28:00.678Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T10:28:00.948Z] OK: 233 MiB in 51 packages [2021-02-04T10:28:01.217Z] Removing intermediate container 1ad6e246773b [2021-02-04T10:28:01.217Z] ---> a736f204ae36 [2021-02-04T10:28:01.217Z] Step 6/23 : COPY go.mod . [2021-02-04T10:28:01.217Z] OK: 233 MiB in 51 packages [2021-02-04T10:28:01.482Z] OK: 233 MiB in 51 packages [2021-02-04T10:28:01.751Z] ---> b4da24e8b31d [2021-02-04T10:28:01.751Z] Step 7/23 : RUN go mod download [2021-02-04T10:28:01.751Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T10:28:01.751Z] Removing intermediate container 9c2512a3cf50 [2021-02-04T10:28:01.751Z] ---> c7f2e365d603 [2021-02-04T10:28:01.751Z] Step 6/24 : COPY go.mod . [2021-02-04T10:28:02.014Z] ---> Running in 61ca8962d1eb [2021-02-04T10:28:02.014Z] Removing intermediate container 0458bf850530 [2021-02-04T10:28:02.014Z] ---> 0d6096de160b [2021-02-04T10:28:02.014Z] Step 6/23 : COPY go.mod . [2021-02-04T10:28:02.277Z] ---> 2f001304bd2f [2021-02-04T10:28:02.277Z] Step 7/24 : RUN go mod download [2021-02-04T10:28:02.277Z] Removing intermediate container 587cdb42f5e7 [2021-02-04T10:28:02.277Z] ---> 4403b3ac455d [2021-02-04T10:28:02.277Z] Step 6/23 : COPY go.mod . [2021-02-04T10:28:02.543Z] ---> Running in ffea32fed6ad [2021-02-04T10:28:02.543Z] ---> abe99dd392c6 [2021-02-04T10:28:02.543Z] Step 7/23 : RUN go mod download [2021-02-04T10:28:02.543Z] OK: 233 MiB in 51 packages [2021-02-04T10:28:02.808Z] ---> Running in 06de5f8e8a72 [2021-02-04T10:28:02.808Z] ---> d9a1baca909d [2021-02-04T10:28:02.808Z] Step 7/23 : RUN go mod download [2021-02-04T10:28:03.084Z] ---> Running in 77294fdd8861 [2021-02-04T10:28:03.679Z] Removing intermediate container 9daa731074a6 [2021-02-04T10:28:03.679Z] ---> c716fcb3e89e [2021-02-04T10:28:03.679Z] Step 6/22 : COPY go.mod . [2021-02-04T10:28:03.891Z] Removing intermediate container 098986fbdcc3 [2021-02-04T10:28:03.891Z] ---> fa2c1a09e746 [2021-02-04T10:28:03.891Z] Successfully built fa2c1a09e746 [2021-02-04T10:28:03.891Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:28:03.962Z] ---> ba20ad7422c0 [2021-02-04T10:28:03.962Z] Step 7/22 : RUN go mod download [2021-02-04T10:28:04.231Z] + docker inspect -f . ci-base-image-arm64 [2021-02-04T10:28:04.231Z] . [Pipeline] withDockerContainer [2021-02-04T10:28:04.256Z] ---> Running in 24020140e807 [2021-02-04T10:28:04.491Z] prd-ubuntu18.04-docker-arm64-4c-16g-24959 does not seem to be running inside a container [2021-02-04T10:28:04.583Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-04T10:28:04.850Z] Removing intermediate container 61ca8962d1eb [2021-02-04T10:28:04.850Z] ---> a2f0f2c935bf [2021-02-04T10:28:04.850Z] Step 8/23 : COPY . . [2021-02-04T10:28:04.850Z] Removing intermediate container ffea32fed6ad [2021-02-04T10:28:04.850Z] ---> f4ab020527c6 [2021-02-04T10:28:04.850Z] Step 8/24 : COPY . . [2021-02-04T10:28:06.060Z] $ docker top 8f8caefedc8a2eb03b99b4bbd0a79b0119960359b44f6045140720e3e3513a01 -eo pid,comm [2021-02-04T10:28:06.300Z] Removing intermediate container 06de5f8e8a72 [2021-02-04T10:28:06.300Z] ---> 384621ce3543 [2021-02-04T10:28:06.300Z] Step 8/23 : COPY . . [Pipeline] { [Pipeline] sh [2021-02-04T10:28:07.174Z] + go version [2021-02-04T10:28:07.174Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-04T10:28:07.199Z] $ docker stop --time=1 8f8caefedc8a2eb03b99b4bbd0a79b0119960359b44f6045140720e3e3513a01 [2021-02-04T10:28:07.723Z] Removing intermediate container 77294fdd8861 [2021-02-04T10:28:07.723Z] ---> 102a648ac669 [2021-02-04T10:28:07.723Z] Step 8/23 : COPY . . [2021-02-04T10:28:09.157Z] $ docker rm -f 8f8caefedc8a2eb03b99b4bbd0a79b0119960359b44f6045140720e3e3513a01 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:28:10.747Z] + docker inspect -f . ci-base-image-arm64 [2021-02-04T10:28:10.747Z] . [Pipeline] withDockerContainer [2021-02-04T10:28:11.011Z] prd-ubuntu18.04-docker-arm64-4c-16g-24959 does not seem to be running inside a container [2021-02-04T10:28:11.089Z] $ 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/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-04T10:28:12.541Z] $ docker top 55a5dfd971dba7e99cbc2471802e7bbe9bc5d8c8240442345dc1b8a55f430152 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-04T10:28:12.982Z] ========================================================= [2021-02-04T10:28:12.982Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-04T10:28:12.982Z] ========================================================= [Pipeline] sh [2021-02-04T10:28:13.167Z] Removing intermediate container 24020140e807 [2021-02-04T10:28:13.167Z] ---> e14bf5edc7f4 [2021-02-04T10:28:13.167Z] Step 8/22 : COPY . . [2021-02-04T10:28:13.630Z] + make test [2021-02-04T10:28:13.630Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-04T10:28:35.814Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-04T10:28:45.619Z] ---> 50f909f967ec [2021-02-04T10:28:45.619Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-04T10:28:45.619Z] ---> 564de4642674 [2021-02-04T10:28:45.619Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-04T10:28:45.619Z] ---> ae04cb7c3873 [2021-02-04T10:28:45.619Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-04T10:28:45.619Z] ---> Running in d4de1a2c7378 [2021-02-04T10:28:45.619Z] ---> Running in f8db7c736d6c [2021-02-04T10:28:45.619Z] ---> Running in 9d58fc151d3f [2021-02-04T10:28:45.619Z] ---> 9add11138684 [2021-02-04T10:28:45.619Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-04T10:28:45.619Z] ---> 42115bd43d1f [2021-02-04T10:28:45.619Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-04T10:28:46.213Z] ---> Running in 764dbcc5041f [2021-02-04T10:28:46.485Z] ---> Running in 5ce4a80faa65 [2021-02-04T10:28:47.483Z] 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-04T10:28:47.483Z] 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-04T10:28:47.483Z] 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-04T10:28:47.483Z] 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-04T10:28:47.483Z] 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-04T10:29:22.845Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-04T10:29:26.454Z] 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-04T10:29:36.571Z] Removing intermediate container 9d58fc151d3f [2021-02-04T10:29:36.571Z] ---> c10e95379516 [2021-02-04T10:29:36.571Z] [2021-02-04T10:29:36.571Z] Step 10/24 : FROM alpine:3.12 [2021-02-04T10:29:36.571Z] 3.12: Pulling from library/alpine [2021-02-04T10:29:36.571Z] Removing intermediate container 5ce4a80faa65 [2021-02-04T10:29:36.571Z] ---> 189db5cd14fe [2021-02-04T10:29:36.571Z] [2021-02-04T10:29:36.571Z] Step 10/22 : FROM alpine:3.12 [2021-02-04T10:29:36.571Z] 3.12: Pulling from library/alpine [2021-02-04T10:29:36.840Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-04T10:29:36.840Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-04T10:29:36.840Z] Status: Downloaded newer image for alpine:3.12 [2021-02-04T10:29:36.840Z] Status: Downloaded newer image for alpine:3.12 [2021-02-04T10:29:36.840Z] ---> 389fef711851 [2021-02-04T10:29:36.840Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-04T10:29:36.840Z] ---> 389fef711851 [2021-02-04T10:29:36.840Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-04T10:29:37.119Z] Removing intermediate container d4de1a2c7378 [2021-02-04T10:29:37.119Z] ---> b25fa61ad750 [2021-02-04T10:29:37.119Z] [2021-02-04T10:29:37.119Z] Step 10/23 : FROM alpine:3.12 [2021-02-04T10:29:37.119Z] ---> 389fef711851 [2021-02-04T10:29:37.119Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-04T10:29:37.119Z] ---> Running in bb0c4e532b52 [2021-02-04T10:29:37.119Z] ---> Running in a1d23f4bfd9c [2021-02-04T10:29:37.389Z] ---> Running in 9618f6bee2d3 [2021-02-04T10:29:38.375Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T10:29:38.375Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T10:29:38.375Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T10:29:38.650Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T10:29:38.650Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T10:29:38.650Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T10:29:38.650Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-04T10:29:38.650Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-04T10:29:38.650Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T10:29:38.650Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-04T10:29:38.929Z] Executing ca-certificates-20191127-r4.trigger [2021-02-04T10:29:38.929Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-04T10:29:38.929Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-04T10:29:38.929Z] (4/5) Installing curl (7.69.1-r3) [2021-02-04T10:29:38.929Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-04T10:29:38.929Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T10:29:38.929Z] Executing ca-certificates-20191127-r4.trigger [2021-02-04T10:29:38.929Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-04T10:29:38.929Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T10:29:38.929Z] OK: 6 MiB in 16 packages [2021-02-04T10:29:38.929Z] OK: 6 MiB in 15 packages [2021-02-04T10:29:38.929Z] OK: 7 MiB in 19 packages [2021-02-04T10:29:41.472Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-04T10:29:41.472Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-04T10:29:41.472Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-04T10:29:41.472Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-02-04T10:29:41.472Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-04T10:29:41.472Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-04T10:29:41.472Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-04T10:29:41.472Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-04T10:29:41.472Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-04T10:29:41.472Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-04T10:29:44.275Z] Removing intermediate container f8db7c736d6c [2021-02-04T10:29:44.275Z] ---> 4d6e852e60e3 [2021-02-04T10:29:44.275Z] [2021-02-04T10:29:44.275Z] Step 10/23 : FROM alpine:3.12 [2021-02-04T10:29:44.275Z] ---> 389fef711851 [2021-02-04T10:29:44.275Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-04T10:29:44.275Z] Removing intermediate container 764dbcc5041f [2021-02-04T10:29:44.275Z] ---> 00f61c725118 [2021-02-04T10:29:44.275Z] [2021-02-04T10:29:44.275Z] Step 10/23 : FROM alpine:3.12 [2021-02-04T10:29:44.275Z] ---> 389fef711851 [2021-02-04T10:29:44.275Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-04T10:29:44.275Z] ---> Using cache [2021-02-04T10:29:44.275Z] ---> 885d648ce5d6 [2021-02-04T10:29:44.275Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-04T10:29:44.275Z] Removing intermediate container 9618f6bee2d3 [2021-02-04T10:29:44.275Z] ---> 885d648ce5d6 [2021-02-04T10:29:44.275Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-04T10:29:44.275Z] ---> Running in 45ee19b7fae3 [2021-02-04T10:29:44.541Z] ---> Running in df3390b0216e [2021-02-04T10:29:44.541Z] Removing intermediate container a1d23f4bfd9c [2021-02-04T10:29:44.541Z] ---> b27a91163c5a [2021-02-04T10:29:44.541Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-04T10:29:44.541Z] ---> Running in 778cab19a63c [2021-02-04T10:29:44.541Z] Removing intermediate container bb0c4e532b52 [2021-02-04T10:29:44.541Z] ---> 920381fbf000 [2021-02-04T10:29:44.541Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-04T10:29:44.541Z] ---> Running in 50544daa69ee [2021-02-04T10:29:44.805Z] ---> Running in ee6bbf918eb2 [2021-02-04T10:29:44.806Z] Removing intermediate container df3390b0216e [2021-02-04T10:29:44.806Z] ---> d604919a9b25 [2021-02-04T10:29:44.806Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-04T10:29:44.806Z] Removing intermediate container 45ee19b7fae3 [2021-02-04T10:29:44.806Z] ---> 300b93fdcc4a [2021-02-04T10:29:44.806Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-04T10:29:44.806Z] Removing intermediate container 778cab19a63c [2021-02-04T10:29:44.806Z] ---> d07ff3c1edfb [2021-02-04T10:29:44.806Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-04T10:29:45.074Z] ---> Running in 561332ed1822 [2021-02-04T10:29:45.074Z] ---> Running in 3986c51e7df1 [2021-02-04T10:29:45.074Z] Removing intermediate container 50544daa69ee [2021-02-04T10:29:45.074Z] ---> 02fe1ee9466c [2021-02-04T10:29:45.074Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-04T10:29:45.074Z] Removing intermediate container ee6bbf918eb2 [2021-02-04T10:29:45.074Z] ---> 95cd2b348dd0 [2021-02-04T10:29:45.074Z] Step 13/24 : WORKDIR / [2021-02-04T10:29:45.074Z] ---> Running in a235328bf232 [2021-02-04T10:29:45.343Z] ---> Running in 2a96bf6f191c [2021-02-04T10:29:45.343Z] ---> Running in bbfd5f59ba1b [2021-02-04T10:29:45.343Z] Removing intermediate container 561332ed1822 [2021-02-04T10:29:45.343Z] ---> 65463053e690 [2021-02-04T10:29:45.343Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-04T10:29:45.343Z] Removing intermediate container 3986c51e7df1 [2021-02-04T10:29:45.343Z] ---> 6a46fe1a31ff [2021-02-04T10:29:45.343Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-04T10:29:45.606Z] Removing intermediate container a235328bf232 [2021-02-04T10:29:45.606Z] ---> 415c6e94cf3f [2021-02-04T10:29:45.606Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-04T10:29:46.562Z] ---> Running in d3956e87fa22 [2021-02-04T10:29:46.562Z] ---> Running in 3d8f19be23a1 [2021-02-04T10:29:46.562Z] Removing intermediate container 2a96bf6f191c [2021-02-04T10:29:46.562Z] ---> 97d43099ff19 [2021-02-04T10:29:46.562Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-04T10:29:46.562Z] ---> Running in ca0d6103aa86 [2021-02-04T10:29:46.827Z] Removing intermediate container bbfd5f59ba1b [2021-02-04T10:29:46.827Z] ---> fee1cbd89576 [2021-02-04T10:29:46.827Z] 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-04T10:29:46.827Z] ---> Running in 46d9b46ba693 [2021-02-04T10:29:46.827Z] Removing intermediate container 3d8f19be23a1 [2021-02-04T10:29:46.827Z] ---> a9908341d99b [2021-02-04T10:29:46.827Z] Step 15/23 : WORKDIR / [2021-02-04T10:29:46.827Z] Removing intermediate container d3956e87fa22 [2021-02-04T10:29:46.827Z] ---> e97c9fbe4ef4 [2021-02-04T10:29:46.827Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T10:29:46.974Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-04T10:29:46.974Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-04T10:29:46.974Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-04T10:29:47.105Z] Removing intermediate container ca0d6103aa86 [2021-02-04T10:29:47.106Z] ---> 4f0015d6274f [2021-02-04T10:29:47.106Z] Step 15/23 : WORKDIR / [2021-02-04T10:29:47.106Z] ---> Running in ec58e371fc4c [2021-02-04T10:29:47.106Z] ---> Running in b68dbd49c677 [2021-02-04T10:29:47.106Z] ---> Running in 2e7d6261bb07 [2021-02-04T10:29:47.376Z] Removing intermediate container 46d9b46ba693 [2021-02-04T10:29:47.376Z] ---> 1151f821b10e [2021-02-04T10:29:47.377Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T10:29:47.377Z] ---> 40d86ae355e4 [2021-02-04T10:29:47.377Z] 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-04T10:29:47.650Z] Removing intermediate container ec58e371fc4c [2021-02-04T10:29:47.650Z] ---> 6e4b91a9ee83 [2021-02-04T10:29:47.650Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T10:29:47.650Z] Removing intermediate container 2e7d6261bb07 [2021-02-04T10:29:47.650Z] ---> 104e447eea83 [2021-02-04T10:29:47.650Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T10:29:47.919Z] ---> 75712deee784 [2021-02-04T10:29:47.919Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-04T10:29:47.919Z] ---> 8077c4d034ba [2021-02-04T10:29:47.919Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-04T10:29:48.188Z] ---> 1fdee48a0509 [2021-02-04T10:29:48.188Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-04T10:29:48.461Z] ---> e1aa6d98153a [2021-02-04T10:29:48.462Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-04T10:29:48.462Z] ---> 368272475ff3 [2021-02-04T10:29:48.462Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-04T10:29:48.744Z] ---> 7022351e44d5 [2021-02-04T10:29:48.744Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-04T10:29:49.023Z] Removing intermediate container b68dbd49c677 [2021-02-04T10:29:49.023Z] ---> 62b7b39c69f6 [2021-02-04T10:29:49.023Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-04T10:29:49.023Z] ---> e1a712fb4725 [2021-02-04T10:29:49.023Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-04T10:29:49.023Z] ---> Running in 2e36ba72ada8 [2021-02-04T10:29:49.295Z] ---> 3fa26afef795 [2021-02-04T10:29:49.295Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-04T10:29:49.295Z] ---> 9bc21366da02 [2021-02-04T10:29:49.295Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-04T10:29:49.295Z] ---> b54303656537 [2021-02-04T10:29:49.295Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-04T10:29:49.567Z] ---> Running in 6617ec322771 [2021-02-04T10:29:49.852Z] ---> 20d7e4ad5deb [2021-02-04T10:29:49.852Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-04T10:29:49.852Z] ---> b98204a77515 [2021-02-04T10:29:49.852Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-04T10:29:49.852Z] ---> Running in 7c288d401bc2 [2021-02-04T10:29:49.852Z] ---> Running in 3e16671d3f28 [2021-02-04T10:29:49.852Z] ---> 14de62e3d6d4 [2021-02-04T10:29:49.852Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-04T10:29:49.852Z] Removing intermediate container 6617ec322771 [2021-02-04T10:29:49.852Z] ---> e4bd7c241600 [2021-02-04T10:29:49.852Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T10:29:50.127Z] ---> Running in 70bfa890a919 [2021-02-04T10:29:50.127Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T10:29:50.127Z] Removing intermediate container 7c288d401bc2 [2021-02-04T10:29:50.127Z] ---> 2a192bb14f31 [2021-02-04T10:29:50.127Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T10:29:50.127Z] Removing intermediate container 3e16671d3f28 [2021-02-04T10:29:50.127Z] ---> 429ffc8dab7c [2021-02-04T10:29:50.127Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T10:29:50.398Z] ---> Running in 915f6eed63dd [2021-02-04T10:29:50.398Z] ---> f24694533b5a [2021-02-04T10:29:50.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-04T10:29:50.398Z] ---> Running in 4075a8a94786 [2021-02-04T10:29:50.398Z] Removing intermediate container 70bfa890a919 [2021-02-04T10:29:50.398Z] ---> eca2a823c255 [2021-02-04T10:29:50.398Z] Step 20/22 : LABEL arch=x86_64 [2021-02-04T10:29:50.677Z] ---> Running in 1e56005cb046 [2021-02-04T10:29:50.677Z] ---> Running in 94e396b02198 [2021-02-04T10:29:50.677Z] Removing intermediate container 915f6eed63dd [2021-02-04T10:29:50.677Z] ---> 6674cdd90ffe [2021-02-04T10:29:50.677Z] Step 21/23 : LABEL arch=x86_64 [2021-02-04T10:29:50.677Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T10:29:50.956Z] Removing intermediate container 4075a8a94786 [2021-02-04T10:29:50.956Z] ---> e739dff5e71b [2021-02-04T10:29:50.956Z] Step 21/23 : LABEL arch=x86_64 [2021-02-04T10:29:50.956Z] ---> Running in 2515612dfa9a [2021-02-04T10:29:50.956Z] ---> Running in 702770630dc8 [2021-02-04T10:29:51.230Z] Removing intermediate container 94e396b02198 [2021-02-04T10:29:51.230Z] ---> 77237a90f218 [2021-02-04T10:29:51.230Z] Step 21/22 : LABEL git_sha=9c707fa5c9f2bb8b3675709372ae783111037035 [2021-02-04T10:29:51.230Z] ---> Running in 53b968207905 [2021-02-04T10:29:51.230Z] Removing intermediate container 2515612dfa9a [2021-02-04T10:29:51.230Z] ---> 452cef63a0dd [2021-02-04T10:29:51.230Z] Step 22/23 : LABEL git_sha=9c707fa5c9f2bb8b3675709372ae783111037035 [2021-02-04T10:29:51.502Z] Removing intermediate container 702770630dc8 [2021-02-04T10:29:51.502Z] ---> c95b972b2c14 [2021-02-04T10:29:51.502Z] Step 22/23 : LABEL git_sha=9c707fa5c9f2bb8b3675709372ae783111037035 [2021-02-04T10:29:51.502Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-04T10:29:51.502Z] ---> Running in 7884db4aa4be [2021-02-04T10:29:51.502Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-04T10:29:51.502Z] ---> Running in 8eadf75ba0cb [2021-02-04T10:29:51.502Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-04T10:29:51.502Z] Removing intermediate container 53b968207905 [2021-02-04T10:29:51.502Z] ---> 6250629a543c [2021-02-04T10:29:51.502Z] Step 22/22 : LABEL version=0.0.0 [2021-02-04T10:29:51.779Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-04T10:29:51.779Z] Removing intermediate container 7884db4aa4be [2021-02-04T10:29:51.779Z] ---> e22dc46cd4c4 [2021-02-04T10:29:51.779Z] Step 23/23 : LABEL version=0.0.0 [2021-02-04T10:29:51.779Z] ---> Running in 42f9901135ee [2021-02-04T10:29:51.779Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-04T10:29:52.046Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-04T10:29:52.046Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T10:29:52.046Z] OK: 8 MiB in 20 packages [2021-02-04T10:29:52.047Z] Removing intermediate container 8eadf75ba0cb [2021-02-04T10:29:52.047Z] ---> 1bcf444a4dbf [2021-02-04T10:29:52.047Z] Step 23/23 : LABEL version=0.0.0 [2021-02-04T10:29:52.047Z] ---> Running in 92d13f2d5276 [2021-02-04T10:29:52.320Z] ---> Running in bad95c5c8387 [2021-02-04T10:29:52.584Z] Removing intermediate container 42f9901135ee [2021-02-04T10:29:52.584Z] ---> f12a74688628 [2021-02-04T10:29:52.584Z] [2021-02-04T10:29:52.584Z] Removing intermediate container 92d13f2d5276 [2021-02-04T10:29:52.584Z] ---> 72e1cc59003e [2021-02-04T10:29:52.584Z] [2021-02-04T10:29:52.852Z] Successfully built 72e1cc59003e [2021-02-04T10:29:52.852Z] Successfully built f12a74688628 [2021-02-04T10:29:52.852Z] Removing intermediate container 1e56005cb046 [2021-02-04T10:29:52.852Z] ---> 232464128afa [2021-02-04T10:29:52.852Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-04T10:29:52.852Z] Removing intermediate container bad95c5c8387 [2021-02-04T10:29:52.852Z] ---> b9180df94f99 [2021-02-04T10:29:52.852Z] [2021-02-04T10:29:52.852Z] Successfully tagged docker-core-metadata-go:latest [2021-02-04T10:29:52.852Z] Successfully tagged docker-support-notifications-go:latest [2021-02-04T10:29:52.852Z]  Building docker-core-metadata-go ... done Building docker-security-bootstrapper-go [2021-02-04T10:29:52.852Z]  Building docker-support-notifications-go ... done Building docker-sys-mgmt-agent-go [2021-02-04T10:29:53.117Z] Successfully built b9180df94f99 [2021-02-04T10:29:53.117Z] Successfully tagged docker-core-command-go:latest [2021-02-04T10:29:53.117Z] Building docker-support-scheduler-go [2021-02-04T10:29:53.117Z]  Building docker-core-command-go ... done Removing intermediate container 2e36ba72ada8 [2021-02-04T10:29:53.117Z] ---> 99b01aeae560 [2021-02-04T10:29:53.117Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T10:29:53.117Z] ---> Running in 36cd9eb6589f [2021-02-04T10:29:53.385Z] Removing intermediate container 36cd9eb6589f [2021-02-04T10:29:53.385Z] ---> 8c5bc6ccd5e3 [2021-02-04T10:29:53.385Z] Step 22/24 : LABEL arch=x86_64 [2021-02-04T10:29:53.385Z] ---> cad65802123e [2021-02-04T10:29:53.385Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-04T10:29:53.648Z] ---> Running in 66c3a45f9f25 [2021-02-04T10:29:53.714Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.362s coverage: 46.0% of statements [2021-02-04T10:29:53.714Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-04T10:29:53.714Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-04T10:29:53.714Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-04T10:29:53.714Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-04T10:29:53.714Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-04T10:29:53.714Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-04T10:29:53.714Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-04T10:29:53.714Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.183s coverage: 100.0% of statements [2021-02-04T10:29:53.912Z] Removing intermediate container 66c3a45f9f25 [2021-02-04T10:29:53.912Z] ---> a8dc1a8e4119 [2021-02-04T10:29:53.912Z] Step 23/24 : LABEL git_sha=9c707fa5c9f2bb8b3675709372ae783111037035 [2021-02-04T10:29:53.912Z] ---> Running in 2cee1d24c52c [2021-02-04T10:29:54.495Z] Removing intermediate container 2cee1d24c52c [2021-02-04T10:29:54.495Z] ---> 3a23b12f586c [2021-02-04T10:29:54.495Z] Step 24/24 : LABEL version=0.0.0 [2021-02-04T10:29:54.768Z] ---> bbda772bdd16 [2021-02-04T10:29:54.768Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-04T10:29:54.768Z] ---> Running in ee92c9c72b02 [2021-02-04T10:29:56.725Z] Removing intermediate container ee92c9c72b02 [2021-02-04T10:29:56.725Z] ---> fe98d77cf81a [2021-02-04T10:29:56.725Z] [2021-02-04T10:29:57.699Z] ---> 3a6cdf9b2161 [2021-02-04T10:29:57.699Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-04T10:29:57.699Z] Successfully built fe98d77cf81a [2021-02-04T10:29:57.699Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-02-04T10:29:57.699Z] Building docker-security-proxy-setup-go [2021-02-04T10:29:58.668Z]  Building docker-security-secretstore-setup-go ... done  ---> Running in 51227042ed17 [2021-02-04T10:30:00.112Z] Removing intermediate container 51227042ed17 [2021-02-04T10:30:00.112Z] ---> a4f5929ce35d [2021-02-04T10:30:00.112Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T10:30:00.487Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.541s coverage: 27.1% of statements [2021-02-04T10:30:00.487Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-04T10:30:00.487Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-04T10:30:00.487Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-04T10:30:00.487Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-04T10:30:00.487Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-04T10:30:00.487Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-04T10:30:00.487Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.084s coverage: 100.0% of statements [2021-02-04T10:30:00.487Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-04T10:30:00.487Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.068s coverage: 100.0% of statements [2021-02-04T10:30:00.487Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-04T10:30:00.487Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-04T10:30:00.487Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.252s coverage: 65.8% of statements [2021-02-04T10:30:00.487Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-04T10:30:00.487Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-04T10:30:00.697Z] ---> Running in 555df6d5f459 [2021-02-04T10:30:01.286Z] Removing intermediate container 555df6d5f459 [2021-02-04T10:30:01.286Z] ---> 8723375d9c66 [2021-02-04T10:30:01.286Z] Step 21/23 : LABEL arch=x86_64 [2021-02-04T10:30:01.286Z] ---> Running in 24073a0b5ba4 [2021-02-04T10:30:03.149Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.658s coverage: 82.3% of statements [2021-02-04T10:30:03.149Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-04T10:30:03.149Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-04T10:30:03.149Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-04T10:30:03.149Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-04T10:30:04.689Z] Removing intermediate container 24073a0b5ba4 [2021-02-04T10:30:04.689Z] ---> f442e551b6ee [2021-02-04T10:30:04.689Z] Step 22/23 : LABEL git_sha=9c707fa5c9f2bb8b3675709372ae783111037035 [2021-02-04T10:30:04.689Z] ---> Running in 46681db0f8a7 [2021-02-04T10:30:05.655Z] Removing intermediate container 46681db0f8a7 [2021-02-04T10:30:05.655Z] ---> 2750040be99e [2021-02-04T10:30:05.655Z] Step 23/23 : LABEL version=0.0.0 [2021-02-04T10:30:05.931Z] ---> Running in b02afcc8eeb2 [2021-02-04T10:30:06.511Z] Removing intermediate container b02afcc8eeb2 [2021-02-04T10:30:06.511Z] ---> b4be935be445 [2021-02-04T10:30:06.511Z] [2021-02-04T10:30:06.783Z] Successfully built b4be935be445 [2021-02-04T10:30:06.783Z] Successfully tagged docker-core-data-go:latest [2021-02-04T10:30:07.498Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.124s coverage: 28.6% of statements [2021-02-04T10:30:07.498Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-04T10:30:07.498Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-04T10:30:07.498Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-04T10:30:07.498Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-04T10:30:07.498Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-04T10:30:07.498Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.197s coverage: 100.0% of statements [2021-02-04T10:30:07.498Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-04T10:30:07.498Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.125s coverage: 100.0% of statements [2021-02-04T10:30:07.498Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-04T10:30:08.955Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.296s coverage: 86.7% of statements [2021-02-04T10:30:08.955Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-04T10:30:10.438Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.343s coverage: 97.5% of statements [2021-02-04T10:30:10.438Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-04T10:30:10.438Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.169s coverage: 78.3% of statements [2021-02-04T10:30:10.438Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-04T10:30:10.438Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-04T10:30:10.438Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-04T10:30:10.438Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-04T10:30:20.667Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.246s coverage: 92.8% of statements [2021-02-04T10:30:20.667Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-04T10:30:20.667Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-04T10:30:20.667Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-04T10:30:20.667Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-04T10:30:20.667Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-04T10:30:20.667Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-04T10:30:20.667Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-04T10:30:20.667Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-04T10:30:20.667Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-04T10:30:20.667Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-04T10:30:20.667Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-04T10:30:20.667Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-04T10:30:20.667Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-04T10:30:20.667Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-04T10:30:20.667Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-04T10:30:20.667Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-04T10:30:20.667Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-04T10:30:20.667Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-04T10:30:20.667Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.063s coverage: 58.8% of statements [2021-02-04T10:30:20.667Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-04T10:30:20.667Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-04T10:30:20.667Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.208s coverage: 0.1% of statements [2021-02-04T10:30:20.667Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-04T10:30:20.667Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-04T10:30:20.667Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-04T10:30:20.667Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.083s coverage: 45.5% of statements [2021-02-04T10:30:20.667Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.094s coverage: 79.5% of statements [2021-02-04T10:30:20.667Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.064s coverage: 94.1% of statements [2021-02-04T10:30:20.667Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.103s coverage: 96.3% of statements [2021-02-04T10:30:20.667Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.055s coverage: 87.5% of statements [2021-02-04T10:30:21.864Z]  Building docker-core-data-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T10:30:21.864Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-04T10:30:21.864Z] ---> 295dce3f6416 [2021-02-04T10:30:21.864Z] Step 3/26 : WORKDIR /edgex-go [2021-02-04T10:30:21.864Z] ---> Using cache [2021-02-04T10:30:21.864Z] ---> 50b3d8750d66 [2021-02-04T10:30:21.864Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T10:30:21.864Z] ---> Using cache [2021-02-04T10:30:21.864Z] ---> 929035d55b37 [2021-02-04T10:30:21.864Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-04T10:30:22.140Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T10:30:22.140Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-04T10:30:22.140Z] ---> 295dce3f6416 [2021-02-04T10:30:22.140Z] Step 3/22 : WORKDIR /edgex-go [2021-02-04T10:30:22.140Z] ---> Using cache [2021-02-04T10:30:22.140Z] ---> 50b3d8750d66 [2021-02-04T10:30:22.140Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T10:30:22.140Z] ---> Using cache [2021-02-04T10:30:22.140Z] ---> 929035d55b37 [2021-02-04T10:30:22.140Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-04T10:30:22.422Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T10:30:22.422Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-02-04T10:30:22.422Z] ---> 295dce3f6416 [2021-02-04T10:30:22.422Z] Step 3/31 : WORKDIR /edgex-go [2021-02-04T10:30:22.422Z] ---> Using cache [2021-02-04T10:30:22.422Z] ---> 50b3d8750d66 [2021-02-04T10:30:22.422Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T10:30:22.422Z] ---> Using cache [2021-02-04T10:30:22.422Z] ---> 929035d55b37 [2021-02-04T10:30:22.422Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-02-04T10:30:22.705Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T10:30:22.705Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-04T10:30:22.705Z] ---> 295dce3f6416 [2021-02-04T10:30:22.705Z] Step 3/21 : WORKDIR /edgex-go [2021-02-04T10:30:22.705Z] ---> Using cache [2021-02-04T10:30:22.705Z] ---> 50b3d8750d66 [2021-02-04T10:30:22.705Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T10:30:22.705Z] ---> Using cache [2021-02-04T10:30:22.705Z] ---> 929035d55b37 [2021-02-04T10:30:22.705Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-04T10:30:23.684Z] ---> Running in f84f88a6e7eb [2021-02-04T10:30:23.684Z] ---> Running in 550dfbc5a066 [2021-02-04T10:30:23.684Z] ---> Running in 0985ec76795a [2021-02-04T10:30:23.684Z] ---> Running in 5090c8101751 [2021-02-04T10:30:25.143Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T10:30:25.143Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T10:30:25.143Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T10:30:25.143Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T10:30:25.726Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T10:30:25.990Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T10:30:25.990Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T10:30:25.990Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T10:30:26.545Z] OK: 233 MiB in 51 packages [2021-02-04T10:30:26.545Z] OK: 233 MiB in 51 packages [2021-02-04T10:30:26.545Z] OK: 233 MiB in 51 packages [2021-02-04T10:30:26.850Z] OK: 233 MiB in 51 packages [2021-02-04T10:30:27.520Z] Removing intermediate container 0985ec76795a [2021-02-04T10:30:27.520Z] ---> 0ec56a40ad5d [2021-02-04T10:30:27.520Z] Step 6/31 : COPY go.mod . [2021-02-04T10:30:27.520Z] Removing intermediate container 550dfbc5a066 [2021-02-04T10:30:27.520Z] ---> 98e733eadf4a [2021-02-04T10:30:27.520Z] Step 6/22 : COPY go.mod . [2021-02-04T10:30:27.520Z] Removing intermediate container 5090c8101751 [2021-02-04T10:30:27.520Z] ---> e27d818aa837 [2021-02-04T10:30:27.520Z] Step 6/21 : COPY go.mod . [2021-02-04T10:30:27.801Z] Removing intermediate container f84f88a6e7eb [2021-02-04T10:30:27.801Z] ---> 522b2d7dbc1a [2021-02-04T10:30:27.801Z] Step 6/26 : COPY go.mod . [2021-02-04T10:30:27.801Z] ---> 36fd28f6032d [2021-02-04T10:30:27.801Z] Step 7/22 : RUN go mod download [2021-02-04T10:30:27.801Z] ---> 2e27f5721b61 [2021-02-04T10:30:27.801Z] Step 7/31 : RUN go mod download [2021-02-04T10:30:28.073Z] ---> Running in 6020e1e48c90 [2021-02-04T10:30:28.073Z] ---> Running in 44583c4fd758 [2021-02-04T10:30:28.073Z] ---> 16043bd7e5f1 [2021-02-04T10:30:28.073Z] Step 7/21 : RUN go mod download [2021-02-04T10:30:28.073Z] ---> 46552b283824 [2021-02-04T10:30:28.073Z] Step 7/26 : RUN go mod download [2021-02-04T10:30:28.338Z] ---> Running in 538a68cf2ee6 [2021-02-04T10:30:28.338Z] ---> Running in 948b867a027e [2021-02-04T10:30:30.926Z] Removing intermediate container 6020e1e48c90 [2021-02-04T10:30:30.926Z] ---> ea01c8d1a8a2 [2021-02-04T10:30:30.926Z] Step 8/22 : COPY . . [2021-02-04T10:30:30.926Z] Removing intermediate container 948b867a027e [2021-02-04T10:30:30.926Z] ---> 6854a0da3429 [2021-02-04T10:30:30.926Z] Step 8/26 : COPY . . [2021-02-04T10:30:30.926Z] Removing intermediate container 44583c4fd758 [2021-02-04T10:30:30.926Z] ---> bae4776518ea [2021-02-04T10:30:30.926Z] Step 8/31 : COPY . . [2021-02-04T10:30:30.926Z] Removing intermediate container 538a68cf2ee6 [2021-02-04T10:30:30.926Z] ---> f7a3a48a8fa8 [2021-02-04T10:30:30.926Z] Step 8/21 : COPY . . [2021-02-04T10:30:33.109Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.090s coverage: 94.4% of statements [2021-02-04T10:30:33.109Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.050s coverage: 44.8% of statements [2021-02-04T10:30:48.201Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.120s coverage: 92.9% of statements [2021-02-04T10:30:48.201Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-04T10:30:48.201Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-04T10:30:48.201Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-04T10:30:48.201Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-04T10:30:48.201Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.073s coverage: 87.2% of statements [2021-02-04T10:30:48.201Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-04T10:30:48.201Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-04T10:30:48.201Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.056s coverage: 100.0% of statements [2021-02-04T10:30:48.201Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-04T10:30:48.201Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.079s coverage: 75.5% of statements [2021-02-04T10:30:48.201Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-04T10:30:48.201Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.058s coverage: 80.8% of statements [2021-02-04T10:30:48.201Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.117s coverage: 87.2% of statements [2021-02-04T10:30:48.201Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.134s coverage: 84.2% of statements [2021-02-04T10:30:48.201Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.171s coverage: 91.4% of statements [2021-02-04T10:30:48.201Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-04T10:30:48.201Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.482s coverage: 63.5% of statements [2021-02-04T10:30:48.201Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-04T10:30:48.201Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-04T10:30:48.201Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.059s coverage: 100.0% of statements [2021-02-04T10:30:48.201Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.087s coverage: 91.3% of statements [2021-02-04T10:30:48.201Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.049s coverage: 100.0% of statements [2021-02-04T10:30:48.201Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.055s coverage: 73.7% of statements [2021-02-04T10:30:48.201Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.058s coverage: 100.0% of statements [2021-02-04T10:30:48.201Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.843s coverage: 68.9% of statements [2021-02-04T10:30:48.201Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-04T10:30:48.201Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-04T10:30:48.201Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-02-04T10:30:48.201Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-02-04T10:30:48.201Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-02-04T10:30:48.201Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.306s coverage: 37.0% of statements [2021-02-04T10:30:48.201Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-04T10:30:48.201Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-04T10:30:48.201Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.607s coverage: 84.0% of statements [2021-02-04T10:30:48.201Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.073s coverage: 100.0% of statements [2021-02-04T10:30:54.960Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.462s coverage: 47.0% of statements [2021-02-04T10:30:54.960Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-04T10:30:54.960Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-04T10:30:54.960Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-04T10:30:54.960Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-04T10:30:54.960Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-04T10:30:54.960Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.148s coverage: 100.0% of statements [2021-02-04T10:30:54.960Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-04T10:30:54.960Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.129s coverage: 100.0% of statements [2021-02-04T10:30:54.960Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-04T10:30:54.960Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-04T10:30:54.960Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-04T10:30:54.960Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-04T10:30:54.960Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.175s coverage: 90.4% of statements [2021-02-04T10:30:54.960Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-04T10:30:54.960Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-04T10:30:54.960Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-04T10:31:02.401Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.948s coverage: 29.1% of statements [2021-02-04T10:31:02.401Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-04T10:31:02.401Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-04T10:31:02.401Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-04T10:31:02.401Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-04T10:31:02.401Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-04T10:31:02.401Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.182s coverage: 99.0% of statements [2021-02-04T10:31:02.401Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-04T10:31:02.401Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.091s coverage: 100.0% of statements [2021-02-04T10:31:02.401Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-04T10:31:02.401Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-04T10:31:02.401Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-04T10:31:02.401Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-04T10:31:02.401Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.147s coverage: 100.0% of statements [2021-02-04T10:31:02.401Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-04T10:31:02.401Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-04T10:31:02.401Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-04T10:31:02.401Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.079s coverage: 0.0% of statements [2021-02-04T10:31:02.401Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-04T10:31:02.401Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.068s coverage: 100.0% of statements [2021-02-04T10:31:02.401Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-04T10:31:02.401Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-04T10:31:02.401Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-04T10:31:02.401Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-04T10:31:02.401Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.096s coverage: 87.9% of statements [2021-02-04T10:31:02.401Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-04T10:31:02.401Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-04T10:31:02.401Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.060s coverage: 100.0% of statements [2021-02-04T10:31:02.401Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.072s coverage: 32.1% of statements [2021-02-04T10:31:02.678Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements [2021-02-04T10:31:03.272Z] GO111MODULE=on go vet ./... [2021-02-04T10:31:05.199Z] ---> 99e0ada11405 [2021-02-04T10:31:05.199Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-02-04T10:31:05.199Z] ---> 2b3c59f54de7 [2021-02-04T10:31:05.199Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-04T10:31:05.199Z] ---> Running in f64f549b9fb3 [2021-02-04T10:31:05.199Z] ---> bddfb0d699f6 [2021-02-04T10:31:05.199Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-04T10:31:05.199Z] ---> 5348656429bd [2021-02-04T10:31:05.199Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-04T10:31:05.199Z] ---> Running in c3fc3d8848a0 [2021-02-04T10:31:05.199Z] ---> Running in ac8a236418b9 [2021-02-04T10:31:05.199Z] ---> Running in 4123b3da7948 [2021-02-04T10:31:05.478Z] 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-04T10:31:05.478Z] 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-04T10:31:05.478Z] 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-04T10:31:05.478Z] 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-04T10:31:32.276Z] 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-04T10:31:32.276Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-02-04T10:31:37.660Z] Removing intermediate container 4123b3da7948 [2021-02-04T10:31:37.660Z] ---> 258240f74033 [2021-02-04T10:31:37.660Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-04T10:31:37.660Z] ---> Running in aee5334364c4 [2021-02-04T10:31:38.647Z] 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-04T10:31:42.907Z] Removing intermediate container c3fc3d8848a0 [2021-02-04T10:31:42.907Z] ---> 64c611845c32 [2021-02-04T10:31:42.907Z] [2021-02-04T10:31:42.907Z] Step 10/21 : FROM alpine:3.12 [2021-02-04T10:31:42.907Z] ---> 389fef711851 [2021-02-04T10:31:42.907Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-04T10:31:42.907Z] Removing intermediate container ac8a236418b9 [2021-02-04T10:31:42.907Z] ---> 85e9d9157694 [2021-02-04T10:31:42.907Z] [2021-02-04T10:31:42.907Z] Step 10/22 : FROM alpine:3.12 [2021-02-04T10:31:42.907Z] ---> 389fef711851 [2021-02-04T10:31:42.907Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-04T10:31:42.907Z] ---> Using cache [2021-02-04T10:31:42.907Z] ---> 885d648ce5d6 [2021-02-04T10:31:42.907Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-04T10:31:43.169Z] ---> Using cache [2021-02-04T10:31:43.169Z] ---> d07ff3c1edfb [2021-02-04T10:31:43.169Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-04T10:31:43.169Z] Removing intermediate container f64f549b9fb3 [2021-02-04T10:31:43.169Z] ---> 00677c567fad [2021-02-04T10:31:43.169Z] [2021-02-04T10:31:43.169Z] Step 10/31 : FROM alpine:3.12 [2021-02-04T10:31:43.169Z] ---> 389fef711851 [2021-02-04T10:31:43.169Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-04T10:31:43.432Z] ---> Running in e02271eb4ac5 [2021-02-04T10:31:43.432Z] ---> Running in b04ceda18e96 [2021-02-04T10:31:43.432Z] ---> Running in 6a3f682cb868 [2021-02-04T10:31:43.432Z] Removing intermediate container aee5334364c4 [2021-02-04T10:31:43.432Z] ---> 771955d830a7 [2021-02-04T10:31:43.432Z] [2021-02-04T10:31:43.432Z] Step 11/26 : FROM docker:20.10.0 [2021-02-04T10:31:43.695Z] 20.10.0: Pulling from library/docker [2021-02-04T10:31:43.695Z] Removing intermediate container 6a3f682cb868 [2021-02-04T10:31:43.695Z] ---> 9092baf3ec7b [2021-02-04T10:31:43.695Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-04T10:31:43.695Z] Removing intermediate container e02271eb4ac5 [2021-02-04T10:31:43.695Z] ---> 97a7ff9d5413 [2021-02-04T10:31:43.695Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-04T10:31:43.964Z] ---> Running in de58c81b7e33 [2021-02-04T10:31:43.964Z] ---> Running in 0f744a60c203 [2021-02-04T10:31:44.562Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T10:31:44.826Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T10:31:45.093Z] Removing intermediate container de58c81b7e33 [2021-02-04T10:31:45.093Z] ---> 9bb91586affc [2021-02-04T10:31:45.093Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T10:31:45.093Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-04T10:31:45.093Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T10:31:45.093Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-04T10:31:45.378Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-04T10:31:45.378Z] (4/4) Installing curl (7.69.1-r3) [2021-02-04T10:31:45.378Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T10:31:45.378Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T10:31:45.378Z] Executing ca-certificates-20191127-r4.trigger [2021-02-04T10:31:45.378Z] OK: 7 MiB in 18 packages [2021-02-04T10:31:45.646Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-04T10:31:45.646Z] (2/2) Installing su-exec (0.2-r1) [2021-02-04T10:31:45.646Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T10:31:45.646Z] OK: 6 MiB in 16 packages [2021-02-04T10:31:47.046Z] ---> 5de956e67b05 [2021-02-04T10:31:47.046Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-04T10:31:47.648Z] Removing intermediate container 0f744a60c203 [2021-02-04T10:31:47.648Z] ---> 6122e86e6170 [2021-02-04T10:31:47.648Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-04T10:31:47.918Z] Removing intermediate container b04ceda18e96 [2021-02-04T10:31:47.918Z] ---> f98bf06e262b [2021-02-04T10:31:47.918Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-04T10:31:47.918Z] ---> Running in 0281ad5b0b0a [2021-02-04T10:31:47.918Z] ---> Running in e07900e67225 [2021-02-04T10:31:47.918Z] ---> 2fd4763a82f1 [2021-02-04T10:31:47.918Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-04T10:31:48.195Z] Removing intermediate container 0281ad5b0b0a [2021-02-04T10:31:48.195Z] ---> fff6107830d4 [2021-02-04T10:31:48.195Z] Step 13/21 : WORKDIR /edgex [2021-02-04T10:31:48.195Z] Removing intermediate container e07900e67225 [2021-02-04T10:31:48.195Z] ---> bbc8a1604855 [2021-02-04T10:31:48.195Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-04T10:31:48.459Z] ---> Running in 3e71710825e6 [2021-02-04T10:31:48.459Z] ---> Running in 20b52681920f [2021-02-04T10:31:48.459Z] ---> fff21784d3d8 [2021-02-04T10:31:48.459Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-04T10:31:48.459Z] ---> Running in bbce724109f5 [2021-02-04T10:31:48.731Z] Removing intermediate container 3e71710825e6 [2021-02-04T10:31:48.731Z] ---> 20318649c70a [2021-02-04T10:31:48.731Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-04T10:31:48.731Z] Removing intermediate container 20b52681920f [2021-02-04T10:31:48.731Z] ---> 9db3fd4c1bcb [2021-02-04T10:31:48.731Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-04T10:31:49.008Z] Removing intermediate container bbce724109f5 [2021-02-04T10:31:49.008Z] ---> 4f6f6541aba5 [2021-02-04T10:31:49.008Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T10:31:49.008Z] ---> Running in 273dfe9175f2 [2021-02-04T10:31:49.008Z] ---> Running in 06826a6fead0 [2021-02-04T10:31:49.595Z] ---> 51290669c69e [2021-02-04T10:31:49.595Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-04T10:31:49.595Z] Removing intermediate container 06826a6fead0 [2021-02-04T10:31:49.595Z] ---> 6777b9001686 [2021-02-04T10:31:49.595Z] Step 20/22 : LABEL arch=x86_64 [2021-02-04T10:31:49.595Z] ---> Running in fb2a80894b18 [2021-02-04T10:31:50.179Z] Removing intermediate container fb2a80894b18 [2021-02-04T10:31:50.179Z] ---> 82dbd5cbdecc [2021-02-04T10:31:50.179Z] Step 21/22 : LABEL git_sha=9c707fa5c9f2bb8b3675709372ae783111037035 [2021-02-04T10:31:50.446Z] ---> Running in c070f5fbebc2 [2021-02-04T10:31:50.446Z] ---> 42897aa6c4d8 [2021-02-04T10:31:50.446Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-04T10:31:50.724Z] Removing intermediate container 273dfe9175f2 [2021-02-04T10:31:50.724Z] ---> c5299a6d4caa [2021-02-04T10:31:50.724Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-04T10:31:50.724Z] Removing intermediate container c070f5fbebc2 [2021-02-04T10:31:50.724Z] ---> cea25007fdf2 [2021-02-04T10:31:50.724Z] Step 22/22 : LABEL version=0.0.0 [2021-02-04T10:31:50.995Z] ---> Running in 9c2629e54413 [2021-02-04T10:31:50.995Z] ---> Running in 377e1dae0870 [2021-02-04T10:31:51.274Z] ---> eeaefadcb689 [2021-02-04T10:31:51.274Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-04T10:31:51.274Z] Removing intermediate container 9c2629e54413 [2021-02-04T10:31:51.274Z] ---> ab3ee0d585a1 [2021-02-04T10:31:51.274Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-04T10:31:51.274Z] Removing intermediate container 377e1dae0870 [2021-02-04T10:31:51.274Z] ---> 5d3d48e063cc [2021-02-04T10:31:51.274Z] [2021-02-04T10:31:51.274Z] ---> Running in 7f7a15cba3bd [2021-02-04T10:31:51.871Z] Removing intermediate container 7f7a15cba3bd [2021-02-04T10:31:51.871Z] ---> fcb106860462 [2021-02-04T10:31:51.871Z] Step 18/21 : CMD ["--init=true"] [2021-02-04T10:31:51.871Z] ---> Running in 31083a7254f9 [2021-02-04T10:31:51.871Z] ---> 33274e083d97 [2021-02-04T10:31:51.871Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-04T10:31:51.871Z] Successfully built 5d3d48e063cc [2021-02-04T10:31:52.160Z] Successfully tagged docker-support-scheduler-go:latest [2021-02-04T10:31:52.161Z]  Building docker-support-scheduler-go ... done  ---> Running in cead02613b99 [2021-02-04T10:31:52.161Z] Removing intermediate container 31083a7254f9 [2021-02-04T10:31:52.161Z] ---> 2133b0c2cb8d [2021-02-04T10:31:52.161Z] Step 19/21 : LABEL arch=x86_64 [2021-02-04T10:31:52.432Z] ---> Running in 7e14667c5ed5 [2021-02-04T10:31:52.697Z] Removing intermediate container 7e14667c5ed5 [2021-02-04T10:31:52.697Z] ---> 67d772ee37b6 [2021-02-04T10:31:52.697Z] Step 20/21 : LABEL git_sha=9c707fa5c9f2bb8b3675709372ae783111037035 [2021-02-04T10:31:52.962Z] ---> Running in b6f27a550d46 [2021-02-04T10:31:52.962Z] Removing intermediate container b6f27a550d46 [2021-02-04T10:31:52.962Z] ---> aff2892b0213 [2021-02-04T10:31:52.962Z] Step 21/21 : LABEL version=0.0.0 [2021-02-04T10:31:53.232Z] ---> Running in 381bdde74f7c [2021-02-04T10:31:53.499Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-04T10:31:53.499Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-04T10:31:53.499Z] ---> aefe523efa57 [2021-02-04T10:31:53.499Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-04T10:31:53.499Z] Removing intermediate container 381bdde74f7c [2021-02-04T10:31:53.499Z] ---> 51a23732fad5 [2021-02-04T10:31:53.499Z] [2021-02-04T10:31:53.499Z] ---> Running in e6426338d403 [2021-02-04T10:31:53.763Z] Successfully built 51a23732fad5 [2021-02-04T10:31:54.026Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-02-04T10:31:54.026Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container cead02613b99 [2021-02-04T10:31:54.026Z] ---> 2301ab077ac8 [2021-02-04T10:31:54.026Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T10:31:54.610Z] ---> 63b79ea88513 [2021-02-04T10:31:54.610Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-04T10:31:54.610Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T10:31:54.610Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T10:31:54.874Z] (1/2) Installing readline (8.0.4-r0) [2021-02-04T10:31:54.874Z] (2/2) Installing bash (5.0.17-r0) [2021-02-04T10:31:54.874Z] Executing bash-5.0.17-r0.post-install [2021-02-04T10:31:54.874Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T10:31:54.874Z] OK: 12 MiB in 22 packages [2021-02-04T10:31:55.139Z] ---> 0dd7c2036f0b [2021-02-04T10:31:55.139Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-04T10:31:55.405Z] ---> b40738da341b [2021-02-04T10:31:55.405Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-02-04T10:31:55.405Z] Removing intermediate container e6426338d403 [2021-02-04T10:31:55.405Z] ---> 681cd7eab5f6 [2021-02-04T10:31:55.405Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-04T10:31:55.671Z] ---> Running in fd324b0c2377 [2021-02-04T10:31:55.943Z] Removing intermediate container fd324b0c2377 [2021-02-04T10:31:55.943Z] ---> 7de2ebe17bf7 [2021-02-04T10:31:55.943Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-04T10:31:55.943Z] ---> Running in f4081437fa51 [2021-02-04T10:31:55.943Z] ---> 03cb506d1c1c [2021-02-04T10:31:55.943Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-04T10:31:56.212Z] Removing intermediate container f4081437fa51 [2021-02-04T10:31:56.212Z] ---> efc1bbf72d00 [2021-02-04T10:31:56.212Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-04T10:31:56.488Z] ---> Running in 3acc2a13293a [2021-02-04T10:31:56.488Z] ---> fbf892c0fae2 [2021-02-04T10:31:56.488Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-02-04T10:31:56.488Z] Removing intermediate container 3acc2a13293a [2021-02-04T10:31:56.488Z] ---> ed5d59ae30a8 [2021-02-04T10:31:56.488Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-04T10:31:56.488Z] ---> Running in f1726a3aa7ba [2021-02-04T10:31:56.750Z] Removing intermediate container f1726a3aa7ba [2021-02-04T10:31:56.750Z] ---> 7835285a84fd [2021-02-04T10:31:56.750Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-04T10:31:57.344Z] ---> e164ec09cf38 [2021-02-04T10:31:57.344Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-04T10:31:57.606Z] ---> 9c7845bd62f0 [2021-02-04T10:31:57.606Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-02-04T10:31:57.873Z] ---> ccf68aa5236f [2021-02-04T10:31:57.873Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-04T10:31:57.873Z] ---> Running in ab3b55d5e97f [2021-02-04T10:31:58.137Z] ---> 5e887e7d465d [2021-02-04T10:31:58.137Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-04T10:31:58.400Z] ---> Running in 1e5cc114fb0c [2021-02-04T10:31:58.997Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T10:31:58.997Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T10:31:58.997Z] Removing intermediate container ab3b55d5e97f [2021-02-04T10:31:58.997Z] ---> 72c9713bb65b [2021-02-04T10:31:58.997Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-04T10:31:58.997Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-04T10:31:58.997Z] (2/33) Installing expat (2.2.9-r1) [2021-02-04T10:31:58.997Z] (3/33) Installing libffi (3.3-r2) [2021-02-04T10:31:58.997Z] (4/33) Installing gdbm (1.13-r1) [2021-02-04T10:31:58.997Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-04T10:31:59.274Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-04T10:31:59.274Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-04T10:31:59.274Z] ---> Running in 0d2d64b3bf71 [2021-02-04T10:32:01.838Z] Removing intermediate container 0d2d64b3bf71 [2021-02-04T10:32:01.838Z] ---> 27ce41699d65 [2021-02-04T10:32:01.838Z] Step 28/31 : CMD ["gate"] [2021-02-04T10:32:02.793Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-04T10:32:02.793Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-04T10:32:02.793Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-04T10:32:02.793Z] ---> Running in ee18bb77d596 [2021-02-04T10:32:02.793Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-04T10:32:02.793Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-04T10:32:02.793Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-04T10:32:03.058Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-04T10:32:03.058Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-04T10:32:03.058Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-04T10:32:03.058Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-04T10:32:03.058Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-04T10:32:03.058Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-04T10:32:03.058Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-04T10:32:04.008Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-04T10:32:04.008Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-04T10:32:04.008Z] Removing intermediate container ee18bb77d596 [2021-02-04T10:32:04.008Z] ---> 0f73b0507c9c [2021-02-04T10:32:04.008Z] Step 29/31 : LABEL arch=x86_64 [2021-02-04T10:32:04.008Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-04T10:32:04.008Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-04T10:32:04.008Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-04T10:32:04.008Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-04T10:32:04.008Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-04T10:32:04.590Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-04T10:32:04.590Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-04T10:32:04.590Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-04T10:32:04.590Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-04T10:32:04.590Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-04T10:32:04.590Z] ---> Running in 3f20657dc3ee [2021-02-04T10:32:04.590Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-04T10:32:04.854Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T10:32:04.854Z] OK: 71 MiB in 55 packages [2021-02-04T10:32:05.438Z] Removing intermediate container 3f20657dc3ee [2021-02-04T10:32:05.438Z] ---> 9716c1accde5 [2021-02-04T10:32:05.438Z] Step 30/31 : LABEL git_sha=9c707fa5c9f2bb8b3675709372ae783111037035 [2021-02-04T10:32:05.710Z] ---> Running in 8578904a0a2e [2021-02-04T10:32:05.976Z] Removing intermediate container 8578904a0a2e [2021-02-04T10:32:05.976Z] ---> c59be428374e [2021-02-04T10:32:05.976Z] Step 31/31 : LABEL version=0.0.0 [2021-02-04T10:32:06.575Z] ---> Running in 3bb13c776c19 [2021-02-04T10:32:10.816Z] Removing intermediate container 3bb13c776c19 [2021-02-04T10:32:10.817Z] ---> 6558e76c8c76 [2021-02-04T10:32:10.817Z] [2021-02-04T10:32:10.817Z] Successfully built 6558e76c8c76 [2021-02-04T10:32:10.817Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-02-04T10:32:10.817Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container 1e5cc114fb0c [2021-02-04T10:32:10.817Z] ---> f891c24b1c66 [2021-02-04T10:32:10.817Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-04T10:32:10.817Z] ---> Running in 2c906b44b24a [2021-02-04T10:32:12.741Z] Collecting docker-compose==1.23.2 [2021-02-04T10:32:12.741Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-04T10:32:12.741Z] Collecting docopt<0.7,>=0.6.1 [2021-02-04T10:32:12.741Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-04T10:32:13.314Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-04T10:32:13.314Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-04T10:32:13.888Z] Collecting docker<4.0,>=3.6.0 [2021-02-04T10:32:13.888Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-04T10:32:13.888Z] 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-04T10:32:14.151Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-04T10:32:14.151Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-04T10:32:14.151Z] Collecting texttable<0.10,>=0.9.0 [2021-02-04T10:32:14.151Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-04T10:32:15.097Z] Collecting PyYAML<4,>=3.10 [2021-02-04T10:32:15.097Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-04T10:32:16.043Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-04T10:32:16.043Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-04T10:32:17.433Z] Collecting cached-property<2,>=1.2.0 [2021-02-04T10:32:17.433Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-04T10:32:17.433Z] Collecting jsonschema<3,>=2.5.1 [2021-02-04T10:32:17.433Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-04T10:32:17.433Z] Collecting docker-pycreds>=0.4.0 [2021-02-04T10:32:17.696Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-04T10:32:17.696Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-04T10:32:17.696Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-04T10:32:17.960Z] 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-04T10:32:17.960Z] Collecting idna<2.8,>=2.5 [2021-02-04T10:32:17.960Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-04T10:32:17.960Z] 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-04T10:32:17.960Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-04T10:32:17.960Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-04T10:32:17.960Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-04T10:32:17.960Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-04T10:32:18.227Z] Installing collected packages: docopt, dockerpty, urllib3, idna, requests, websocket-client, docker-pycreds, docker, texttable, PyYAML, cached-property, jsonschema, docker-compose [2021-02-04T10:32:18.228Z] Running setup.py install for docopt: started [2021-02-04T10:32:18.804Z] Running setup.py install for docopt: finished with status 'done' [2021-02-04T10:32:18.804Z] Running setup.py install for dockerpty: started [2021-02-04T10:32:19.067Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-04T10:32:19.067Z] Attempting uninstall: urllib3 [2021-02-04T10:32:19.067Z] Found existing installation: urllib3 1.25.9 [2021-02-04T10:32:19.067Z] Uninstalling urllib3-1.25.9: [2021-02-04T10:32:19.330Z] Successfully uninstalled urllib3-1.25.9 [2021-02-04T10:32:19.330Z] Attempting uninstall: idna [2021-02-04T10:32:19.330Z] Found existing installation: idna 2.9 [2021-02-04T10:32:19.330Z] Uninstalling idna-2.9: [2021-02-04T10:32:19.591Z] Successfully uninstalled idna-2.9 [2021-02-04T10:32:19.591Z] Attempting uninstall: requests [2021-02-04T10:32:19.591Z] Found existing installation: requests 2.23.0 [2021-02-04T10:32:19.591Z] Uninstalling requests-2.23.0: [2021-02-04T10:32:19.591Z] Successfully uninstalled requests-2.23.0 [2021-02-04T10:32:20.165Z] Running setup.py install for texttable: started [2021-02-04T10:32:20.830Z] Running setup.py install for texttable: finished with status 'done' [2021-02-04T10:32:20.830Z] Running setup.py install for PyYAML: started [2021-02-04T10:32:21.117Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-04T10:32:21.725Z] 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-04T10:32:25.066Z] Removing intermediate container 2c906b44b24a [2021-02-04T10:32:25.066Z] ---> 1216102e7df1 [2021-02-04T10:32:25.066Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-04T10:32:25.066Z] ---> Running in fb9a93ed1766 [2021-02-04T10:32:25.066Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T10:32:25.078Z] gofmt -l . [2021-02-04T10:32:25.078Z] [ "`gofmt -l .`" = "" ] [2021-02-04T10:32:25.078Z] ./bin/test-go-mod-tidy.sh [2021-02-04T10:32:25.078Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-04T10:32:25.330Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T10:32:25.330Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-04T10:32:25.330Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-04T10:32:25.330Z] (3/3) Installing curl (7.69.1-r3) [2021-02-04T10:32:25.594Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T10:32:25.594Z] OK: 72 MiB in 58 packages [2021-02-04T10:32:25.745Z] + ls -al . [2021-02-04T10:32:25.745Z] total 712 [2021-02-04T10:32:25.745Z] drwxrwxr-x 9 1001 1001 4096 Feb 4 10:32 . [2021-02-04T10:32:25.745Z] drwxr-xr-x 4 root root 4096 Feb 4 10:28 .. [2021-02-04T10:32:25.745Z] -rw-rw-r-- 1 1001 1001 11 Feb 4 10:26 .dockerignore [2021-02-04T10:32:25.745Z] drwxrwxr-x 8 1001 1001 4096 Feb 4 10:26 .git [2021-02-04T10:32:25.745Z] drwxrwxr-x 3 1001 1001 4096 Feb 4 10:26 .github [2021-02-04T10:32:25.745Z] -rw-rw-r-- 1 1001 1001 872 Feb 4 10:26 .gitignore [2021-02-04T10:32:25.745Z] -rw-rw-r-- 1 1001 1001 166 Feb 4 10:26 .sonarcloud.properties [2021-02-04T10:32:25.745Z] -rw-rw-r-- 1 1001 1001 7859 Feb 4 10:26 Attribution.txt [2021-02-04T10:32:25.745Z] -rw-rw-r-- 1 1001 1001 3804 Feb 4 10:26 CONTRIBUTING.md [2021-02-04T10:32:25.745Z] -rw-rw-r-- 1 1001 1001 931 Feb 4 10:26 Dockerfile.build [2021-02-04T10:32:25.745Z] -rw-rw-r-- 1 1001 1001 863 Feb 4 10:26 Jenkinsfile [2021-02-04T10:32:25.745Z] -rw-rw-r-- 1 1001 1001 10775 Feb 4 10:26 LICENSE [2021-02-04T10:32:25.745Z] -rw-rw-r-- 1 1001 1001 6001 Feb 4 10:26 Makefile [2021-02-04T10:32:25.745Z] -rw-rw-r-- 1 1001 1001 6524 Feb 4 10:26 README.md [2021-02-04T10:32:25.745Z] -rw-rw-r-- 1 1001 1001 6755 Feb 4 10:26 SECURITY.md [2021-02-04T10:32:25.745Z] -rw-rw-r-- 1 1001 1001 5 Feb 4 10:23 VERSION [2021-02-04T10:32:25.745Z] -rw-rw-r-- 1 1001 1001 4131 Feb 4 10:26 ZMQWindows.md [2021-02-04T10:32:25.745Z] drwxrwxr-x 2 1001 1001 4096 Feb 4 10:26 bin [2021-02-04T10:32:25.745Z] drwxrwxr-x 15 1001 1001 4096 Feb 4 10:26 cmd [2021-02-04T10:32:25.745Z] -rw-r--r-- 1 root root 580808 Feb 4 10:31 coverage.out [2021-02-04T10:32:25.745Z] -rw-r--r-- 1 root root 1054 Feb 4 10:32 go.mod [2021-02-04T10:32:25.745Z] -rw-r--r-- 1 root root 19517 Feb 4 10:32 go.sum [2021-02-04T10:32:25.745Z] drwxrwxr-x 8 1001 1001 4096 Feb 4 10:26 internal [2021-02-04T10:32:25.745Z] drwxrwxr-x 4 1001 1001 4096 Feb 4 10:26 openapi [2021-02-04T10:32:25.745Z] drwxrwxr-x 4 1001 1001 4096 Feb 4 10:26 snap [2021-02-04T10:32:25.745Z] -rw-rw-r-- 1 1001 1001 168 Feb 4 10:26 version.go [Pipeline] sh [2021-02-04T10:32:26.167Z] Removing intermediate container fb9a93ed1766 [2021-02-04T10:32:26.167Z] ---> e35919bae913 [2021-02-04T10:32:26.167Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-04T10:32:26.167Z] ---> Running in be9e48fcfdf3 [2021-02-04T10:32:26.167Z] Removing intermediate container be9e48fcfdf3 [2021-02-04T10:32:26.167Z] ---> 9874b92ec2c9 [2021-02-04T10:32:26.167Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T10:32:26.401Z] + '[' -e coverage.out ] [2021-02-04T10:32:26.401Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-04T10:32:26.422Z] Warning: overwriting stash ‘coverage-report’ [2021-02-04T10:32:26.429Z] ---> Running in 19f1416a962d [2021-02-04T10:32:26.429Z] Removing intermediate container 19f1416a962d [2021-02-04T10:32:26.429Z] ---> f7613c2ded2e [2021-02-04T10:32:26.429Z] Step 24/26 : LABEL arch=x86_64 [2021-02-04T10:32:26.690Z] ---> Running in aed3b1c7b680 [2021-02-04T10:32:26.690Z] Removing intermediate container aed3b1c7b680 [2021-02-04T10:32:26.690Z] ---> 4b71935c5b62 [2021-02-04T10:32:26.690Z] Step 25/26 : LABEL git_sha=9c707fa5c9f2bb8b3675709372ae783111037035 [2021-02-04T10:32:26.690Z] ---> Running in 2bdb90de483f [2021-02-04T10:32:26.957Z] Removing intermediate container 2bdb90de483f [2021-02-04T10:32:26.957Z] ---> 057430f8a77d [2021-02-04T10:32:26.957Z] Step 26/26 : LABEL version=0.0.0 [2021-02-04T10:32:26.957Z] ---> Running in 44b9362e3f3a [2021-02-04T10:32:27.220Z] Removing intermediate container 44b9362e3f3a [2021-02-04T10:32:27.220Z] ---> 1bbb69f0cefb [2021-02-04T10:32:27.220Z] [2021-02-04T10:32:27.487Z] Successfully built 1bbb69f0cefb [2021-02-04T10:32:27.487Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-02-04T10:32:27.610Z] Stashed 1 file(s) [Pipeline] sh [2021-02-04T10:32:28.297Z] + make build [2021-02-04T10:32:28.297Z] 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-04T10:32:28.478Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-02-04T10:32:28.503Z] $ docker stop --time=1 1690d76ddb85e04766a8456a3c2d1e91c6bb5ed321315eff84dbec1d418ca4d8 [2021-02-04T10:32:30.151Z] $ docker rm -f 1690d76ddb85e04766a8456a3c2d1e91c6bb5ed321315eff84dbec1d418ca4d8 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-04T10:32:30.798Z] + docker images [2021-02-04T10:32:30.798Z] + grep docker [2021-02-04T10:32:31.060Z] docker-sys-mgmt-agent-go latest 1bbb69f0cefb 4 seconds ago 313MB [2021-02-04T10:32:31.060Z] docker-security-bootstrapper-go latest 6558e76c8c76 24 seconds ago 23.8MB [2021-02-04T10:32:31.060Z] docker-security-proxy-setup-go latest 51a23732fad5 38 seconds ago 24.4MB [2021-02-04T10:32:31.060Z] docker-support-scheduler-go latest 5d3d48e063cc 40 seconds ago 17MB [2021-02-04T10:32:31.060Z] docker-core-data-go latest b4be935be445 2 minutes ago 22.3MB [2021-02-04T10:32:31.060Z] docker-security-secretstore-setup-go latest fe98d77cf81a 2 minutes ago 24.6MB [2021-02-04T10:32:31.060Z] docker-support-notifications-go latest f12a74688628 2 minutes ago 17.5MB [2021-02-04T10:32:31.060Z] docker-core-command-go latest b9180df94f99 2 minutes ago 16.9MB [2021-02-04T10:32:31.060Z] docker-core-metadata-go latest 72e1cc59003e 2 minutes ago 18.8MB [2021-02-04T10:32:31.060Z] docker 20.10.0 aefe523efa57 7 weeks 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-04T10:32:38.469Z] 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-04T10:32:47.427Z] Still waiting to schedule task [2021-02-04T10:32:47.427Z] ‘prd-ubuntu18.04-docker-8c-8g-24964’ is offline [2021-02-04T10:33:00.631Z] 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-04T10:33:04.931Z] 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-04T10:33:10.366Z] 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-04T10:33:11.797Z] 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-04T10:33:17.201Z] 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-04T10:33:22.616Z] 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-04T10:33:25.235Z] 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-04T10:33:29.543Z] 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-04T10:33:32.939Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-02-04T10:33:36.333Z] 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-04T10:33:40.663Z] 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-04T10:33:46.075Z] $ docker stop --time=1 55a5dfd971dba7e99cbc2471802e7bbe9bc5d8c8240442345dc1b8a55f430152 [2021-02-04T10:33:48.497Z] $ docker rm -f 55a5dfd971dba7e99cbc2471802e7bbe9bc5d8c8240442345dc1b8a55f430152 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:33:50.812Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-04T10:33:50.812Z] [2021-02-04T10:33:50.812Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:33:51.242Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-04T10:33:51.242Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-02-04T10:33:51.242Z] 29e5d40040c1: Pulling fs layer [2021-02-04T10:33:51.242Z] 1ce36da41761: Pulling fs layer [2021-02-04T10:33:51.242Z] 25b303627fd3: Pulling fs layer [2021-02-04T10:33:52.222Z] 29e5d40040c1: Verifying Checksum [2021-02-04T10:33:52.222Z] 29e5d40040c1: Download complete [2021-02-04T10:33:52.222Z] 1ce36da41761: Verifying Checksum [2021-02-04T10:33:52.222Z] 1ce36da41761: Download complete [2021-02-04T10:33:52.495Z] 29e5d40040c1: Pull complete [2021-02-04T10:33:53.919Z] 1ce36da41761: Pull complete [2021-02-04T10:33:54.190Z] 25b303627fd3: Verifying Checksum [2021-02-04T10:33:54.190Z] 25b303627fd3: Download complete [2021-02-04T10:33:57.948Z] Running on prd-ubuntu18.04-docker-8c-8g-24965 in /w/workspace/edgexfoundry_edgex-go_PR-3109 [Pipeline] { [Pipeline] ws [2021-02-04T10:33:58.051Z] Running in /w/workspace/edgex-go/8 [Pipeline] { [Pipeline] checkout [2021-02-04T10:34:00.183Z] using credential edgex-jenkins-ssh [2021-02-04T10:34:00.290Z] Cloning the remote Git repository [2021-02-04T10:34:00.324Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-04T10:34:00.384Z] > git init /w/workspace/edgex-go/8 # timeout=10 [2021-02-04T10:34:00.411Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-04T10:34:00.411Z] > git --version # timeout=10 [2021-02-04T10:34:00.418Z] > git --version # 'git version 2.17.1' [2021-02-04T10:34:00.419Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-04T10:34:00.447Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-04T10:34:04.340Z] 25b303627fd3: Pull complete [2021-02-04T10:34:04.340Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-02-04T10:34:04.340Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-04T10:34:04.340Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-02-04T10:34:04.577Z] prd-ubuntu18.04-docker-arm64-4c-16g-24959 does not seem to be running inside a container [2021-02-04T10:34:04.661Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-02-04T10:34:07.690Z] Merging remotes/origin/master commit 8244c76d4582c1e084a7074f1d4c4e33c3804ff3 into PR head commit 9c707fa5c9f2bb8b3675709372ae783111037035 [2021-02-04T10:34:07.811Z] Merge succeeded, producing 9c707fa5c9f2bb8b3675709372ae783111037035 [2021-02-04T10:34:07.812Z] Checking out Revision 9c707fa5c9f2bb8b3675709372ae783111037035 (PR-3109) [2021-02-04T10:34:07.853Z] $ docker top ae8101f7f2190b40abe99e80858fe6d7c6212754db5aa934024636afddaa29a5 -eo pid,comm [2021-02-04T10:34:07.232Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-04T10:34:07.241Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-04T10:34:07.251Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-04T10:34:07.264Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-04T10:34:07.265Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-04T10:34:07.269Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3109/head:refs/remotes/origin/PR-3109 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-04T10:34:07.724Z] > git config core.sparsecheckout # timeout=10 [2021-02-04T10:34:07.730Z] > git checkout -f 9c707fa5c9f2bb8b3675709372ae783111037035 # timeout=10 [2021-02-04T10:34:07.802Z] > git remote # timeout=10 [2021-02-04T10:34:07.811Z] > git config --get remote.origin.url # timeout=10 [2021-02-04T10:34:07.816Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-04T10:34:07.819Z] > git merge 8244c76d4582c1e084a7074f1d4c4e33c3804ff3 # timeout=10 [2021-02-04T10:34:07.829Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-04T10:34:07.839Z] > git config core.sparsecheckout # timeout=10 [2021-02-04T10:34:07.843Z] > git checkout -f 9c707fa5c9f2bb8b3675709372ae783111037035 # timeout=10 [Pipeline] { [Pipeline] sh [2021-02-04T10:34:08.906Z] + docker-compose build --help [2021-02-04T10:34:08.906Z] + grep parallel [2021-02-04T10:34:11.475Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-04T10:34:12.272Z] --parallel Build images in parallel. [Pipeline] } [2021-02-04T10:34:12.464Z] $ docker stop --time=1 ae8101f7f2190b40abe99e80858fe6d7c6212754db5aa934024636afddaa29a5 [2021-02-04T10:34:12.657Z] + echo snap-build.sh [2021-02-04T10:34:12.657Z] snap-build.sh [2021-02-04T10:34:12.657Z] + SNAP_BASE_DIR=. [2021-02-04T10:34:12.657Z] + '[' '!' -z /w/workspace/edgex-go/8 ']' [2021-02-04T10:34:12.657Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/8 [2021-02-04T10:34:12.657Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/8]' [2021-02-04T10:34:12.657Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/8] [2021-02-04T10:34:12.657Z] + cd /w/workspace/edgex-go/8 [2021-02-04T10:34:12.657Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-02-04T10:34:12.657Z] Reading package lists... [2021-02-04T10:34:12.919Z] Building dependency tree... [2021-02-04T10:34:12.919Z] Reading state information... [2021-02-04T10:34:12.919Z] The following packages were automatically installed and are no longer required: [2021-02-04T10:34:12.919Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-02-04T10:34:12.919Z] uidmap xdelta3 [2021-02-04T10:34:12.919Z] Use 'sudo apt autoremove' to remove them. [2021-02-04T10:34:12.919Z] The following packages will be REMOVED: [2021-02-04T10:34:12.919Z] lxd* lxd-client* [2021-02-04T10:34:13.493Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-02-04T10:34:13.493Z] After this operation, 31.7 MB disk space will be freed. [2021-02-04T10:34:14.323Z] $ docker rm -f ae8101f7f2190b40abe99e80858fe6d7c6212754db5aa934024636afddaa29a5 [2021-02-04T10:34:14.539Z] (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-04T10:34:14.539Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:34:15.300Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-04T10:34:15.300Z] . [Pipeline] withDockerContainer [2021-02-04T10:34:15.481Z] Removing lxd dnsmasq configuration [2021-02-04T10:34:15.481Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-02-04T10:34:15.481Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-02-04T10:34:15.595Z] prd-ubuntu18.04-docker-arm64-4c-16g-24959 does not seem to be running inside a container [2021-02-04T10:34:15.696Z] $ 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/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-02-04T10:34:16.429Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-02-04T10:34:16.690Z] (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-04T10:34:16.690Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-04T10:34:17.113Z] $ docker top aa4bc9a04b29e5d0c67b1e71cb4e7945900427a9b4f4c5286c4780b443d963de -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-04T10:34:18.074Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-02-04T10:34:18.074Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-02-04T10:34:18.287Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-04T10:34:19.464Z] + sudo snap remove --purge lxd [2021-02-04T10:34:19.464Z] snap "lxd" is not installed [2021-02-04T10:34:19.464Z] + sudo groupadd --force --system lxd [2021-02-04T10:34:19.464Z] ++ whoami [2021-02-04T10:34:19.464Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-02-04T10:34:19.464Z] + newgrp - lxd [2021-02-04T10:34:19.464Z] + sudo snap install lxd [2021-02-04T10:34:21.653Z] Building docker-core-command-go ... [2021-02-04T10:34:21.653Z] Building docker-core-data-go ... [2021-02-04T10:34:21.653Z] Building docker-core-metadata-go ... [2021-02-04T10:34:21.653Z] Building docker-security-bootstrapper-go ... [2021-02-04T10:34:21.653Z] Building docker-security-proxy-setup-go ... [2021-02-04T10:34:21.653Z] Building docker-security-secretstore-setup-go ... [2021-02-04T10:34:21.653Z] Building docker-support-notifications-go ... [2021-02-04T10:34:21.653Z] Building docker-support-scheduler-go ... [2021-02-04T10:34:21.653Z] Building docker-sys-mgmt-agent-go ... [2021-02-04T10:34:21.653Z] Building docker-support-notifications-go [2021-02-04T10:34:21.653Z] Building docker-support-scheduler-go [2021-02-04T10:34:21.653Z] Building docker-core-command-go [2021-02-04T10:34:21.653Z] Building docker-security-proxy-setup-go [2021-02-04T10:34:21.653Z] Building docker-security-bootstrapper-go [2021-02-04T10:34:27.611Z] 2021-02-04T10:34:24Z INFO Waiting for automatic snapd restart... [2021-02-04T10:34:37.674Z] lxd 4.10 from Canonical* installed [2021-02-04T10:34:37.674Z] + sudo lxd init --auto [2021-02-04T10:34:47.706Z] + sudo snap install --classic snapcraft [2021-02-04T10:34:54.298Z] snapcraft 4.4.4 from Canonical* installed [2021-02-04T10:34:54.298Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-02-04T10:34:54.298Z] + patch --verbose -p1 [2021-02-04T10:34:54.298Z] Hmm... Looks like a unified diff to me... [2021-02-04T10:34:54.298Z] The text leading up to this was: [2021-02-04T10:34:54.298Z] -------------------------- [2021-02-04T10:34:54.298Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-02-04T10:34:54.298Z] |From: Tony Espy [2021-02-04T10:34:54.298Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-02-04T10:34:54.298Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-02-04T10:34:54.298Z] | [2021-02-04T10:34:54.298Z] |This patch is used by the EdgeX CI pipeline builds to [2021-02-04T10:34:54.298Z] |optimize the snap CI check run for pull requests. When [2021-02-04T10:34:54.298Z] |applied, it essentially strips out everything (apps and [2021-02-04T10:34:54.298Z] |parts) from the snapcraft.yaml file except those required [2021-02-04T10:34:54.298Z] |to build edgex-go, as the whole idea of the CI check is to [2021-02-04T10:34:54.298Z] |catch changes to edgex-go that break the snap build. [2021-02-04T10:34:54.298Z] | [2021-02-04T10:34:54.298Z] |In general, anyone updating snapcraft.yaml will also need [2021-02-04T10:34:54.298Z] |to update this patch file, otherwise it may fail to apply, [2021-02-04T10:34:54.298Z] |resulting in a failed snap build CI check in the associated [2021-02-04T10:34:54.298Z] |pull request. [2021-02-04T10:34:54.298Z] | [2021-02-04T10:34:54.298Z] |Note - in addition to applying this patch, the pipeline also [2021-02-04T10:34:54.298Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-02-04T10:34:54.298Z] |need to build the finally binary .snap file (and it won't [2021-02-04T10:34:54.298Z] |work with the patch applied). This further reduces the build [2021-02-04T10:34:54.298Z] |time. [2021-02-04T10:34:54.298Z] |--- [2021-02-04T10:34:54.298Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-02-04T10:34:54.298Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-02-04T10:34:54.298Z] | [2021-02-04T10:34:54.298Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-02-04T10:34:54.298Z] |index 1e537489..faf42425 100644 [2021-02-04T10:34:54.298Z] |--- a/snap/snapcraft.yaml [2021-02-04T10:34:54.298Z] |+++ b/snap/snapcraft.yaml [2021-02-04T10:34:54.298Z] -------------------------- [2021-02-04T10:34:54.298Z] patching file snap/snapcraft.yaml [2021-02-04T10:34:54.298Z] Using Plan A... [2021-02-04T10:34:54.298Z] Hunk #1 succeeded at 73. [2021-02-04T10:34:54.298Z] Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). [2021-02-04T10:34:54.298Z] Hunk #3 succeeded at 214 (offset -1 lines). [2021-02-04T10:34:54.298Z] Hunk #4 succeeded at 222 (offset -1 lines). [2021-02-04T10:34:54.298Z] Hunk #5 succeeded at 229 (offset -1 lines). [2021-02-04T10:34:54.298Z] Hunk #6 succeeded at 256 (offset -1 lines). [2021-02-04T10:34:54.298Z] Hunk #7 succeeded at 290 (offset -1 lines). [2021-02-04T10:34:54.298Z] Hunk #8 succeeded at 342. [2021-02-04T10:34:54.298Z] Hmm... Ignoring the trailing garbage. [2021-02-04T10:34:54.298Z] done [2021-02-04T10:34:54.298Z] + sudo snapcraft prime --use-lxd [2021-02-04T10:34:55.688Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-02-04T10:34:55.688Z] 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-04T10:34:55.688Z] - README.md [2021-02-04T10:34:55.688Z] - snapcraft.yaml.orig [2021-02-04T10:34:55.688Z] [2021-02-04T10:34:55.688Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-02-04T10:34:55.947Z] Launching a container. [2021-02-04T10:35:08.229Z] Waiting for container to be ready [2021-02-04T10:35:08.229Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-02-04T10:35:08.229Z] [2021-02-04T10:35:10.770Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-02-04T10:35:10.770Z] Waiting for network to be ready... [2021-02-04T10:35:11.034Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-04T10:35:11.295Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-02-04T10:35:11.295Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1537 kB] [2021-02-04T10:35:11.555Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [297 kB] [2021-02-04T10:35:11.555Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-02-04T10:35:11.555Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-02-04T10:35:11.555Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] [2021-02-04T10:35:11.555Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] [2021-02-04T10:35:11.555Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1105 kB] [2021-02-04T10:35:11.555Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] [2021-02-04T10:35:11.822Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-02-04T10:35:11.822Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-02-04T10:35:12.397Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-02-04T10:35:12.397Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-02-04T10:35:12.397Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-02-04T10:35:12.397Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-02-04T10:35:12.397Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-02-04T10:35:12.397Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-02-04T10:35:12.967Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-02-04T10:35:12.967Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1877 kB] [2021-02-04T10:35:13.227Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] [2021-02-04T10:35:13.227Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-02-04T10:35:13.227Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-02-04T10:35:13.227Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] [2021-02-04T10:35:13.227Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] [2021-02-04T10:35:13.227Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1714 kB] [2021-02-04T10:35:13.227Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] [2021-02-04T10:35:15.774Z] Fetched 23.9 MB in 4s (5673 kB/s) [2021-02-04T10:35:16.034Z] Reading package lists... [2021-02-04T10:35:16.295Z] Reading package lists... [2021-02-04T10:35:16.557Z] Building dependency tree... [2021-02-04T10:35:16.557Z] Reading state information... [2021-02-04T10:35:16.557Z] The following additional packages will be installed: [2021-02-04T10:35:16.557Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-02-04T10:35:16.557Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-02-04T10:35:16.557Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-02-04T10:35:16.557Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-02-04T10:35:16.557Z] Suggested packages: [2021-02-04T10:35:16.557Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-02-04T10:35:16.557Z] Recommended packages: [2021-02-04T10:35:16.557Z] gnupg libsasl2-modules [2021-02-04T10:35:16.557Z] The following NEW packages will be installed: [2021-02-04T10:35:16.557Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-02-04T10:35:16.557Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-02-04T10:35:16.557Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-02-04T10:35:16.557Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-02-04T10:35:16.557Z] The following packages will be upgraded: [2021-02-04T10:35:16.557Z] gpg gpg-agent gpgconf libudev1 [2021-02-04T10:35:16.557Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-02-04T10:35:16.557Z] Need to get 3533 kB of archives. [2021-02-04T10:35:16.557Z] After this operation, 13.3 MB of additional disk space will be used. [2021-02-04T10:35:16.557Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-02-04T10:35:16.820Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-02-04T10:35:16.820Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-02-04T10:35:16.820Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-02-04T10:35:16.820Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-02-04T10:35:16.820Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2021-02-04T10:35:16.820Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2021-02-04T10:35:16.820Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-02-04T10:35:16.820Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-02-04T10:35:17.087Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-02-04T10:35:17.347Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-02-04T10:35:17.347Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-02-04T10:35:17.347Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-02-04T10:35:17.347Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-02-04T10:35:17.347Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-02-04T10:35:17.347Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-02-04T10:35:17.347Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-02-04T10:35:17.347Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-02-04T10:35:17.347Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-02-04T10:35:17.347Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-02-04T10:35:17.607Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-02-04T10:35:17.607Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-02-04T10:35:17.607Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-04T10:35:17.607Z] Fetched 3533 kB in 1s (3565 kB/s) [2021-02-04T10:35:17.607Z] (Reading database ... 12511 files and directories currently installed.) [2021-02-04T10:35:17.607Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-02-04T10:35:17.867Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-04T10:35:17.867Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-02-04T10:35:17.867Z] Selecting previously unselected package udev. [2021-02-04T10:35:17.867Z] (Reading database ... 12511 files and directories currently installed.) [2021-02-04T10:35:17.867Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-02-04T10:35:18.128Z] Unpacking udev (237-3ubuntu10.44) ... [2021-02-04T10:35:18.128Z] Selecting previously unselected package libfuse2:amd64. [2021-02-04T10:35:18.128Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-02-04T10:35:18.388Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-02-04T10:35:18.388Z] Selecting previously unselected package fuse. [2021-02-04T10:35:18.388Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-02-04T10:35:18.388Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-02-04T10:35:18.388Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-04T10:35:18.388Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-04T10:35:18.650Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-04T10:35:18.650Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-04T10:35:18.650Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-04T10:35:18.650Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-04T10:35:18.909Z] Selecting previously unselected package libksba8:amd64. [2021-02-04T10:35:18.909Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-02-04T10:35:18.909Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-02-04T10:35:18.909Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-02-04T10:35:18.909Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-04T10:35:18.909Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T10:35:19.169Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-02-04T10:35:19.169Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-04T10:35:19.169Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T10:35:19.169Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-02-04T10:35:19.169Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-04T10:35:19.169Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T10:35:19.169Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-02-04T10:35:19.169Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-04T10:35:19.169Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T10:35:19.451Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-02-04T10:35:19.451Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-04T10:35:19.451Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T10:35:19.451Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-02-04T10:35:19.451Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-04T10:35:19.451Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T10:35:19.712Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-02-04T10:35:19.712Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-04T10:35:19.712Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T10:35:19.712Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-02-04T10:35:19.712Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-04T10:35:19.712Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T10:35:19.712Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-02-04T10:35:19.712Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-04T10:35:19.712Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T10:35:19.980Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-02-04T10:35:19.980Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-02-04T10:35:19.980Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-04T10:35:19.980Z] Selecting previously unselected package libsasl2-2:amd64. [2021-02-04T10:35:19.980Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-02-04T10:35:19.980Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-04T10:35:20.255Z] Selecting previously unselected package libldap-common. [2021-02-04T10:35:20.255Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-02-04T10:35:20.255Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-04T10:35:20.255Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-02-04T10:35:20.255Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-02-04T10:35:20.255Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-04T10:35:20.255Z] Selecting previously unselected package dirmngr. [2021-02-04T10:35:20.255Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-04T10:35:20.255Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-02-04T10:35:20.525Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-04T10:35:20.525Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-02-04T10:35:20.525Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-02-04T10:35:20.525Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-04T10:35:20.525Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-04T10:35:20.525Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-02-04T10:35:20.792Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T10:35:20.792Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-02-04T10:35:20.792Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-04T10:35:20.792Z] Setting up udev (237-3ubuntu10.44) ... [2021-02-04T10:35:21.060Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-02-04T10:35:21.060Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T10:35:21.327Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-02-04T10:35:21.327Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-02-04T10:35:21.327Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-02-04T10:35:21.327Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T10:35:21.327Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T10:35:21.327Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T10:35:21.327Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T10:35:21.594Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T10:35:21.594Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T10:35:21.594Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T10:35:21.594Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-04T10:35:21.594Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-02-04T10:35:21.594Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-04T10:35:22.178Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-02-04T10:35:22.178Z] settings in the [Install] section, and DefaultInstance for template units). [2021-02-04T10:35:22.178Z] This means they are not meant to be enabled using systemctl. [2021-02-04T10:35:22.178Z] Possible reasons for having this kind of units are: [2021-02-04T10:35:22.178Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-02-04T10:35:22.178Z] .wants/ or .requires/ directory. [2021-02-04T10:35:22.178Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-02-04T10:35:22.178Z] a requirement dependency on it. [2021-02-04T10:35:22.178Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-02-04T10:35:22.179Z] D-Bus, udev, scripted systemctl call, ...). [2021-02-04T10:35:22.179Z] 4) In case of template units, the unit is meant to be enabled with some [2021-02-04T10:35:22.179Z] instance name specified. [2021-02-04T10:35:22.179Z] Reading package lists... [2021-02-04T10:35:22.444Z] Building dependency tree... [2021-02-04T10:35:22.444Z] Reading state information... [2021-02-04T10:35:22.444Z] The following additional packages will be installed: [2021-02-04T10:35:22.444Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-02-04T10:35:22.444Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-02-04T10:35:22.444Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-02-04T10:35:22.444Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-02-04T10:35:22.444Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-02-04T10:35:22.444Z] Suggested packages: [2021-02-04T10:35:22.444Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-02-04T10:35:22.444Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-02-04T10:35:22.444Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-02-04T10:35:22.444Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-02-04T10:35:22.444Z] systemd-container policykit-1 [2021-02-04T10:35:22.444Z] Recommended packages: [2021-02-04T10:35:22.444Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-02-04T10:35:22.444Z] The following NEW packages will be installed: [2021-02-04T10:35:22.445Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-02-04T10:35:22.445Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-02-04T10:35:22.445Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-02-04T10:35:22.445Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-02-04T10:35:22.445Z] python3.6-minimal snapd squashfs-tools sudo [2021-02-04T10:35:22.445Z] The following packages will be upgraded: [2021-02-04T10:35:22.445Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-02-04T10:35:22.705Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-02-04T10:35:22.705Z] Need to get 35.2 MB of archives. [2021-02-04T10:35:22.705Z] After this operation, 141 MB of additional disk space will be used. [2021-02-04T10:35:22.705Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-02-04T10:35:22.705Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-02-04T10:35:22.705Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-02-04T10:35:22.705Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] [2021-02-04T10:35:22.968Z] 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-04T10:35:22.968Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-02-04T10:35:22.968Z] 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-04T10:35:22.968Z] 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-04T10:35:22.968Z] 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-04T10:35:22.968Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-02-04T10:35:22.968Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-02-04T10:35:22.968Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-02-04T10:35:22.968Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-02-04T10:35:22.968Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-02-04T10:35:22.968Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-02-04T10:35:22.968Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-02-04T10:35:22.968Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-02-04T10:35:22.968Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-02-04T10:35:23.921Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-02-04T10:35:23.921Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-02-04T10:35:23.921Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-02-04T10:35:23.921Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-02-04T10:35:23.921Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-02-04T10:35:23.921Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-02-04T10:35:23.921Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-02-04T10:35:23.921Z] Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-02-04T10:35:23.921Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-02-04T10:35:23.921Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-02-04T10:35:23.921Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-02-04T10:35:23.921Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-02-04T10:35:25.324Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-04T10:35:25.324Z] Fetched 35.2 MB in 3s (13.3 MB/s) [2021-02-04T10:35:25.324Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-04T10:35:25.324Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-02-04T10:35:25.583Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-04T10:35:26.156Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-02-04T10:35:26.156Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-04T10:35:26.156Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-02-04T10:35:26.419Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-04T10:35:26.419Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-02-04T10:35:26.419Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-02-04T10:35:26.679Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-02-04T10:35:26.680Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-04T10:35:26.680Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-02-04T10:35:26.680Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-02-04T10:35:27.250Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-02-04T10:35:27.250Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-02-04T10:35:27.512Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-02-04T10:35:27.512Z] (Reading database ... 12764 files and directories currently installed.) [2021-02-04T10:35:27.512Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-02-04T10:35:27.773Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-02-04T10:35:27.773Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-02-04T10:35:27.773Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-04T10:35:28.034Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-04T10:35:28.034Z] Selecting previously unselected package libexpat1:amd64. [2021-02-04T10:35:28.034Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-02-04T10:35:28.034Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-02-04T10:35:28.295Z] Selecting previously unselected package python3.6-minimal. [2021-02-04T10:35:28.295Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-04T10:35:28.295Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-02-04T10:35:28.556Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-02-04T10:35:28.556Z] Checking for services that may need to be restarted...done. [2021-02-04T10:35:28.556Z] Checking for services that may need to be restarted...done. [2021-02-04T10:35:28.556Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-04T10:35:28.556Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-02-04T10:35:28.817Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-02-04T10:35:29.078Z] Selecting previously unselected package python3-minimal. [2021-02-04T10:35:29.078Z] (Reading database ... 13012 files and directories currently installed.) [2021-02-04T10:35:29.078Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-02-04T10:35:29.078Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-02-04T10:35:29.339Z] Selecting previously unselected package mime-support. [2021-02-04T10:35:29.339Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-02-04T10:35:29.339Z] Unpacking mime-support (3.60ubuntu1) ... [2021-02-04T10:35:29.339Z] Selecting previously unselected package libmpdec2:amd64. [2021-02-04T10:35:29.339Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-02-04T10:35:29.339Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-02-04T10:35:29.601Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-02-04T10:35:29.601Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-04T10:35:29.601Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-04T10:35:29.864Z] Selecting previously unselected package python3.6. [2021-02-04T10:35:29.864Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-04T10:35:29.864Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-04T10:35:29.864Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-02-04T10:35:29.864Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-02-04T10:35:29.864Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-02-04T10:35:29.864Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-02-04T10:35:30.124Z] Selecting previously unselected package python3. [2021-02-04T10:35:30.124Z] (Reading database ... 13442 files and directories currently installed.) [2021-02-04T10:35:30.124Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-02-04T10:35:30.124Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-02-04T10:35:30.124Z] Selecting previously unselected package multiarch-support. [2021-02-04T10:35:30.124Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-02-04T10:35:30.124Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-02-04T10:35:30.385Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-02-04T10:35:30.385Z] Selecting previously unselected package liblzo2-2:amd64. [2021-02-04T10:35:30.385Z] (Reading database ... 13479 files and directories currently installed.) [2021-02-04T10:35:30.385Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-02-04T10:35:30.385Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-02-04T10:35:30.385Z] Selecting previously unselected package libbsd0:amd64. [2021-02-04T10:35:30.385Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-02-04T10:35:30.385Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-02-04T10:35:30.645Z] Selecting previously unselected package sudo. [2021-02-04T10:35:30.645Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-02-04T10:35:30.645Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-02-04T10:35:30.907Z] Selecting previously unselected package apparmor. [2021-02-04T10:35:30.907Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-02-04T10:35:30.907Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-02-04T10:35:30.907Z] Selecting previously unselected package libedit2:amd64. [2021-02-04T10:35:30.907Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-02-04T10:35:30.907Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-02-04T10:35:31.168Z] Selecting previously unselected package libkrb5support0:amd64. [2021-02-04T10:35:31.168Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-02-04T10:35:31.168Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-02-04T10:35:31.168Z] Selecting previously unselected package libk5crypto3:amd64. [2021-02-04T10:35:31.168Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-02-04T10:35:31.168Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-02-04T10:35:31.168Z] Selecting previously unselected package libkeyutils1:amd64. [2021-02-04T10:35:31.168Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-02-04T10:35:31.168Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-02-04T10:35:31.429Z] Selecting previously unselected package libkrb5-3:amd64. [2021-02-04T10:35:31.429Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-02-04T10:35:31.429Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-02-04T10:35:31.690Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-02-04T10:35:31.690Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-02-04T10:35:31.690Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-02-04T10:35:31.950Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-02-04T10:35:31.950Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-02-04T10:35:31.950Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-02-04T10:35:32.210Z] Selecting previously unselected package openssh-client. [2021-02-04T10:35:32.210Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-02-04T10:35:32.210Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-02-04T10:35:32.210Z] Selecting previously unselected package squashfs-tools. [2021-02-04T10:35:32.470Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-02-04T10:35:32.470Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-02-04T10:35:32.470Z] Selecting previously unselected package snapd. [2021-02-04T10:35:32.470Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-02-04T10:35:32.470Z] Unpacking snapd (2.48+18.04) ... [2021-02-04T10:35:34.406Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-02-04T10:35:34.406Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-02-04T10:35:34.406Z] Setting up mime-support (3.60ubuntu1) ... [2021-02-04T10:35:34.668Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-02-04T10:35:34.668Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-02-04T10:35:34.668Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-02-04T10:35:34.668Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-04T10:35:34.668Z] Setting up systemd (237-3ubuntu10.44) ... [2021-02-04T10:35:34.668Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-02-04T10:35:35.611Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-02-04T10:35:35.611Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-02-04T10:35:35.611Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-02-04T10:35:35.611Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-04T10:35:35.611Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-02-04T10:35:35.611Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-04T10:35:36.182Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-02-04T10:35:36.182Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-02-04T10:35:36.182Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-02-04T10:35:36.182Z] Setting up python3 (3.6.7-1~18.04) ... [2021-02-04T10:35:36.182Z] running python rtupdate hooks for python3.6... [2021-02-04T10:35:36.182Z] running python post-rtupdate hooks for python3.6... [2021-02-04T10:35:36.443Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-02-04T10:35:38.995Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-02-04T10:35:38.995Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-02-04T10:35:38.995Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-02-04T10:35:38.995Z] Setting up snapd (2.48+18.04) ... [2021-02-04T10:35:39.256Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-02-04T10:35:39.517Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-02-04T10:35:39.778Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-02-04T10:35:39.778Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-02-04T10:35:40.039Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-02-04T10:35:40.039Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-02-04T10:35:40.299Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-02-04T10:35:40.299Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-02-04T10:35:40.562Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-02-04T10:35:40.823Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-02-04T10:35:40.823Z] /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-04T10:35:40.823Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-04T10:35:41.083Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-02-04T10:35:42.024Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-04T10:35:42.024Z] Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-04T10:35:42.024Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-04T10:35:43.227Z] Reading package lists... [2021-02-04T10:35:43.467Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T10:35:43.467Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-04T10:35:43.467Z] ---> fa2c1a09e746 [2021-02-04T10:35:43.467Z] Step 3/23 : WORKDIR /edgex-go [2021-02-04T10:35:43.467Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T10:35:43.467Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-04T10:35:43.467Z] ---> fa2c1a09e746 [2021-02-04T10:35:43.467Z] Step 3/21 : WORKDIR /edgex-go [2021-02-04T10:35:43.467Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T10:35:43.467Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-04T10:35:43.467Z] ---> fa2c1a09e746 [2021-02-04T10:35:43.467Z] Step 3/22 : WORKDIR /edgex-go [2021-02-04T10:35:43.467Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T10:35:43.467Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-04T10:35:43.467Z] ---> fa2c1a09e746 [2021-02-04T10:35:43.467Z] Step 3/22 : WORKDIR /edgex-go [2021-02-04T10:35:43.467Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T10:35:43.467Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-02-04T10:35:43.467Z] ---> fa2c1a09e746 [2021-02-04T10:35:43.467Z] Step 3/31 : WORKDIR /edgex-go [2021-02-04T10:35:43.467Z] ---> Running in 19d5cc2cd530 [2021-02-04T10:35:43.467Z] ---> Running in 0df89a12f044 [2021-02-04T10:35:43.467Z] ---> Running in 0daa756b304f [2021-02-04T10:35:43.467Z] ---> Running in b911e36ab598 [2021-02-04T10:35:43.467Z] ---> Running in 2bb1083392db [2021-02-04T10:35:43.467Z] Removing intermediate container 19d5cc2cd530 [2021-02-04T10:35:43.467Z] ---> 88a19a03ff5c [2021-02-04T10:35:43.467Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T10:35:43.467Z] Removing intermediate container 2bb1083392db [2021-02-04T10:35:43.467Z] ---> e7a635185a41 [2021-02-04T10:35:43.467Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T10:35:43.467Z] Removing intermediate container 0df89a12f044 [2021-02-04T10:35:43.467Z] ---> 03b8c3fa774e [2021-02-04T10:35:43.467Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T10:35:43.467Z] Removing intermediate container b911e36ab598 [2021-02-04T10:35:43.467Z] ---> 194209f56c69 [2021-02-04T10:35:43.467Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T10:35:43.467Z] Removing intermediate container 0daa756b304f [2021-02-04T10:35:43.467Z] ---> 4774f31441dc [2021-02-04T10:35:43.467Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T10:35:43.467Z] ---> Running in f76218ccbda3 [2021-02-04T10:35:43.467Z] ---> Running in d170fc515b1f [2021-02-04T10:35:43.467Z] ---> Running in 2c33af507c0a [2021-02-04T10:35:43.467Z] ---> Running in ba26d0619829 [2021-02-04T10:35:43.467Z] ---> Running in 7e468039a48a [2021-02-04T10:35:43.467Z] Removing intermediate container f76218ccbda3 [2021-02-04T10:35:43.467Z] ---> 9eebf84a0576 [2021-02-04T10:35:43.467Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-02-04T10:35:43.467Z] ---> Running in 0c4460e70022 [2021-02-04T10:35:43.467Z] Removing intermediate container d170fc515b1f [2021-02-04T10:35:43.467Z] ---> 01579fc63638 [2021-02-04T10:35:43.467Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-04T10:35:43.467Z] ---> Running in 46644fc3afdc [2021-02-04T10:35:43.467Z] Removing intermediate container ba26d0619829 [2021-02-04T10:35:43.467Z] ---> dc2906564818 [2021-02-04T10:35:43.467Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-04T10:35:43.467Z] Removing intermediate container 2c33af507c0a [2021-02-04T10:35:43.467Z] ---> 12cef6133582 [2021-02-04T10:35:43.467Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-04T10:35:43.467Z] Removing intermediate container 7e468039a48a [2021-02-04T10:35:43.467Z] ---> e8d4fa646c03 [2021-02-04T10:35:43.467Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-04T10:35:43.467Z] ---> Running in 2429391ac90a [2021-02-04T10:35:43.467Z] ---> Running in a30bfbf458df [2021-02-04T10:35:43.467Z] ---> Running in a4791d46f604 [2021-02-04T10:35:43.487Z] Reading package lists... [2021-02-04T10:35:43.487Z] Building dependency tree... [2021-02-04T10:35:43.487Z] Reading state information... [2021-02-04T10:35:43.741Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T10:35:43.747Z] Calculating upgrade... [2021-02-04T10:35:43.748Z] The following packages will be upgraded: [2021-02-04T10:35:43.748Z] advancecomp base-files bash binutils binutils-common [2021-02-04T10:35:43.748Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-02-04T10:35:43.748Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-02-04T10:35:43.748Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-02-04T10:35:43.748Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-02-04T10:35:43.748Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-02-04T10:35:43.748Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-02-04T10:35:43.748Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-02-04T10:35:43.748Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-02-04T10:35:43.748Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-02-04T10:35:43.748Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-02-04T10:35:43.748Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-02-04T10:35:43.748Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-02-04T10:35:43.748Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-02-04T10:35:43.748Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-02-04T10:35:44.010Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-02-04T10:35:44.010Z] Need to get 63.8 MB of archives. [2021-02-04T10:35:44.010Z] After this operation, 5188 kB of additional disk space will be used. [2021-02-04T10:35:44.010Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] [2021-02-04T10:35:44.010Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-02-04T10:35:44.021Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T10:35:44.581Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-02-04T10:35:44.581Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-02-04T10:35:44.581Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-02-04T10:35:44.581Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-02-04T10:35:44.581Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-02-04T10:35:44.581Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-02-04T10:35:44.581Z] 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-04T10:35:44.628Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T10:35:44.628Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T10:35:44.841Z] 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-04T10:35:44.841Z] 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-04T10:35:44.841Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-02-04T10:35:44.841Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-02-04T10:35:44.841Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-02-04T10:35:44.841Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-02-04T10:35:44.841Z] 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-04T10:35:44.841Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-02-04T10:35:44.841Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-02-04T10:35:44.841Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-02-04T10:35:44.841Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-02-04T10:35:44.841Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-02-04T10:35:44.841Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-02-04T10:35:44.841Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-02-04T10:35:44.900Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T10:35:44.901Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T10:35:44.901Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T10:35:45.100Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-02-04T10:35:45.100Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-02-04T10:35:45.100Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-02-04T10:35:45.100Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-02-04T10:35:45.100Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-02-04T10:35:45.101Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-02-04T10:35:45.101Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-02-04T10:35:45.101Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-02-04T10:35:45.101Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-02-04T10:35:45.101Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-02-04T10:35:45.101Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-02-04T10:35:45.101Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-02-04T10:35:45.101Z] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-02-04T10:35:45.101Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-02-04T10:35:45.362Z] 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-04T10:35:45.362Z] 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-04T10:35:45.362Z] 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-04T10:35:45.362Z] Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-02-04T10:35:45.362Z] 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-04T10:35:45.362Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-02-04T10:35:45.362Z] 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-04T10:35:45.362Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-02-04T10:35:45.362Z] Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-02-04T10:35:45.362Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-02-04T10:35:45.362Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-02-04T10:35:45.362Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-02-04T10:35:45.362Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-02-04T10:35:45.362Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-02-04T10:35:45.362Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-02-04T10:35:45.362Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-02-04T10:35:45.362Z] Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-02-04T10:35:45.362Z] Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-02-04T10:35:45.362Z] Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-02-04T10:35:45.362Z] Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-02-04T10:35:45.362Z] Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-02-04T10:35:45.362Z] Get:59 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-04T10:35:45.362Z] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-02-04T10:35:45.362Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-02-04T10:35:45.362Z] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-02-04T10:35:45.501Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T10:35:45.623Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-02-04T10:35:45.623Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-02-04T10:35:45.623Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-02-04T10:35:45.623Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-02-04T10:35:45.623Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-02-04T10:35:45.623Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-02-04T10:35:45.623Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-02-04T10:35:45.623Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-02-04T10:35:45.623Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-02-04T10:35:45.623Z] Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-02-04T10:35:45.623Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-02-04T10:35:45.623Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-02-04T10:35:45.623Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-02-04T10:35:45.623Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-02-04T10:35:45.774Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T10:35:45.883Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-02-04T10:35:45.883Z] 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-04T10:35:45.883Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-02-04T10:35:45.883Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-02-04T10:35:45.883Z] 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-04T10:35:45.883Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-02-04T10:35:45.883Z] 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-04T10:35:45.883Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-02-04T10:35:45.883Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-02-04T10:35:45.883Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-02-04T10:35:45.883Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-02-04T10:35:45.883Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-02-04T10:35:45.883Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-02-04T10:35:45.883Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-02-04T10:35:46.051Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T10:35:46.328Z] OK: 217 MiB in 51 packages [2021-02-04T10:35:46.328Z] OK: 217 MiB in 51 packages [2021-02-04T10:35:46.454Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-02-04T10:35:46.610Z] OK: 217 MiB in 51 packages [2021-02-04T10:35:46.714Z] 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-04T10:35:46.714Z] 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-04T10:35:46.895Z] OK: 217 MiB in 51 packages [2021-02-04T10:35:46.975Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-02-04T10:35:47.234Z] 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-04T10:35:47.234Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-02-04T10:35:47.234Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-02-04T10:35:47.234Z] Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-02-04T10:35:47.234Z] Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-02-04T10:35:47.234Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-04T10:35:47.494Z] Fetched 63.8 MB in 3s (18.4 MB/s) [2021-02-04T10:35:47.494Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T10:35:47.494Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-02-04T10:35:47.494Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-04T10:35:47.498Z] OK: 217 MiB in 51 packages [2021-02-04T10:35:48.067Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-02-04T10:35:48.067Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-04T10:35:48.131Z] Removing intermediate container a30bfbf458df [2021-02-04T10:35:48.131Z] ---> 5288ead909df [2021-02-04T10:35:48.131Z] Step 6/21 : COPY go.mod . [2021-02-04T10:35:48.329Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... [2021-02-04T10:35:48.330Z] Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... [2021-02-04T10:35:48.421Z] Removing intermediate container 0c4460e70022 [2021-02-04T10:35:48.421Z] ---> d1fa82874c10 [2021-02-04T10:35:48.421Z] Step 6/31 : COPY go.mod . [2021-02-04T10:35:48.703Z] Removing intermediate container 46644fc3afdc [2021-02-04T10:35:48.703Z] ---> 1374e1355bd0 [2021-02-04T10:35:48.703Z] Step 6/23 : COPY go.mod . [2021-02-04T10:35:48.703Z] Removing intermediate container a4791d46f604 [2021-02-04T10:35:48.703Z] ---> 1d87c87f392e [2021-02-04T10:35:48.703Z] Step 6/22 : COPY go.mod . [2021-02-04T10:35:48.902Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T10:35:49.163Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-04T10:35:49.163Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T10:35:49.163Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-04T10:35:49.307Z] Removing intermediate container 2429391ac90a [2021-02-04T10:35:49.307Z] ---> c6d8c0f9e6e1 [2021-02-04T10:35:49.307Z] Step 6/22 : COPY go.mod . [2021-02-04T10:35:49.307Z] ---> 6125996e81d5 [2021-02-04T10:35:49.307Z] Step 7/21 : RUN go mod download [2021-02-04T10:35:49.424Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T10:35:49.425Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-04T10:35:49.425Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T10:35:49.425Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-04T10:35:49.581Z] ---> 67e2bae7862d [2021-02-04T10:35:49.581Z] Step 7/31 : RUN go mod download [2021-02-04T10:35:49.581Z] ---> Running in 22e051316e68 [2021-02-04T10:35:49.686Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T10:35:49.686Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-04T10:35:49.686Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T10:35:49.686Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-04T10:35:49.851Z] ---> Running in 57891b706e21 [2021-02-04T10:35:49.851Z] ---> 242c72aa43c9 [2021-02-04T10:35:49.851Z] Step 7/23 : RUN go mod download [2021-02-04T10:35:49.851Z] ---> 053b2d5c7aeb [2021-02-04T10:35:49.851Z] Step 7/22 : RUN go mod download [2021-02-04T10:35:49.946Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T10:35:49.946Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-04T10:35:49.947Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-04T10:35:49.947Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-04T10:35:49.947Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T10:35:50.121Z] ---> Running in b95144833482 [2021-02-04T10:35:50.121Z] ---> Running in b69e342161e3 [2021-02-04T10:35:50.208Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-02-04T10:35:50.208Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-02-04T10:35:50.208Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-04T10:35:50.208Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T10:35:50.208Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-04T10:35:50.392Z] ---> c0bcf4069150 [2021-02-04T10:35:50.392Z] Step 7/22 : RUN go mod download [2021-02-04T10:35:50.468Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T10:35:50.468Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-04T10:35:50.468Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T10:35:50.468Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-04T10:35:50.679Z] ---> Running in f4c906715062 [2021-02-04T10:35:50.728Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-04T10:35:50.729Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-04T10:35:50.729Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-02-04T10:35:50.989Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-04T10:35:51.560Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-02-04T10:35:51.560Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-04T10:35:51.560Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-02-04T10:35:51.821Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-02-04T10:35:51.821Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-02-04T10:35:51.821Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-02-04T10:35:52.082Z] Setting up base-files (10.1ubuntu2.10) ... [2021-02-04T10:35:52.082Z] Installing new version of config file /etc/issue ... [2021-02-04T10:35:52.082Z] Installing new version of config file /etc/issue.net ... [2021-02-04T10:35:52.082Z] Installing new version of config file /etc/lsb-release ... [2021-02-04T10:35:52.082Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-02-04T10:35:52.343Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-02-04T10:35:52.343Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-02-04T10:35:52.343Z] Removing obsolete conffile /etc/default/motd-news ... [2021-02-04T10:35:52.604Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T10:35:52.604Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-02-04T10:35:52.604Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-02-04T10:35:52.864Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-02-04T10:35:52.864Z] 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-04T10:35:52.864Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T10:35:52.865Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-04T10:35:52.865Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-02-04T10:35:53.126Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-02-04T10:35:53.126Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T10:35:53.126Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-02-04T10:35:53.126Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-02-04T10:35:53.391Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-02-04T10:35:53.391Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T10:35:53.391Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-02-04T10:35:53.654Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-04T10:35:53.654Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-02-04T10:35:53.916Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T10:35:53.916Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-04T10:35:53.916Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-04T10:35:54.101Z] Removing intermediate container 22e051316e68 [2021-02-04T10:35:54.101Z] ---> bb335898b362 [2021-02-04T10:35:54.101Z] Step 8/21 : COPY . . [2021-02-04T10:35:54.101Z] Removing intermediate container 57891b706e21 [2021-02-04T10:35:54.101Z] ---> 1f70f54d46a1 [2021-02-04T10:35:54.101Z] Step 8/31 : COPY . . [2021-02-04T10:35:54.176Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-04T10:35:54.176Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T10:35:54.176Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-04T10:35:54.176Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-04T10:35:54.438Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-02-04T10:35:54.438Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T10:35:54.438Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-02-04T10:35:54.438Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-02-04T10:35:54.701Z] Setting up grep (3.1-2build1) ... [2021-02-04T10:35:54.701Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T10:35:54.701Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-02-04T10:35:54.701Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-02-04T10:35:54.962Z] Setting up login (1:4.5-1ubuntu2) ... [2021-02-04T10:35:54.962Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T10:35:54.962Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-04T10:35:54.962Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-04T10:35:55.088Z] Removing intermediate container b95144833482 [2021-02-04T10:35:55.088Z] ---> b668d9954a69 [2021-02-04T10:35:55.088Z] Step 8/23 : COPY . . [2021-02-04T10:35:55.088Z] Removing intermediate container f4c906715062 [2021-02-04T10:35:55.088Z] ---> de86a4b7dd04 [2021-02-04T10:35:55.088Z] Step 8/22 : COPY . . [2021-02-04T10:35:55.222Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-02-04T10:35:55.223Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T10:35:55.223Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-04T10:35:55.223Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-04T10:35:55.681Z] Removing intermediate container b69e342161e3 [2021-02-04T10:35:55.681Z] ---> 80920ef40952 [2021-02-04T10:35:55.681Z] Step 8/22 : COPY . . [2021-02-04T10:35:55.793Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-04T10:35:55.793Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-04T10:35:56.053Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-04T10:35:56.053Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-04T10:35:56.622Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-02-04T10:35:56.622Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T10:35:56.622Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-02-04T10:35:56.622Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-04T10:35:58.005Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-02-04T10:35:58.005Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-02-04T10:35:58.005Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-02-04T10:35:58.005Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-02-04T10:35:58.005Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-02-04T10:35:58.266Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T10:35:58.266Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-02-04T10:35:58.266Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-02-04T10:35:58.266Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-02-04T10:35:58.526Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T10:35:58.526Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-04T10:35:58.526Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-04T10:35:58.787Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-04T10:35:58.787Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T10:35:58.787Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-04T10:35:58.787Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-04T10:35:58.787Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-04T10:35:59.048Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T10:35:59.048Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-04T10:35:59.048Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-04T10:35:59.048Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-04T10:35:59.309Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T10:35:59.309Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-04T10:35:59.309Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-04T10:35:59.309Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-04T10:35:59.573Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T10:35:59.573Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-04T10:35:59.573Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-04T10:35:59.573Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-04T10:35:59.573Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-04T10:35:59.834Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-04T10:35:59.834Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T10:35:59.834Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-04T10:35:59.834Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-04T10:35:59.834Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-04T10:36:00.095Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T10:36:00.095Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-04T10:36:00.095Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-04T10:36:00.095Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-04T10:36:00.095Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T10:36:00.095Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-04T10:36:00.354Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-04T10:36:00.354Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-02-04T10:36:00.354Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T10:36:00.354Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-04T10:36:00.615Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-04T10:36:00.882Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-02-04T10:36:01.142Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-02-04T10:36:01.402Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-02-04T10:36:01.662Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T10:36:01.663Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-02-04T10:36:01.663Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-04T10:36:01.923Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-02-04T10:36:01.923Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T10:36:01.923Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-02-04T10:36:01.923Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-04T10:36:02.194Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-02-04T10:36:02.194Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T10:36:02.194Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-02-04T10:36:02.194Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-02-04T10:36:02.454Z] Setting up debconf (1.5.66ubuntu1) ... [2021-02-04T10:36:02.714Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T10:36:02.714Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-02-04T10:36:02.714Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-02-04T10:36:02.714Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-02-04T10:36:02.974Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T10:36:02.974Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-02-04T10:36:02.974Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-02-04T10:36:02.974Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-02-04T10:36:03.234Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T10:36:03.234Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-04T10:36:03.234Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-04T10:36:03.234Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-04T10:36:03.495Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T10:36:03.495Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-04T10:36:03.495Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-04T10:36:03.495Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-04T10:36:03.755Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T10:36:03.755Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-04T10:36:03.755Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-04T10:36:04.017Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-04T10:36:04.017Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T10:36:04.017Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-04T10:36:04.281Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-04T10:36:04.281Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-02-04T10:36:04.281Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-04T10:36:04.281Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-04T10:36:04.281Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-04T10:36:04.541Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-04T10:36:04.542Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T10:36:04.542Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-02-04T10:36:04.542Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-02-04T10:36:04.802Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-02-04T10:36:04.802Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T10:36:04.802Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-02-04T10:36:04.802Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-04T10:36:04.802Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-04T10:36:05.061Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T10:36:05.061Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-04T10:36:05.322Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-04T10:36:05.322Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-04T10:36:05.322Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T10:36:05.322Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-02-04T10:36:05.322Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-02-04T10:36:05.582Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-02-04T10:36:05.582Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T10:36:05.582Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-02-04T10:36:05.582Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-02-04T10:36:05.842Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-02-04T10:36:06.103Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T10:36:06.103Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-04T10:36:06.103Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-04T10:36:06.103Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-02-04T10:36:06.364Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T10:36:06.364Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-02-04T10:36:06.364Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-02-04T10:36:06.623Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-02-04T10:36:06.624Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T10:36:06.624Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-02-04T10:36:06.624Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-02-04T10:36:06.884Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-02-04T10:36:06.884Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T10:36:06.884Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-02-04T10:36:06.884Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-02-04T10:36:07.145Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-02-04T10:36:07.145Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T10:36:07.145Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-02-04T10:36:07.145Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-02-04T10:36:07.405Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-02-04T10:36:07.405Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T10:36:07.405Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-02-04T10:36:07.405Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-02-04T10:36:07.666Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-02-04T10:36:07.666Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T10:36:07.666Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-02-04T10:36:07.666Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-02-04T10:36:07.927Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-02-04T10:36:07.927Z] (Reading database ... 13915 files and directories currently installed.) [2021-02-04T10:36:07.927Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-02-04T10:36:07.927Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-02-04T10:36:07.927Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-02-04T10:36:07.927Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-02-04T10:36:08.189Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-02-04T10:36:08.189Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-02-04T10:36:08.453Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-02-04T10:36:08.453Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-02-04T10:36:08.713Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-02-04T10:36:08.713Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-02-04T10:36:08.713Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-02-04T10:36:08.713Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-02-04T10:36:09.283Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-02-04T10:36:09.283Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-02-04T10:36:09.283Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-02-04T10:36:09.283Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-02-04T10:36:09.544Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-02-04T10:36:09.544Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-02-04T10:36:09.544Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-02-04T10:36:09.544Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-02-04T10:36:09.807Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-02-04T10:36:09.807Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-02-04T10:36:09.807Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-02-04T10:36:09.807Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-02-04T10:36:10.748Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-02-04T10:36:10.748Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-02-04T10:36:10.748Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-02-04T10:36:10.748Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-02-04T10:36:11.010Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-04T10:36:11.010Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-04T10:36:11.271Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-04T10:36:11.271Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-04T10:36:11.531Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-04T10:36:11.531Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-04T10:36:11.531Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-04T10:36:11.791Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-04T10:36:11.791Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-04T10:36:11.791Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-04T10:36:11.791Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-04T10:36:12.052Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-04T10:36:12.052Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-04T10:36:12.052Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-04T10:36:12.311Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-04T10:36:12.311Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-04T10:36:13.315Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-04T10:36:13.315Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-04T10:36:14.385Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-04T10:36:14.385Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-04T10:36:15.019Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-04T10:36:15.019Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-04T10:36:15.292Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-04T10:36:15.292Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-04T10:36:16.233Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-04T10:36:16.233Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-04T10:36:16.233Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-04T10:36:16.233Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-04T10:36:16.233Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-02-04T10:36:16.233Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-04T10:36:16.494Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-02-04T10:36:16.494Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-04T10:36:16.757Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-02-04T10:36:16.757Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-02-04T10:36:16.757Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-04T10:36:16.757Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-04T10:36:17.017Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-04T10:36:17.017Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-04T10:36:17.017Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-02-04T10:36:17.279Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-02-04T10:36:17.279Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-04T10:36:17.279Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-04T10:36:17.279Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-04T10:36:17.279Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-04T10:36:17.540Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-04T10:36:17.540Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-02-04T10:36:17.540Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-02-04T10:36:17.540Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-02-04T10:36:17.540Z] [2021-02-04T10:36:17.540Z] Current default time zone: 'Etc/UTC' [2021-02-04T10:36:17.540Z] Local time is now: Thu Feb 4 10:36:17 UTC 2021. [2021-02-04T10:36:17.540Z] Universal Time is now: Thu Feb 4 10:36:17 UTC 2021. [2021-02-04T10:36:17.540Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-02-04T10:36:17.540Z] [2021-02-04T10:36:17.540Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-02-04T10:36:17.828Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-04T10:36:17.828Z] Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... [2021-02-04T10:36:17.828Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-02-04T10:36:17.828Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-02-04T10:36:17.828Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-02-04T10:36:17.828Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-02-04T10:36:17.828Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-02-04T10:36:17.828Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-02-04T10:36:18.089Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-02-04T10:36:18.089Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-04T10:36:18.089Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-02-04T10:36:18.351Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-04T10:36:18.351Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-02-04T10:36:18.351Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-04T10:36:18.351Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-02-04T10:36:18.351Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-02-04T10:36:18.351Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-02-04T10:36:18.351Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-02-04T10:36:18.351Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-02-04T10:36:18.612Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-02-04T10:36:18.612Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-02-04T10:36:18.612Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-02-04T10:36:20.524Z] Updating certificates in /etc/ssl/certs... [2021-02-04T10:36:21.100Z] 23 added, 27 removed; done. [2021-02-04T10:36:21.100Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-02-04T10:36:21.100Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-04T10:36:21.100Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-02-04T10:36:21.100Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-02-04T10:36:21.100Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-02-04T10:36:21.362Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-04T10:36:21.362Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-02-04T10:36:21.362Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-04T10:36:21.362Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-04T10:36:21.362Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-04T10:36:21.362Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-04T10:36:21.362Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-04T10:36:21.623Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-02-04T10:36:21.623Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-02-04T10:36:21.623Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-02-04T10:36:21.623Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-02-04T10:36:21.623Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-02-04T10:36:21.623Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-04T10:36:21.623Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-04T10:36:21.623Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-02-04T10:36:21.623Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-02-04T10:36:21.883Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-02-04T10:36:21.883Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-02-04T10:36:21.883Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-02-04T10:36:21.883Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-02-04T10:36:21.883Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-02-04T10:36:22.144Z] Updating certificates in /etc/ssl/certs... [2021-02-04T10:36:22.486Z] ---> a4cc67ed6671 [2021-02-04T10:36:22.486Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-02-04T10:36:22.486Z] ---> 22af720b4ef1 [2021-02-04T10:36:22.486Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-04T10:36:22.486Z] ---> e041e649717c [2021-02-04T10:36:22.486Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-04T10:36:22.486Z] ---> d83b198aac70 [2021-02-04T10:36:22.486Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-04T10:36:22.486Z] ---> Running in a92da96d8ea5 [2021-02-04T10:36:22.486Z] ---> Running in a40ffafd7171 [2021-02-04T10:36:22.486Z] ---> bc75e1f2fb90 [2021-02-04T10:36:22.486Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-04T10:36:22.486Z] ---> Running in 9d9d8f1fd038 [2021-02-04T10:36:22.486Z] ---> Running in e6c54b704049 [2021-02-04T10:36:22.486Z] ---> Running in 6d329be1c3f0 [2021-02-04T10:36:22.486Z] 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-04T10:36:22.486Z] 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-04T10:36:22.486Z] 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-04T10:36:22.486Z] 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-04T10:36:22.486Z] 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-04T10:36:22.714Z] 0 added, 0 removed; done. [2021-02-04T10:36:22.714Z] Running hooks in /etc/ca-certificates/update.d... [2021-02-04T10:36:22.714Z] done. [2021-02-04T10:36:22.974Z] Reading package lists... [2021-02-04T10:36:22.974Z] Building dependency tree... [2021-02-04T10:36:22.974Z] Reading state information... [2021-02-04T10:36:23.235Z] The following NEW packages will be installed: [2021-02-04T10:36:23.235Z] apt-transport-https [2021-02-04T10:36:23.495Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-02-04T10:36:23.495Z] Need to get 1696 B of archives. [2021-02-04T10:36:23.495Z] After this operation, 153 kB of additional disk space will be used. [2021-02-04T10:36:23.495Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-02-04T10:36:23.495Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-04T10:36:23.495Z] Fetched 1696 B in 0s (9553 B/s) [2021-02-04T10:36:23.495Z] Selecting previously unselected package apt-transport-https. [2021-02-04T10:36:23.495Z] (Reading database ... 13920 files and directories currently installed.) [2021-02-04T10:36:23.495Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-02-04T10:36:23.495Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-02-04T10:36:23.754Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-02-04T10:36:24.014Z] Waiting for network to be ready... [2021-02-04T10:36:29.299Z] 2021-02-04T10:36:26Z INFO Waiting for automatic snapd restart... [2021-02-04T10:36:29.300Z] snapd 2.48.2 from Canonical* installed [2021-02-04T10:36:30.241Z] "snapd" switched to the "latest/stable" channel [2021-02-04T10:36:30.241Z] [2021-02-04T10:36:32.784Z] core18 20201210 from Canonical* installed [2021-02-04T10:36:32.784Z] "core18" switched to the "latest/stable" channel [2021-02-04T10:36:32.784Z] [2021-02-04T10:36:36.284Z] snapcraft 4.4.4 from Canonical* installed [2021-02-04T10:36:36.284Z] "snapcraft" switched to the "latest/stable" channel [2021-02-04T10:36:36.284Z] [2021-02-04T10:36:39.587Z] 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-04T10:36:39.587Z] - README.md [2021-02-04T10:36:39.587Z] - snapcraft.yaml.orig [2021-02-04T10:36:39.587Z] [2021-02-04T10:36:39.587Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-02-04T10:36:46.191Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-04T10:36:46.191Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-04T10:36:46.191Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-04T10:36:46.191Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-04T10:36:47.133Z] Reading package lists... [2021-02-04T10:36:47.393Z] 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-04T10:36:53.975Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-04T10:36:53.975Z] Reading package lists... [2021-02-04T10:36:53.975Z] Building dependency tree... [2021-02-04T10:36:53.975Z] Reading state information... [2021-02-04T10:36:53.975Z] Suggested packages: [2021-02-04T10:36:53.975Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-02-04T10:36:53.975Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-02-04T10:36:53.975Z] Recommended packages: [2021-02-04T10:36:53.975Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-02-04T10:36:53.975Z] The following NEW packages will be installed: [2021-02-04T10:36:53.975Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-02-04T10:36:53.975Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-02-04T10:36:53.975Z] pkg-config zip [2021-02-04T10:36:53.975Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-02-04T10:36:53.975Z] Need to get 7655 kB of archives. [2021-02-04T10:36:53.975Z] After this operation, 43.7 MB of additional disk space will be used. [2021-02-04T10:36:53.975Z] Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-02-04T10:36:53.975Z] 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-04T10:36:54.235Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-02-04T10:36:54.235Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-02-04T10:36:54.235Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-02-04T10:36:54.235Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-02-04T10:36:54.498Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-02-04T10:36:54.498Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-02-04T10:36:54.498Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-02-04T10:36:54.498Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-02-04T10:36:54.758Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-02-04T10:36:54.758Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-02-04T10:36:54.758Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-02-04T10:36:55.017Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-02-04T10:36:55.017Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-02-04T10:36:55.017Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-04T10:36:55.017Z] Fetched 7655 kB in 1s (6833 kB/s) [2021-02-04T10:36:55.017Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-02-04T10:36:55.017Z] (Reading database ... 13924 files and directories currently installed.) [2021-02-04T10:36:55.017Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-02-04T10:36:55.017Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-02-04T10:36:55.281Z] Selecting previously unselected package libpsl5:amd64. [2021-02-04T10:36:55.281Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-02-04T10:36:55.281Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-02-04T10:36:55.281Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-02-04T10:36:55.281Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-02-04T10:36:55.281Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-02-04T10:36:55.542Z] Selecting previously unselected package librtmp1:amd64. [2021-02-04T10:36:55.542Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-02-04T10:36:55.542Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-02-04T10:36:55.542Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-02-04T10:36:55.542Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-02-04T10:36:55.542Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-02-04T10:36:55.542Z] Selecting previously unselected package liberror-perl. [2021-02-04T10:36:55.542Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-02-04T10:36:55.542Z] Unpacking liberror-perl (0.17025-1) ... [2021-02-04T10:36:55.803Z] Selecting previously unselected package git-man. [2021-02-04T10:36:55.803Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-02-04T10:36:55.803Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-02-04T10:36:55.803Z] Selecting previously unselected package git. [2021-02-04T10:36:55.803Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-02-04T10:36:55.803Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-02-04T10:36:56.745Z] Selecting previously unselected package libnorm1:amd64. [2021-02-04T10:36:56.745Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-02-04T10:36:56.745Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-02-04T10:36:56.745Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-02-04T10:36:56.745Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-02-04T10:36:56.745Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-02-04T10:36:56.745Z] Selecting previously unselected package libsodium23:amd64. [2021-02-04T10:36:56.745Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-02-04T10:36:56.745Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-02-04T10:36:57.005Z] Selecting previously unselected package libzmq5:amd64. [2021-02-04T10:36:57.005Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-02-04T10:36:57.005Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-04T10:36:57.005Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-02-04T10:36:57.005Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-02-04T10:36:57.005Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-04T10:36:57.265Z] Selecting previously unselected package pkg-config. [2021-02-04T10:36:57.265Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-02-04T10:36:57.265Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-02-04T10:36:57.265Z] Selecting previously unselected package zip. [2021-02-04T10:36:57.265Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-02-04T10:36:57.265Z] Unpacking zip (3.0-11build1) ... [2021-02-04T10:36:57.265Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-02-04T10:36:57.265Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-02-04T10:36:57.265Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-02-04T10:36:57.527Z] Setting up liberror-perl (0.17025-1) ... [2021-02-04T10:36:57.527Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-02-04T10:36:57.527Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-02-04T10:36:57.527Z] No schema files found: doing nothing. [2021-02-04T10:36:57.527Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-02-04T10:36:57.527Z] Setting up zip (3.0-11build1) ... [2021-02-04T10:36:57.527Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-02-04T10:36:57.527Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-02-04T10:36:57.527Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-02-04T10:36:57.527Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-04T10:36:57.787Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-02-04T10:36:57.787Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-04T10:36:57.787Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-02-04T10:36:57.787Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-02-04T10:37:05.932Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-04T10:37:05.932Z] git set to automatically installed. [2021-02-04T10:37:05.932Z] git-man set to automatically installed. [2021-02-04T10:37:05.932Z] libcurl3-gnutls set to automatically installed. [2021-02-04T10:37:05.932Z] liberror-perl set to automatically installed. [2021-02-04T10:37:05.932Z] libglib2.0-0 set to automatically installed. [2021-02-04T10:37:05.932Z] libnghttp2-14 set to automatically installed. [2021-02-04T10:37:05.932Z] libnorm1 set to automatically installed. [2021-02-04T10:37:05.932Z] libpgm-5.2-0 set to automatically installed. [2021-02-04T10:37:05.932Z] libpsl5 set to automatically installed. [2021-02-04T10:37:05.932Z] librtmp1 set to automatically installed. [2021-02-04T10:37:05.932Z] libsodium23 set to automatically installed. [2021-02-04T10:37:05.932Z] libzmq3-dev set to automatically installed. [2021-02-04T10:37:05.932Z] libzmq5 set to automatically installed. [2021-02-04T10:37:05.932Z] pkg-config set to automatically installed. [2021-02-04T10:37:05.932Z] zip set to automatically installed. [2021-02-04T10:37:06.515Z] snapd is not logged in, snap install commands will use sudo [2021-02-04T10:37:13.095Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-04T10:37:14.037Z] snap "core18" has no updates available [2021-02-04T10:37:14.628Z] Pulling config-common [2021-02-04T10:37:15.567Z] Pulling go-build-helper [2021-02-04T10:37:37.517Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-04T10:37:37.517Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-02-04T10:37:37.517Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-02-04T10:37:37.517Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1537 kB] [2021-02-04T10:37:37.517Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-02-04T10:37:37.517Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-02-04T10:37:37.517Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-02-04T10:37:37.517Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-02-04T10:37:37.517Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-02-04T10:37:37.517Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-02-04T10:37:37.517Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-02-04T10:37:37.517Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [297 kB] [2021-02-04T10:37:37.517Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-02-04T10:37:37.517Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-02-04T10:37:37.517Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] [2021-02-04T10:37:37.517Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] [2021-02-04T10:37:37.517Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1105 kB] [2021-02-04T10:37:37.517Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] [2021-02-04T10:37:37.517Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-02-04T10:37:37.517Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1877 kB] [2021-02-04T10:37:37.517Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] [2021-02-04T10:37:37.517Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-02-04T10:37:37.517Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-02-04T10:37:37.517Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] [2021-02-04T10:37:37.517Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] [2021-02-04T10:37:37.517Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1714 kB] [2021-02-04T10:37:37.517Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] [2021-02-04T10:37:37.517Z] Fetched 23.9 MB in 0s (0 B/s) [2021-02-04T10:37:37.517Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-02-04T10:37:37.517Z] Fetched 96.5 kB in 0s (0 B/s) [2021-02-04T10:37:37.517Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-02-04T10:37:37.517Z] Fetched 279 kB in 0s (0 B/s) [2021-02-04T10:37:37.517Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-02-04T10:37:37.517Z] Fetched 122 kB in 0s (0 B/s) [2021-02-04T10:37:37.517Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-02-04T10:37:37.517Z] Fetched 77.8 kB in 0s (0 B/s) [2021-02-04T10:37:37.517Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-02-04T10:37:37.517Z] Fetched 8848 B in 0s (0 B/s) [2021-02-04T10:37:37.517Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-02-04T10:37:37.517Z] Fetched 47.8 kB in 0s (0 B/s) [2021-02-04T10:37:37.517Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-02-04T10:37:37.517Z] Fetched 45.6 kB in 0s (0 B/s) [2021-02-04T10:37:37.517Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-02-04T10:37:37.517Z] Fetched 15.0 kB in 0s (0 B/s) [2021-02-04T10:37:37.517Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-02-04T10:37:37.517Z] Fetched 214 kB in 0s (0 B/s) [2021-02-04T10:37:37.517Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-02-04T10:37:37.517Z] Fetched 155 kB in 0s (0 B/s) [2021-02-04T10:37:37.517Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-02-04T10:37:37.517Z] Fetched 50.6 kB in 0s (0 B/s) [2021-02-04T10:37:37.517Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-02-04T10:37:37.517Z] Fetched 14.8 kB in 0s (0 B/s) [2021-02-04T10:37:37.517Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-02-04T10:37:37.517Z] Fetched 41.8 kB in 0s (0 B/s) [2021-02-04T10:37:37.517Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-02-04T10:37:37.517Z] Fetched 499 kB in 0s (0 B/s) [2021-02-04T10:37:37.517Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-02-04T10:37:37.517Z] Fetched 111 kB in 0s (0 B/s) [2021-02-04T10:37:37.517Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-02-04T10:37:37.517Z] Fetched 240 kB in 0s (0 B/s) [2021-02-04T10:37:37.517Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-02-04T10:37:37.517Z] Fetched 29.3 kB in 0s (0 B/s) [2021-02-04T10:37:37.517Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-02-04T10:37:37.517Z] Fetched 85.5 kB in 0s (0 B/s) [2021-02-04T10:37:37.517Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-02-04T10:37:37.517Z] Fetched 24.5 kB in 0s (0 B/s) [2021-02-04T10:37:37.517Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-02-04T10:37:37.517Z] Fetched 49.2 kB in 0s (0 B/s) [2021-02-04T10:37:37.517Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-02-04T10:37:37.517Z] Fetched 54.2 kB in 0s (0 B/s) [2021-02-04T10:37:37.517Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-02-04T10:37:37.517Z] Fetched 30.8 kB in 0s (0 B/s) [2021-02-04T10:37:37.517Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-02-04T10:37:37.518Z] Fetched 17.0 kB in 0s (0 B/s) [2021-02-04T10:37:37.518Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-02-04T10:37:37.518Z] Fetched 85.9 kB in 0s (0 B/s) [2021-02-04T10:37:37.518Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-02-04T10:37:37.518Z] Fetched 8720 B in 0s (0 B/s) [2021-02-04T10:37:37.518Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-02-04T10:37:37.518Z] Fetched 137 kB in 0s (0 B/s) [2021-02-04T10:37:37.518Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-02-04T10:37:37.518Z] Fetched 119 kB in 0s (0 B/s) [2021-02-04T10:37:37.518Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-02-04T10:37:37.518Z] Fetched 109 kB in 0s (0 B/s) [2021-02-04T10:37:37.518Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-02-04T10:37:37.518Z] Fetched 11.1 kB in 0s (0 B/s) [2021-02-04T10:37:37.518Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-02-04T10:37:37.518Z] Fetched 645 kB in 0s (0 B/s) [2021-02-04T10:37:37.518Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-02-04T10:37:37.518Z] Fetched 41.3 kB in 0s (0 B/s) [2021-02-04T10:37:37.518Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-02-04T10:37:37.518Z] Fetched 17.9 kB in 0s (0 B/s) [2021-02-04T10:37:37.518Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-02-04T10:37:37.518Z] Fetched 368 kB in 0s (0 B/s) [2021-02-04T10:37:37.518Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-02-04T10:37:37.518Z] Fetched 187 kB in 0s (0 B/s) [2021-02-04T10:37:37.518Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-02-04T10:37:37.518Z] Fetched 175 kB in 0s (0 B/s) [2021-02-04T10:37:37.518Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-02-04T10:37:40.817Z] Fetched 206 kB in 0s (0 B/s) [2021-02-04T10:37:40.817Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-02-04T10:37:40.817Z] Fetched 1301 kB in 0s (0 B/s) [2021-02-04T10:37:40.817Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-02-04T10:37:40.817Z] Fetched 36.2 kB in 0s (0 B/s) [2021-02-04T10:37:40.817Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-02-04T10:37:40.817Z] Fetched 159 kB in 0s (0 B/s) [2021-02-04T10:37:40.817Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-02-04T10:37:40.817Z] Fetched 107 kB in 0s (0 B/s) [2021-02-04T10:37:40.817Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-02-04T10:37:40.817Z] Fetched 48.7 kB in 0s (0 B/s) [2021-02-04T10:37:40.817Z] Pulling static-packages [2021-02-04T10:37:41.387Z] 'go115' has dependencies that need to be staged: static-packages go-build-helper [2021-02-04T10:37:41.387Z] Skipping pull go-build-helper (already ran) [2021-02-04T10:37:41.387Z] Skipping pull static-packages (already ran) [2021-02-04T10:37:41.387Z] Building go-build-helper [2021-02-04T10:37:45.038Z] 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-04T10:37:45.038Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-02-04T10:37:45.764Z] Building static-packages [2021-02-04T10:37:47.175Z] Staging go-build-helper [2021-02-04T10:37:47.744Z] Staging static-packages [2021-02-04T10:37:48.684Z] Pulling go115 [2021-02-04T10:37:49.626Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-02-04T10:37:49.626Z] Skipping pull go115 (already ran) [2021-02-04T10:37:49.626Z] Building go115 [2021-02-04T10:37:49.626Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-04T10:37:49.626Z] Dload Upload Total Spent Left Speed [2021-02-04T10:37:52.403Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 115M 0 254k 0 0 1525k 0 0:01:17 --:--:-- 0:01:17 1516k 32 115M 32 36.9M 0 0 31.2M 0 0:00:03 0:00:01 0:00:02 31.2M 67 115M 67 78.2M 0 0 35.9M 0 0:00:03 0:00:02 0:00:01 35.9M 100 115M 100 115M 0 0 40.9M 0 0:00:02 0:00:02 --:--:-- 40.9M [2021-02-04T10:37:52.972Z] go1.15.2.linux-amd64.tar.gz: OK [2021-02-04T10:37:55.243Z] Removing intermediate container a40ffafd7171 [2021-02-04T10:37:55.243Z] ---> b039468c7c13 [2021-02-04T10:37:55.243Z] [2021-02-04T10:37:55.243Z] Step 10/21 : FROM alpine:3.12 [2021-02-04T10:37:55.243Z] 3.12: Pulling from library/alpine [2021-02-04T10:37:55.845Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-04T10:37:55.845Z] Status: Downloaded newer image for alpine:3.12 [2021-02-04T10:37:55.845Z] ---> afeebe901d6b [2021-02-04T10:37:55.845Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-04T10:37:56.122Z] ---> Running in 94ece5c8cf4f [2021-02-04T10:37:57.176Z] Staging go115 [2021-02-04T10:37:58.124Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T10:37:58.402Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T10:37:59.405Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-04T10:37:59.405Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-04T10:37:59.405Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-04T10:37:59.405Z] (4/4) Installing curl (7.69.1-r3) [2021-02-04T10:37:59.405Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T10:37:59.405Z] Executing ca-certificates-20191127-r4.trigger [2021-02-04T10:37:59.685Z] OK: 7 MiB in 18 packages [2021-02-04T10:38:02.458Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-04T10:38:02.458Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-04T10:38:02.458Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-04T10:38:02.458Z] Fetched 0 B in 0s (0 B/s) [2021-02-04T10:38:02.458Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-02-04T10:38:02.458Z] Fetched 224 kB in 0s (0 B/s) [2021-02-04T10:38:02.458Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-02-04T10:38:02.458Z] Fetched 157 kB in 0s (0 B/s) [2021-02-04T10:38:02.458Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-02-04T10:38:02.458Z] Fetched 221 kB in 0s (0 B/s) [2021-02-04T10:38:02.458Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-02-04T10:38:02.458Z] Fetched 143 kB in 0s (0 B/s) [2021-02-04T10:38:02.458Z] Pulling edgex-go [2021-02-04T10:38:03.121Z] Removing intermediate container 94ece5c8cf4f [2021-02-04T10:38:03.122Z] ---> 7aa2ea5a8771 [2021-02-04T10:38:03.122Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-04T10:38:03.122Z] ---> Running in aa3444167aed [2021-02-04T10:38:03.398Z] Pulling version [2021-02-04T10:38:03.730Z] Removing intermediate container aa3444167aed [2021-02-04T10:38:03.730Z] ---> b77d276e4d13 [2021-02-04T10:38:03.730Z] Step 13/21 : WORKDIR /edgex [2021-02-04T10:38:04.007Z] ---> Running in 7e080bff2f7b [2021-02-04T10:38:04.339Z] Building config-common [2021-02-04T10:38:05.003Z] Removing intermediate container 7e080bff2f7b [2021-02-04T10:38:05.003Z] ---> 5054af097ce6 [2021-02-04T10:38:05.003Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-04T10:38:06.285Z] Skipping build go-build-helper (already ran) [2021-02-04T10:38:06.285Z] Skipping build static-packages (already ran) [2021-02-04T10:38:06.285Z] Skipping build go115 (already ran) [2021-02-04T10:38:06.285Z] Building edgex-go [2021-02-04T10:38:06.285Z] 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-04T10:38:07.026Z] ---> 177bb45f04ce [2021-02-04T10:38:07.026Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-04T10:38:07.682Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-02-04T10:38:07.682Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.20 [2021-02-04T10:38:07.682Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.4 [2021-02-04T10:38:07.682Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-02-04T10:38:07.682Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-02-04T10:38:07.682Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.4 [2021-02-04T10:38:07.682Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 [2021-02-04T10:38:07.682Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 [2021-02-04T10:38:07.682Z] go: downloading github.com/google/uuid v1.2.0 [2021-02-04T10:38:07.682Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-02-04T10:38:07.682Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-02-04T10:38:07.682Z] go: downloading github.com/pkg/errors v0.8.1 [2021-02-04T10:38:07.682Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-02-04T10:38:07.682Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-02-04T10:38:07.682Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 [2021-02-04T10:38:07.682Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-02-04T10:38:07.682Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-02-04T10:38:07.682Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-02-04T10:38:07.682Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-02-04T10:38:07.682Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-02-04T10:38:07.682Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-02-04T10:38:07.682Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-02-04T10:38:07.682Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-02-04T10:38:07.682Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-02-04T10:38:07.682Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-02-04T10:38:07.682Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-02-04T10:38:07.682Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-02-04T10:38:07.682Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-02-04T10:38:07.682Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-02-04T10:38:07.682Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-02-04T10:38:07.682Z] go: downloading github.com/x448/float16 v0.8.4 [2021-02-04T10:38:07.682Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-02-04T10:38:07.682Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-02-04T10:38:07.682Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-02-04T10:38:07.682Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-02-04T10:38:07.682Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-02-04T10:38:07.682Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-02-04T10:38:07.682Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-02-04T10:38:07.949Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-02-04T10:38:08.033Z] Removing intermediate container a92da96d8ea5 [2021-02-04T10:38:08.033Z] ---> 8a2b6866aab3 [2021-02-04T10:38:08.033Z] [2021-02-04T10:38:08.033Z] Step 10/31 : FROM alpine:3.12 [2021-02-04T10:38:08.033Z] ---> afeebe901d6b [2021-02-04T10:38:08.033Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-04T10:38:08.209Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-02-04T10:38:08.635Z] ---> Running in c654be7c0299 [2021-02-04T10:38:08.920Z] ---> a5aeb9f411db [2021-02-04T10:38:08.920Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-04T10:38:09.554Z] Removing intermediate container c654be7c0299 [2021-02-04T10:38:09.554Z] ---> 44904de1ab01 [2021-02-04T10:38:09.554Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-04T10:38:10.169Z] ---> Running in a4548c3fc43a [2021-02-04T10:38:11.167Z] ---> 69afd0b45db5 [2021-02-04T10:38:11.167Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-04T10:38:11.167Z] ---> Running in 6c6a764fb564 [2021-02-04T10:38:11.805Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T10:38:12.150Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T10:38:12.150Z] Removing intermediate container 6c6a764fb564 [2021-02-04T10:38:12.150Z] ---> 693b96311b4f [2021-02-04T10:38:12.150Z] Step 18/21 : CMD ["--init=true"] [2021-02-04T10:38:12.906Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-04T10:38:12.906Z] (2/2) Installing su-exec (0.2-r1) [2021-02-04T10:38:12.906Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T10:38:12.906Z] OK: 5 MiB in 16 packages [2021-02-04T10:38:12.906Z] ---> Running in 2cddcd25bc49 [2021-02-04T10:38:14.826Z] 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-04T10:38:14.968Z] Removing intermediate container 2cddcd25bc49 [2021-02-04T10:38:14.969Z] ---> 37a9d76cbd79 [2021-02-04T10:38:14.969Z] Step 19/21 : LABEL arch=arm64 [2021-02-04T10:38:15.562Z] Removing intermediate container a4548c3fc43a [2021-02-04T10:38:15.562Z] ---> f39a40293c83 [2021-02-04T10:38:15.562Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-04T10:38:15.835Z] ---> Running in 578ed808f91f [2021-02-04T10:38:16.109Z] ---> Running in 9eeafc37eda7 [2021-02-04T10:38:16.109Z] Removing intermediate container e6c54b704049 [2021-02-04T10:38:16.109Z] ---> ea7f672bd288 [2021-02-04T10:38:16.109Z] [2021-02-04T10:38:16.109Z] Step 10/23 : FROM alpine:3.12 [2021-02-04T10:38:16.109Z] ---> afeebe901d6b [2021-02-04T10:38:16.109Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-04T10:38:16.383Z] Removing intermediate container 6d329be1c3f0 [2021-02-04T10:38:16.383Z] ---> ae32acd5fc94 [2021-02-04T10:38:16.383Z] [2021-02-04T10:38:16.383Z] Step 10/22 : FROM alpine:3.12 [2021-02-04T10:38:16.383Z] ---> afeebe901d6b [2021-02-04T10:38:16.383Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-04T10:38:16.383Z] Removing intermediate container 9d9d8f1fd038 [2021-02-04T10:38:16.383Z] ---> 5c23e80434a6 [2021-02-04T10:38:16.383Z] [2021-02-04T10:38:16.383Z] Step 10/22 : FROM alpine:3.12 [2021-02-04T10:38:16.383Z] ---> afeebe901d6b [2021-02-04T10:38:16.383Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-04T10:38:16.656Z] ---> Running in 844215c06625 [2021-02-04T10:38:16.656Z] ---> Running in a625fecc8e38 [2021-02-04T10:38:16.656Z] ---> Running in 58b7fb651109 [2021-02-04T10:38:16.656Z] Removing intermediate container 578ed808f91f [2021-02-04T10:38:16.656Z] ---> 26399711bd42 [2021-02-04T10:38:16.656Z] Step 20/21 : LABEL git_sha=9c707fa5c9f2bb8b3675709372ae783111037035 [2021-02-04T10:38:16.931Z] Removing intermediate container 9eeafc37eda7 [2021-02-04T10:38:16.931Z] ---> 637f76693d7c [2021-02-04T10:38:16.931Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-04T10:38:16.931Z] ---> Running in e5b471997e9d [2021-02-04T10:38:16.931Z] ---> Running in 8e11379e3b12 [2021-02-04T10:38:17.922Z] Removing intermediate container 8e11379e3b12 [2021-02-04T10:38:17.922Z] Removing intermediate container e5b471997e9d [2021-02-04T10:38:17.922Z] ---> fbed4e878daa [2021-02-04T10:38:17.922Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-04T10:38:17.922Z] ---> 91c2597e41ad [2021-02-04T10:38:17.922Z] Step 21/21 : LABEL version=0.0.0 [2021-02-04T10:38:18.120Z] 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-04T10:38:18.197Z] ---> Running in 5ed0e8c627c6 [2021-02-04T10:38:18.197Z] ---> Running in 389f616e22d8 [2021-02-04T10:38:18.480Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T10:38:18.760Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T10:38:18.760Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T10:38:18.760Z] Removing intermediate container 389f616e22d8 [2021-02-04T10:38:18.760Z] ---> 4eae70b95197 [2021-02-04T10:38:18.760Z] [2021-02-04T10:38:19.040Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T10:38:19.040Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T10:38:19.319Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T10:38:19.319Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-04T10:38:19.319Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T10:38:19.319Z] OK: 5 MiB in 15 packages [2021-02-04T10:38:19.497Z] 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-04T10:38:19.592Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-04T10:38:19.592Z] Successfully built 4eae70b95197 [2021-02-04T10:38:19.592Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-04T10:38:19.592Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-02-04T10:38:19.592Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T10:38:19.592Z]  Building docker-security-proxy-setup-go ... done Building docker-security-secretstore-setup-go [2021-02-04T10:38:19.592Z] Executing ca-certificates-20191127-r4.trigger [2021-02-04T10:38:19.873Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-04T10:38:19.873Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T10:38:19.873Z] OK: 5 MiB in 15 packages [2021-02-04T10:38:19.873Z] OK: 6 MiB in 16 packages [2021-02-04T10:38:20.435Z] 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-04T10:38:20.695Z] 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-04T10:38:20.695Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-02-04T10:38:20.961Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-02-04T10:38:20.961Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-02-04T10:38:20.961Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-02-04T10:38:21.873Z] Removing intermediate container 844215c06625 [2021-02-04T10:38:21.873Z] ---> 39e36cd2351b [2021-02-04T10:38:21.873Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-04T10:38:22.397Z] 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-04T10:38:22.397Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-02-04T10:38:22.397Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-02-04T10:38:22.859Z] ---> Running in 1c16bf0cccfd [2021-02-04T10:38:23.147Z] Removing intermediate container 58b7fb651109 [2021-02-04T10:38:23.147Z] ---> 411c51b6d24d [2021-02-04T10:38:23.147Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-04T10:38:23.421Z] Removing intermediate container 5ed0e8c627c6 [2021-02-04T10:38:23.421Z] ---> 677ec64024e9 [2021-02-04T10:38:23.421Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-04T10:38:23.421Z] Removing intermediate container a625fecc8e38 [2021-02-04T10:38:23.421Z] ---> d543a352c9ca [2021-02-04T10:38:23.421Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-04T10:38:23.421Z] ---> Running in 66110310ef69 [2021-02-04T10:38:23.421Z] Removing intermediate container 1c16bf0cccfd [2021-02-04T10:38:23.421Z] ---> 911265281395 [2021-02-04T10:38:23.421Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-04T10:38:23.694Z] ---> Running in fe02820f87c3 [2021-02-04T10:38:23.694Z] ---> Running in 72aae39ceefc [2021-02-04T10:38:23.780Z] 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-04T10:38:23.965Z] ---> Running in 2577c1cc2b07 [2021-02-04T10:38:24.582Z] Removing intermediate container 66110310ef69 [2021-02-04T10:38:24.582Z] ---> 98467af5022c [2021-02-04T10:38:24.582Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-04T10:38:24.582Z] Removing intermediate container fe02820f87c3 [2021-02-04T10:38:24.582Z] ---> e5bfeaa2c3f9 [2021-02-04T10:38:24.582Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-04T10:38:24.719Z] 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-04T10:38:24.719Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-02-04T10:38:24.869Z] Removing intermediate container 2577c1cc2b07 [2021-02-04T10:38:24.869Z] ---> c4757d8e6536 [2021-02-04T10:38:24.869Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-04T10:38:24.869Z] Removing intermediate container 72aae39ceefc [2021-02-04T10:38:24.869Z] ---> bdd62facf077 [2021-02-04T10:38:24.869Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-04T10:38:25.471Z] ---> Running in a8d6251f2422 [2021-02-04T10:38:25.471Z] ---> Running in d938d9dafecb [2021-02-04T10:38:25.471Z] ---> Running in 37c2b0dd750c [2021-02-04T10:38:25.657Z] 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-04T10:38:25.745Z] ---> 6f2426496c53 [2021-02-04T10:38:25.745Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-04T10:38:25.745Z] Removing intermediate container a8d6251f2422 [2021-02-04T10:38:25.745Z] ---> 910757f3e005 [2021-02-04T10:38:25.745Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-04T10:38:26.017Z] ---> Running in c6725222652a [2021-02-04T10:38:26.017Z] ---> Running in 02c0c79bdce3 [2021-02-04T10:38:26.294Z] Removing intermediate container 37c2b0dd750c [2021-02-04T10:38:26.294Z] ---> bb6bcab79b38 [2021-02-04T10:38:26.294Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-04T10:38:26.294Z] Removing intermediate container d938d9dafecb [2021-02-04T10:38:26.294Z] ---> fbb640cabfbd [2021-02-04T10:38:26.294Z] Step 15/23 : WORKDIR / [2021-02-04T10:38:26.567Z] ---> Running in cfaa086e0f6a [2021-02-04T10:38:26.567Z] ---> Running in d8c18c6d4102 [2021-02-04T10:38:26.595Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-02-04T10:38:26.847Z] Removing intermediate container 02c0c79bdce3 [2021-02-04T10:38:26.847Z] ---> 6539eed3daf0 [2021-02-04T10:38:26.847Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T10:38:27.118Z] Removing intermediate container cfaa086e0f6a [2021-02-04T10:38:27.118Z] ---> 641568d59c45 [2021-02-04T10:38:27.165Z] 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-04T10:38:27.390Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T10:38:27.390Z] Removing intermediate container d8c18c6d4102 [2021-02-04T10:38:27.390Z] ---> 7eb18b2005d0 [2021-02-04T10:38:27.390Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T10:38:27.425Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-02-04T10:38:28.363Z] 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-04T10:38:28.363Z] go: downloading github.com/lib/pq v1.9.0 [2021-02-04T10:38:28.383Z] ---> 08e0a42f1281 [2021-02-04T10:38:28.383Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-04T10:38:28.987Z] ---> 495ffabc0237 [2021-02-04T10:38:28.987Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-04T10:38:29.265Z] ---> 3e5c589fd12b [2021-02-04T10:38:29.265Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-04T10:38:30.705Z] Removing intermediate container c6725222652a [2021-02-04T10:38:30.705Z] ---> e6bbf796efd8 [2021-02-04T10:38:30.705Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T10:38:30.913Z] Building version [2021-02-04T10:38:31.295Z] ---> c87779cba65f [2021-02-04T10:38:31.295Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-04T10:38:31.295Z] ---> e8f42349a6c4 [2021-02-04T10:38:31.295Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-04T10:38:31.586Z] ---> 566f808458bc [2021-02-04T10:38:31.586Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-04T10:38:31.868Z] ---> e44bd69c9fb4 [2021-02-04T10:38:31.869Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-04T10:38:32.474Z] ---> 6d0ed061ceb8 [2021-02-04T10:38:32.474Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-04T10:38:32.821Z] Staging config-common [2021-02-04T10:38:33.071Z] ---> Running in eeaa6bf58637 [2021-02-04T10:38:33.071Z] ---> 4305960eea82 [2021-02-04T10:38:33.071Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-04T10:38:33.348Z] ---> b83544a87e3b [2021-02-04T10:38:33.348Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-04T10:38:33.762Z] Skipping stage go-build-helper (already ran) [2021-02-04T10:38:33.762Z] Skipping stage static-packages (already ran) [2021-02-04T10:38:33.762Z] Skipping stage go115 (already ran) [2021-02-04T10:38:33.762Z] Staging edgex-go [2021-02-04T10:38:33.950Z] ---> Running in 30bb80ed49b2 [2021-02-04T10:38:33.950Z] ---> Running in 83771d52c7cf [2021-02-04T10:38:34.227Z] Removing intermediate container eeaa6bf58637 [2021-02-04T10:38:34.227Z] ---> dcd1a16d38c7 [2021-02-04T10:38:34.227Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T10:38:34.227Z] ---> 87683434e52a [2021-02-04T10:38:34.227Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-04T10:38:34.500Z] ---> Running in 96575eef1c2e [2021-02-04T10:38:34.703Z] Staging version [2021-02-04T10:38:34.776Z] Removing intermediate container 83771d52c7cf [2021-02-04T10:38:34.777Z] ---> 6f4199ed1ad9 [2021-02-04T10:38:34.777Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T10:38:34.777Z] Removing intermediate container 30bb80ed49b2 [2021-02-04T10:38:34.777Z] ---> 7d6cafe9416f [2021-02-04T10:38:34.777Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T10:38:35.383Z] ---> Running in 69509ec0a7b9 [2021-02-04T10:38:35.384Z] ---> Running in 2775f83dc253 [2021-02-04T10:38:35.384Z] Removing intermediate container 96575eef1c2e [2021-02-04T10:38:35.384Z] ---> fd204fc9dd36 [2021-02-04T10:38:35.384Z] Step 20/22 : LABEL arch=arm64 [2021-02-04T10:38:35.643Z] Priming config-common [2021-02-04T10:38:35.654Z] ---> 811e3396f479 [2021-02-04T10:38:35.654Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-02-04T10:38:35.927Z] ---> Running in 17b06c6c3a22 [2021-02-04T10:38:35.927Z] Removing intermediate container 2775f83dc253 [2021-02-04T10:38:35.927Z] ---> 18822492455c [2021-02-04T10:38:35.927Z] Step 20/22 : LABEL arch=arm64 [2021-02-04T10:38:35.927Z] Removing intermediate container 69509ec0a7b9 [2021-02-04T10:38:35.927Z] ---> 6920d024e2e2 [2021-02-04T10:38:35.927Z] Step 21/23 : LABEL arch=arm64 [2021-02-04T10:38:36.530Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T10:38:36.530Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-04T10:38:36.530Z] ---> fa2c1a09e746 [2021-02-04T10:38:36.530Z] Step 3/24 : WORKDIR /edgex-go [2021-02-04T10:38:36.530Z] ---> Using cache [2021-02-04T10:38:36.530Z] ---> 4774f31441dc [2021-02-04T10:38:36.530Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T10:38:36.530Z] ---> Using cache [2021-02-04T10:38:36.530Z] ---> dc2906564818 [2021-02-04T10:38:36.530Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-04T10:38:36.530Z] ---> Using cache [2021-02-04T10:38:36.530Z] ---> 5288ead909df [2021-02-04T10:38:36.530Z] Step 6/24 : COPY go.mod . [2021-02-04T10:38:36.530Z] ---> Using cache [2021-02-04T10:38:36.530Z] ---> 6125996e81d5 [2021-02-04T10:38:36.530Z] Step 7/24 : RUN go mod download [2021-02-04T10:38:36.530Z] ---> Using cache [2021-02-04T10:38:36.530Z] ---> bb335898b362 [2021-02-04T10:38:36.530Z] Step 8/24 : COPY . . [2021-02-04T10:38:36.530Z] ---> Using cache [2021-02-04T10:38:36.530Z] ---> 22af720b4ef1 [2021-02-04T10:38:36.530Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-04T10:38:36.530Z] ---> Running in d890612676db [2021-02-04T10:38:36.530Z] ---> Running in 2a5c5c88f514 [2021-02-04T10:38:36.530Z] Removing intermediate container 17b06c6c3a22 [2021-02-04T10:38:36.530Z] ---> 3a5b2379401a [2021-02-04T10:38:36.530Z] Step 21/22 : LABEL git_sha=9c707fa5c9f2bb8b3675709372ae783111037035 [2021-02-04T10:38:36.584Z] Priming go-build-helper [2021-02-04T10:38:36.804Z] ---> Running in d2a0cbf29676 [2021-02-04T10:38:36.804Z] ---> Running in 064fe0a698da [2021-02-04T10:38:37.082Z] ---> 51b248547347 [2021-02-04T10:38:37.082Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-04T10:38:37.155Z] Priming static-packages [2021-02-04T10:38:37.356Z] Removing intermediate container d890612676db [2021-02-04T10:38:37.356Z] ---> 9f3f30a345ec [2021-02-04T10:38:37.356Z] Step 22/23 : LABEL git_sha=9c707fa5c9f2bb8b3675709372ae783111037035 [2021-02-04T10:38:37.356Z] Removing intermediate container 2a5c5c88f514 [2021-02-04T10:38:37.356Z] ---> b4f1477e74cc [2021-02-04T10:38:37.356Z] Step 21/22 : LABEL git_sha=9c707fa5c9f2bb8b3675709372ae783111037035 [2021-02-04T10:38:37.644Z] Removing intermediate container 064fe0a698da [2021-02-04T10:38:37.644Z] ---> 9dd33b82ef8a [2021-02-04T10:38:37.644Z] Step 22/22 : LABEL version=0.0.0 [2021-02-04T10:38:37.644Z] ---> Running in 87fe494d9306 [2021-02-04T10:38:37.644Z] ---> Running in 69847d52f12c [2021-02-04T10:38:37.919Z] ---> Running in 0a93f672fa4c [2021-02-04T10:38:38.196Z] ---> 0b67107feffd [2021-02-04T10:38:38.196Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-02-04T10:38:38.470Z] 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-04T10:38:38.747Z] ---> Running in 09eab68bc6ff [2021-02-04T10:38:38.747Z] Removing intermediate container 87fe494d9306 [2021-02-04T10:38:38.747Z] ---> 9b6498da168b [2021-02-04T10:38:38.747Z] Step 23/23 : LABEL version=0.0.0 [2021-02-04T10:38:38.747Z] Removing intermediate container 69847d52f12c [2021-02-04T10:38:38.747Z] ---> ed16e34a0f9d [2021-02-04T10:38:38.747Z] Step 22/22 : LABEL version=0.0.0 [2021-02-04T10:38:38.747Z] Removing intermediate container 0a93f672fa4c [2021-02-04T10:38:38.747Z] ---> 5813836e4613 [2021-02-04T10:38:38.747Z] [2021-02-04T10:38:38.747Z] ---> Running in 18918dfdef23 [2021-02-04T10:38:39.025Z] ---> Running in a68ddab94639 [2021-02-04T10:38:39.307Z] Removing intermediate container 09eab68bc6ff [2021-02-04T10:38:39.307Z] ---> 9da7e32064ab [2021-02-04T10:38:39.307Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-04T10:38:39.592Z] Successfully built 5813836e4613 [2021-02-04T10:38:39.592Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-02-04T10:38:39.592Z]  Building docker-support-notifications-go ... done Building docker-core-metadata-go [2021-02-04T10:38:39.592Z] Removing intermediate container 18918dfdef23 [2021-02-04T10:38:39.701Z] Priming go115 [2021-02-04T10:38:39.875Z] ---> b3a44496858c [2021-02-04T10:38:39.875Z] [2021-02-04T10:38:39.875Z] Removing intermediate container a68ddab94639 [2021-02-04T10:38:39.875Z] ---> 052671a8e14b [2021-02-04T10:38:39.875Z] [2021-02-04T10:38:40.273Z] Priming edgex-go [2021-02-04T10:38:40.483Z] Successfully built b3a44496858c [2021-02-04T10:38:40.483Z] Successfully tagged docker-core-command-go-arm64:latest [2021-02-04T10:38:40.483Z] Building docker-core-data-go [2021-02-04T10:38:40.761Z]  Building docker-core-command-go ... done Successfully built 052671a8e14b [2021-02-04T10:38:40.761Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-02-04T10:38:40.761Z] Building docker-sys-mgmt-agent-go [2021-02-04T10:38:40.761Z]  Building docker-support-scheduler-go ... done  ---> ac7be40886ab [2021-02-04T10:38:40.761Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-02-04T10:38:41.367Z] ---> Running in 1141ae3e2bb3 [2021-02-04T10:38:41.659Z] Priming version [2021-02-04T10:38:42.230Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [2021-02-04T10:38:45.712Z] Removing intermediate container 1141ae3e2bb3 [2021-02-04T10:38:45.712Z] ---> e0fed68c5f6f [2021-02-04T10:38:45.712Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-04T10:38:47.187Z] ---> Running in f516fed661ee [2021-02-04T10:38:48.633Z] Removing intermediate container f516fed661ee [2021-02-04T10:38:48.633Z] ---> 9146327ae50a [2021-02-04T10:38:48.633Z] Step 28/31 : CMD ["gate"] [2021-02-04T10:38:49.624Z] ---> Running in 87acbb268af0 [2021-02-04T10:38:51.068Z] Removing intermediate container 87acbb268af0 [2021-02-04T10:38:51.068Z] ---> 26aedfa8ab52 [2021-02-04T10:38:51.068Z] Step 29/31 : LABEL arch=arm64 [2021-02-04T10:38:51.340Z] ---> Running in 08dd17211d57 [2021-02-04T10:38:52.330Z] Removing intermediate container 08dd17211d57 [2021-02-04T10:38:52.330Z] ---> d93e2d4748de [2021-02-04T10:38:52.330Z] Step 30/31 : LABEL git_sha=9c707fa5c9f2bb8b3675709372ae783111037035 [2021-02-04T10:38:53.308Z] ---> Running in 00fc664fc1dd [2021-02-04T10:38:54.743Z] Removing intermediate container 00fc664fc1dd [2021-02-04T10:38:54.743Z] ---> 1ad434ae52bf [2021-02-04T10:38:54.743Z] Step 31/31 : LABEL version=0.0.0 [2021-02-04T10:38:55.735Z] ---> Running in 79817205ce24 [2021-02-04T10:38:56.355Z] Removing intermediate container 79817205ce24 [2021-02-04T10:38:56.356Z] ---> 8a1aa3684c17 [2021-02-04T10:38:56.356Z] [2021-02-04T10:38:56.960Z] Successfully built 8a1aa3684c17 [2021-02-04T10:38:56.960Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-02-04T10:39:09.389Z]  Building docker-security-bootstrapper-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-04T10:39:19.565Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T10:39:19.565Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-04T10:39:19.565Z] ---> fa2c1a09e746 [2021-02-04T10:39:19.565Z] Step 3/23 : WORKDIR /edgex-go [2021-02-04T10:39:19.565Z] ---> Using cache [2021-02-04T10:39:19.565Z] ---> 4774f31441dc [2021-02-04T10:39:19.565Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T10:39:19.565Z] ---> Using cache [2021-02-04T10:39:19.565Z] ---> dc2906564818 [2021-02-04T10:39:19.565Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-04T10:39:19.565Z] ---> Using cache [2021-02-04T10:39:19.565Z] ---> 5288ead909df [2021-02-04T10:39:19.565Z] Step 6/23 : COPY go.mod . [2021-02-04T10:39:19.565Z] ---> Using cache [2021-02-04T10:39:19.565Z] ---> 6125996e81d5 [2021-02-04T10:39:19.565Z] Step 7/23 : RUN go mod download [2021-02-04T10:39:19.565Z] ---> Using cache [2021-02-04T10:39:19.565Z] ---> bb335898b362 [2021-02-04T10:39:19.565Z] Step 8/23 : COPY . . [2021-02-04T10:39:19.565Z] ---> Using cache [2021-02-04T10:39:19.565Z] ---> 22af720b4ef1 [2021-02-04T10:39:19.565Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-04T10:39:19.565Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T10:39:19.565Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-04T10:39:19.565Z] ---> fa2c1a09e746 [2021-02-04T10:39:19.565Z] Step 3/26 : WORKDIR /edgex-go [2021-02-04T10:39:19.565Z] ---> Using cache [2021-02-04T10:39:19.565Z] ---> 4774f31441dc [2021-02-04T10:39:19.566Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T10:39:19.566Z] ---> Using cache [2021-02-04T10:39:19.566Z] ---> dc2906564818 [2021-02-04T10:39:19.566Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-04T10:39:19.566Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T10:39:19.566Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-04T10:39:19.566Z] ---> fa2c1a09e746 [2021-02-04T10:39:19.566Z] Step 3/23 : WORKDIR /edgex-go [2021-02-04T10:39:19.566Z] ---> Using cache [2021-02-04T10:39:19.566Z] ---> 4774f31441dc [2021-02-04T10:39:19.566Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T10:39:19.566Z] ---> Using cache [2021-02-04T10:39:19.566Z] ---> dc2906564818 [2021-02-04T10:39:19.566Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-04T10:39:20.548Z] ---> Running in 21c61cb20a9e [2021-02-04T10:39:20.548Z] ---> Running in 7d23ede928dd [2021-02-04T10:39:20.548Z] ---> Running in b382d1ce68de [2021-02-04T10:39:21.990Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T10:39:21.991Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T10:39:22.268Z] 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-04T10:39:22.863Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T10:39:22.863Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T10:39:22.863Z] Removing intermediate container d2a0cbf29676 [2021-02-04T10:39:22.863Z] ---> f11a107796e8 [2021-02-04T10:39:22.863Z] [2021-02-04T10:39:22.863Z] Step 10/24 : FROM alpine:3.12 [2021-02-04T10:39:22.863Z] ---> afeebe901d6b [2021-02-04T10:39:22.863Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-04T10:39:23.138Z] ---> Running in ac7e15435f75 [2021-02-04T10:39:23.743Z] OK: 217 MiB in 51 packages [2021-02-04T10:39:24.018Z] OK: 217 MiB in 51 packages [2021-02-04T10:39:25.479Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T10:39:25.479Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T10:39:25.755Z] Removing intermediate container 7d23ede928dd [2021-02-04T10:39:25.755Z] ---> 3925c7f6cf87 [2021-02-04T10:39:25.755Z] Step 6/23 : COPY go.mod . [2021-02-04T10:39:25.755Z] Removing intermediate container b382d1ce68de [2021-02-04T10:39:25.755Z] ---> 5890df37cac1 [2021-02-04T10:39:25.755Z] Step 6/26 : COPY go.mod . [2021-02-04T10:39:26.034Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-04T10:39:26.034Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-04T10:39:26.034Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-04T10:39:26.034Z] (4/5) Installing curl (7.69.1-r3) [2021-02-04T10:39:26.034Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-04T10:39:26.034Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T10:39:26.034Z] Executing ca-certificates-20191127-r4.trigger [2021-02-04T10:39:26.318Z] OK: 7 MiB in 19 packages [2021-02-04T10:39:27.442Z] ---> 4ac20fe9b55f [2021-02-04T10:39:27.442Z] Step 7/23 : RUN go mod download [2021-02-04T10:39:27.735Z] ---> f879260350f6 [2021-02-04T10:39:27.735Z] Step 7/26 : RUN go mod download [2021-02-04T10:39:27.735Z] ---> Running in cf84bec06767 [2021-02-04T10:39:28.023Z] ---> Running in bf305750d80a [2021-02-04T10:39:30.071Z] Removing intermediate container ac7e15435f75 [2021-02-04T10:39:30.071Z] ---> 0d2b1350f8ee [2021-02-04T10:39:30.071Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-04T10:39:30.071Z] ---> Running in 3aff4415bcfd [2021-02-04T10:39:31.056Z] Removing intermediate container 3aff4415bcfd [2021-02-04T10:39:31.056Z] ---> 4bd84333d7e9 [2021-02-04T10:39:31.056Z] Step 13/24 : WORKDIR / [2021-02-04T10:39:31.334Z] ---> Running in 339ced97dbd4 [2021-02-04T10:39:32.318Z] Removing intermediate container 339ced97dbd4 [2021-02-04T10:39:32.318Z] ---> 9373c412832c [2021-02-04T10:39:32.318Z] 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-04T10:39:33.771Z] ---> 60bb2bf405c9 [2021-02-04T10:39:33.771Z] 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-04T10:39:34.046Z] Removing intermediate container bf305750d80a [2021-02-04T10:39:34.046Z] Removing intermediate container cf84bec06767 [2021-02-04T10:39:34.046Z] ---> f20c7e6ada61 [2021-02-04T10:39:34.046Z] Step 8/23 : COPY . . [2021-02-04T10:39:34.046Z] ---> 638f0c1960c9 [2021-02-04T10:39:34.046Z] Step 8/26 : COPY . . [2021-02-04T10:39:35.483Z] ---> 54a3f8fbbd5c [2021-02-04T10:39:35.483Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-04T10:39:38.904Z] ---> ba9543f58877 [2021-02-04T10:39:38.904Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-04T10:39:42.364Z] ---> de9130fd3347 [2021-02-04T10:39:42.364Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-04T10:39:45.024Z] ---> 971516bb594c [2021-02-04T10:39:45.024Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-04T10:39:46.010Z] ---> 859f4648f4cd [2021-02-04T10:39:46.010Z] 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-04T10:39:46.289Z] ---> Running in 03915bae0715 [2021-02-04T10:39:51.735Z] Removing intermediate container 03915bae0715 [2021-02-04T10:39:51.735Z] ---> 5ca65add7060 [2021-02-04T10:39:51.735Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-04T10:39:51.735Z] ---> Running in 616af43b6007 [2021-02-04T10:39:52.719Z] Removing intermediate container 616af43b6007 [2021-02-04T10:39:52.719Z] ---> da5767ec8332 [2021-02-04T10:39:52.719Z] Step 22/24 : LABEL arch=arm64 [2021-02-04T10:39:52.997Z] ---> Running in 561667840b86 [2021-02-04T10:39:54.439Z] Removing intermediate container 561667840b86 [2021-02-04T10:39:54.439Z] ---> 8593fd48563b [2021-02-04T10:39:54.439Z] Step 23/24 : LABEL git_sha=9c707fa5c9f2bb8b3675709372ae783111037035 [2021-02-04T10:39:54.714Z] ---> Running in 8f19faf775d9 [2021-02-04T10:39:56.157Z] Removing intermediate container 8f19faf775d9 [2021-02-04T10:39:56.157Z] ---> 47af4bd2312e [2021-02-04T10:39:56.157Z] Step 24/24 : LABEL version=0.0.0 [2021-02-04T10:39:56.430Z] ---> Running in 422458d5ade0 [2021-02-04T10:39:57.869Z] Removing intermediate container 422458d5ade0 [2021-02-04T10:39:57.869Z] ---> 4bc0bf3e46a1 [2021-02-04T10:39:57.869Z] [2021-02-04T10:39:59.311Z] Successfully built 4bc0bf3e46a1 [2021-02-04T10:39:59.311Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-02-04T10:40:01.951Z]  Building docker-security-secretstore-setup-go ... done  ---> 776092ce0695 [2021-02-04T10:40:01.951Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-04T10:40:02.576Z] ---> Running in bbdc9fdac257 [2021-02-04T10:40:02.576Z] ---> 1c92ce4b6329 [2021-02-04T10:40:02.576Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-04T10:40:02.862Z] ---> Running in ec5cadcea2b3 [2021-02-04T10:40:04.311Z] 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-04T10:40:04.311Z] 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-04T10:40:16.751Z] Removing intermediate container 21c61cb20a9e [2021-02-04T10:40:16.751Z] ---> b1dd6014ca28 [2021-02-04T10:40:16.751Z] [2021-02-04T10:40:16.751Z] Step 10/23 : FROM alpine:3.12 [2021-02-04T10:40:16.751Z] ---> afeebe901d6b [2021-02-04T10:40:16.751Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-04T10:40:16.751Z] ---> Using cache [2021-02-04T10:40:16.751Z] ---> 411c51b6d24d [2021-02-04T10:40:16.751Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-04T10:40:16.751Z] ---> Using cache [2021-02-04T10:40:16.751Z] ---> 98467af5022c [2021-02-04T10:40:16.751Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-04T10:40:17.038Z] ---> Running in 995732d44f89 [2021-02-04T10:40:17.657Z] Removing intermediate container 995732d44f89 [2021-02-04T10:40:17.657Z] ---> c5de03b165e8 [2021-02-04T10:40:17.657Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-04T10:40:17.932Z] ---> Running in 286e772c9ba3 [2021-02-04T10:40:18.544Z] Removing intermediate container 286e772c9ba3 [2021-02-04T10:40:18.544Z] ---> 7733e7cae326 [2021-02-04T10:40:18.544Z] Step 15/23 : WORKDIR / [2021-02-04T10:40:18.544Z] ---> Running in 5c66de912979 [2021-02-04T10:40:19.532Z] Removing intermediate container 5c66de912979 [2021-02-04T10:40:19.532Z] ---> 736af4383312 [2021-02-04T10:40:19.532Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T10:40:20.534Z] ---> aaecdd80aa8a [2021-02-04T10:40:20.534Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-04T10:40:22.555Z] ---> 5bdaab560ecd [2021-02-04T10:40:22.556Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-04T10:40:23.570Z] ---> 9329d9a56121 [2021-02-04T10:40:23.570Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-04T10:40:23.848Z] ---> Running in 161e4bbec49b [2021-02-04T10:40:24.451Z] Removing intermediate container 161e4bbec49b [2021-02-04T10:40:24.451Z] ---> 5a55339dedfd [2021-02-04T10:40:24.451Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T10:40:24.734Z] ---> Running in a66c24371ee5 [2021-02-04T10:40:25.344Z] Removing intermediate container a66c24371ee5 [2021-02-04T10:40:25.344Z] ---> 258eac812aca [2021-02-04T10:40:25.344Z] Step 21/23 : LABEL arch=arm64 [2021-02-04T10:40:25.621Z] ---> Running in 16f66a1ccf3b [2021-02-04T10:40:26.221Z] Removing intermediate container 16f66a1ccf3b [2021-02-04T10:40:26.221Z] ---> bbac67ee6e2b [2021-02-04T10:40:26.221Z] Step 22/23 : LABEL git_sha=9c707fa5c9f2bb8b3675709372ae783111037035 [2021-02-04T10:40:26.499Z] ---> Running in e0e43c76f273 [2021-02-04T10:40:27.103Z] Removing intermediate container e0e43c76f273 [2021-02-04T10:40:27.103Z] ---> de7249889697 [2021-02-04T10:40:27.103Z] Step 23/23 : LABEL version=0.0.0 [2021-02-04T10:40:27.103Z] ---> Running in 894904e54df1 [2021-02-04T10:40:28.098Z] Removing intermediate container 894904e54df1 [2021-02-04T10:40:28.098Z] ---> 04cc33b5a04f [2021-02-04T10:40:28.098Z] [2021-02-04T10:40:28.385Z] Successfully built 04cc33b5a04f [2021-02-04T10:40:28.664Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-02-04T10:40:55.510Z]  Building docker-core-metadata-go ... done Removing intermediate container bbdc9fdac257 [2021-02-04T10:40:55.510Z] ---> f3872703b0f1 [2021-02-04T10:40:55.510Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-04T10:40:55.510Z] ---> Running in a6ce955f3b35 [2021-02-04T10:40:55.510Z] 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-04T10:40:57.493Z] Removing intermediate container a6ce955f3b35 [2021-02-04T10:40:57.493Z] ---> 3360e2530be9 [2021-02-04T10:40:57.493Z] [2021-02-04T10:40:57.493Z] Step 11/26 : FROM docker:20.10.0 [2021-02-04T10:40:57.764Z] 20.10.0: Pulling from library/docker [2021-02-04T10:41:07.910Z] Removing intermediate container ec5cadcea2b3 [2021-02-04T10:41:07.910Z] ---> 7d1aee7470ce [2021-02-04T10:41:07.910Z] [2021-02-04T10:41:07.910Z] Step 10/23 : FROM alpine:3.12 [2021-02-04T10:41:07.910Z] ---> afeebe901d6b [2021-02-04T10:41:07.910Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-04T10:41:07.910Z] ---> Running in fb99eb821fc5 [2021-02-04T10:41:07.910Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-04T10:41:07.910Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-04T10:41:07.910Z] ---> eeaf43b92773 [2021-02-04T10:41:07.910Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-04T10:41:07.910Z] Removing intermediate container fb99eb821fc5 [2021-02-04T10:41:07.910Z] ---> 0211058f944f [2021-02-04T10:41:07.910Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-04T10:41:07.910Z] ---> Running in c32c085a18e8 [2021-02-04T10:41:07.910Z] ---> Running in 74ccb5a9ef49 [2021-02-04T10:41:08.206Z] Removing intermediate container 74ccb5a9ef49 [2021-02-04T10:41:08.206Z] ---> bca9dc03d9f2 [2021-02-04T10:41:08.206Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-04T10:41:08.206Z] ---> Running in 088b3ebce61d [2021-02-04T10:41:08.858Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T10:41:08.858Z] Removing intermediate container 088b3ebce61d [2021-02-04T10:41:08.858Z] ---> a5c47ae9fb74 [2021-02-04T10:41:08.858Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T10:41:08.858Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T10:41:08.858Z] ---> Running in 812cf65ef1ec [2021-02-04T10:41:09.523Z] (1/2) Installing readline (8.0.4-r0) [2021-02-04T10:41:09.523Z] (2/2) Installing bash (5.0.17-r0) [2021-02-04T10:41:09.523Z] Executing bash-5.0.17-r0.post-install [2021-02-04T10:41:09.523Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T10:41:09.523Z] OK: 12 MiB in 22 packages [2021-02-04T10:41:10.946Z] Removing intermediate container c32c085a18e8 [2021-02-04T10:41:10.946Z] ---> c69b93e8385a [2021-02-04T10:41:10.946Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-04T10:41:11.218Z] ---> Running in 32ebdf648fd0 [2021-02-04T10:41:11.218Z] Removing intermediate container 812cf65ef1ec [2021-02-04T10:41:11.218Z] ---> 32643702657b [2021-02-04T10:41:11.218Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-04T10:41:11.489Z] ---> Running in c3105e5c2b11 [2021-02-04T10:41:11.489Z] Removing intermediate container 32ebdf648fd0 [2021-02-04T10:41:11.489Z] ---> 8a58545bbe32 [2021-02-04T10:41:11.489Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-04T10:41:11.764Z] ---> Running in 7bf27504f102 [2021-02-04T10:41:12.363Z] Removing intermediate container 7bf27504f102 [2021-02-04T10:41:12.363Z] ---> c08d8f832da1 [2021-02-04T10:41:12.363Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-04T10:41:12.363Z] ---> Running in 199f39e4a35b [2021-02-04T10:41:12.633Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T10:41:12.903Z] Removing intermediate container 199f39e4a35b [2021-02-04T10:41:12.903Z] ---> 6e8336fdaf1c [2021-02-04T10:41:12.903Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-04T10:41:13.175Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T10:41:13.768Z] ---> 685ef19f6071 [2021-02-04T10:41:13.768Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-04T10:41:14.042Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-04T10:41:14.042Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-04T10:41:14.310Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-04T10:41:14.310Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-04T10:41:14.579Z] ---> 67b67bcd953e [2021-02-04T10:41:14.579Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-04T10:41:14.579Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-04T10:41:14.579Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-04T10:41:14.848Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T10:41:14.848Z] OK: 8 MiB in 20 packages [2021-02-04T10:41:15.447Z] ---> 919085b7aa93 [2021-02-04T10:41:15.447Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-04T10:41:15.447Z] ---> Running in aedf7b592bf6 [2021-02-04T10:41:16.038Z] Removing intermediate container c3105e5c2b11 [2021-02-04T10:41:16.038Z] ---> ae127cbdf384 [2021-02-04T10:41:16.038Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T10:41:16.631Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T10:41:16.632Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T10:41:16.907Z] ---> 0db5d5febec9 [2021-02-04T10:41:16.907Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-04T10:41:17.187Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-04T10:41:17.187Z] (2/33) Installing expat (2.2.9-r1) [2021-02-04T10:41:17.187Z] (3/33) Installing libffi (3.3-r2) [2021-02-04T10:41:17.187Z] (4/33) Installing gdbm (1.13-r1) [2021-02-04T10:41:17.187Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-04T10:41:17.187Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-04T10:41:17.187Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-04T10:41:18.622Z] ---> ebb0e5393abc [2021-02-04T10:41:18.622Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-04T10:41:19.213Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-04T10:41:19.213Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-04T10:41:19.213Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-04T10:41:19.213Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-04T10:41:19.213Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-04T10:41:19.213Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-04T10:41:19.213Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-04T10:41:19.213Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-04T10:41:19.484Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-04T10:41:19.484Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-04T10:41:19.484Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-04T10:41:19.484Z] ---> d2e47ec63c4e [2021-02-04T10:41:19.484Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-04T10:41:19.484Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-04T10:41:19.484Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-04T10:41:19.484Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-04T10:41:19.484Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-04T10:41:19.484Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-04T10:41:19.484Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-04T10:41:19.484Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-04T10:41:19.484Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-04T10:41:19.758Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-04T10:41:19.758Z] ---> Running in 4bb3e8f27c4b [2021-02-04T10:41:19.758Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-04T10:41:19.758Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-04T10:41:19.758Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-04T10:41:19.758Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-04T10:41:19.758Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-04T10:41:19.758Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-04T10:41:19.758Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T10:41:20.039Z] OK: 71 MiB in 55 packages [2021-02-04T10:41:20.039Z] Removing intermediate container 4bb3e8f27c4b [2021-02-04T10:41:20.039Z] ---> ca4fcd7878d8 [2021-02-04T10:41:20.039Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T10:41:20.313Z] ---> Running in b69a1e956b53 [2021-02-04T10:41:20.910Z] Removing intermediate container b69a1e956b53 [2021-02-04T10:41:20.910Z] ---> ce4d45cac9a9 [2021-02-04T10:41:20.910Z] Step 21/23 : LABEL arch=arm64 [2021-02-04T10:41:20.910Z] ---> Running in e2dc3475b37e [2021-02-04T10:41:21.501Z] Removing intermediate container e2dc3475b37e [2021-02-04T10:41:21.501Z] ---> 4acc1eda1a14 [2021-02-04T10:41:21.501Z] Step 22/23 : LABEL git_sha=9c707fa5c9f2bb8b3675709372ae783111037035 [2021-02-04T10:41:21.778Z] ---> Running in 2d38337f0974 [2021-02-04T10:41:22.382Z] Removing intermediate container 2d38337f0974 [2021-02-04T10:41:22.382Z] ---> 10d94f3f86d0 [2021-02-04T10:41:22.382Z] Step 23/23 : LABEL version=0.0.0 [2021-02-04T10:41:22.382Z] ---> Running in 1880010ee019 [2021-02-04T10:41:22.984Z] Removing intermediate container 1880010ee019 [2021-02-04T10:41:22.984Z] ---> 0a2c4095a6e8 [2021-02-04T10:41:22.984Z] [2021-02-04T10:41:23.578Z] Successfully built 0a2c4095a6e8 [2021-02-04T10:41:23.579Z] Successfully tagged docker-core-data-go-arm64:latest [2021-02-04T10:41:25.545Z]  Building docker-core-data-go ... done Removing intermediate container aedf7b592bf6 [2021-02-04T10:41:25.545Z] ---> fde7fca26ab9 [2021-02-04T10:41:25.545Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-04T10:41:25.829Z] ---> Running in 8a4b969094f0 [2021-02-04T10:41:30.133Z] Collecting docker-compose==1.23.2 [2021-02-04T10:41:30.403Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-04T10:41:31.827Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-04T10:41:31.827Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-04T10:41:32.098Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-04T10:41:32.098Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-04T10:41:34.061Z] Collecting docopt<0.7,>=0.6.1 [2021-02-04T10:41:34.061Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-04T10:41:36.015Z] 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-04T10:41:36.283Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-04T10:41:36.283Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-04T10:41:36.874Z] Collecting jsonschema<3,>=2.5.1 [2021-02-04T10:41:36.874Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-04T10:41:37.843Z] Collecting PyYAML<4,>=3.10 [2021-02-04T10:41:37.843Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-04T10:41:41.212Z] Collecting docker<4.0,>=3.6.0 [2021-02-04T10:41:41.212Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-04T10:41:41.800Z] Collecting texttable<0.10,>=0.9.0 [2021-02-04T10:41:41.801Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-04T10:41:43.764Z] Collecting cached-property<2,>=1.2.0 [2021-02-04T10:41:43.764Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-04T10:41:43.764Z] 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-04T10:41:44.033Z] Collecting idna<2.8,>=2.5 [2021-02-04T10:41:44.304Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-04T10:41:44.893Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-04T10:41:44.893Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-04T10:41:45.161Z] 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-04T10:41:45.161Z] Collecting docker-pycreds>=0.4.0 [2021-02-04T10:41:45.430Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-04T10:41:45.430Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-04T10:41:45.430Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-04T10:41:45.430Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-04T10:41:45.430Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-04T10:41:46.422Z] Installing collected packages: idna, urllib3, requests, dockerpty, docopt, websocket-client, jsonschema, PyYAML, docker-pycreds, docker, texttable, cached-property, docker-compose [2021-02-04T10:41:46.422Z] Attempting uninstall: idna [2021-02-04T10:41:46.422Z] Found existing installation: idna 2.9 [2021-02-04T10:41:46.422Z] Uninstalling idna-2.9: [2021-02-04T10:41:46.422Z] Successfully uninstalled idna-2.9 [2021-02-04T10:41:47.011Z] Attempting uninstall: urllib3 [2021-02-04T10:41:47.011Z] Found existing installation: urllib3 1.25.9 [2021-02-04T10:41:47.011Z] Uninstalling urllib3-1.25.9: [2021-02-04T10:41:47.281Z] Successfully uninstalled urllib3-1.25.9 [2021-02-04T10:41:47.550Z] Attempting uninstall: requests [2021-02-04T10:41:47.821Z] Found existing installation: requests 2.23.0 [2021-02-04T10:41:47.821Z] Uninstalling requests-2.23.0: [2021-02-04T10:41:47.821Z] Successfully uninstalled requests-2.23.0 [2021-02-04T10:41:48.092Z] Running setup.py install for dockerpty: started [2021-02-04T10:41:50.049Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-04T10:41:50.049Z] Running setup.py install for docopt: started [2021-02-04T10:41:51.471Z] Running setup.py install for docopt: finished with status 'done' [2021-02-04T10:41:52.063Z] Running setup.py install for PyYAML: started [2021-02-04T10:41:54.664Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-04T10:41:54.934Z] Running setup.py install for texttable: started [2021-02-04T10:41:56.893Z] Running setup.py install for texttable: finished with status 'done' [2021-02-04T10:41:57.482Z] 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-04T10:42:01.783Z] Removing intermediate container 8a4b969094f0 [2021-02-04T10:42:01.783Z] ---> a822f9e17316 [2021-02-04T10:42:01.783Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-04T10:42:01.783Z] ---> Running in cb95f85404a4 [2021-02-04T10:42:02.756Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T10:42:02.756Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T10:42:03.348Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-04T10:42:03.348Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-04T10:42:03.348Z] (3/3) Installing curl (7.69.1-r3) [2021-02-04T10:42:03.348Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T10:42:03.348Z] OK: 71 MiB in 58 packages [2021-02-04T10:42:04.775Z] Removing intermediate container cb95f85404a4 [2021-02-04T10:42:04.775Z] ---> de3a32432036 [2021-02-04T10:42:04.775Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-04T10:42:04.775Z] ---> Running in 5430be275df8 [2021-02-04T10:42:05.366Z] Removing intermediate container 5430be275df8 [2021-02-04T10:42:05.366Z] ---> ecce22607508 [2021-02-04T10:42:05.366Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T10:42:05.366Z] ---> Running in 45bdba299485 [2021-02-04T10:42:05.959Z] Removing intermediate container 45bdba299485 [2021-02-04T10:42:05.959Z] ---> 8aa7dfaeba6b [2021-02-04T10:42:05.959Z] Step 24/26 : LABEL arch=arm64 [2021-02-04T10:42:05.959Z] ---> Running in cc97347b8264 [2021-02-04T10:42:06.550Z] Removing intermediate container cc97347b8264 [2021-02-04T10:42:06.550Z] ---> 40f9b3e708df [2021-02-04T10:42:06.550Z] Step 25/26 : LABEL git_sha=9c707fa5c9f2bb8b3675709372ae783111037035 [2021-02-04T10:42:06.550Z] ---> Running in 6a4a65e74d2b [2021-02-04T10:42:06.825Z] Removing intermediate container 6a4a65e74d2b [2021-02-04T10:42:06.825Z] ---> d5aae314eccc [2021-02-04T10:42:06.825Z] Step 26/26 : LABEL version=0.0.0 [2021-02-04T10:42:07.094Z] ---> Running in 6a9759b6cbbd [2021-02-04T10:42:07.365Z] Removing intermediate container 6a9759b6cbbd [2021-02-04T10:42:07.366Z] ---> 32bc26f5f62d [2021-02-04T10:42:07.366Z] [2021-02-04T10:42:07.959Z] Successfully built 32bc26f5f62d [2021-02-04T10:42:07.959Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-02-04T10:42:08.248Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-02-04T10:42:08.248Z] $ docker stop --time=1 aa4bc9a04b29e5d0c67b1e71cb4e7945900427a9b4f4c5286c4780b443d963de [2021-02-04T10:42:10.189Z] $ docker rm -f aa4bc9a04b29e5d0c67b1e71cb4e7945900427a9b4f4c5286c4780b443d963de [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-04T10:42:11.019Z] + grep docker [2021-02-04T10:42:11.019Z] + docker images [2021-02-04T10:42:11.294Z] docker-sys-mgmt-agent-go-arm64 latest 32bc26f5f62d 4 seconds ago 300MB [2021-02-04T10:42:11.294Z] docker-core-data-go-arm64 latest 0a2c4095a6e8 49 seconds ago 21MB [2021-02-04T10:42:11.294Z] docker-core-metadata-go-arm64 latest 04cc33b5a04f About a minute ago 17.7MB [2021-02-04T10:42:11.294Z] docker-security-secretstore-setup-go-arm64 latest 4bc0bf3e46a1 2 minutes ago 23.4MB [2021-02-04T10:42:11.294Z] docker-security-bootstrapper-go-arm64 latest 8a1aa3684c17 3 minutes ago 22.6MB [2021-02-04T10:42:11.294Z] docker-support-scheduler-go-arm64 latest 052671a8e14b 3 minutes ago 16.1MB [2021-02-04T10:42:11.294Z] docker-core-command-go-arm64 latest b3a44496858c 3 minutes ago 16MB [2021-02-04T10:42:11.294Z] docker-support-notifications-go-arm64 latest 5813836e4613 3 minutes ago 16.7MB [2021-02-04T10:42:11.294Z] docker-security-proxy-setup-go-arm64 latest 4eae70b95197 3 minutes ago 23.2MB [2021-02-04T10:42:11.294Z] docker 20.10.0 eeaf43b92773 7 weeks 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-04T10:42:14.179Z] provisioning config files... [2021-02-04T10:42:14.190Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/8@tmp/config3681274998597431294tmp [Pipeline] { [Pipeline] sh [2021-02-04T10:42:14.667Z] + set +x [2021-02-04T10:42:14.667Z] + curl -s https://codecov.io/bash [2021-02-04T10:42:14.667Z] + bash -s -- [2021-02-04T10:42:15.248Z] [2021-02-04T10:42:15.248Z] _____ _ [2021-02-04T10:42:15.248Z] / ____| | | [2021-02-04T10:42:15.248Z] | | ___ __| | ___ ___ _____ __ [2021-02-04T10:42:15.248Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-02-04T10:42:15.248Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-02-04T10:42:15.248Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-02-04T10:42:15.248Z] Bash-20210129-7c25fce [2021-02-04T10:42:15.248Z] [2021-02-04T10:42:15.248Z] [2021-02-04T10:42:15.248Z] ==> git version 2.24.3 found [2021-02-04T10:42:15.248Z] ==> 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-04T10:42:15.248Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-02-04T10:42:15.248Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-02-04T10:42:15.248Z] ==> Jenkins CI detected. [2021-02-04T10:42:15.248Z] project root: . [2021-02-04T10:42:15.248Z] --> token set from env [2021-02-04T10:42:15.248Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-02-04T10:42:15.248Z] ==> Running gcov in . (disable via -X gcov) [2021-02-04T10:42:15.248Z] ==> Python coveragepy not found [2021-02-04T10:42:15.248Z] ==> Searching for coverage reports in: [2021-02-04T10:42:15.248Z] + . [2021-02-04T10:42:15.248Z] -> Found 1 reports [2021-02-04T10:42:15.248Z] ==> Detecting git/mercurial file structure [2021-02-04T10:42:15.248Z] ==> Reading reports [2021-02-04T10:42:15.248Z] + ./coverage.out bytes=580808 [2021-02-04T10:42:15.248Z] ==> Appending adjustments [2021-02-04T10:42:15.248Z] https://docs.codecov.io/docs/fixing-reports [2021-02-04T10:42:18.559Z] + Found adjustments [2021-02-04T10:42:18.559Z] ==> Gzipping contents [2021-02-04T10:42:18.559Z] 88K /tmp/codecov.9h6Vqq.gz [2021-02-04T10:42:18.559Z] ==> Uploading reports [2021-02-04T10:42:18.559Z] url: https://codecov.io [2021-02-04T10:42:18.559Z] query: branch=PR-3109&commit=9c707fa5c9f2bb8b3675709372ae783111037035&build=8&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3109%2F8%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3109&job=&cmd_args= [2021-02-04T10:42:18.559Z] -> Pinging Codecov [2021-02-04T10:42:18.559Z] https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-3109&commit=9c707fa5c9f2bb8b3675709372ae783111037035&build=8&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3109%2F8%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3109&job=&cmd_args= [2021-02-04T10:42:19.134Z] -> Uploading to [2021-02-04T10:42:19.134Z] https://storage.googleapis.com/codecov/v4/raw/2021-02-04/00271124DB129430A58F1EEE437C3FCB/9c707fa5c9f2bb8b3675709372ae783111037035/b2c608f5-2973-4349-a944-e3959596da37.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210204%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210204T104218Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=65d48e8af598d74071ea1a588d337f4ce66a9f18b192a890439460a5a93e693a [2021-02-04T10:42:19.134Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-04T10:42:19.134Z] Dload Upload Total Spent Left Speed [2021-02-04T10:42:19.707Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 87706 0 0 100 87706 0 146k --:--:-- --:--:-- --:--:-- 146k [2021-02-04T10:42:19.707Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/9c707fa5c9f2bb8b3675709372ae783111037035 [Pipeline] } [2021-02-04T10:42:19.717Z] 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-04T10:42:23.407Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T10:42:24.291Z] ---> package-listing.sh [2021-02-04T10:42:24.291Z] ++ facter osfamily [2021-02-04T10:42:24.291Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-04T10:42:24.291Z] + OS_FAMILY=redhat [2021-02-04T10:42:24.291Z] + workspace=/w/workspace/edgex-go/8 [2021-02-04T10:42:24.291Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-04T10:42:24.291Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-04T10:42:24.291Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-04T10:42:24.291Z] + PACKAGES=/tmp/packages_start.txt [2021-02-04T10:42:24.291Z] + '[' /w/workspace/edgex-go/8 ']' [2021-02-04T10:42:24.291Z] + PACKAGES=/tmp/packages_end.txt [2021-02-04T10:42:24.291Z] + case "${OS_FAMILY}" in [2021-02-04T10:42:24.291Z] + rpm -qa [2021-02-04T10:42:24.291Z] + sort [2021-02-04T10:42:29.600Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-04T10:42:29.600Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-04T10:42:29.600Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-04T10:42:29.600Z] + '[' /w/workspace/edgex-go/8 ']' [2021-02-04T10:42:29.600Z] + mkdir -p /w/workspace/edgex-go/8/archives/ [2021-02-04T10:42:29.600Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/8/archives/ [Pipeline] echo [2021-02-04T10:42:29.614Z] 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/8/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-04T10:42:29.910Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:42:30.221Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-04T10:42:30.221Z] [2021-02-04T10:42:30.221Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:42:30.709Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-04T10:42:30.710Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-04T10:42:30.710Z] df20fa9351a1: Pulling fs layer [2021-02-04T10:42:30.710Z] 36b3adc4ff6f: Pulling fs layer [2021-02-04T10:42:30.710Z] 8ad3a11d3b57: Pulling fs layer [2021-02-04T10:42:30.710Z] 46f8f816bc3b: Pulling fs layer [2021-02-04T10:42:30.710Z] 93b61091891f: Pulling fs layer [2021-02-04T10:42:30.710Z] 93b9cdb0e59b: Pulling fs layer [2021-02-04T10:42:30.710Z] 5e14af77c1be: Pulling fs layer [2021-02-04T10:42:30.710Z] 01666e4c0597: Pulling fs layer [2021-02-04T10:42:30.710Z] aa168da1d23b: Pulling fs layer [2021-02-04T10:42:30.710Z] 93b61091891f: Waiting [2021-02-04T10:42:30.710Z] 01666e4c0597: Waiting [2021-02-04T10:42:30.710Z] aa168da1d23b: Waiting [2021-02-04T10:42:30.710Z] 5e14af77c1be: Waiting [2021-02-04T10:42:30.710Z] 46f8f816bc3b: Waiting [2021-02-04T10:42:30.710Z] 36b3adc4ff6f: Verifying Checksum [2021-02-04T10:42:30.710Z] 36b3adc4ff6f: Download complete [2021-02-04T10:42:30.710Z] 46f8f816bc3b: Verifying Checksum [2021-02-04T10:42:30.710Z] 46f8f816bc3b: Download complete [2021-02-04T10:42:30.973Z] df20fa9351a1: Verifying Checksum [2021-02-04T10:42:30.973Z] df20fa9351a1: Download complete [2021-02-04T10:42:30.973Z] 93b9cdb0e59b: Verifying Checksum [2021-02-04T10:42:30.973Z] 93b9cdb0e59b: Download complete [2021-02-04T10:42:30.973Z] 93b61091891f: Verifying Checksum [2021-02-04T10:42:30.973Z] 93b61091891f: Download complete [2021-02-04T10:42:30.973Z] 5e14af77c1be: Verifying Checksum [2021-02-04T10:42:30.973Z] 5e14af77c1be: Download complete [2021-02-04T10:42:30.973Z] 01666e4c0597: Verifying Checksum [2021-02-04T10:42:30.973Z] 01666e4c0597: Download complete [2021-02-04T10:42:31.236Z] df20fa9351a1: Pull complete [2021-02-04T10:42:31.497Z] 36b3adc4ff6f: Pull complete [2021-02-04T10:42:31.759Z] 8ad3a11d3b57: Verifying Checksum [2021-02-04T10:42:31.759Z] 8ad3a11d3b57: Download complete [2021-02-04T10:42:32.335Z] 8ad3a11d3b57: Pull complete [2021-02-04T10:42:32.603Z] 46f8f816bc3b: Pull complete [2021-02-04T10:42:33.561Z] aa168da1d23b: Verifying Checksum [2021-02-04T10:42:33.561Z] aa168da1d23b: Download complete [2021-02-04T10:42:34.137Z] 93b61091891f: Pull complete [2021-02-04T10:42:34.137Z] 93b9cdb0e59b: Pull complete [2021-02-04T10:42:34.397Z] 5e14af77c1be: Pull complete [2021-02-04T10:42:34.397Z] 01666e4c0597: Pull complete [2021-02-04T10:42:42.738Z] aa168da1d23b: Pull complete [2021-02-04T10:42:42.738Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-04T10:42:42.738Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-04T10:42:42.738Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-04T10:42:42.956Z] prd-centos7-docker-4c-2g-24953 does not seem to be running inside a container [2021-02-04T10:42:43.016Z] $ 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/8/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/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-02-04T10:42:49.044Z] $ docker top 83f14de4e3c4a7a9d21e6acd7754707dcbcc5fca9f2cd47387efbd49beb0afa8 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-04T10:42:49.659Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-04T10:42:49.954Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-04T10:42:50.255Z] + ls /var/log/sa-host [2021-02-04T10:42:50.255Z] + sadf -c /var/log/sa-host/sa04 [2021-02-04T10:42:50.255Z] file_magic: OK [2021-02-04T10:42:50.255Z] HZ: Using current value: 100 [2021-02-04T10:42:50.255Z] file_header: OK [2021-02-04T10:42:50.255Z] 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-04T10:42:50.255Z] Statistics: [2021-02-04T10:42:50.255Z] 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-04T10:42:50.255Z] File successfully converted to sysstat format version 12.2.1 [2021-02-04T10:42:50.255Z] + sadf -c /var/log/sa-host/sa23 [2021-02-04T10:42:50.255Z] file_magic: OK [2021-02-04T10:42:50.255Z] HZ: Using current value: 100 [2021-02-04T10:42:50.255Z] file_header: OK [2021-02-04T10:42:50.255Z] 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-04T10:42:50.255Z] Statistics: [2021-02-04T10:42:50.255Z] Hnuu...uuuununununu... [2021-02-04T10:42:50.255Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-04T10:42:50.507Z] provisioning config files... [2021-02-04T10:42:50.521Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/8@tmp/config1521280018922754786tmp [Pipeline] { [Pipeline] echo [2021-02-04T10:42:50.805Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T10:42:51.102Z] ---> create-netrc.sh [Pipeline] } [2021-02-04T10:42:51.112Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-04T10:42:51.308Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T10:42:51.604Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-04T10:42:51.615Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T10:42:51.920Z] ---> sudo-logs.sh [2021-02-04T10:42:51.921Z] Archiving 'sudo' log.. [Pipeline] echo [2021-02-04T10:42:51.932Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T10:42:52.252Z] ---> job-cost.sh [2021-02-04T10:42:52.252Z] lf-activate-venv: SKIPPING [2021-02-04T10:42:52.252Z] INFO: No Stack... [2021-02-04T10:42:53.251Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-04T10:42:53.514Z] INFO: Archiving Costs [Pipeline] echo [2021-02-04T10:42:53.531Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T10:42:53.827Z] ---> logs-deploy.sh [2021-02-04T10:42:53.827Z] lf-activate-venv: SKIPPING [2021-02-04T10:42:53.827Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3109/8 [2021-02-04T10:42:53.827Z] INFO: archiving workspace using pattern(s): [2021-02-04T10:42:55.218Z] Archives upload complete. [2021-02-04T10:42:55.218Z] INFO: archiving logs to Nexus