Pull request #3109 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 4b0ff43b6f13bf277e1af8d3ba378c4fea643b4d+9ee6a915f0da87ac859f0375cd81210a85b62227 (d8a08f3225d53deaebb19f7266d6eb8fa9ee3873) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-25536 in /w/workspace/edgexfoundry_edgex-go_PR-3109 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/19 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/19 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3109/head:refs/remotes/origin/PR-3109 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 9ee6a915f0da87ac859f0375cd81210a85b62227 into PR head commit 4b0ff43b6f13bf277e1af8d3ba378c4fea643b4d Merge succeeded, producing 4b0ff43b6f13bf277e1af8d3ba378c4fea643b4d Checking out Revision 4b0ff43b6f13bf277e1af8d3ba378c4fea643b4d (PR-3109) > git config core.sparsecheckout # timeout=10 > git checkout -f 4b0ff43b6f13bf277e1af8d3ba378c4fea643b4d # 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 9ee6a915f0da87ac859f0375cd81210a85b62227 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4b0ff43b6f13bf277e1af8d3ba378c4fea643b4d # 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-08T09:31:40.433Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-08T09:31:40.755Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-08T09:31:40.880Z] ========================================================= [2021-02-08T09:31:40.880Z] EdgeX Global Pipelines Version Info [2021-02-08T09:31:40.880Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk f4b34f027936c92460a4104d017492f2a7722f95 # timeout=10 [2021-02-08T09:31:42.431Z] ------------------- [2021-02-08T09:31:42.431Z] stable info: [2021-02-08T09:31:42.431Z] ------------------- [2021-02-08T09:31:42.431Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-08T09:31:42.431Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-08T09:31:42.432Z] Message: update stable to v1.0.179 [2021-02-08T09:31:43.385Z] ------------------- [2021-02-08T09:31:43.385Z] experimental info: [2021-02-08T09:31:43.385Z] ------------------- [2021-02-08T09:31:43.385Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-08T09:31:43.385Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-08T09:31:43.385Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-08T09:31:43.631Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-02-08T09:31:43.715Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-02-08T09:31:43.795Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-08T09:31:43.889Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-08T09:31:43.975Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-08T09:31:44.057Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-08T09:31:44.138Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-08T09:31:44.219Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-02-08T09:31:44.339Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-02-08T09:31:44.422Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-02-08T09:31:44.502Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-08T09:31:44.582Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-08T09:31:44.663Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-08T09:31:44.745Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-08T09:31:44.830Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-08T09:31:44.926Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-02-08T09:31:45.009Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-08T09:31:45.096Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-08T09:31:45.198Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-02-08T09:31:45.283Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-02-08T09:31:45.373Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-02-08T09:31:45.487Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-08T09:31:45.585Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-08T09:31:45.693Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3109 [Pipeline] echo [2021-02-08T09:31:45.798Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3109 [Pipeline] echo [2021-02-08T09:31:45.879Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3109 [Pipeline] echo [2021-02-08T09:31:45.964Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4b0ff43b6f13bf277e1af8d3ba378c4fea643b4d [Pipeline] echo [2021-02-08T09:31:46.053Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4b0ff43 [Pipeline] echo [2021-02-08T09:31:46.135Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-08T09:31:46.301Z] provisioning config files... [2021-02-08T09:31:46.332Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/19@tmp/config678796565027249311tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-08T09:31:46.712Z] ---> docker-login.sh [2021-02-08T09:31:46.712Z] nexus3.edgexfoundry.org:10001 [2021-02-08T09:31:46.974Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-08T09:31:47.239Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-08T09:31:47.239Z] Configure a credential helper to remove this warning. See [2021-02-08T09:31:47.239Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-08T09:31:47.239Z] [2021-02-08T09:31:47.239Z] Login Succeeded [2021-02-08T09:31:47.239Z] nexus3.edgexfoundry.org:10002 [2021-02-08T09:31:47.239Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-08T09:31:47.239Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-08T09:31:47.239Z] Configure a credential helper to remove this warning. See [2021-02-08T09:31:47.239Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-08T09:31:47.239Z] [2021-02-08T09:31:47.239Z] Login Succeeded [2021-02-08T09:31:47.239Z] nexus3.edgexfoundry.org:10003 [2021-02-08T09:31:47.500Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-08T09:31:47.500Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-08T09:31:47.500Z] Configure a credential helper to remove this warning. See [2021-02-08T09:31:47.500Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-08T09:31:47.500Z] [2021-02-08T09:31:47.500Z] Login Succeeded [2021-02-08T09:31:47.500Z] nexus3.edgexfoundry.org:10004 [2021-02-08T09:31:47.765Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-08T09:31:47.765Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-08T09:31:47.765Z] Configure a credential helper to remove this warning. See [2021-02-08T09:31:47.765Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-08T09:31:47.765Z] [2021-02-08T09:31:47.765Z] Login Succeeded [2021-02-08T09:31:47.765Z] docker.io [2021-02-08T09:31:47.765Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-08T09:31:48.028Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-08T09:31:48.028Z] Configure a credential helper to remove this warning. See [2021-02-08T09:31:48.028Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-08T09:31:48.028Z] [2021-02-08T09:31:48.028Z] Login Succeeded [2021-02-08T09:31:48.028Z] ---> docker-login.sh ends [Pipeline] } [2021-02-08T09:31:48.036Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-08T09:31:48.501Z] ++ 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-08T09:31:48.501Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-08T09:31:48.501Z] ++ dirname cmd/core-command/Dockerfile [2021-02-08T09:31:48.501Z] ++ cut -d/ -f2 [2021-02-08T09:31:48.501Z] + echo core-command,cmd/core-command/Dockerfile [2021-02-08T09:31:48.501Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-08T09:31:48.501Z] ++ dirname cmd/core-data/Dockerfile [2021-02-08T09:31:48.501Z] ++ cut -d/ -f2 [2021-02-08T09:31:48.501Z] + echo core-data,cmd/core-data/Dockerfile [2021-02-08T09:31:48.501Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-08T09:31:48.501Z] ++ dirname cmd/core-metadata/Dockerfile [2021-02-08T09:31:48.501Z] ++ cut -d/ -f2 [2021-02-08T09:31:48.501Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-02-08T09:31:48.501Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-08T09:31:48.501Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-02-08T09:31:48.501Z] ++ cut -d/ -f2 [2021-02-08T09:31:48.501Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-02-08T09:31:48.501Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-08T09:31:48.501Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-02-08T09:31:48.501Z] ++ cut -d/ -f2 [2021-02-08T09:31:48.501Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-02-08T09:31:48.501Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-08T09:31:48.501Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-02-08T09:31:48.501Z] ++ cut -d/ -f2 [2021-02-08T09:31:48.501Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-02-08T09:31:48.501Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-08T09:31:48.501Z] ++ dirname cmd/support-notifications/Dockerfile [2021-02-08T09:31:48.501Z] ++ cut -d/ -f2 [2021-02-08T09:31:48.501Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-02-08T09:31:48.501Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-08T09:31:48.501Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-02-08T09:31:48.501Z] ++ cut -d/ -f2 [2021-02-08T09:31:48.501Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-02-08T09:31:48.501Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-08T09:31:48.501Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-02-08T09:31:48.501Z] ++ cut -d/ -f2 [2021-02-08T09:31:48.501Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-02-08T09:31:48.577Z] 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-08T09:31:49.433Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-08T09:31:49.433Z] [2021-02-08T09:31:49.433Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:31:49.836Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-08T09:31:49.836Z] latest: Pulling from edgex-devops/git-semver [2021-02-08T09:31:49.836Z] 31603596830f: Pulling fs layer [2021-02-08T09:31:49.836Z] 2a8b12db71e7: Pulling fs layer [2021-02-08T09:31:49.836Z] 6ca5941a6612: Pulling fs layer [2021-02-08T09:31:49.836Z] ecc8261a40a4: Pulling fs layer [2021-02-08T09:31:49.836Z] ecc8261a40a4: Waiting [2021-02-08T09:31:49.836Z] 2a8b12db71e7: Verifying Checksum [2021-02-08T09:31:49.836Z] 2a8b12db71e7: Download complete [2021-02-08T09:31:50.105Z] 31603596830f: Download complete [2021-02-08T09:31:50.105Z] ecc8261a40a4: Verifying Checksum [2021-02-08T09:31:50.105Z] ecc8261a40a4: Download complete [2021-02-08T09:31:50.105Z] 6ca5941a6612: Verifying Checksum [2021-02-08T09:31:50.105Z] 6ca5941a6612: Download complete [2021-02-08T09:31:50.375Z] 31603596830f: Pull complete [2021-02-08T09:31:50.638Z] 2a8b12db71e7: Pull complete [2021-02-08T09:31:51.591Z] 6ca5941a6612: Pull complete [2021-02-08T09:31:51.591Z] ecc8261a40a4: Pull complete [2021-02-08T09:31:51.591Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-08T09:31:51.591Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-08T09:31:51.591Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-08T09:31:51.713Z] prd-centos7-docker-4c-2g-25536 does not seem to be running inside a container [2021-02-08T09:31:51.763Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-08T09:31:53.934Z] $ docker top fa730cc3b97fb0659a235ef86fb4157212d9016286caa588819b218991db25d3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-08T09:31:54.372Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-08T09:31:54.372Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-08T09:31:54.649Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-08T09:31:54.653Z] $ docker exec fa730cc3b97fb0659a235ef86fb4157212d9016286caa588819b218991db25d3 ssh-agent [2021-02-08T09:31:54.843Z] SSH_AUTH_SOCK=/tmp/ssh-k64GdK95KqRH/agent.12 [2021-02-08T09:31:54.843Z] SSH_AGENT_PID=17 [2021-02-08T09:31:54.859Z] Running ssh-add (command line suppressed) [2021-02-08T09:31:54.995Z] Identity added: /w/workspace/edgex-go/19@tmp/private_key_5251072883870499159.key (/w/workspace/edgex-go/19@tmp/private_key_5251072883870499159.key) [2021-02-08T09:31:55.052Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-08T09:31:55.388Z] + git tag --points-at HEAD [Pipeline] } [2021-02-08T09:31:55.419Z] $ docker exec --env ******** --env ******** fa730cc3b97fb0659a235ef86fb4157212d9016286caa588819b218991db25d3 ssh-agent -k [2021-02-08T09:31:55.555Z] unset SSH_AUTH_SOCK; [2021-02-08T09:31:55.555Z] unset SSH_AGENT_PID; [2021-02-08T09:31:55.555Z] echo Agent pid 17 killed; [2021-02-08T09:31:55.621Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-08T09:31:55.766Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-08T09:31:55.766Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-08T09:31:55.956Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-08T09:31:55.960Z] $ docker exec fa730cc3b97fb0659a235ef86fb4157212d9016286caa588819b218991db25d3 ssh-agent [2021-02-08T09:31:56.155Z] SSH_AUTH_SOCK=/tmp/ssh-h9ukgGJruIlB/agent.45 [2021-02-08T09:31:56.155Z] SSH_AGENT_PID=50 [2021-02-08T09:31:56.171Z] Running ssh-add (command line suppressed) [2021-02-08T09:31:56.329Z] Identity added: /w/workspace/edgex-go/19@tmp/private_key_1148100911777423471.key (/w/workspace/edgex-go/19@tmp/private_key_1148100911777423471.key) [2021-02-08T09:31:56.401Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-08T09:31:56.735Z] + git semver init [2021-02-08T09:31:56.735Z] # -> Open(): unable to determine branch for HEAD [2021-02-08T09:31:56.735Z] # $GIT_DIR = /w/workspace/edgex-go/19/.git [2021-02-08T09:31:56.735Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/19 [2021-02-08T09:31:56.735Z] # $SEMVER_REMOTE_NAME = origin [2021-02-08T09:31:56.735Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-08T09:31:56.735Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-08T09:31:56.735Z] # $SEMVER_BRANCH = PR-3109 [2021-02-08T09:31:56.735Z] # $SEMVER_TEMP = /tmp/semver-849051652 [2021-02-08T09:31:56.735Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-02-08T09:32:35.610Z] # '/tmp/semver-849051652' -> '/w/workspace/edgex-go/19/.semver' [2021-02-08T09:32:35.610Z] # -> Force: false [2021-02-08T09:32:35.610Z] # $SEMVER_DIR = /w/workspace/edgex-go/19/.semver [Pipeline] } [2021-02-08T09:32:35.626Z] $ docker exec --env ******** --env ******** fa730cc3b97fb0659a235ef86fb4157212d9016286caa588819b218991db25d3 ssh-agent -k [2021-02-08T09:32:35.898Z] unset SSH_AUTH_SOCK; [2021-02-08T09:32:35.898Z] unset SSH_AGENT_PID; [2021-02-08T09:32:35.899Z] echo Agent pid 50 killed; [2021-02-08T09:32:35.995Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-08T09:32:36.464Z] + git semver [Pipeline] } [2021-02-08T09:32:36.480Z] $ docker stop --time=1 fa730cc3b97fb0659a235ef86fb4157212d9016286caa588819b218991db25d3 [2021-02-08T09:32:38.534Z] $ docker rm -f fa730cc3b97fb0659a235ef86fb4157212d9016286caa588819b218991db25d3 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-08T09:32:39.102Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-08T09:32:39.653Z] Stashed 1 file(s) [Pipeline] echo [2021-02-08T09:32:39.656Z] [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-08T09:32:40.685Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-08T09:32:41.017Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-08T09:32:41.319Z] + sudo service docker restart [2021-02-08T09:32:41.319Z] + true [2021-02-08T09:32:41.319Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-02-08T09:32:41.932Z] ========================================================= [2021-02-08T09:32:41.932Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-08T09:32:41.932Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:32:42.286Z] + 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-08T09:32:46.555Z] Sending build context to Docker daemon 327.7MB [2021-02-08T09:32:46.555Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-08T09:32:46.555Z] Step 2/6 : FROM ${BASE} [2021-02-08T09:32:46.555Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-08T09:32:46.555Z] 188c0c94c7c5: Pulling fs layer [2021-02-08T09:32:46.555Z] 0ef7d3d256c8: Pulling fs layer [2021-02-08T09:32:46.555Z] de9db76c5a1d: Pulling fs layer [2021-02-08T09:32:46.555Z] bca2f99d35d6: Pulling fs layer [2021-02-08T09:32:46.555Z] 93359f2a8cfa: Pulling fs layer [2021-02-08T09:32:46.555Z] 7c6f9722023f: Pulling fs layer [2021-02-08T09:32:46.555Z] a35cf1a2eb13: Pulling fs layer [2021-02-08T09:32:46.555Z] 93359f2a8cfa: Waiting [2021-02-08T09:32:46.555Z] 7c6f9722023f: Waiting [2021-02-08T09:32:46.555Z] a35cf1a2eb13: Waiting [2021-02-08T09:32:46.555Z] bca2f99d35d6: Waiting [2021-02-08T09:32:46.555Z] de9db76c5a1d: Verifying Checksum [2021-02-08T09:32:46.555Z] de9db76c5a1d: Download complete [2021-02-08T09:32:46.555Z] 0ef7d3d256c8: Verifying Checksum [2021-02-08T09:32:46.555Z] 0ef7d3d256c8: Download complete [2021-02-08T09:32:46.555Z] 93359f2a8cfa: Download complete [2021-02-08T09:32:46.555Z] 188c0c94c7c5: Verifying Checksum [2021-02-08T09:32:46.555Z] 188c0c94c7c5: Download complete [2021-02-08T09:32:46.555Z] 7c6f9722023f: Verifying Checksum [2021-02-08T09:32:46.555Z] 7c6f9722023f: Download complete [2021-02-08T09:32:46.555Z] 188c0c94c7c5: Pull complete [2021-02-08T09:32:46.818Z] 0ef7d3d256c8: Pull complete [2021-02-08T09:32:46.818Z] de9db76c5a1d: Pull complete [2021-02-08T09:32:49.384Z] a35cf1a2eb13: Verifying Checksum [2021-02-08T09:32:49.384Z] a35cf1a2eb13: Download complete [2021-02-08T09:32:50.354Z] bca2f99d35d6: Verifying Checksum [2021-02-08T09:32:50.354Z] bca2f99d35d6: Download complete [2021-02-08T09:32:55.010Z] Still waiting to schedule task [2021-02-08T09:32:55.010Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-02-08T09:32:57.005Z] bca2f99d35d6: Pull complete [2021-02-08T09:32:57.005Z] 93359f2a8cfa: Pull complete [2021-02-08T09:32:57.005Z] 7c6f9722023f: Pull complete [2021-02-08T09:33:01.271Z] a35cf1a2eb13: Pull complete [2021-02-08T09:33:01.271Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-08T09:33:01.271Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-08T09:33:01.271Z] ---> a62c8e92a672 [2021-02-08T09:33:01.271Z] 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-08T09:33:01.541Z] ---> Running in 000226cf4061 [2021-02-08T09:33:02.507Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-08T09:33:03.088Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-08T09:33:04.036Z] (1/12) Installing libmagic (5.38-r0) [2021-02-08T09:33:04.299Z] (2/12) Installing file (5.38-r0) [2021-02-08T09:33:04.299Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-08T09:33:04.560Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-08T09:33:19.566Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-08T09:33:19.566Z] (6/12) Installing patch (2.7.6-r6) [2021-02-08T09:33:19.566Z] (7/12) Installing build-base (0.5-r2) [2021-02-08T09:33:19.566Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-08T09:33:19.828Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-08T09:33:19.828Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-08T09:33:19.828Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-08T09:33:20.090Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-08T09:33:20.090Z] Executing busybox-1.31.1-r19.trigger [2021-02-08T09:33:20.352Z] OK: 233 MiB in 51 packages [2021-02-08T09:33:24.615Z] Removing intermediate container 000226cf4061 [2021-02-08T09:33:24.615Z] ---> 2a4b8bac3c19 [2021-02-08T09:33:24.615Z] Step 4/6 : WORKDIR /edgex-go [2021-02-08T09:33:24.615Z] ---> Running in f9a51444e605 [2021-02-08T09:33:24.615Z] Removing intermediate container f9a51444e605 [2021-02-08T09:33:24.615Z] ---> 1f9f6edb6e30 [2021-02-08T09:33:24.615Z] Step 5/6 : COPY go.mod . [2021-02-08T09:33:24.615Z] ---> d03bcdcbd904 [2021-02-08T09:33:24.615Z] Step 6/6 : RUN go mod download [2021-02-08T09:33:24.615Z] ---> Running in e7730284f28a [2021-02-08T09:33:46.677Z] Removing intermediate container e7730284f28a [2021-02-08T09:33:46.677Z] ---> 5f9725a25697 [2021-02-08T09:33:46.677Z] Successfully built 5f9725a25697 [2021-02-08T09:33:46.677Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:33:46.998Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-08T09:33:46.998Z] . [Pipeline] withDockerContainer [2021-02-08T09:33:47.104Z] prd-centos7-docker-4c-2g-25536 does not seem to be running inside a container [2021-02-08T09:33:47.151Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-08T09:33:48.120Z] $ docker top 3f7161c8b310c74f4fac8e225cc75598ca9cfe6bd07c5244f8f0148cc2803c0b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-08T09:33:48.610Z] + go version [2021-02-08T09:33:48.610Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-08T09:33:48.624Z] $ docker stop --time=1 3f7161c8b310c74f4fac8e225cc75598ca9cfe6bd07c5244f8f0148cc2803c0b [2021-02-08T09:33:50.012Z] $ docker rm -f 3f7161c8b310c74f4fac8e225cc75598ca9cfe6bd07c5244f8f0148cc2803c0b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:33:50.945Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-08T09:33:50.945Z] . [Pipeline] withDockerContainer [2021-02-08T09:33:51.113Z] prd-centos7-docker-4c-2g-25536 does not seem to be running inside a container [2021-02-08T09:33:51.285Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-08T09:33:52.337Z] $ docker top ff1a66ab8867aa0289ff2df019a0cc914fddb2b141b17657108f5644f346b57f -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-08T09:33:52.556Z] ========================================================= [2021-02-08T09:33:52.556Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-08T09:33:52.556Z] ========================================================= [Pipeline] sh [2021-02-08T09:33:52.849Z] + make test [2021-02-08T09:33:52.849Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-08T09:34:01.072Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-08T09:34:16.092Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-08T09:34:24.328Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-08T09:34:24.328Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-08T09:34:24.328Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-08T09:34:24.328Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-02-08T09:34:26.291Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-08T09:34:26.291Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-08T09:34:26.291Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-08T09:34:26.291Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-08T09:34:26.291Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-08T09:34:26.291Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-08T09:34:28.910Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-08T09:34:28.910Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-08T09:34:28.910Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-08T09:34:31.522Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.112s coverage: 45.6% of statements [2021-02-08T09:34:31.522Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-08T09:34:31.522Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-08T09:34:31.522Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-08T09:34:31.522Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-08T09:34:31.522Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-08T09:34:31.522Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-08T09:34:31.522Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-08T09:34:31.522Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.085s coverage: 100.0% of statements [2021-02-08T09:34:34.906Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.234s coverage: 27.1% of statements [2021-02-08T09:34:34.906Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-08T09:34:34.906Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-08T09:34:34.906Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-08T09:34:34.906Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-08T09:34:34.906Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-08T09:34:34.906Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-08T09:34:34.906Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.071s coverage: 100.0% of statements [2021-02-08T09:34:34.906Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-08T09:34:34.906Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.049s coverage: 100.0% of statements [2021-02-08T09:34:34.906Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-08T09:34:34.906Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-08T09:34:34.906Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.147s coverage: 65.8% of statements [2021-02-08T09:34:34.906Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-08T09:34:34.906Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-08T09:34:34.906Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.473s coverage: 82.3% of statements [2021-02-08T09:34:34.906Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-08T09:34:34.906Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-08T09:34:34.906Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-08T09:34:34.906Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-08T09:34:36.846Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.378s coverage: 28.6% of statements [2021-02-08T09:34:36.846Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-08T09:34:36.846Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-08T09:34:36.846Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-08T09:34:36.846Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-08T09:34:36.846Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-08T09:34:36.846Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.072s coverage: 100.0% of statements [2021-02-08T09:34:36.846Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-08T09:34:36.846Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.050s coverage: 100.0% of statements [2021-02-08T09:34:36.846Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-08T09:34:37.117Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.102s coverage: 86.7% of statements [2021-02-08T09:34:37.117Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-08T09:34:37.701Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.105s coverage: 97.5% of statements [2021-02-08T09:34:37.701Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-08T09:34:37.701Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.064s coverage: 78.3% of statements [2021-02-08T09:34:37.701Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-08T09:34:37.701Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-08T09:34:37.701Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-08T09:34:37.701Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-08T09:34:40.321Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.422s coverage: 92.8% of statements [2021-02-08T09:34:40.321Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-08T09:34:40.321Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-08T09:34:40.321Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-08T09:34:40.321Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-08T09:34:40.321Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-08T09:34:40.321Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-08T09:34:40.321Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-08T09:34:40.321Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-08T09:34:40.321Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-08T09:34:40.321Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-08T09:34:40.321Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-08T09:34:40.321Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-08T09:34:40.321Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-08T09:34:40.321Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-08T09:34:40.321Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-08T09:34:40.321Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-08T09:34:40.321Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-08T09:34:40.321Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-08T09:34:40.321Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.034s coverage: 58.8% of statements [2021-02-08T09:34:40.321Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-08T09:34:40.321Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-08T09:34:40.321Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.069s coverage: 0.1% of statements [2021-02-08T09:34:40.321Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-08T09:34:40.321Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-08T09:34:40.321Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-08T09:34:40.321Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.029s coverage: 45.5% of statements [2021-02-08T09:34:40.321Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.049s coverage: 79.5% of statements [2021-02-08T09:34:40.321Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.048s coverage: 94.1% of statements [2021-02-08T09:34:40.321Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.042s coverage: 96.3% of statements [2021-02-08T09:34:40.321Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.026s coverage: 87.5% of statements [2021-02-08T09:34:52.641Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.038s coverage: 94.4% of statements [2021-02-08T09:34:52.641Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.033s coverage: 44.8% of statements [2021-02-08T09:34:58.508Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-25543 in /w/workspace/edgexfoundry_edgex-go_PR-3109 [Pipeline] { [Pipeline] ws [2021-02-08T09:34:58.559Z] Running in /w/workspace/edgex-go/19 [Pipeline] { [Pipeline] checkout [2021-02-08T09:35:04.036Z] using credential edgex-jenkins-ssh [2021-02-08T09:35:04.094Z] Cloning the remote Git repository [2021-02-08T09:35:04.974Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.060s coverage: 92.9% of statements [2021-02-08T09:35:04.974Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-08T09:35:04.974Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-08T09:35:04.974Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-08T09:35:04.974Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-08T09:35:04.974Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.042s coverage: 87.2% of statements [2021-02-08T09:35:04.974Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-08T09:35:04.974Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-08T09:35:04.974Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements [2021-02-08T09:35:04.974Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-08T09:35:04.974Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.043s coverage: 75.5% of statements [2021-02-08T09:35:04.974Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-08T09:35:04.974Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements [2021-02-08T09:35:04.974Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.066s coverage: 87.2% of statements [2021-02-08T09:35:04.974Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.044s coverage: 84.2% of statements [2021-02-08T09:35:04.974Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.076s coverage: 91.4% of statements [2021-02-08T09:35:04.974Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-08T09:35:04.974Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.159s coverage: 63.5% of statements [2021-02-08T09:35:04.974Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-08T09:35:04.974Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-08T09:35:04.974Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.033s coverage: 100.0% of statements [2021-02-08T09:35:04.974Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.044s coverage: 91.3% of statements [2021-02-08T09:35:04.974Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements [2021-02-08T09:35:04.974Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.034s coverage: 73.7% of statements [2021-02-08T09:35:04.974Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.035s coverage: 100.0% of statements [2021-02-08T09:35:04.974Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.302s coverage: 68.9% of statements [2021-02-08T09:35:04.974Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-08T09:35:04.974Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-08T09:35:04.974Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-02-08T09:35:04.974Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-02-08T09:35:04.974Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-02-08T09:35:04.974Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.090s coverage: 37.0% of statements [2021-02-08T09:35:04.974Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-08T09:35:04.974Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-08T09:35:04.974Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.313s coverage: 84.0% of statements [2021-02-08T09:35:04.974Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.036s coverage: 100.0% of statements [2021-02-08T09:35:04.974Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.137s coverage: 47.0% of statements [2021-02-08T09:35:04.974Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-08T09:35:04.974Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-08T09:35:04.974Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-08T09:35:04.974Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-08T09:35:04.974Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-08T09:35:04.974Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.060s coverage: 100.0% of statements [2021-02-08T09:35:04.974Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-08T09:35:04.974Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.048s coverage: 100.0% of statements [2021-02-08T09:35:04.974Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-08T09:35:04.974Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-08T09:35:04.974Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-08T09:35:04.974Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-08T09:35:04.974Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.119s coverage: 87.7% of statements [2021-02-08T09:35:04.974Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-08T09:35:04.974Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-08T09:35:04.974Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-08T09:35:04.974Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.727s coverage: 29.1% of statements [2021-02-08T09:35:04.974Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-08T09:35:04.974Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-08T09:35:04.974Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-08T09:35:04.974Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-08T09:35:04.974Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-08T09:35:04.974Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.070s coverage: 99.0% of statements [2021-02-08T09:35:04.974Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-08T09:35:04.974Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.058s coverage: 100.0% of statements [2021-02-08T09:35:04.974Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-08T09:35:04.974Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-08T09:35:04.974Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-08T09:35:04.974Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-08T09:35:04.974Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.066s coverage: 100.0% of statements [2021-02-08T09:35:04.974Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-08T09:35:04.974Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-08T09:35:04.974Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-08T09:35:04.974Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.026s coverage: 0.0% of statements [2021-02-08T09:35:04.974Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-08T09:35:04.974Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.027s coverage: 100.0% of statements [2021-02-08T09:35:04.974Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-08T09:35:04.974Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-08T09:35:04.974Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-08T09:35:04.974Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-08T09:35:04.974Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.047s coverage: 87.9% of statements [2021-02-08T09:35:04.974Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-08T09:35:04.974Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-08T09:35:04.974Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.035s coverage: 100.0% of statements [2021-02-08T09:35:04.974Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements [2021-02-08T09:35:04.974Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-02-08T09:35:04.974Z] GO111MODULE=on go vet ./... [2021-02-08T09:35:04.165Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-08T09:35:04.286Z] > git init /w/workspace/edgex-go/19 # timeout=10 [2021-02-08T09:35:04.366Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-08T09:35:04.367Z] > git --version # timeout=10 [2021-02-08T09:35:04.385Z] > git --version # 'git version 2.17.1' [2021-02-08T09:35:04.387Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-08T09:35:04.491Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-08T09:35:31.718Z] gofmt -l . [2021-02-08T09:35:31.718Z] [ "`gofmt -l .`" = "" ] [2021-02-08T09:35:31.718Z] ./bin/test-go-mod-tidy.sh [2021-02-08T09:35:31.718Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-08T09:35:32.289Z] + ls -al . [2021-02-08T09:35:32.289Z] total 696 [2021-02-08T09:35:32.289Z] drwxrwxr-x 10 1001 1001 4096 Feb 8 09:35 . [2021-02-08T09:35:32.289Z] drwxr-xr-x 4 root root 30 Feb 8 09:33 .. [2021-02-08T09:35:32.289Z] -rw-rw-r-- 1 1001 1001 11 Feb 8 09:31 .dockerignore [2021-02-08T09:35:32.289Z] drwxrwxr-x 8 1001 1001 179 Feb 8 09:31 .git [2021-02-08T09:35:32.289Z] drwxrwxr-x 3 1001 1001 125 Feb 8 09:31 .github [2021-02-08T09:35:32.289Z] -rw-rw-r-- 1 1001 1001 872 Feb 8 09:31 .gitignore [2021-02-08T09:35:32.289Z] drwx------ 3 1001 1001 60 Feb 8 09:32 .semver [2021-02-08T09:35:32.289Z] -rw-rw-r-- 1 1001 1001 166 Feb 8 09:31 .sonarcloud.properties [2021-02-08T09:35:32.289Z] -rw-rw-r-- 1 1001 1001 7859 Feb 8 09:31 Attribution.txt [2021-02-08T09:35:32.289Z] -rw-rw-r-- 1 1001 1001 3804 Feb 8 09:31 CONTRIBUTING.md [2021-02-08T09:35:32.289Z] -rw-rw-r-- 1 1001 1001 931 Feb 8 09:31 Dockerfile.build [2021-02-08T09:35:32.289Z] -rw-rw-r-- 1 1001 1001 863 Feb 8 09:31 Jenkinsfile [2021-02-08T09:35:32.289Z] -rw-rw-r-- 1 1001 1001 10775 Feb 8 09:31 LICENSE [2021-02-08T09:35:32.289Z] -rw-rw-r-- 1 1001 1001 6001 Feb 8 09:31 Makefile [2021-02-08T09:35:32.289Z] -rw-rw-r-- 1 1001 1001 6524 Feb 8 09:31 README.md [2021-02-08T09:35:32.289Z] -rw-rw-r-- 1 1001 1001 6755 Feb 8 09:31 SECURITY.md [2021-02-08T09:35:32.289Z] -rw-rw-r-- 1 1001 1001 5 Feb 8 09:32 VERSION [2021-02-08T09:35:32.289Z] -rw-rw-r-- 1 1001 1001 4131 Feb 8 09:31 ZMQWindows.md [2021-02-08T09:35:32.289Z] drwxrwxr-x 2 1001 1001 117 Feb 8 09:31 bin [2021-02-08T09:35:32.289Z] drwxrwxr-x 15 1001 1001 4096 Feb 8 09:31 cmd [2021-02-08T09:35:32.289Z] -rw-r--r-- 1 root root 590503 Feb 8 09:35 coverage.out [2021-02-08T09:35:32.289Z] -rw-r--r-- 1 root root 1054 Feb 8 09:35 go.mod [2021-02-08T09:35:32.289Z] -rw-r--r-- 1 root root 19518 Feb 8 09:35 go.sum [2021-02-08T09:35:32.289Z] drwxrwxr-x 8 1001 1001 127 Feb 8 09:31 internal [2021-02-08T09:35:32.289Z] drwxrwxr-x 4 1001 1001 26 Feb 8 09:31 openapi [2021-02-08T09:35:32.289Z] drwxrwxr-x 4 1001 1001 71 Feb 8 09:31 snap [2021-02-08T09:35:32.289Z] -rw-rw-r-- 1 1001 1001 168 Feb 8 09:31 version.go [Pipeline] sh [2021-02-08T09:35:32.691Z] + '[' -e coverage.out ] [2021-02-08T09:35:32.691Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-08T09:35:32.920Z] Stashed 1 file(s) [Pipeline] sh [2021-02-08T09:35:33.255Z] + make build [2021-02-08T09:35:33.255Z] 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-08T09:35:34.602Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-08T09:35:34.624Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-08T09:35:34.646Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-08T09:35:34.684Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-08T09:35:34.684Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-08T09:35:34.696Z] > 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-08T09:35:35.339Z] Merging remotes/origin/master commit 9ee6a915f0da87ac859f0375cd81210a85b62227 into PR head commit 4b0ff43b6f13bf277e1af8d3ba378c4fea643b4d [2021-02-08T09:35:35.869Z] Merge succeeded, producing 4b0ff43b6f13bf277e1af8d3ba378c4fea643b4d [2021-02-08T09:35:35.869Z] Checking out Revision 4b0ff43b6f13bf277e1af8d3ba378c4fea643b4d (PR-3109) [2021-02-08T09:35:36.584Z] 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-08T09:35:35.365Z] > git config core.sparsecheckout # timeout=10 [2021-02-08T09:35:35.425Z] > git checkout -f 4b0ff43b6f13bf277e1af8d3ba378c4fea643b4d # timeout=10 [2021-02-08T09:35:35.770Z] > git remote # timeout=10 [2021-02-08T09:35:35.795Z] > git config --get remote.origin.url # timeout=10 [2021-02-08T09:35:35.817Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-08T09:35:35.829Z] > git merge 9ee6a915f0da87ac859f0375cd81210a85b62227 # timeout=10 [2021-02-08T09:35:35.855Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-08T09:35:35.879Z] > git config core.sparsecheckout # timeout=10 [2021-02-08T09:35:35.893Z] > git checkout -f 4b0ff43b6f13bf277e1af8d3ba378c4fea643b4d # timeout=10 [2021-02-08T09:35:40.340Z] 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-08T09:35:41.804Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-08T09:35:42.234Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-08T09:35:42.587Z] + true [2021-02-08T09:35:42.587Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-08T09:35:44.643Z] provisioning config files... [2021-02-08T09:35:44.688Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/19@tmp/config7486333619507516122tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-08T09:35:44.834Z] 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-08T09:35:45.147Z] ---> docker-login.sh [2021-02-08T09:35:45.147Z] nexus3.edgexfoundry.org:10001 [2021-02-08T09:35:46.133Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-08T09:35:46.408Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-08T09:35:46.408Z] Configure a credential helper to remove this warning. See [2021-02-08T09:35:46.408Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-08T09:35:46.408Z] [2021-02-08T09:35:46.408Z] Login Succeeded [2021-02-08T09:35:46.408Z] nexus3.edgexfoundry.org:10002 [2021-02-08T09:35:46.766Z] 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-08T09:35:47.007Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-08T09:35:47.007Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-08T09:35:47.007Z] Configure a credential helper to remove this warning. See [2021-02-08T09:35:47.007Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-08T09:35:47.007Z] [2021-02-08T09:35:47.007Z] Login Succeeded [2021-02-08T09:35:47.007Z] nexus3.edgexfoundry.org:10003 [2021-02-08T09:35:47.610Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-08T09:35:47.610Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-08T09:35:47.610Z] Configure a credential helper to remove this warning. See [2021-02-08T09:35:47.610Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-08T09:35:47.610Z] [2021-02-08T09:35:47.610Z] Login Succeeded [2021-02-08T09:35:47.610Z] nexus3.edgexfoundry.org:10004 [2021-02-08T09:35:48.155Z] 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-08T09:35:48.217Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-08T09:35:48.217Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-08T09:35:48.217Z] Configure a credential helper to remove this warning. See [2021-02-08T09:35:48.217Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-08T09:35:48.217Z] [2021-02-08T09:35:48.217Z] Login Succeeded [2021-02-08T09:35:48.217Z] docker.io [2021-02-08T09:35:48.424Z] 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-08T09:35:48.818Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-08T09:35:49.090Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-08T09:35:49.090Z] Configure a credential helper to remove this warning. See [2021-02-08T09:35:49.090Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-08T09:35:49.090Z] [2021-02-08T09:35:49.090Z] Login Succeeded [2021-02-08T09:35:49.090Z] ---> docker-login.sh ends [Pipeline] } [2021-02-08T09:35:49.107Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-08T09:35:49.650Z] ========================================================= [2021-02-08T09:35:49.650Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-08T09:35:49.650Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:35:50.064Z] + 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-08T09:35:50.415Z] 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-08T09:35:51.817Z] 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-08T09:35:52.729Z] Sending build context to Docker daemon 166.2MB [2021-02-08T09:35:52.729Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-08T09:35:52.729Z] Step 2/6 : FROM ${BASE} [2021-02-08T09:35:52.729Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-08T09:35:52.729Z] 5f621e34cdf4: Pulling fs layer [2021-02-08T09:35:52.729Z] a4357932f1b6: Pulling fs layer [2021-02-08T09:35:52.729Z] 18c013af1878: Pulling fs layer [2021-02-08T09:35:52.729Z] 00ac8860ef70: Pulling fs layer [2021-02-08T09:35:52.729Z] 63d7cb157983: Pulling fs layer [2021-02-08T09:35:52.729Z] b116817d02f9: Pulling fs layer [2021-02-08T09:35:52.729Z] 745a02a5169b: Pulling fs layer [2021-02-08T09:35:52.729Z] 00ac8860ef70: Waiting [2021-02-08T09:35:52.729Z] 63d7cb157983: Waiting [2021-02-08T09:35:52.729Z] b116817d02f9: Waiting [2021-02-08T09:35:52.729Z] 745a02a5169b: Waiting [2021-02-08T09:35:52.729Z] 18c013af1878: Verifying Checksum [2021-02-08T09:35:52.729Z] 18c013af1878: Download complete [2021-02-08T09:35:52.729Z] a4357932f1b6: Download complete [2021-02-08T09:35:52.729Z] 63d7cb157983: Verifying Checksum [2021-02-08T09:35:52.729Z] 63d7cb157983: Download complete [2021-02-08T09:35:52.729Z] 5f621e34cdf4: Verifying Checksum [2021-02-08T09:35:52.729Z] 5f621e34cdf4: Download complete [2021-02-08T09:35:52.729Z] b116817d02f9: Verifying Checksum [2021-02-08T09:35:52.729Z] b116817d02f9: Download complete [2021-02-08T09:35:52.774Z] 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-08T09:35:53.334Z] 5f621e34cdf4: Pull complete [2021-02-08T09:35:53.758Z] 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-08T09:35:53.949Z] a4357932f1b6: Pull complete [2021-02-08T09:35:54.573Z] 18c013af1878: Pull complete [2021-02-08T09:35:54.851Z] 745a02a5169b: Verifying Checksum [2021-02-08T09:35:54.851Z] 745a02a5169b: Download complete [2021-02-08T09:35:55.165Z] 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-08T09:35:56.130Z] 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-08T09:35:56.849Z] 00ac8860ef70: Verifying Checksum [2021-02-08T09:35:56.849Z] 00ac8860ef70: Download complete [2021-02-08T09:35:57.524Z] 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-08T09:35:58.946Z] $ docker stop --time=1 ff1a66ab8867aa0289ff2df019a0cc914fddb2b141b17657108f5644f346b57f [2021-02-08T09:36:00.706Z] $ docker rm -f ff1a66ab8867aa0289ff2df019a0cc914fddb2b141b17657108f5644f346b57f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:36:02.491Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-08T09:36:02.491Z] [2021-02-08T09:36:02.491Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:36:02.847Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-08T09:36:02.847Z] latest: Pulling from edgex-devops/edgex-compose [2021-02-08T09:36:02.847Z] cbdbe7a5bc2a: Pulling fs layer [2021-02-08T09:36:02.847Z] ca9280d653b3: Pulling fs layer [2021-02-08T09:36:02.847Z] 7e9c9ca2126c: Pulling fs layer [2021-02-08T09:36:02.847Z] cbdbe7a5bc2a: Download complete [2021-02-08T09:36:03.428Z] ca9280d653b3: Verifying Checksum [2021-02-08T09:36:03.428Z] ca9280d653b3: Download complete [2021-02-08T09:36:03.428Z] cbdbe7a5bc2a: Pull complete [2021-02-08T09:36:04.393Z] 7e9c9ca2126c: Verifying Checksum [2021-02-08T09:36:04.393Z] 7e9c9ca2126c: Download complete [2021-02-08T09:36:04.393Z] ca9280d653b3: Pull complete [2021-02-08T09:36:07.008Z] 00ac8860ef70: Pull complete [2021-02-08T09:36:07.008Z] 63d7cb157983: Pull complete [2021-02-08T09:36:07.009Z] b116817d02f9: Pull complete [2021-02-08T09:36:11.049Z] 7e9c9ca2126c: Pull complete [2021-02-08T09:36:11.049Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-02-08T09:36:11.049Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-08T09:36:11.049Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-02-08T09:36:11.279Z] prd-centos7-docker-4c-2g-25536 does not seem to be running inside a container [2021-02-08T09:36:11.344Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-02-08T09:36:11.349Z] 745a02a5169b: Pull complete [2021-02-08T09:36:11.349Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-08T09:36:11.349Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-08T09:36:11.349Z] ---> b7e6874047d6 [2021-02-08T09:36:11.349Z] 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-08T09:36:14.130Z] $ docker top bd1e1bff6b32ab93c9127f1a4d6163458d4199d5e6436100be8945fcbf79d81e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-08T09:36:14.651Z] + docker-compose build --help [2021-02-08T09:36:14.651Z] + grep parallel [2021-02-08T09:36:14.747Z] ---> Running in 6e981987c1be [2021-02-08T09:36:15.595Z] --parallel Build images in parallel. [2021-02-08T09:36:15.736Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [Pipeline] } [2021-02-08T09:36:15.872Z] $ docker stop --time=1 bd1e1bff6b32ab93c9127f1a4d6163458d4199d5e6436100be8945fcbf79d81e [2021-02-08T09:36:16.722Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-08T09:36:17.290Z] $ docker rm -f bd1e1bff6b32ab93c9127f1a4d6163458d4199d5e6436100be8945fcbf79d81e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [2021-02-08T09:36:17.714Z] (1/12) Installing libmagic (5.38-r0) [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:36:18.102Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-08T09:36:18.102Z] . [Pipeline] withDockerContainer [2021-02-08T09:36:18.199Z] prd-centos7-docker-4c-2g-25536 does not seem to be running inside a container [2021-02-08T09:36:18.244Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-02-08T09:36:18.313Z] (2/12) Installing file (5.38-r0) [2021-02-08T09:36:18.313Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-08T09:36:18.313Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-08T09:36:18.863Z] $ docker top 131afff935bc9acae24bb59bc79143f048ffbce5466ce16cba93c99fc1e79bec -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-08T09:36:19.346Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-08T09:36:20.292Z] Building docker-core-command-go ... [2021-02-08T09:36:20.292Z] Building docker-core-data-go ... [2021-02-08T09:36:20.292Z] Building docker-core-metadata-go ... [2021-02-08T09:36:20.292Z] Building docker-security-bootstrapper-go ... [2021-02-08T09:36:20.292Z] Building docker-security-proxy-setup-go ... [2021-02-08T09:36:20.292Z] Building docker-security-secretstore-setup-go ... [2021-02-08T09:36:20.292Z] Building docker-support-notifications-go ... [2021-02-08T09:36:20.292Z] Building docker-support-scheduler-go ... [2021-02-08T09:36:20.292Z] Building docker-sys-mgmt-agent-go ... [2021-02-08T09:36:20.292Z] Building docker-core-command-go [2021-02-08T09:36:20.292Z] Building docker-security-proxy-setup-go [2021-02-08T09:36:20.292Z] Building docker-support-notifications-go [2021-02-08T09:36:20.292Z] Building docker-security-bootstrapper-go [2021-02-08T09:36:20.292Z] Building docker-support-scheduler-go [2021-02-08T09:36:22.648Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-08T09:36:22.648Z] (6/12) Installing patch (2.7.6-r6) [2021-02-08T09:36:22.648Z] (7/12) Installing build-base (0.5-r2) [2021-02-08T09:36:22.648Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-08T09:36:22.648Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-08T09:36:22.648Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-08T09:36:22.648Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-08T09:36:22.924Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-08T09:36:22.924Z] Executing busybox-1.31.1-r19.trigger [2021-02-08T09:36:22.924Z] OK: 217 MiB in 51 packages [2021-02-08T09:36:27.873Z] Removing intermediate container 6e981987c1be [2021-02-08T09:36:27.873Z] ---> f286aef005a6 [2021-02-08T09:36:27.873Z] Step 4/6 : WORKDIR /edgex-go [2021-02-08T09:36:27.873Z] ---> Running in 882872732c25 [2021-02-08T09:36:27.873Z] Removing intermediate container 882872732c25 [2021-02-08T09:36:27.873Z] ---> 0c59be43e5e6 [2021-02-08T09:36:27.873Z] Step 5/6 : COPY go.mod . [2021-02-08T09:36:28.470Z] ---> cff5be69bc0b [2021-02-08T09:36:28.470Z] Step 6/6 : RUN go mod download [2021-02-08T09:36:28.744Z] ---> Running in 7872935e45f3 [2021-02-08T09:36:53.143Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-08T09:36:53.143Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-08T09:36:53.143Z] ---> 5f9725a25697 [2021-02-08T09:36:53.143Z] Step 3/22 : WORKDIR /edgex-go [2021-02-08T09:36:54.127Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-08T09:36:54.127Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-08T09:36:54.127Z] ---> 5f9725a25697 [2021-02-08T09:36:54.127Z] Step 3/22 : WORKDIR /edgex-go [2021-02-08T09:36:54.127Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-08T09:36:54.127Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-02-08T09:36:54.127Z] ---> 5f9725a25697 [2021-02-08T09:36:54.127Z] Step 3/31 : WORKDIR /edgex-go [2021-02-08T09:36:54.127Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-08T09:36:54.127Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-08T09:36:54.127Z] ---> 5f9725a25697 [2021-02-08T09:36:54.127Z] Step 3/23 : WORKDIR /edgex-go [2021-02-08T09:36:54.128Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-08T09:36:54.128Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-08T09:36:54.128Z] ---> 5f9725a25697 [2021-02-08T09:36:54.128Z] Step 3/21 : WORKDIR /edgex-go [2021-02-08T09:36:55.088Z] ---> Running in 24861008df84 [2021-02-08T09:36:55.088Z] ---> Running in b0dde6830fca [2021-02-08T09:36:55.088Z] ---> Running in 20b09ca575cc [2021-02-08T09:36:55.088Z] ---> Running in 4bb722438382 [2021-02-08T09:36:55.088Z] ---> Running in 141366e4ba50 [2021-02-08T09:36:55.549Z] Removing intermediate container 7872935e45f3 [2021-02-08T09:36:55.549Z] ---> 7e2beb0a18c1 [2021-02-08T09:36:55.549Z] Successfully built 7e2beb0a18c1 [2021-02-08T09:36:55.549Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:36:55.673Z] Removing intermediate container b0dde6830fca [2021-02-08T09:36:55.673Z] ---> dfc658062b88 [2021-02-08T09:36:55.673Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-08T09:36:55.673Z] Removing intermediate container 24861008df84 [2021-02-08T09:36:55.673Z] ---> f5253a127931 [2021-02-08T09:36:55.673Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-08T09:36:55.673Z] Removing intermediate container 141366e4ba50 [2021-02-08T09:36:55.673Z] ---> f0ce8dad6682 [2021-02-08T09:36:55.673Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-08T09:36:55.673Z] Removing intermediate container 4bb722438382 [2021-02-08T09:36:55.673Z] ---> 37a4156651d6 [2021-02-08T09:36:55.673Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-08T09:36:55.673Z] Removing intermediate container 20b09ca575cc [2021-02-08T09:36:55.673Z] ---> 23443294bb04 [2021-02-08T09:36:55.673Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-08T09:36:55.900Z] + docker inspect -f . ci-base-image-arm64 [2021-02-08T09:36:55.900Z] . [Pipeline] withDockerContainer [2021-02-08T09:36:55.965Z] ---> Running in c4f338295a34 [2021-02-08T09:36:55.965Z] ---> Running in c49cc6c11083 [2021-02-08T09:36:55.965Z] ---> Running in 5f734dfd0db6 [2021-02-08T09:36:55.965Z] ---> Running in fa6efcb6367d [2021-02-08T09:36:55.965Z] ---> Running in d9c6bd914a05 [2021-02-08T09:36:56.203Z] prd-ubuntu18.04-docker-arm64-4c-16g-25543 does not seem to be running inside a container [2021-02-08T09:36:56.296Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-08T09:36:57.978Z] $ docker top e8d2df09e67c929dca3b2d8f1d1eb4cf3209d328bd09562d4f7473d993bf8328 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-08T09:36:58.591Z] Removing intermediate container c49cc6c11083 [2021-02-08T09:36:58.591Z] ---> 0996da624b87 [2021-02-08T09:36:58.591Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-02-08T09:36:58.591Z] Removing intermediate container c4f338295a34 [2021-02-08T09:36:58.591Z] ---> fd71ccf797f7 [2021-02-08T09:36:58.591Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-08T09:36:58.591Z] Removing intermediate container 5f734dfd0db6 [2021-02-08T09:36:58.591Z] ---> 1c38abe2f884 [2021-02-08T09:36:58.591Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-08T09:36:58.591Z] ---> Running in 49d0d375f938 [2021-02-08T09:36:58.591Z] ---> Running in 2cba327cfdcc [2021-02-08T09:36:58.855Z] ---> Running in bf0e6c942917 [2021-02-08T09:36:58.855Z] Removing intermediate container fa6efcb6367d [2021-02-08T09:36:58.855Z] ---> 1302703cb6ab [2021-02-08T09:36:58.855Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-08T09:36:58.855Z] Removing intermediate container d9c6bd914a05 [2021-02-08T09:36:58.855Z] ---> 63415fd276d6 [2021-02-08T09:36:58.855Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-08T09:36:58.855Z] ---> Running in 7b8277fd175f [2021-02-08T09:36:59.094Z] + go version [2021-02-08T09:36:59.094Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-08T09:36:59.119Z] $ docker stop --time=1 e8d2df09e67c929dca3b2d8f1d1eb4cf3209d328bd09562d4f7473d993bf8328 [2021-02-08T09:36:59.121Z] ---> Running in e9c47b97375e [2021-02-08T09:36:59.716Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-08T09:36:59.980Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-08T09:36:59.980Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-08T09:36:59.981Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-08T09:36:59.981Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-08T09:37:01.181Z] $ docker rm -f e8d2df09e67c929dca3b2d8f1d1eb4cf3209d328bd09562d4f7473d993bf8328 [2021-02-08T09:37:01.370Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-08T09:37:01.370Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [2021-02-08T09:37:01.632Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [2021-02-08T09:37:01.896Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-08T09:37:01.896Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:37:02.252Z] + docker inspect -f . ci-base-image-arm64 [2021-02-08T09:37:02.252Z] . [Pipeline] withDockerContainer [2021-02-08T09:37:02.548Z] prd-ubuntu18.04-docker-arm64-4c-16g-25543 does not seem to be running inside a container [2021-02-08T09:37:02.638Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-08T09:37:02.856Z] OK: 233 MiB in 51 packages [2021-02-08T09:37:02.856Z] OK: 233 MiB in 51 packages [2021-02-08T09:37:02.856Z] OK: 233 MiB in 51 packages [2021-02-08T09:37:03.443Z] Removing intermediate container 2cba327cfdcc [2021-02-08T09:37:03.443Z] ---> e6c5f58f1753 [2021-02-08T09:37:03.443Z] Step 6/22 : COPY go.mod . [2021-02-08T09:37:03.443Z] Removing intermediate container 7b8277fd175f [2021-02-08T09:37:03.443Z] ---> 03ac835b67f6 [2021-02-08T09:37:03.443Z] Step 6/23 : COPY go.mod . [2021-02-08T09:37:03.709Z] Removing intermediate container 49d0d375f938 [2021-02-08T09:37:03.710Z] ---> fccfcdb823e3 [2021-02-08T09:37:03.710Z] Step 6/31 : COPY go.mod . [2021-02-08T09:37:03.710Z] ---> 7c061adeeeca [2021-02-08T09:37:03.710Z] Step 7/22 : RUN go mod download [2021-02-08T09:37:03.710Z] ---> 0c0e7adbbe84 [2021-02-08T09:37:03.710Z] Step 7/23 : RUN go mod download [2021-02-08T09:37:03.710Z] ---> Running in d1bf3603c077 [2021-02-08T09:37:03.975Z] ---> Running in a33f40d3e38f [2021-02-08T09:37:03.975Z] ---> 091582d9013e [2021-02-08T09:37:03.975Z] Step 7/31 : RUN go mod download [2021-02-08T09:37:03.975Z] OK: 233 MiB in 51 packages [2021-02-08T09:37:04.239Z] $ docker top c7ac719fd6588c79babdc7551544846a8ea4bb00e09331e4a003245ef9df4eb5 -eo pid,comm [2021-02-08T09:37:04.238Z] ---> Running in a73b0603f53c [2021-02-08T09:37:04.238Z] OK: 233 MiB in 51 packages [Pipeline] { [Pipeline] echo [2021-02-08T09:37:04.633Z] ========================================================= [2021-02-08T09:37:04.633Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-08T09:37:04.633Z] ========================================================= [Pipeline] sh [2021-02-08T09:37:04.816Z] Removing intermediate container e9c47b97375e [2021-02-08T09:37:04.816Z] ---> 3d09e8e65885 [2021-02-08T09:37:04.816Z] Step 6/21 : COPY go.mod . [2021-02-08T09:37:05.083Z] Removing intermediate container bf0e6c942917 [2021-02-08T09:37:05.083Z] ---> 5a90e692498e [2021-02-08T09:37:05.083Z] Step 6/22 : COPY go.mod . [2021-02-08T09:37:05.289Z] + make test [2021-02-08T09:37:05.289Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-08T09:37:05.347Z] ---> 918201ce7078 [2021-02-08T09:37:05.347Z] Step 7/21 : RUN go mod download [2021-02-08T09:37:05.347Z] ---> fa7eb8f466ee [2021-02-08T09:37:05.347Z] Step 7/22 : RUN go mod download [2021-02-08T09:37:05.934Z] ---> Running in c4a7381f4899 [2021-02-08T09:37:05.934Z] ---> Running in 23259f984e30 [2021-02-08T09:37:06.890Z] Removing intermediate container a33f40d3e38f [2021-02-08T09:37:06.890Z] ---> d927b106da63 [2021-02-08T09:37:06.890Z] Step 8/23 : COPY . . [2021-02-08T09:37:07.162Z] Removing intermediate container d1bf3603c077 [2021-02-08T09:37:07.162Z] ---> c0b5c96e304e [2021-02-08T09:37:07.162Z] Step 8/22 : COPY . . [2021-02-08T09:37:07.162Z] Removing intermediate container a73b0603f53c [2021-02-08T09:37:07.162Z] ---> e22281075714 [2021-02-08T09:37:07.162Z] Step 8/31 : COPY . . [2021-02-08T09:37:15.410Z] Removing intermediate container c4a7381f4899 [2021-02-08T09:37:15.410Z] ---> cf9dad0866f3 [2021-02-08T09:37:15.410Z] Step 8/21 : COPY . . [2021-02-08T09:37:15.674Z] Removing intermediate container 23259f984e30 [2021-02-08T09:37:15.674Z] ---> f165595806f4 [2021-02-08T09:37:15.674Z] Step 8/22 : COPY . . [2021-02-08T09:37:32.095Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-08T09:37:54.687Z] ---> 118667732ef3 [2021-02-08T09:37:54.687Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-08T09:37:54.687Z] ---> 9aa03fd699dd [2021-02-08T09:37:54.687Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-08T09:37:54.687Z] ---> Running in df1889ca83fa [2021-02-08T09:37:54.687Z] ---> b9cdf74db406 [2021-02-08T09:37:54.687Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-02-08T09:37:54.687Z] ---> 7ef15dff1e88 [2021-02-08T09:37:54.687Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-08T09:37:54.687Z] ---> Running in f772382e0978 [2021-02-08T09:37:54.687Z] ---> f8fbb8e10e68 [2021-02-08T09:37:54.687Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-08T09:37:54.687Z] ---> Running in 53b8b46d3b53 [2021-02-08T09:37:54.687Z] ---> Running in 1f69a4b4eb41 [2021-02-08T09:37:54.687Z] ---> Running in c1ba3ea679bb [2021-02-08T09:37:54.687Z] 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-08T09:37:54.687Z] 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-08T09:37:54.687Z] 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-08T09:37:54.687Z] 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-08T09:37:54.687Z] 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-08T09:38:19.166Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-08T09:38:21.429Z] 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-08T09:38:21.429Z] 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-08T09:38:22.678Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-08T09:38:31.817Z] Removing intermediate container c1ba3ea679bb [2021-02-08T09:38:31.817Z] ---> d4f1595f3b92 [2021-02-08T09:38:31.817Z] [2021-02-08T09:38:31.817Z] Step 10/21 : FROM alpine:3.12 [2021-02-08T09:38:31.817Z] Removing intermediate container f772382e0978 [2021-02-08T09:38:31.817Z] ---> d891eb17c760 [2021-02-08T09:38:31.817Z] [2021-02-08T09:38:31.817Z] Step 10/22 : FROM alpine:3.12 [2021-02-08T09:38:31.817Z] Removing intermediate container 1f69a4b4eb41 [2021-02-08T09:38:31.817Z] ---> 05271753c6e7 [2021-02-08T09:38:31.817Z] [2021-02-08T09:38:31.817Z] Step 10/31 : FROM alpine:3.12 [2021-02-08T09:38:31.817Z] 3.12: Pulling from library/alpine [2021-02-08T09:38:31.817Z] Removing intermediate container 53b8b46d3b53 [2021-02-08T09:38:31.817Z] ---> 20e20b9852fe [2021-02-08T09:38:31.817Z] [2021-02-08T09:38:31.817Z] Step 10/22 : FROM alpine:3.12 [2021-02-08T09:38:31.817Z] 3.12: Pulling from library/alpine [2021-02-08T09:38:31.817Z] 3.12: Pulling from library/alpine [2021-02-08T09:38:31.817Z] Removing intermediate container df1889ca83fa [2021-02-08T09:38:31.817Z] ---> 2a0e7dde3f0c [2021-02-08T09:38:31.817Z] [2021-02-08T09:38:31.817Z] Step 10/23 : FROM alpine:3.12 [2021-02-08T09:38:31.817Z] 3.12: Pulling from library/alpine [2021-02-08T09:38:31.817Z] 3.12: Pulling from library/alpine [2021-02-08T09:38:32.765Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-08T09:38:32.765Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-08T09:38:32.765Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-08T09:38:32.765Z] Status: Downloaded newer image for alpine:3.12 [2021-02-08T09:38:32.765Z] Status: Image is up to date for alpine:3.12 [2021-02-08T09:38:32.765Z] Status: Downloaded newer image for alpine:3.12 [2021-02-08T09:38:32.765Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-08T09:38:32.765Z] Status: Image is up to date for alpine:3.12 [2021-02-08T09:38:32.765Z] ---> 389fef711851 [2021-02-08T09:38:32.765Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-08T09:38:32.765Z] ---> 389fef711851 [2021-02-08T09:38:32.765Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-08T09:38:32.765Z] ---> 389fef711851 [2021-02-08T09:38:32.765Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-08T09:38:32.765Z] ---> 389fef711851 [2021-02-08T09:38:32.765Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-08T09:38:32.905Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-08T09:38:32.905Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-08T09:38:32.905Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-02-08T09:38:33.029Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-08T09:38:33.029Z] Status: Image is up to date for alpine:3.12 [2021-02-08T09:38:33.029Z] ---> 389fef711851 [2021-02-08T09:38:33.029Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-08T09:38:33.029Z] ---> Running in ac9d8c0e91fa [2021-02-08T09:38:33.029Z] ---> Running in 9b52f5d23c27 [2021-02-08T09:38:33.029Z] ---> Running in 7682c0ea0288 [2021-02-08T09:38:33.029Z] ---> Running in 4ef6cdccef45 [2021-02-08T09:38:33.029Z] ---> Running in ef6a680b2d9f [2021-02-08T09:38:33.292Z] Removing intermediate container ac9d8c0e91fa [2021-02-08T09:38:33.292Z] ---> ef7613308dba [2021-02-08T09:38:33.292Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-08T09:38:33.556Z] ---> Running in c665d749b139 [2021-02-08T09:38:34.154Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-08T09:38:34.349Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-08T09:38:34.349Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-08T09:38:34.349Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-08T09:38:34.349Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-08T09:38:34.349Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-08T09:38:34.433Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-08T09:38:34.433Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-08T09:38:34.433Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-08T09:38:34.433Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-08T09:38:34.721Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-08T09:38:34.721Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-08T09:38:34.721Z] Executing busybox-1.31.1-r19.trigger [2021-02-08T09:38:34.721Z] OK: 6 MiB in 15 packages [2021-02-08T09:38:34.721Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-08T09:38:34.721Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-08T09:38:34.721Z] Executing busybox-1.31.1-r19.trigger [2021-02-08T09:38:34.721Z] OK: 6 MiB in 15 packages [2021-02-08T09:38:34.721Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-08T09:38:34.721Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-08T09:38:34.721Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-08T09:38:34.721Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-08T09:38:34.721Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-08T09:38:34.995Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-08T09:38:34.995Z] (4/4) Installing curl (7.69.1-r3) [2021-02-08T09:38:34.995Z] Executing busybox-1.31.1-r19.trigger [2021-02-08T09:38:34.995Z] Executing ca-certificates-20191127-r4.trigger [2021-02-08T09:38:34.995Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-08T09:38:34.995Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-08T09:38:34.995Z] Executing busybox-1.31.1-r19.trigger [2021-02-08T09:38:34.995Z] Executing ca-certificates-20191127-r4.trigger [2021-02-08T09:38:34.995Z] OK: 7 MiB in 18 packages [2021-02-08T09:38:34.995Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-08T09:38:34.995Z] (2/2) Installing su-exec (0.2-r1) [2021-02-08T09:38:34.995Z] Executing busybox-1.31.1-r19.trigger [2021-02-08T09:38:34.995Z] OK: 6 MiB in 16 packages [2021-02-08T09:38:34.995Z] OK: 6 MiB in 16 packages [2021-02-08T09:38:37.761Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-08T09:38:38.346Z] Removing intermediate container 9b52f5d23c27 [2021-02-08T09:38:38.346Z] ---> 17573084e077 [2021-02-08T09:38:38.346Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-08T09:38:38.346Z] Removing intermediate container 7682c0ea0288 [2021-02-08T09:38:38.346Z] ---> 4955167a0a77 [2021-02-08T09:38:38.346Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-08T09:38:38.346Z] ---> Running in 7665bed34e74 [2021-02-08T09:38:38.346Z] ---> Running in d11506fef527 [2021-02-08T09:38:38.346Z] Removing intermediate container 4ef6cdccef45 [2021-02-08T09:38:38.346Z] ---> 9aac4748468f [2021-02-08T09:38:38.346Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-08T09:38:38.346Z] Removing intermediate container c665d749b139 [2021-02-08T09:38:38.346Z] ---> 663a68118b05 [2021-02-08T09:38:38.346Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-08T09:38:38.346Z] Removing intermediate container ef6a680b2d9f [2021-02-08T09:38:38.346Z] ---> cd3080dc7c75 [2021-02-08T09:38:38.346Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-08T09:38:38.609Z] ---> Running in 60b7898a5893 [2021-02-08T09:38:38.609Z] ---> Running in 824b4ebdc4db [2021-02-08T09:38:38.609Z] ---> Running in b8608d58373d [2021-02-08T09:38:38.609Z] Removing intermediate container 7665bed34e74 [2021-02-08T09:38:38.609Z] ---> fc9b30a4809f [2021-02-08T09:38:38.609Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-08T09:38:38.609Z] Removing intermediate container d11506fef527 [2021-02-08T09:38:38.609Z] ---> 891ab7e6bdf5 [2021-02-08T09:38:38.609Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-08T09:38:38.872Z] ---> Running in 68f397ee421e [2021-02-08T09:38:38.872Z] ---> Running in f9d608518c8c [2021-02-08T09:38:38.872Z] Removing intermediate container b8608d58373d [2021-02-08T09:38:38.872Z] ---> 54770c1f82bb [2021-02-08T09:38:38.872Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-08T09:38:38.872Z] Removing intermediate container 824b4ebdc4db [2021-02-08T09:38:38.872Z] ---> 9a69626a1d11 [2021-02-08T09:38:38.872Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-08T09:38:38.872Z] Removing intermediate container 60b7898a5893 [2021-02-08T09:38:38.872Z] ---> c6fcb4446f52 [2021-02-08T09:38:38.872Z] Step 13/21 : WORKDIR /edgex [2021-02-08T09:38:39.137Z] ---> Running in 740f7dc786c8 [2021-02-08T09:38:39.137Z] ---> Running in c3e48f4f4e3a [2021-02-08T09:38:39.137Z] ---> Running in 25c0225cb62d [2021-02-08T09:38:39.137Z] Removing intermediate container 68f397ee421e [2021-02-08T09:38:39.137Z] ---> 831ffbe5a882 [2021-02-08T09:38:39.137Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-08T09:38:39.137Z] Removing intermediate container f9d608518c8c [2021-02-08T09:38:39.137Z] ---> 1f024e56fbb4 [2021-02-08T09:38:39.137Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-08T09:38:39.400Z] ---> Running in 9097ca081806 [2021-02-08T09:38:39.400Z] ---> Running in 47ce5700528e [2021-02-08T09:38:39.400Z] Removing intermediate container c3e48f4f4e3a [2021-02-08T09:38:39.400Z] ---> 6d7d65869252 [2021-02-08T09:38:39.400Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-08T09:38:39.664Z] Removing intermediate container 25c0225cb62d [2021-02-08T09:38:39.664Z] ---> 3335ceadd5d5 [2021-02-08T09:38:39.664Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-08T09:38:39.664Z] Removing intermediate container 740f7dc786c8 [2021-02-08T09:38:39.664Z] ---> 618a9d523f34 [2021-02-08T09:38:39.664Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-08T09:38:39.664Z] ---> Running in 97dcb435fa8f [2021-02-08T09:38:39.664Z] Removing intermediate container 9097ca081806 [2021-02-08T09:38:39.664Z] ---> 325703e39af8 [2021-02-08T09:38:39.664Z] Step 15/23 : WORKDIR / [2021-02-08T09:38:39.664Z] Removing intermediate container 47ce5700528e [2021-02-08T09:38:39.664Z] ---> 43b87e663a0a [2021-02-08T09:38:39.664Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-08T09:38:39.928Z] ---> Running in 63f0c44f7623 [2021-02-08T09:38:39.928Z] ---> Running in 38ba1c087ba5 [2021-02-08T09:38:40.198Z] Removing intermediate container 97dcb435fa8f [2021-02-08T09:38:40.198Z] ---> 59e01d380906 [2021-02-08T09:38:40.198Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-08T09:38:40.198Z] ---> 8bbd770ddc5b [2021-02-08T09:38:40.198Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-08T09:38:40.466Z] ---> acc776c51609 [2021-02-08T09:38:40.466Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-08T09:38:40.466Z] Removing intermediate container 38ba1c087ba5 [2021-02-08T09:38:40.466Z] ---> f651b39c85bc [2021-02-08T09:38:40.466Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-08T09:38:41.080Z] ---> eb117994091b [2021-02-08T09:38:41.080Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-08T09:38:41.080Z] ---> 1b7ed087f298 [2021-02-08T09:38:41.080Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-08T09:38:41.080Z] ---> 8b32eadd55f8 [2021-02-08T09:38:41.080Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-08T09:38:41.080Z] ---> cbf25c374680 [2021-02-08T09:38:41.080Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-08T09:38:41.669Z] Removing intermediate container 63f0c44f7623 [2021-02-08T09:38:41.669Z] ---> d01c60d7e38d [2021-02-08T09:38:41.669Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-08T09:38:41.932Z] ---> 5fa1fa40551f [2021-02-08T09:38:41.933Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-08T09:38:41.933Z] ---> Running in 7c1f91ca8aac [2021-02-08T09:38:41.933Z] ---> d23bdc6ddecf [2021-02-08T09:38:41.933Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-08T09:38:41.933Z] ---> Running in 404f3e92a7f8 [2021-02-08T09:38:41.933Z] ---> 03b77dc38f9a [2021-02-08T09:38:41.933Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-08T09:38:41.933Z] ---> 0a1dd5915e08 [2021-02-08T09:38:41.933Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-08T09:38:41.933Z] ---> Running in 632f37419b1d [2021-02-08T09:38:42.196Z] Removing intermediate container 7c1f91ca8aac [2021-02-08T09:38:42.196Z] ---> 17f90c555fec [2021-02-08T09:38:42.196Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-08T09:38:42.196Z] Removing intermediate container 404f3e92a7f8 [2021-02-08T09:38:42.196Z] ---> 9ee3ea084ab0 [2021-02-08T09:38:42.196Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-08T09:38:42.459Z] ---> Running in b8821c879001 [2021-02-08T09:38:42.459Z] ---> 2313e6aed4e9 [2021-02-08T09:38:42.459Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-08T09:38:42.459Z] Removing intermediate container 632f37419b1d [2021-02-08T09:38:42.459Z] ---> 2c342e9c8096 [2021-02-08T09:38:42.459Z] Step 18/21 : CMD ["--init=true"] [2021-02-08T09:38:42.459Z] ---> 048fe18def71 [2021-02-08T09:38:42.459Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-08T09:38:42.723Z] ---> Running in 3f3aa983d48f [2021-02-08T09:38:42.723Z] ---> Running in a773818ce753 [2021-02-08T09:38:42.723Z] ---> Running in 56dead608adc [2021-02-08T09:38:42.723Z] ---> 4dcd19ff67b2 [2021-02-08T09:38:42.723Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-08T09:38:42.723Z] Removing intermediate container b8821c879001 [2021-02-08T09:38:42.723Z] ---> b23119e695ae [2021-02-08T09:38:42.723Z] Step 20/22 : LABEL arch=x86_64 [2021-02-08T09:38:42.988Z] ---> Running in a758a9416b8e [2021-02-08T09:38:43.252Z] ---> Running in ba8ed369c714 [2021-02-08T09:38:43.252Z] Removing intermediate container 3f3aa983d48f [2021-02-08T09:38:43.252Z] ---> 43104cb395a0 [2021-02-08T09:38:43.252Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-08T09:38:43.519Z] Removing intermediate container a773818ce753 [2021-02-08T09:38:43.519Z] ---> e95bbd6d4cdb [2021-02-08T09:38:43.519Z] Step 19/21 : LABEL arch=x86_64 [2021-02-08T09:38:43.519Z] Removing intermediate container 56dead608adc [2021-02-08T09:38:43.519Z] ---> d15fadb9d845 [2021-02-08T09:38:43.519Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-08T09:38:43.519Z] ---> Running in 0f111ec66a93 [2021-02-08T09:38:43.789Z] ---> Running in a52f4dd9d38c [2021-02-08T09:38:43.789Z] ---> Running in 6224755fb932 [2021-02-08T09:38:43.789Z] Removing intermediate container ba8ed369c714 [2021-02-08T09:38:43.789Z] ---> 958bb7103272 [2021-02-08T09:38:43.789Z] Step 21/22 : LABEL git_sha=4b0ff43b6f13bf277e1af8d3ba378c4fea643b4d [2021-02-08T09:38:43.789Z] ---> Running in b153422678fa [2021-02-08T09:38:44.059Z] Removing intermediate container 0f111ec66a93 [2021-02-08T09:38:44.059Z] ---> fdb94178f326 [2021-02-08T09:38:44.059Z] Step 21/23 : LABEL arch=x86_64 [2021-02-08T09:38:44.059Z] Removing intermediate container a52f4dd9d38c [2021-02-08T09:38:44.059Z] ---> c3e2bdf080e5 [2021-02-08T09:38:44.059Z] Step 20/21 : LABEL git_sha=4b0ff43b6f13bf277e1af8d3ba378c4fea643b4d [2021-02-08T09:38:44.059Z] ---> Running in 781cc26d27ac [2021-02-08T09:38:44.059Z] Removing intermediate container 6224755fb932 [2021-02-08T09:38:44.059Z] ---> 5327fff736ea [2021-02-08T09:38:44.059Z] Step 20/22 : LABEL arch=x86_64 [2021-02-08T09:38:44.328Z] Removing intermediate container b153422678fa [2021-02-08T09:38:44.328Z] ---> 1c1805a8a4d3 [2021-02-08T09:38:44.328Z] Step 22/22 : LABEL version=0.0.0 [2021-02-08T09:38:44.328Z] ---> Running in d628f2365b89 [2021-02-08T09:38:44.328Z] ---> Running in 7d7ebb85115f [2021-02-08T09:38:44.328Z] ---> Running in 944c7e843f77 [2021-02-08T09:38:44.495Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-08T09:38:44.495Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-08T09:38:44.495Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-08T09:38:44.591Z] Removing intermediate container 781cc26d27ac [2021-02-08T09:38:44.591Z] ---> ebe12c9d1fd4 [2021-02-08T09:38:44.591Z] Step 22/23 : LABEL git_sha=4b0ff43b6f13bf277e1af8d3ba378c4fea643b4d [2021-02-08T09:38:44.591Z] ---> Running in 2e0ea27f0324 [2021-02-08T09:38:44.852Z] Removing intermediate container 7d7ebb85115f [2021-02-08T09:38:44.852Z] ---> 777447f452fe [2021-02-08T09:38:44.852Z] Step 21/22 : LABEL git_sha=4b0ff43b6f13bf277e1af8d3ba378c4fea643b4d [2021-02-08T09:38:44.852Z] Removing intermediate container d628f2365b89 [2021-02-08T09:38:44.852Z] ---> 8989658c4d2c [2021-02-08T09:38:44.852Z] Step 21/21 : LABEL version=0.0.0 [2021-02-08T09:38:44.852Z] Removing intermediate container 944c7e843f77 [2021-02-08T09:38:44.852Z] ---> 9fc52a844cd5 [2021-02-08T09:38:44.852Z] [2021-02-08T09:38:45.114Z] ---> Running in 294ed4608e53 [2021-02-08T09:38:45.114Z] ---> Running in ddf81fce8881 [2021-02-08T09:38:45.114Z] Successfully built 9fc52a844cd5 [2021-02-08T09:38:45.114Z] Successfully tagged docker-support-scheduler-go:latest [2021-02-08T09:38:45.114Z] Building docker-core-data-go [2021-02-08T09:38:45.114Z]  Building docker-support-scheduler-go ... done Removing intermediate container 2e0ea27f0324 [2021-02-08T09:38:45.114Z] ---> 342b85f3bcc8 [2021-02-08T09:38:45.114Z] Step 23/23 : LABEL version=0.0.0 [2021-02-08T09:38:45.382Z] Removing intermediate container a758a9416b8e [2021-02-08T09:38:45.382Z] ---> 704be26f8f4e [2021-02-08T09:38:45.382Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-08T09:38:45.382Z] Removing intermediate container 294ed4608e53 [2021-02-08T09:38:45.382Z] ---> 8b23f1f1d0a2 [2021-02-08T09:38:45.382Z] Step 22/22 : LABEL version=0.0.0 [2021-02-08T09:38:45.382Z] ---> Running in f810f58e2d6e [2021-02-08T09:38:45.382Z] Removing intermediate container ddf81fce8881 [2021-02-08T09:38:45.382Z] ---> 98b857b307ba [2021-02-08T09:38:45.382Z] [2021-02-08T09:38:45.644Z] ---> Running in d6c403a7cd0c [2021-02-08T09:38:45.644Z] Successfully built 98b857b307ba [2021-02-08T09:38:45.644Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-02-08T09:38:45.644Z]  Building docker-security-proxy-setup-go ... done Building docker-core-metadata-go [2021-02-08T09:38:45.644Z] Removing intermediate container f810f58e2d6e [2021-02-08T09:38:45.644Z] ---> a2365c0532a0 [2021-02-08T09:38:45.644Z] [2021-02-08T09:38:45.906Z] ---> f2836a060815 [2021-02-08T09:38:45.906Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-08T09:38:45.906Z] Removing intermediate container d6c403a7cd0c [2021-02-08T09:38:45.906Z] ---> 3dbc152fc82f [2021-02-08T09:38:45.906Z] [2021-02-08T09:38:45.906Z] Successfully built a2365c0532a0 [2021-02-08T09:38:45.906Z] Successfully tagged docker-core-command-go:latest [2021-02-08T09:38:45.906Z] Building docker-security-secretstore-setup-go [2021-02-08T09:38:46.171Z]  Building docker-core-command-go ... done Successfully built 3dbc152fc82f [2021-02-08T09:38:46.171Z] Successfully tagged docker-support-notifications-go:latest [2021-02-08T09:38:46.171Z] Building docker-sys-mgmt-agent-go [2021-02-08T09:38:46.437Z]  Building docker-support-notifications-go ... done  ---> 5afed4201f6c [2021-02-08T09:38:46.437Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-08T09:38:47.013Z] ---> c81c8c9f0eb0 [2021-02-08T09:38:47.013Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-02-08T09:38:51.225Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.368s coverage: 45.6% of statements [2021-02-08T09:38:51.225Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-08T09:38:51.225Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-08T09:38:51.225Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-08T09:38:51.225Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-08T09:38:51.225Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-08T09:38:51.225Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-08T09:38:51.225Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-08T09:38:51.225Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.183s coverage: 100.0% of statements [2021-02-08T09:38:52.329Z] ---> 21550627fb14 [2021-02-08T09:38:52.329Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-08T09:38:55.651Z] ---> 830a1794d813 [2021-02-08T09:38:55.651Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-02-08T09:38:55.927Z] ---> Running in a331edfb4bc4 [2021-02-08T09:38:56.909Z] Removing intermediate container a331edfb4bc4 [2021-02-08T09:38:56.909Z] ---> b55f4749b6cd [2021-02-08T09:38:56.909Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-08T09:38:58.306Z] ---> 059863adf3da [2021-02-08T09:38:58.306Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-02-08T09:38:58.574Z] ---> Running in 29289209df7b [2021-02-08T09:38:59.548Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.588s coverage: 27.1% of statements [2021-02-08T09:38:59.548Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-08T09:38:59.548Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-08T09:38:59.548Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-08T09:38:59.548Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-08T09:38:59.548Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-08T09:38:59.548Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-08T09:38:59.548Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.066s coverage: 100.0% of statements [2021-02-08T09:38:59.548Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-08T09:38:59.548Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.078s coverage: 100.0% of statements [2021-02-08T09:38:59.548Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-08T09:38:59.548Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-08T09:38:59.548Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.332s coverage: 65.8% of statements [2021-02-08T09:38:59.548Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-08T09:38:59.548Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-08T09:39:00.526Z] Removing intermediate container 29289209df7b [2021-02-08T09:39:00.526Z] ---> f7b91ad9019b [2021-02-08T09:39:00.526Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-08T09:39:00.999Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.775s coverage: 82.3% of statements [2021-02-08T09:39:00.999Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-08T09:39:00.999Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-08T09:39:00.999Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-08T09:39:00.999Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-08T09:39:02.135Z] ---> Running in 324e20008be8 [2021-02-08T09:39:03.110Z] Removing intermediate container 324e20008be8 [2021-02-08T09:39:03.110Z] ---> da0a5ed44788 [2021-02-08T09:39:03.110Z] Step 28/31 : CMD ["gate"] [2021-02-08T09:39:03.388Z] ---> Running in 9ee7266a6e3d [2021-02-08T09:39:04.349Z] Removing intermediate container 9ee7266a6e3d [2021-02-08T09:39:04.349Z] ---> c53966ccf71e [2021-02-08T09:39:04.349Z] Step 29/31 : LABEL arch=x86_64 [2021-02-08T09:39:05.331Z] ---> Running in 46d0ca4d07e8 [2021-02-08T09:39:09.311Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.353s coverage: 28.6% of statements [2021-02-08T09:39:09.311Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-08T09:39:09.311Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-08T09:39:09.311Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-08T09:39:09.311Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-08T09:39:09.311Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-08T09:39:09.311Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.173s coverage: 100.0% of statements [2021-02-08T09:39:09.311Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-08T09:39:09.311Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.089s coverage: 100.0% of statements [2021-02-08T09:39:09.311Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-08T09:39:09.311Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.385s coverage: 86.7% of statements [2021-02-08T09:39:09.311Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-08T09:39:09.311Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.419s coverage: 97.5% of statements [2021-02-08T09:39:09.311Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-08T09:39:09.637Z] Removing intermediate container 46d0ca4d07e8 [2021-02-08T09:39:09.637Z] ---> af667d090e07 [2021-02-08T09:39:09.637Z] Step 30/31 : LABEL git_sha=4b0ff43b6f13bf277e1af8d3ba378c4fea643b4d [2021-02-08T09:39:09.637Z] ---> Running in f956c75031b0 [2021-02-08T09:39:10.779Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.360s coverage: 78.3% of statements [2021-02-08T09:39:10.779Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-08T09:39:10.779Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-08T09:39:10.779Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-08T09:39:10.779Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-08T09:39:11.612Z] Removing intermediate container f956c75031b0 [2021-02-08T09:39:11.612Z] ---> 78bdedaad3e6 [2021-02-08T09:39:11.612Z] Step 31/31 : LABEL version=0.0.0 [2021-02-08T09:39:12.203Z] ---> Running in 1fe13b7e93f8 [2021-02-08T09:39:13.204Z] Removing intermediate container 1fe13b7e93f8 [2021-02-08T09:39:13.204Z] ---> aa854bfa45e3 [2021-02-08T09:39:13.204Z] [2021-02-08T09:39:13.820Z] Successfully built aa854bfa45e3 [2021-02-08T09:39:14.091Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-02-08T09:39:15.494Z]  Building docker-security-bootstrapper-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-08T09:39:15.494Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-08T09:39:15.494Z] ---> 5f9725a25697 [2021-02-08T09:39:15.494Z] Step 3/23 : WORKDIR /edgex-go [2021-02-08T09:39:15.494Z] ---> Using cache [2021-02-08T09:39:15.494Z] ---> 23443294bb04 [2021-02-08T09:39:15.494Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-08T09:39:15.494Z] ---> Using cache [2021-02-08T09:39:15.494Z] ---> 63415fd276d6 [2021-02-08T09:39:15.494Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-08T09:39:15.494Z] ---> Using cache [2021-02-08T09:39:15.494Z] ---> 3d09e8e65885 [2021-02-08T09:39:15.494Z] Step 6/23 : COPY go.mod . [2021-02-08T09:39:15.494Z] ---> Using cache [2021-02-08T09:39:15.494Z] ---> 918201ce7078 [2021-02-08T09:39:15.494Z] Step 7/23 : RUN go mod download [2021-02-08T09:39:15.494Z] ---> Using cache [2021-02-08T09:39:15.494Z] ---> cf9dad0866f3 [2021-02-08T09:39:15.494Z] Step 8/23 : COPY . . [2021-02-08T09:39:15.494Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-08T09:39:15.494Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-08T09:39:15.494Z] ---> 5f9725a25697 [2021-02-08T09:39:15.494Z] Step 3/24 : WORKDIR /edgex-go [2021-02-08T09:39:15.494Z] ---> Using cache [2021-02-08T09:39:15.494Z] ---> 23443294bb04 [2021-02-08T09:39:15.494Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-08T09:39:15.494Z] ---> Using cache [2021-02-08T09:39:15.494Z] ---> 63415fd276d6 [2021-02-08T09:39:15.494Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-08T09:39:15.494Z] ---> Using cache [2021-02-08T09:39:15.494Z] ---> 3d09e8e65885 [2021-02-08T09:39:15.494Z] Step 6/24 : COPY go.mod . [2021-02-08T09:39:15.494Z] ---> Using cache [2021-02-08T09:39:15.494Z] ---> 918201ce7078 [2021-02-08T09:39:15.494Z] Step 7/24 : RUN go mod download [2021-02-08T09:39:15.494Z] ---> Using cache [2021-02-08T09:39:15.494Z] ---> cf9dad0866f3 [2021-02-08T09:39:15.494Z] Step 8/24 : COPY . . [2021-02-08T09:39:15.494Z] ---> Using cache [2021-02-08T09:39:15.494Z] ---> f8fbb8e10e68 [2021-02-08T09:39:15.494Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-08T09:39:15.494Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-08T09:39:15.494Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-08T09:39:15.494Z] ---> 5f9725a25697 [2021-02-08T09:39:15.494Z] Step 3/23 : WORKDIR /edgex-go [2021-02-08T09:39:15.494Z] ---> Using cache [2021-02-08T09:39:15.494Z] ---> 23443294bb04 [2021-02-08T09:39:15.494Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-08T09:39:15.494Z] ---> Using cache [2021-02-08T09:39:15.494Z] ---> 63415fd276d6 [2021-02-08T09:39:15.494Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-08T09:39:15.494Z] ---> Using cache [2021-02-08T09:39:15.494Z] ---> f8fbb8e10e68 [2021-02-08T09:39:15.494Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-08T09:39:16.151Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-08T09:39:16.151Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-08T09:39:16.151Z] ---> 5f9725a25697 [2021-02-08T09:39:16.151Z] Step 3/26 : WORKDIR /edgex-go [2021-02-08T09:39:16.151Z] ---> Using cache [2021-02-08T09:39:16.151Z] ---> 23443294bb04 [2021-02-08T09:39:16.151Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-08T09:39:16.151Z] ---> Using cache [2021-02-08T09:39:16.151Z] ---> 63415fd276d6 [2021-02-08T09:39:16.151Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-08T09:39:17.546Z] ---> Running in 19bddbcfb6cf [2021-02-08T09:39:17.546Z] ---> Running in e7d69108fbd5 [2021-02-08T09:39:17.546Z] ---> Running in ef59b14a1ca6 [2021-02-08T09:39:17.546Z] ---> Running in 7293d102423d [2021-02-08T09:39:18.511Z] 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-08T09:39:18.511Z] 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-08T09:39:18.511Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-08T09:39:18.511Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-08T09:39:19.486Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-08T09:39:19.487Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-08T09:39:20.081Z] OK: 233 MiB in 51 packages [2021-02-08T09:39:20.081Z] OK: 233 MiB in 51 packages [2021-02-08T09:39:20.959Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.512s coverage: 92.8% of statements [2021-02-08T09:39:20.959Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-08T09:39:20.959Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-08T09:39:20.959Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-08T09:39:20.959Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-08T09:39:20.959Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-08T09:39:20.959Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-08T09:39:20.959Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-08T09:39:20.959Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-08T09:39:20.959Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-08T09:39:20.959Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-08T09:39:20.959Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-08T09:39:20.959Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-08T09:39:20.959Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-08T09:39:20.959Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-08T09:39:20.959Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-08T09:39:20.959Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-08T09:39:20.959Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-08T09:39:20.959Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-08T09:39:20.959Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.046s coverage: 58.8% of statements [2021-02-08T09:39:20.959Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-08T09:39:20.959Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-08T09:39:20.959Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.216s coverage: 0.1% of statements [2021-02-08T09:39:20.959Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-08T09:39:20.959Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-08T09:39:20.959Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-08T09:39:20.959Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.075s coverage: 45.5% of statements [2021-02-08T09:39:20.959Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.074s coverage: 79.5% of statements [2021-02-08T09:39:20.959Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.060s coverage: 94.1% of statements [2021-02-08T09:39:20.959Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.093s coverage: 96.3% of statements [2021-02-08T09:39:20.959Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.066s coverage: 87.5% of statements [2021-02-08T09:39:21.914Z] Removing intermediate container 7293d102423d [2021-02-08T09:39:21.914Z] ---> c69cdfe304a6 [2021-02-08T09:39:21.914Z] Step 6/23 : COPY go.mod . [2021-02-08T09:39:21.914Z] Removing intermediate container ef59b14a1ca6 [2021-02-08T09:39:21.914Z] ---> 28c081bcaf4a [2021-02-08T09:39:21.914Z] Step 6/26 : COPY go.mod . [2021-02-08T09:39:22.187Z] ---> 1dbd6e60ea7e [2021-02-08T09:39:22.187Z] Step 7/26 : RUN go mod download [2021-02-08T09:39:22.187Z] ---> 07407a4a36e5 [2021-02-08T09:39:22.187Z] Step 7/23 : RUN go mod download [2021-02-08T09:39:22.459Z] ---> Running in c4cb3dbab492 [2021-02-08T09:39:22.459Z] ---> Running in 599d1c9a3827 [2021-02-08T09:39:25.811Z] Removing intermediate container c4cb3dbab492 [2021-02-08T09:39:25.811Z] ---> 2baebeccb768 [2021-02-08T09:39:25.811Z] Step 8/26 : COPY . . [2021-02-08T09:39:25.811Z] Removing intermediate container 599d1c9a3827 [2021-02-08T09:39:25.811Z] ---> dcf18a8d6ae1 [2021-02-08T09:39:25.811Z] Step 8/23 : COPY . . [2021-02-08T09:39:33.384Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.086s coverage: 94.4% of statements [2021-02-08T09:39:33.384Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.081s coverage: 44.8% of statements [2021-02-08T09:39:44.226Z] 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-08T09:39:48.488Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.128s coverage: 92.9% of statements [2021-02-08T09:39:48.488Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-08T09:39:48.488Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-08T09:39:48.488Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-08T09:39:48.488Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-08T09:39:48.488Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.106s coverage: 87.2% of statements [2021-02-08T09:39:48.488Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-08T09:39:48.488Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-08T09:39:48.488Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.056s coverage: 100.0% of statements [2021-02-08T09:39:48.488Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-08T09:39:48.488Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.087s coverage: 75.5% of statements [2021-02-08T09:39:48.488Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-08T09:39:48.488Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.055s coverage: 80.8% of statements [2021-02-08T09:39:48.488Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.131s coverage: 87.2% of statements [2021-02-08T09:39:48.488Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.152s coverage: 84.2% of statements [2021-02-08T09:39:48.488Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.175s coverage: 91.4% of statements [2021-02-08T09:39:48.488Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-08T09:39:48.488Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.548s coverage: 63.5% of statements [2021-02-08T09:39:48.488Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-08T09:39:48.488Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-08T09:39:48.488Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.058s coverage: 100.0% of statements [2021-02-08T09:39:48.488Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.083s coverage: 91.3% of statements [2021-02-08T09:39:48.488Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.051s coverage: 100.0% of statements [2021-02-08T09:39:48.488Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.060s coverage: 73.7% of statements [2021-02-08T09:39:48.488Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.061s coverage: 100.0% of statements [2021-02-08T09:39:48.488Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.860s coverage: 68.9% of statements [2021-02-08T09:39:48.488Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-08T09:39:48.488Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-08T09:39:48.488Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-02-08T09:39:48.488Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-02-08T09:39:48.488Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-02-08T09:39:49.936Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.391s coverage: 37.0% of statements [2021-02-08T09:39:49.936Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-08T09:39:49.936Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-08T09:39:49.936Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.858s coverage: 84.0% of statements [2021-02-08T09:39:50.553Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.105s coverage: 100.0% of statements [2021-02-08T09:39:54.332Z] ---> eabaebe61247 [2021-02-08T09:39:54.333Z] ---> 25b60539c6f2 [2021-02-08T09:39:54.333Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agentStep 9/23 : RUN make cmd/core-data/core-data [2021-02-08T09:39:54.333Z] [2021-02-08T09:39:54.333Z] Removing intermediate container 19bddbcfb6cf [2021-02-08T09:39:54.333Z] ---> becc55c51277 [2021-02-08T09:39:54.333Z] [2021-02-08T09:39:54.333Z] Step 10/24 : FROM alpine:3.12 [2021-02-08T09:39:54.333Z] ---> 389fef711851 [2021-02-08T09:39:54.333Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-08T09:39:54.333Z] ---> Running in 99c693a54536 [2021-02-08T09:39:54.333Z] ---> Running in 066e573e7dc7 [2021-02-08T09:39:54.333Z] ---> Running in 9c31632325ca [2021-02-08T09:39:54.333Z] Removing intermediate container e7d69108fbd5 [2021-02-08T09:39:54.333Z] ---> 3e2e6290ad8b [2021-02-08T09:39:54.333Z] [2021-02-08T09:39:54.333Z] Step 10/23 : FROM alpine:3.12 [2021-02-08T09:39:54.333Z] ---> 389fef711851 [2021-02-08T09:39:54.333Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-08T09:39:54.333Z] ---> Using cache [2021-02-08T09:39:54.333Z] ---> 4955167a0a77 [2021-02-08T09:39:54.333Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-08T09:39:54.333Z] ---> Using cache [2021-02-08T09:39:54.333Z] ---> 891ab7e6bdf5 [2021-02-08T09:39:54.333Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-08T09:39:54.596Z] ---> Running in aac61d683b38 [2021-02-08T09:39:54.866Z] Removing intermediate container aac61d683b38 [2021-02-08T09:39:54.866Z] ---> abc7a71ee397 [2021-02-08T09:39:54.866Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-08T09:39:55.134Z] ---> Running in 194a57550b15 [2021-02-08T09:39:55.134Z] 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-08T09:39:55.407Z] Removing intermediate container 194a57550b15 [2021-02-08T09:39:55.407Z] ---> 39a21e1acc16 [2021-02-08T09:39:55.407Z] Step 15/23 : WORKDIR / [2021-02-08T09:39:55.407Z] 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-08T09:39:55.407Z] ---> Running in 40499bb7bd30 [2021-02-08T09:39:55.682Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-08T09:39:55.682Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-08T09:39:55.682Z] Removing intermediate container 40499bb7bd30 [2021-02-08T09:39:55.682Z] ---> fa4be0581485 [2021-02-08T09:39:55.682Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-08T09:39:55.948Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-08T09:39:55.948Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-08T09:39:55.948Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-08T09:39:55.948Z] (4/5) Installing curl (7.69.1-r3) [2021-02-08T09:39:55.948Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-08T09:39:55.948Z] Executing busybox-1.31.1-r19.trigger [2021-02-08T09:39:55.948Z] Executing ca-certificates-20191127-r4.trigger [2021-02-08T09:39:56.527Z] OK: 7 MiB in 19 packages [2021-02-08T09:39:57.492Z] ---> 94eb6429c75a [2021-02-08T09:39:57.493Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-08T09:39:58.466Z] Removing intermediate container 9c31632325ca [2021-02-08T09:39:58.466Z] ---> 1e22c606f15b [2021-02-08T09:39:58.466Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-08T09:39:58.733Z] ---> 04d6c5f62453 [2021-02-08T09:39:58.733Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-08T09:39:58.733Z] ---> Running in d918287ecc4c [2021-02-08T09:39:58.875Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.454s coverage: 47.0% of statements [2021-02-08T09:39:58.875Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-08T09:39:58.875Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-08T09:39:58.875Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-08T09:39:58.875Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-08T09:39:58.875Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-08T09:39:58.875Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.143s coverage: 100.0% of statements [2021-02-08T09:39:58.875Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-08T09:39:58.875Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.096s coverage: 100.0% of statements [2021-02-08T09:39:58.875Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-08T09:39:58.875Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-08T09:39:58.875Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-08T09:39:58.875Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-08T09:39:58.875Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.269s coverage: 87.7% of statements [2021-02-08T09:39:58.875Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-08T09:39:58.875Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-08T09:39:58.875Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-08T09:39:59.004Z] Removing intermediate container d918287ecc4c [2021-02-08T09:39:59.004Z] ---> 6994e2a173a0 [2021-02-08T09:39:59.004Z] Step 13/24 : WORKDIR / [2021-02-08T09:39:59.004Z] ---> Running in ae44b9ac00da [2021-02-08T09:39:59.281Z] ---> 256d1d5258b7 [2021-02-08T09:39:59.281Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-08T09:39:59.281Z] ---> Running in 01b85c89cde9 [2021-02-08T09:39:59.555Z] Removing intermediate container ae44b9ac00da [2021-02-08T09:39:59.555Z] ---> 468fd801f4dd [2021-02-08T09:39:59.555Z] 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-08T09:39:59.830Z] Removing intermediate container 01b85c89cde9 [2021-02-08T09:39:59.830Z] ---> faf2dc4993fb [2021-02-08T09:39:59.830Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-08T09:39:59.830Z] ---> Running in 6e158a21986a [2021-02-08T09:40:00.107Z] Removing intermediate container 6e158a21986a [2021-02-08T09:40:00.107Z] ---> dde5dc1202ce [2021-02-08T09:40:00.107Z] Step 21/23 : LABEL arch=x86_64 [2021-02-08T09:40:00.107Z] ---> Running in e592121d71e4 [2021-02-08T09:40:00.107Z] ---> 389b758e1f36 [2021-02-08T09:40:00.107Z] 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-08T09:40:00.721Z] Removing intermediate container e592121d71e4 [2021-02-08T09:40:00.721Z] ---> a152e45dc287 [2021-02-08T09:40:00.721Z] Step 22/23 : LABEL git_sha=4b0ff43b6f13bf277e1af8d3ba378c4fea643b4d [2021-02-08T09:40:00.721Z] ---> Running in bd5b5f38cd6e [2021-02-08T09:40:00.721Z] ---> c85e1b27c8af [2021-02-08T09:40:00.721Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-08T09:40:01.315Z] Removing intermediate container bd5b5f38cd6e [2021-02-08T09:40:01.315Z] ---> ac1cb33df6e3 [2021-02-08T09:40:01.315Z] Step 23/23 : LABEL version=0.0.0 [2021-02-08T09:40:01.612Z] ---> Running in e02d1a3d5d6f [2021-02-08T09:40:01.887Z] ---> bdd9d3905b3d [2021-02-08T09:40:01.887Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-08T09:40:02.173Z] Removing intermediate container e02d1a3d5d6f [2021-02-08T09:40:02.173Z] ---> 1255427ed77b [2021-02-08T09:40:02.173Z] [2021-02-08T09:40:02.451Z] Successfully built 1255427ed77b [2021-02-08T09:40:02.451Z] Successfully tagged docker-core-metadata-go:latest [2021-02-08T09:40:02.733Z]  Building docker-core-metadata-go ... done  ---> a28cc7de180b [2021-02-08T09:40:02.733Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-08T09:40:03.715Z] ---> 405776b2e43b [2021-02-08T09:40:03.715Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-08T09:40:03.991Z] ---> 52bcaae441e3 [2021-02-08T09:40:03.991Z] 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-08T09:40:03.991Z] ---> Running in f88dd5dbb77d [2021-02-08T09:40:07.189Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.341s coverage: 29.1% of statements [2021-02-08T09:40:07.189Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-08T09:40:07.189Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-08T09:40:07.189Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-08T09:40:07.189Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-08T09:40:07.189Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-08T09:40:07.189Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.252s coverage: 99.0% of statements [2021-02-08T09:40:07.189Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-08T09:40:07.189Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.116s coverage: 100.0% of statements [2021-02-08T09:40:07.189Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-08T09:40:07.189Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-08T09:40:07.189Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-08T09:40:07.189Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-08T09:40:07.189Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.192s coverage: 100.0% of statements [2021-02-08T09:40:07.189Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-08T09:40:07.189Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-08T09:40:07.189Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-08T09:40:07.189Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.058s coverage: 0.0% of statements [2021-02-08T09:40:07.189Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-08T09:40:07.189Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.051s coverage: 100.0% of statements [2021-02-08T09:40:07.189Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-08T09:40:07.189Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-08T09:40:07.189Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-08T09:40:07.189Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-08T09:40:07.189Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.124s coverage: 87.9% of statements [2021-02-08T09:40:07.189Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-08T09:40:07.189Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-08T09:40:07.189Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.070s coverage: 100.0% of statements [2021-02-08T09:40:07.189Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.058s coverage: 32.1% of statements [2021-02-08T09:40:07.189Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.078s coverage: 100.0% of statements [2021-02-08T09:40:07.445Z] Removing intermediate container f88dd5dbb77d [2021-02-08T09:40:07.445Z] ---> 3af980377282 [2021-02-08T09:40:07.445Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-08T09:40:07.445Z] ---> Running in 322d4df31535 [2021-02-08T09:40:07.709Z] Removing intermediate container 322d4df31535 [2021-02-08T09:40:07.709Z] ---> 6d5aa91864c8 [2021-02-08T09:40:07.709Z] Step 22/24 : LABEL arch=x86_64 [2021-02-08T09:40:07.976Z] ---> Running in 2f98c6b8ae61 [2021-02-08T09:40:08.161Z] GO111MODULE=on go vet ./... [2021-02-08T09:40:08.241Z] Removing intermediate container 2f98c6b8ae61 [2021-02-08T09:40:08.241Z] ---> 526ddf8dacfd [2021-02-08T09:40:08.241Z] Step 23/24 : LABEL git_sha=4b0ff43b6f13bf277e1af8d3ba378c4fea643b4d [2021-02-08T09:40:08.506Z] ---> Running in 5029dd3a90d4 [2021-02-08T09:40:08.770Z] Removing intermediate container 5029dd3a90d4 [2021-02-08T09:40:08.770Z] ---> 635271750fc1 [2021-02-08T09:40:08.770Z] Step 24/24 : LABEL version=0.0.0 [2021-02-08T09:40:08.770Z] ---> Running in 5854701cddbf [2021-02-08T09:40:09.035Z] Removing intermediate container 5854701cddbf [2021-02-08T09:40:09.035Z] ---> 8af6a6f800b1 [2021-02-08T09:40:09.035Z] [2021-02-08T09:40:09.299Z] Successfully built 8af6a6f800b1 [2021-02-08T09:40:09.299Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-02-08T09:40:14.658Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 066e573e7dc7 [2021-02-08T09:40:14.658Z] ---> 72a057c065d9 [2021-02-08T09:40:14.658Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-08T09:40:14.937Z] ---> Running in 0a8c88533ab5 [2021-02-08T09:40:15.901Z] 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-08T09:40:17.304Z] Removing intermediate container 0a8c88533ab5 [2021-02-08T09:40:17.304Z] ---> 01f86a8e3494 [2021-02-08T09:40:17.304Z] [2021-02-08T09:40:17.304Z] Step 11/26 : FROM docker:20.10.0 [2021-02-08T09:40:17.571Z] 20.10.0: Pulling from library/docker [2021-02-08T09:40:18.521Z] Removing intermediate container 99c693a54536 [2021-02-08T09:40:18.521Z] ---> 2d87c18f74d4 [2021-02-08T09:40:18.521Z] [2021-02-08T09:40:18.521Z] Step 10/23 : FROM alpine:3.12 [2021-02-08T09:40:18.521Z] ---> 389fef711851 [2021-02-08T09:40:18.521Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-08T09:40:18.797Z] ---> Running in ca5cbf81c5aa [2021-02-08T09:40:19.380Z] Removing intermediate container ca5cbf81c5aa [2021-02-08T09:40:19.380Z] ---> 3e39e47e8437 [2021-02-08T09:40:19.380Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-08T09:40:19.644Z] ---> Running in 504a0320e937 [2021-02-08T09:40:19.907Z] Removing intermediate container 504a0320e937 [2021-02-08T09:40:19.907Z] ---> 24fd5c2ad42b [2021-02-08T09:40:19.907Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-08T09:40:19.907Z] ---> Running in 72b975b67e48 [2021-02-08T09:40:20.169Z] Removing intermediate container 72b975b67e48 [2021-02-08T09:40:20.169Z] ---> feecd3de8097 [2021-02-08T09:40:20.169Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-08T09:40:20.439Z] ---> Running in 763db1267177 [2021-02-08T09:40:22.381Z] Removing intermediate container 763db1267177 [2021-02-08T09:40:22.381Z] ---> e203211d3950 [2021-02-08T09:40:22.381Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-08T09:40:22.646Z] ---> Running in 0595703076c5 [2021-02-08T09:40:23.224Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-08T09:40:23.224Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-08T09:40:23.224Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-08T09:40:23.224Z] ---> aefe523efa57 [2021-02-08T09:40:23.224Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-08T09:40:23.487Z] ---> Running in 3b6649ea41b3 [2021-02-08T09:40:23.785Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-08T09:40:24.141Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-08T09:40:24.141Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-08T09:40:24.141Z] (1/2) Installing readline (8.0.4-r0) [2021-02-08T09:40:24.141Z] (2/2) Installing bash (5.0.17-r0) [2021-02-08T09:40:24.141Z] Executing bash-5.0.17-r0.post-install [2021-02-08T09:40:24.141Z] Executing busybox-1.31.1-r19.trigger [2021-02-08T09:40:24.427Z] OK: 12 MiB in 22 packages [2021-02-08T09:40:24.717Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-08T09:40:24.717Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-08T09:40:24.718Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-08T09:40:24.718Z] Removing intermediate container 3b6649ea41b3 [2021-02-08T09:40:24.718Z] ---> 18fa2ff64be4 [2021-02-08T09:40:24.718Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-08T09:40:25.006Z] ---> Running in 3f87a9fd8ce8 [2021-02-08T09:40:25.006Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-08T09:40:25.006Z] Removing intermediate container 3f87a9fd8ce8 [2021-02-08T09:40:25.006Z] ---> 0a4073cc318e [2021-02-08T09:40:25.006Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-08T09:40:25.278Z] ---> Running in 84c405fb75a0 [2021-02-08T09:40:25.278Z] Removing intermediate container 84c405fb75a0 [2021-02-08T09:40:25.278Z] ---> 7b4e926245de [2021-02-08T09:40:25.278Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-08T09:40:25.278Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-08T09:40:25.541Z] ---> Running in 42ad3e7ae2b4 [2021-02-08T09:40:25.541Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-08T09:40:25.541Z] Removing intermediate container 42ad3e7ae2b4 [2021-02-08T09:40:25.541Z] ---> 164ade8b4a5a [2021-02-08T09:40:25.541Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-08T09:40:25.541Z] Executing busybox-1.31.1-r19.trigger [2021-02-08T09:40:25.541Z] OK: 8 MiB in 20 packages [2021-02-08T09:40:26.493Z] ---> 1abcb9d8cd8e [2021-02-08T09:40:26.493Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-08T09:40:26.493Z] Removing intermediate container 0595703076c5 [2021-02-08T09:40:26.493Z] ---> 77ae47c4d965 [2021-02-08T09:40:26.493Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-08T09:40:26.754Z] ---> 090c93ff4658 [2021-02-08T09:40:26.755Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-08T09:40:26.755Z] ---> 06d9fb9d9027 [2021-02-08T09:40:26.755Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-08T09:40:27.018Z] ---> c16173947943 [2021-02-08T09:40:27.018Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-08T09:40:27.283Z] ---> Running in 57448ce42a0c [2021-02-08T09:40:27.283Z] ---> abdcf74a4e54 [2021-02-08T09:40:27.283Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-08T09:40:27.861Z] ---> 7a949f7dab37 [2021-02-08T09:40:27.861Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-08T09:40:27.861Z] ---> Running in 53fbdf3fdf65 [2021-02-08T09:40:27.861Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-08T09:40:28.127Z] Removing intermediate container 53fbdf3fdf65 [2021-02-08T09:40:28.127Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-08T09:40:28.127Z] ---> 9940352fcb22 [2021-02-08T09:40:28.127Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-08T09:40:28.127Z] ---> Running in c4c2892607f5 [2021-02-08T09:40:28.127Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-08T09:40:28.127Z] (2/33) Installing expat (2.2.9-r1) [2021-02-08T09:40:28.127Z] (3/33) Installing libffi (3.3-r2) [2021-02-08T09:40:28.127Z] (4/33) Installing gdbm (1.13-r1) [2021-02-08T09:40:28.127Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-08T09:40:28.127Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-08T09:40:28.389Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-08T09:40:28.652Z] Removing intermediate container c4c2892607f5 [2021-02-08T09:40:28.652Z] ---> 980f3fafca7d [2021-02-08T09:40:28.652Z] Step 21/23 : LABEL arch=x86_64 [2021-02-08T09:40:31.213Z] ---> Running in 113631c87532 [2021-02-08T09:40:31.213Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-08T09:40:31.213Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-08T09:40:31.213Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-08T09:40:31.213Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-08T09:40:31.214Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-08T09:40:31.214Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-08T09:40:31.214Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-08T09:40:31.790Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-08T09:40:32.052Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-08T09:40:32.052Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-08T09:40:32.052Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-08T09:40:32.052Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-08T09:40:32.314Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-08T09:40:32.577Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-08T09:40:32.577Z] Removing intermediate container 113631c87532 [2021-02-08T09:40:32.577Z] ---> 394e16fad7fd [2021-02-08T09:40:32.577Z] Step 22/23 : LABEL git_sha=4b0ff43b6f13bf277e1af8d3ba378c4fea643b4d [2021-02-08T09:40:32.577Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-08T09:40:33.152Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-08T09:40:33.152Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-08T09:40:33.152Z] ---> Running in 6f8c988797a9 [2021-02-08T09:40:33.152Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-08T09:40:33.152Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-08T09:40:33.414Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-08T09:40:33.414Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-08T09:40:33.414Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-08T09:40:33.414Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-08T09:40:33.414Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-08T09:40:33.414Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-08T09:40:33.414Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-08T09:40:34.364Z] Executing busybox-1.31.1-r19.trigger [2021-02-08T09:40:34.364Z] Removing intermediate container 6f8c988797a9 [2021-02-08T09:40:34.364Z] ---> 2e7ad7805ae3 [2021-02-08T09:40:34.364Z] Step 23/23 : LABEL version=0.0.0 [2021-02-08T09:40:34.364Z] OK: 71 MiB in 55 packages [2021-02-08T09:40:34.364Z] ---> Running in 4335406fbeeb [2021-02-08T09:40:34.626Z] Removing intermediate container 4335406fbeeb [2021-02-08T09:40:34.626Z] ---> 5a13cfd5d9cd [2021-02-08T09:40:34.626Z] [2021-02-08T09:40:34.891Z] Successfully built 5a13cfd5d9cd [2021-02-08T09:40:34.891Z] Successfully tagged docker-core-data-go:latest [2021-02-08T09:40:40.223Z]  Building docker-core-data-go ... done Removing intermediate container 57448ce42a0c [2021-02-08T09:40:40.223Z] ---> ff8d013e7d28 [2021-02-08T09:40:40.223Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-08T09:40:40.223Z] ---> Running in 3e01ffe77a82 [2021-02-08T09:40:42.148Z] Collecting docker-compose==1.23.2 [2021-02-08T09:40:42.148Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-08T09:40:42.148Z] Collecting cached-property<2,>=1.2.0 [2021-02-08T09:40:42.148Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-08T09:40:42.148Z] Collecting jsonschema<3,>=2.5.1 [2021-02-08T09:40:42.148Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-08T09:40:42.148Z] 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-08T09:40:42.412Z] Collecting texttable<0.10,>=0.9.0 [2021-02-08T09:40:42.412Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-08T09:40:42.985Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-08T09:40:42.985Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-08T09:40:43.560Z] Collecting PyYAML<4,>=3.10 [2021-02-08T09:40:43.560Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-08T09:40:44.505Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-08T09:40:44.505Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-08T09:40:44.767Z] Collecting docker<4.0,>=3.6.0 [2021-02-08T09:40:44.767Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-08T09:40:45.029Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-08T09:40:45.029Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-08T09:40:45.029Z] Collecting docopt<0.7,>=0.6.1 [2021-02-08T09:40:45.291Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-08T09:40:45.866Z] Collecting docker-pycreds>=0.4.0 [2021-02-08T09:40:45.866Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-08T09:40:45.866Z] Collecting idna<2.8,>=2.5 [2021-02-08T09:40:45.866Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-08T09:40:45.866Z] 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-08T09:40:46.128Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-08T09:40:46.128Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-08T09:40:46.128Z] 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-08T09:40:46.129Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-08T09:40:46.129Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-08T09:40:46.129Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-08T09:40:46.129Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-08T09:40:46.391Z] Installing collected packages: cached-property, jsonschema, texttable, dockerpty, PyYAML, websocket-client, docker-pycreds, idna, urllib3, requests, docker, docopt, docker-compose [2021-02-08T09:40:46.392Z] Running setup.py install for texttable: started [2021-02-08T09:40:46.977Z] Running setup.py install for texttable: finished with status 'done' [2021-02-08T09:40:46.977Z] Running setup.py install for dockerpty: started [2021-02-08T09:40:47.552Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-08T09:40:47.552Z] Running setup.py install for PyYAML: started [2021-02-08T09:40:47.813Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-08T09:40:48.076Z] Attempting uninstall: idna [2021-02-08T09:40:48.076Z] Found existing installation: idna 2.9 [2021-02-08T09:40:48.076Z] Uninstalling idna-2.9: [2021-02-08T09:40:48.076Z] Successfully uninstalled idna-2.9 [2021-02-08T09:40:48.338Z] Attempting uninstall: urllib3 [2021-02-08T09:40:48.338Z] Found existing installation: urllib3 1.25.9 [2021-02-08T09:40:48.338Z] Uninstalling urllib3-1.25.9: [2021-02-08T09:40:48.338Z] Successfully uninstalled urllib3-1.25.9 [2021-02-08T09:40:48.601Z] Attempting uninstall: requests [2021-02-08T09:40:48.601Z] Found existing installation: requests 2.23.0 [2021-02-08T09:40:48.601Z] Uninstalling requests-2.23.0: [2021-02-08T09:40:48.601Z] Successfully uninstalled requests-2.23.0 [2021-02-08T09:40:49.181Z] Running setup.py install for docopt: started [2021-02-08T09:40:49.442Z] Running setup.py install for docopt: finished with status 'done' [2021-02-08T09:40:49.703Z] 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-08T09:40:53.934Z] Removing intermediate container 3e01ffe77a82 [2021-02-08T09:40:53.934Z] ---> 1f097b7d3186 [2021-02-08T09:40:53.934Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-08T09:40:53.934Z] ---> Running in f37aea180842 [2021-02-08T09:40:53.934Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-08T09:40:53.934Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-08T09:40:53.934Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-08T09:40:53.934Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-08T09:40:53.934Z] (3/3) Installing curl (7.69.1-r3) [2021-02-08T09:40:53.934Z] Executing busybox-1.31.1-r19.trigger [2021-02-08T09:40:53.934Z] OK: 72 MiB in 58 packages [2021-02-08T09:40:54.881Z] Removing intermediate container f37aea180842 [2021-02-08T09:40:54.882Z] ---> fa5c73209d7e [2021-02-08T09:40:54.882Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-08T09:40:54.882Z] ---> Running in c9c99af22bb2 [2021-02-08T09:40:54.882Z] Removing intermediate container c9c99af22bb2 [2021-02-08T09:40:54.882Z] ---> 23d25b1ce0e0 [2021-02-08T09:40:54.882Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-08T09:40:54.882Z] ---> Running in 56e4c4c3b44e [2021-02-08T09:40:55.145Z] Removing intermediate container 56e4c4c3b44e [2021-02-08T09:40:55.145Z] ---> 0dff0e1d5319 [2021-02-08T09:40:55.145Z] Step 24/26 : LABEL arch=x86_64 [2021-02-08T09:40:55.145Z] ---> Running in e23c331eb160 [2021-02-08T09:40:55.407Z] Removing intermediate container e23c331eb160 [2021-02-08T09:40:55.407Z] ---> 814925e4a060 [2021-02-08T09:40:55.407Z] Step 25/26 : LABEL git_sha=4b0ff43b6f13bf277e1af8d3ba378c4fea643b4d [2021-02-08T09:40:55.407Z] ---> Running in fc4b4a17e094 [2021-02-08T09:40:55.668Z] Removing intermediate container fc4b4a17e094 [2021-02-08T09:40:55.668Z] ---> 2b123b0c335f [2021-02-08T09:40:55.668Z] Step 26/26 : LABEL version=0.0.0 [2021-02-08T09:40:55.668Z] ---> Running in acd2bd00b50d [2021-02-08T09:40:55.931Z] Removing intermediate container acd2bd00b50d [2021-02-08T09:40:55.931Z] ---> 4b6bf83fd77a [2021-02-08T09:40:55.931Z] [2021-02-08T09:40:55.931Z] Successfully built 4b6bf83fd77a [2021-02-08T09:40:56.195Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-02-08T09:40:56.468Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-02-08T09:40:56.476Z] $ docker stop --time=1 131afff935bc9acae24bb59bc79143f048ffbce5466ce16cba93c99fc1e79bec [2021-02-08T09:40:58.200Z] $ docker rm -f 131afff935bc9acae24bb59bc79143f048ffbce5466ce16cba93c99fc1e79bec [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-08T09:40:58.742Z] + docker images [2021-02-08T09:40:58.742Z] + grep docker [2021-02-08T09:40:59.316Z] docker-sys-mgmt-agent-go latest 4b6bf83fd77a 3 seconds ago 313MB [2021-02-08T09:40:59.316Z] docker-core-data-go latest 5a13cfd5d9cd 24 seconds ago 22.3MB [2021-02-08T09:40:59.316Z] docker-security-secretstore-setup-go latest 8af6a6f800b1 50 seconds ago 24.6MB [2021-02-08T09:40:59.316Z] docker-core-metadata-go latest 1255427ed77b 57 seconds ago 18.8MB [2021-02-08T09:40:59.316Z] docker-security-bootstrapper-go latest aa854bfa45e3 About a minute ago 23.8MB [2021-02-08T09:40:59.316Z] docker-core-command-go latest a2365c0532a0 2 minutes ago 16.9MB [2021-02-08T09:40:59.316Z] docker-security-proxy-setup-go latest 98b857b307ba 2 minutes ago 24.4MB [2021-02-08T09:40:59.316Z] docker-support-notifications-go latest 3dbc152fc82f 2 minutes ago 17.6MB [2021-02-08T09:40:59.316Z] docker-support-scheduler-go latest 9fc52a844cd5 2 minutes ago 17MB [2021-02-08T09:40:59.316Z] docker 20.10.0 aefe523efa57 8 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-08T09:41:14.936Z] Still waiting to schedule task [2021-02-08T09:41:14.936Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-8c-8g-25546’ [2021-02-08T09:41:30.001Z] gofmt -l . [2021-02-08T09:41:30.001Z] [ "`gofmt -l .`" = "" ] [2021-02-08T09:41:30.001Z] ./bin/test-go-mod-tidy.sh [2021-02-08T09:41:30.001Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-08T09:41:30.664Z] + ls -al . [2021-02-08T09:41:30.664Z] total 724 [2021-02-08T09:41:30.664Z] drwxrwxr-x 9 1001 1001 4096 Feb 8 09:41 . [2021-02-08T09:41:30.664Z] drwxr-xr-x 4 root root 4096 Feb 8 09:37 .. [2021-02-08T09:41:30.664Z] -rw-rw-r-- 1 1001 1001 11 Feb 8 09:35 .dockerignore [2021-02-08T09:41:30.664Z] drwxrwxr-x 8 1001 1001 4096 Feb 8 09:35 .git [2021-02-08T09:41:30.664Z] drwxrwxr-x 3 1001 1001 4096 Feb 8 09:35 .github [2021-02-08T09:41:30.664Z] -rw-rw-r-- 1 1001 1001 872 Feb 8 09:35 .gitignore [2021-02-08T09:41:30.664Z] -rw-rw-r-- 1 1001 1001 166 Feb 8 09:35 .sonarcloud.properties [2021-02-08T09:41:30.664Z] -rw-rw-r-- 1 1001 1001 7859 Feb 8 09:35 Attribution.txt [2021-02-08T09:41:30.664Z] -rw-rw-r-- 1 1001 1001 3804 Feb 8 09:35 CONTRIBUTING.md [2021-02-08T09:41:30.664Z] -rw-rw-r-- 1 1001 1001 931 Feb 8 09:35 Dockerfile.build [2021-02-08T09:41:30.664Z] -rw-rw-r-- 1 1001 1001 863 Feb 8 09:35 Jenkinsfile [2021-02-08T09:41:30.664Z] -rw-rw-r-- 1 1001 1001 10775 Feb 8 09:35 LICENSE [2021-02-08T09:41:30.664Z] -rw-rw-r-- 1 1001 1001 6001 Feb 8 09:35 Makefile [2021-02-08T09:41:30.664Z] -rw-rw-r-- 1 1001 1001 6524 Feb 8 09:35 README.md [2021-02-08T09:41:30.664Z] -rw-rw-r-- 1 1001 1001 6755 Feb 8 09:35 SECURITY.md [2021-02-08T09:41:30.664Z] -rw-rw-r-- 1 1001 1001 5 Feb 8 09:32 VERSION [2021-02-08T09:41:30.664Z] -rw-rw-r-- 1 1001 1001 4131 Feb 8 09:35 ZMQWindows.md [2021-02-08T09:41:30.664Z] drwxrwxr-x 2 1001 1001 4096 Feb 8 09:35 bin [2021-02-08T09:41:30.664Z] drwxrwxr-x 15 1001 1001 4096 Feb 8 09:35 cmd [2021-02-08T09:41:30.664Z] -rw-r--r-- 1 root root 590503 Feb 8 09:40 coverage.out [2021-02-08T09:41:30.664Z] -rw-r--r-- 1 root root 1054 Feb 8 09:41 go.mod [2021-02-08T09:41:30.664Z] -rw-r--r-- 1 root root 19518 Feb 8 09:41 go.sum [2021-02-08T09:41:30.664Z] drwxrwxr-x 8 1001 1001 4096 Feb 8 09:35 internal [2021-02-08T09:41:30.664Z] drwxrwxr-x 4 1001 1001 4096 Feb 8 09:35 openapi [2021-02-08T09:41:30.664Z] drwxrwxr-x 4 1001 1001 4096 Feb 8 09:35 snap [2021-02-08T09:41:30.664Z] -rw-rw-r-- 1 1001 1001 168 Feb 8 09:35 version.go [Pipeline] sh [2021-02-08T09:41:31.339Z] + '[' -e coverage.out ] [2021-02-08T09:41:31.339Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-08T09:41:31.360Z] Warning: overwriting stash ‘coverage-report’ [2021-02-08T09:41:32.676Z] Stashed 1 file(s) [Pipeline] sh [2021-02-08T09:41:33.422Z] + make build [2021-02-08T09:41:33.422Z] 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-08T09:41:45.853Z] 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-08T09:42:12.649Z] 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-08T09:42:16.950Z] 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-08T09:42:23.681Z] 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-08T09:42:25.110Z] 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-08T09:42:30.529Z] 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-08T09:42:35.920Z] 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-08T09:42:39.301Z] 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-08T09:42:43.591Z] 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-08T09:42:46.967Z] 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-08T09:42:50.362Z] 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-08T09:42:53.949Z] 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-08T09:43:00.662Z] $ docker stop --time=1 c7ac719fd6588c79babdc7551544846a8ea4bb00e09331e4a003245ef9df4eb5 [2021-02-08T09:43:03.343Z] $ docker rm -f c7ac719fd6588c79babdc7551544846a8ea4bb00e09331e4a003245ef9df4eb5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:43:05.357Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-08T09:43:05.357Z] [2021-02-08T09:43:05.357Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:43:06.007Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-08T09:43:06.279Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-02-08T09:43:06.279Z] 29e5d40040c1: Pulling fs layer [2021-02-08T09:43:06.279Z] 1ce36da41761: Pulling fs layer [2021-02-08T09:43:06.279Z] 25b303627fd3: Pulling fs layer [2021-02-08T09:43:06.279Z] 29e5d40040c1: Verifying Checksum [2021-02-08T09:43:06.279Z] 29e5d40040c1: Download complete [2021-02-08T09:43:06.872Z] 29e5d40040c1: Pull complete [2021-02-08T09:43:06.872Z] 1ce36da41761: Verifying Checksum [2021-02-08T09:43:06.872Z] 1ce36da41761: Download complete [2021-02-08T09:43:08.300Z] 1ce36da41761: Pull complete [2021-02-08T09:43:08.893Z] 25b303627fd3: Verifying Checksum [2021-02-08T09:43:08.893Z] 25b303627fd3: Download complete [2021-02-08T09:43:19.042Z] 25b303627fd3: Pull complete [2021-02-08T09:43:19.042Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-02-08T09:43:19.042Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-08T09:43:19.042Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-02-08T09:43:19.307Z] prd-ubuntu18.04-docker-arm64-4c-16g-25543 does not seem to be running inside a container [2021-02-08T09:43:19.385Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-02-08T09:43:22.725Z] $ docker top bd2ff29139567a3395318784583f0f4d3a890f10811a7e0d4b9cb8a420d0f9a5 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-08T09:43:23.741Z] + docker-compose build --help [2021-02-08T09:43:23.741Z] + grep parallel [2021-02-08T09:43:28.055Z] --parallel Build images in parallel. [Pipeline] } [2021-02-08T09:43:28.073Z] $ docker stop --time=1 bd2ff29139567a3395318784583f0f4d3a890f10811a7e0d4b9cb8a420d0f9a5 [2021-02-08T09:43:30.004Z] $ docker rm -f bd2ff29139567a3395318784583f0f4d3a890f10811a7e0d4b9cb8a420d0f9a5 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:43:30.820Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-08T09:43:30.820Z] . [Pipeline] withDockerContainer [2021-02-08T09:43:31.054Z] prd-ubuntu18.04-docker-arm64-4c-16g-25543 does not seem to be running inside a container [2021-02-08T09:43:31.128Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-02-08T09:43:32.410Z] $ docker top db4bbdea1638540e44872b45b0e9101cd0b6664198944cc54fe1cf7735706367 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-08T09:43:33.391Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-08T09:43:35.830Z] Running on prd-ubuntu18.04-docker-8c-8g-25548 in /w/workspace/edgexfoundry_edgex-go_PR-3109 [Pipeline] { [Pipeline] ws [2021-02-08T09:43:35.926Z] Running in /w/workspace/edgex-go/19 [Pipeline] { [Pipeline] checkout [2021-02-08T09:43:37.752Z] Building docker-core-command-go ... [2021-02-08T09:43:37.752Z] Building docker-core-data-go ... [2021-02-08T09:43:37.752Z] Building docker-core-metadata-go ... [2021-02-08T09:43:37.752Z] Building docker-security-bootstrapper-go ... [2021-02-08T09:43:37.752Z] Building docker-security-proxy-setup-go ... [2021-02-08T09:43:37.752Z] Building docker-security-secretstore-setup-go ... [2021-02-08T09:43:37.752Z] Building docker-support-notifications-go ... [2021-02-08T09:43:37.752Z] Building docker-support-scheduler-go ... [2021-02-08T09:43:37.752Z] Building docker-sys-mgmt-agent-go ... [2021-02-08T09:43:37.752Z] Building docker-support-scheduler-go [2021-02-08T09:43:37.752Z] Building docker-security-proxy-setup-go [2021-02-08T09:43:37.752Z] Building docker-security-secretstore-setup-go [2021-02-08T09:43:37.752Z] Building docker-core-command-go [2021-02-08T09:43:37.752Z] Building docker-core-data-go [2021-02-08T09:43:38.066Z] using credential edgex-jenkins-ssh [2021-02-08T09:43:38.118Z] Cloning the remote Git repository [2021-02-08T09:43:38.146Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-08T09:43:38.209Z] > git init /w/workspace/edgex-go/19 # timeout=10 [2021-02-08T09:43:38.243Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-08T09:43:38.243Z] > git --version # timeout=10 [2021-02-08T09:43:38.249Z] > git --version # 'git version 2.17.1' [2021-02-08T09:43:38.250Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-08T09:43:38.278Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-08T09:43:51.980Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-08T09:43:51.986Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-08T09:43:51.995Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-08T09:43:52.005Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-08T09:43:52.005Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-08T09:43:52.009Z] > 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-08T09:43:52.508Z] Merging remotes/origin/master commit 9ee6a915f0da87ac859f0375cd81210a85b62227 into PR head commit 4b0ff43b6f13bf277e1af8d3ba378c4fea643b4d [2021-02-08T09:43:52.665Z] Merge succeeded, producing 4b0ff43b6f13bf277e1af8d3ba378c4fea643b4d [2021-02-08T09:43:52.666Z] Checking out Revision 4b0ff43b6f13bf277e1af8d3ba378c4fea643b4d (PR-3109) [2021-02-08T09:43:52.519Z] > git config core.sparsecheckout # timeout=10 [2021-02-08T09:43:52.524Z] > git checkout -f 4b0ff43b6f13bf277e1af8d3ba378c4fea643b4d # timeout=10 [2021-02-08T09:43:52.642Z] > git remote # timeout=10 [2021-02-08T09:43:52.649Z] > git config --get remote.origin.url # timeout=10 [2021-02-08T09:43:52.653Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-08T09:43:52.656Z] > git merge 9ee6a915f0da87ac859f0375cd81210a85b62227 # timeout=10 [2021-02-08T09:43:52.664Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-08T09:43:52.672Z] > git config core.sparsecheckout # timeout=10 [2021-02-08T09:43:52.675Z] > git checkout -f 4b0ff43b6f13bf277e1af8d3ba378c4fea643b4d # timeout=10 [2021-02-08T09:43:56.298Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-08T09:43:57.216Z] + echo snap-build.sh [2021-02-08T09:43:57.217Z] snap-build.sh [2021-02-08T09:43:57.217Z] + SNAP_BASE_DIR=. [2021-02-08T09:43:57.217Z] + '[' '!' -z /w/workspace/edgex-go/19 ']' [2021-02-08T09:43:57.217Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/19 [2021-02-08T09:43:57.217Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/19]' [2021-02-08T09:43:57.217Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/19] [2021-02-08T09:43:57.217Z] + cd /w/workspace/edgex-go/19 [2021-02-08T09:43:57.217Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-02-08T09:43:57.217Z] Reading package lists... [2021-02-08T09:43:57.478Z] Building dependency tree... [2021-02-08T09:43:57.478Z] Reading state information... [2021-02-08T09:43:57.738Z] The following packages were automatically installed and are no longer required: [2021-02-08T09:43:57.738Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-02-08T09:43:57.738Z] uidmap xdelta3 [2021-02-08T09:43:57.738Z] Use 'sudo apt autoremove' to remove them. [2021-02-08T09:43:57.738Z] The following packages will be REMOVED: [2021-02-08T09:43:57.738Z] lxd* lxd-client* [2021-02-08T09:43:58.310Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-02-08T09:43:58.310Z] After this operation, 31.7 MB disk space will be freed. [2021-02-08T09:43:59.363Z] (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-08T09:43:59.363Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-08T09:44:00.306Z] Removing lxd dnsmasq configuration [2021-02-08T09:44:00.306Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-02-08T09:44:00.306Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-02-08T09:44:01.249Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-02-08T09:44:01.515Z] (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-08T09:44:01.515Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-08T09:44:03.438Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-02-08T09:44:03.438Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-02-08T09:44:04.829Z] + sudo snap remove --purge lxd [2021-02-08T09:44:04.829Z] snap "lxd" is not installed [2021-02-08T09:44:04.829Z] + sudo groupadd --force --system lxd [2021-02-08T09:44:04.829Z] ++ whoami [2021-02-08T09:44:04.829Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-02-08T09:44:04.829Z] + newgrp - lxd [2021-02-08T09:44:05.117Z] + sudo snap install lxd [2021-02-08T09:44:13.304Z] 2021-02-08T09:44:10Z INFO Waiting for automatic snapd restart... [2021-02-08T09:44:28.232Z] lxd 4.10 from Canonical* installed [2021-02-08T09:44:28.233Z] + sudo lxd init --auto [2021-02-08T09:44:34.823Z] + sudo snap install --classic snapcraft [2021-02-08T09:44:42.980Z] snapcraft 4.4.4 from Canonical* installed [2021-02-08T09:44:42.980Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-02-08T09:44:42.980Z] + patch --verbose -p1 [2021-02-08T09:44:42.980Z] Hmm... Looks like a unified diff to me... [2021-02-08T09:44:42.980Z] The text leading up to this was: [2021-02-08T09:44:42.980Z] -------------------------- [2021-02-08T09:44:42.980Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-02-08T09:44:42.980Z] |From: Tony Espy [2021-02-08T09:44:42.980Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-02-08T09:44:42.980Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-02-08T09:44:42.980Z] | [2021-02-08T09:44:42.980Z] |This patch is used by the EdgeX CI pipeline builds to [2021-02-08T09:44:42.980Z] |optimize the snap CI check run for pull requests. When [2021-02-08T09:44:42.980Z] |applied, it essentially strips out everything (apps and [2021-02-08T09:44:42.980Z] |parts) from the snapcraft.yaml file except those required [2021-02-08T09:44:42.981Z] |to build edgex-go, as the whole idea of the CI check is to [2021-02-08T09:44:42.981Z] |catch changes to edgex-go that break the snap build. [2021-02-08T09:44:42.981Z] | [2021-02-08T09:44:42.981Z] |In general, anyone updating snapcraft.yaml will also need [2021-02-08T09:44:42.981Z] |to update this patch file, otherwise it may fail to apply, [2021-02-08T09:44:42.981Z] |resulting in a failed snap build CI check in the associated [2021-02-08T09:44:42.981Z] |pull request. [2021-02-08T09:44:42.981Z] | [2021-02-08T09:44:42.981Z] |Note - in addition to applying this patch, the pipeline also [2021-02-08T09:44:42.981Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-02-08T09:44:42.981Z] |need to build the finally binary .snap file (and it won't [2021-02-08T09:44:42.981Z] |work with the patch applied). This further reduces the build [2021-02-08T09:44:42.981Z] |time. [2021-02-08T09:44:42.981Z] |--- [2021-02-08T09:44:42.981Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-02-08T09:44:42.981Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-02-08T09:44:42.981Z] | [2021-02-08T09:44:42.981Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-02-08T09:44:42.981Z] |index 1e537489..faf42425 100644 [2021-02-08T09:44:42.981Z] |--- a/snap/snapcraft.yaml [2021-02-08T09:44:42.981Z] |+++ b/snap/snapcraft.yaml [2021-02-08T09:44:42.981Z] -------------------------- [2021-02-08T09:44:42.981Z] patching file snap/snapcraft.yaml [2021-02-08T09:44:42.981Z] Using Plan A... [2021-02-08T09:44:42.981Z] Hunk #1 succeeded at 73. [2021-02-08T09:44:42.981Z] Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). [2021-02-08T09:44:42.981Z] Hunk #3 succeeded at 214 (offset -1 lines). [2021-02-08T09:44:42.981Z] Hunk #4 succeeded at 222 (offset -1 lines). [2021-02-08T09:44:42.981Z] Hunk #5 succeeded at 229 (offset -1 lines). [2021-02-08T09:44:42.981Z] Hunk #6 succeeded at 256 (offset -1 lines). [2021-02-08T09:44:42.981Z] Hunk #7 succeeded at 290 (offset -1 lines). [2021-02-08T09:44:42.981Z] Hunk #8 succeeded at 342. [2021-02-08T09:44:42.981Z] Hmm... Ignoring the trailing garbage. [2021-02-08T09:44:42.981Z] done [2021-02-08T09:44:42.981Z] + sudo snapcraft prime --use-lxd [2021-02-08T09:44:44.364Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-02-08T09:44:44.364Z] 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-08T09:44:44.364Z] - README.md [2021-02-08T09:44:44.364Z] - snapcraft.yaml.orig [2021-02-08T09:44:44.364Z] [2021-02-08T09:44:44.364Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-02-08T09:44:45.305Z] Launching a container. [2021-02-08T09:44:57.557Z] Waiting for container to be ready [2021-02-08T09:44:57.557Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-02-08T09:44:57.557Z] [2021-02-08T09:44:59.504Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-08T09:44:59.505Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-08T09:44:59.505Z] ---> 7e2beb0a18c1 [2021-02-08T09:44:59.505Z] Step 3/21 : WORKDIR /edgex-go [2021-02-08T09:44:59.505Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-08T09:44:59.505Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-08T09:44:59.505Z] ---> 7e2beb0a18c1 [2021-02-08T09:44:59.505Z] Step 3/23 : WORKDIR /edgex-go [2021-02-08T09:44:59.505Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-08T09:44:59.505Z] [2021-02-08T09:44:59.505Z] Step 2/22 : FROM ${BUILDER_BASE} AS builderStep 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-08T09:44:59.505Z] ---> 7e2beb0a18c1 [2021-02-08T09:44:59.505Z] Step 3/23 : WORKDIR /edgex-go [2021-02-08T09:44:59.505Z] [2021-02-08T09:44:59.505Z] ---> 7e2beb0a18c1 [2021-02-08T09:44:59.505Z] Step 3/22 : WORKDIR /edgex-go [2021-02-08T09:44:59.505Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-08T09:44:59.505Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-08T09:44:59.505Z] ---> 7e2beb0a18c1 [2021-02-08T09:44:59.505Z] Step 3/24 : WORKDIR /edgex-go [2021-02-08T09:44:59.505Z] ---> Running in bc7f6c04f08a [2021-02-08T09:44:59.505Z] ---> Running in b1b8b089c3cf [2021-02-08T09:44:59.505Z] ---> Running in 8ef903a1e6ab [2021-02-08T09:44:59.505Z] ---> Running in aeb051c8115b [2021-02-08T09:44:59.505Z] ---> Running in 48884c120380 [2021-02-08T09:44:59.505Z] Removing intermediate container aeb051c8115b [2021-02-08T09:44:59.505Z] ---> db79ed96d9c7 [2021-02-08T09:44:59.505Z] Removing intermediate container 48884c120380 [2021-02-08T09:44:59.505Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-08T09:44:59.505Z] ---> f4f60c572e01 [2021-02-08T09:44:59.505Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-08T09:44:59.505Z] Removing intermediate container bc7f6c04f08a [2021-02-08T09:44:59.505Z] ---> 004c59ad9f78 [2021-02-08T09:44:59.505Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-08T09:44:59.505Z] Removing intermediate container 8ef903a1e6ab [2021-02-08T09:44:59.505Z] ---> 6e92f623e8f7 [2021-02-08T09:44:59.505Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-08T09:44:59.505Z] Removing intermediate container b1b8b089c3cf [2021-02-08T09:44:59.505Z] ---> ef24775fe04d [2021-02-08T09:44:59.505Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-08T09:44:59.505Z] ---> Running in c90cbfac3989 [2021-02-08T09:44:59.505Z] ---> Running in bd74774cfb13 [2021-02-08T09:44:59.505Z] ---> Running in eab219ad4306 [2021-02-08T09:44:59.505Z] ---> Running in b713cf323fd9 [2021-02-08T09:44:59.505Z] ---> Running in 11840b82ad3e [2021-02-08T09:44:59.505Z] Removing intermediate container c90cbfac3989 [2021-02-08T09:44:59.505Z] ---> 9eebeafe5b70 [2021-02-08T09:44:59.505Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-08T09:44:59.505Z] Removing intermediate container bd74774cfb13 [2021-02-08T09:44:59.505Z] ---> d2daa23b6ecb [2021-02-08T09:44:59.505Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-08T09:44:59.505Z] ---> Running in 77db1538d4b1 [2021-02-08T09:44:59.505Z] ---> Running in 9380dead47bf [2021-02-08T09:44:59.505Z] Removing intermediate container b713cf323fd9 [2021-02-08T09:44:59.505Z] ---> 365451244197 [2021-02-08T09:44:59.505Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-08T09:44:59.505Z] Removing intermediate container 11840b82ad3e [2021-02-08T09:44:59.505Z] ---> dc76feeaed2f [2021-02-08T09:44:59.505Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-08T09:44:59.505Z] Removing intermediate container eab219ad4306 [2021-02-08T09:44:59.505Z] ---> 5eb0d7656ff1 [2021-02-08T09:44:59.505Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-08T09:44:59.505Z] ---> Running in a22da2c17980 [2021-02-08T09:44:59.505Z] ---> Running in 1dff9cafbddb [2021-02-08T09:44:59.505Z] ---> Running in f6008f235be2 [2021-02-08T09:44:59.505Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-08T09:44:59.505Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-08T09:44:59.505Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-08T09:44:59.505Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-08T09:44:59.505Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-08T09:44:59.505Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-08T09:44:59.505Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-08T09:44:59.505Z] OK: 217 MiB in 51 packages [2021-02-08T09:44:59.505Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-08T09:44:59.505Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-08T09:44:59.505Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-08T09:44:59.505Z] OK: 217 MiB in 51 packages [2021-02-08T09:44:59.505Z] OK: 217 MiB in 51 packages [2021-02-08T09:44:59.505Z] OK: 217 MiB in 51 packages [2021-02-08T09:44:59.505Z] OK: 217 MiB in 51 packages [2021-02-08T09:44:59.505Z] Removing intermediate container 77db1538d4b1 [2021-02-08T09:44:59.505Z] ---> 46cfd5dbcd18 [2021-02-08T09:44:59.505Z] Step 6/23 : COPY go.mod . [2021-02-08T09:44:59.785Z] Removing intermediate container 9380dead47bf [2021-02-08T09:44:59.785Z] ---> d516dd53b3d9 [2021-02-08T09:44:59.785Z] Step 6/24 : COPY go.mod . [2021-02-08T09:45:00.063Z] ---> 211c6525f86c [2021-02-08T09:45:00.063Z] Step 7/23 : RUN go mod download [2021-02-08T09:45:00.343Z] Removing intermediate container a22da2c17980 [2021-02-08T09:45:00.343Z] ---> a858b488b02d [2021-02-08T09:45:00.343Z] Step 6/22 : COPY go.mod . [2021-02-08T09:45:00.343Z] ---> Running in 3e54b51f86f4 [2021-02-08T09:45:00.343Z] Removing intermediate container 1dff9cafbddb [2021-02-08T09:45:00.343Z] ---> 51ad64b05d9b [2021-02-08T09:45:00.343Z] Step 6/23 : COPY go.mod . [2021-02-08T09:45:00.618Z] Removing intermediate container f6008f235be2 [2021-02-08T09:45:00.618Z] ---> 3b98ac98d305 [2021-02-08T09:45:00.618Z] Step 6/21 : COPY go.mod . [2021-02-08T09:45:00.864Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-02-08T09:45:00.899Z] ---> 3ee667d59682 [2021-02-08T09:45:00.899Z] Step 7/24 : RUN go mod download [2021-02-08T09:45:01.175Z] ---> Running in bd7b018603cd [2021-02-08T09:45:01.438Z] Waiting for network to be ready... [2021-02-08T09:45:01.770Z] ---> ca34b612c2d9 [2021-02-08T09:45:01.770Z] Step 7/22 : RUN go mod download [2021-02-08T09:45:01.770Z] ---> 1a38bc3175ee [2021-02-08T09:45:01.770Z] Step 7/23 : RUN go mod download [2021-02-08T09:45:02.015Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-08T09:45:02.015Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-02-08T09:45:02.053Z] ---> 32ee2985a14c [2021-02-08T09:45:02.054Z] Step 7/21 : RUN go mod download [2021-02-08T09:45:02.054Z] ---> Running in bda86eb410b9 [2021-02-08T09:45:02.054Z] ---> Running in 0e9fd42abe2a [2021-02-08T09:45:02.278Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1537 kB] [2021-02-08T09:45:02.279Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-02-08T09:45:02.335Z] ---> Running in 838b68010ff5 [2021-02-08T09:45:02.543Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-02-08T09:45:02.807Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-02-08T09:45:02.807Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-02-08T09:45:02.807Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-02-08T09:45:02.807Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-02-08T09:45:02.807Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-02-08T09:45:02.807Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-02-08T09:45:02.807Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [297 kB] [2021-02-08T09:45:02.807Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-02-08T09:45:02.807Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-02-08T09:45:02.807Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] [2021-02-08T09:45:02.807Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] [2021-02-08T09:45:02.807Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1105 kB] [2021-02-08T09:45:02.807Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] [2021-02-08T09:45:03.071Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-02-08T09:45:03.333Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1877 kB] [2021-02-08T09:45:03.333Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] [2021-02-08T09:45:03.593Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-02-08T09:45:03.593Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-02-08T09:45:03.593Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] [2021-02-08T09:45:03.593Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] [2021-02-08T09:45:03.594Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1714 kB] [2021-02-08T09:45:03.594Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] [2021-02-08T09:45:04.348Z] Removing intermediate container 3e54b51f86f4 [2021-02-08T09:45:04.348Z] ---> 4ff10fecf07c [2021-02-08T09:45:04.348Z] Step 8/23 : COPY . . [2021-02-08T09:45:05.358Z] Removing intermediate container bd7b018603cd [2021-02-08T09:45:05.358Z] ---> 4bf5c931e903 [2021-02-08T09:45:05.358Z] Step 8/24 : COPY . . [2021-02-08T09:45:06.349Z] Removing intermediate container bda86eb410b9 [2021-02-08T09:45:06.349Z] ---> 1c3b8ed6d091 [2021-02-08T09:45:06.349Z] Step 8/22 : COPY . . [2021-02-08T09:45:06.961Z] Removing intermediate container 0e9fd42abe2a [2021-02-08T09:45:06.961Z] ---> 70d28f34704d [2021-02-08T09:45:06.961Z] Step 8/23 : COPY . . [2021-02-08T09:45:07.562Z] Removing intermediate container 838b68010ff5 [2021-02-08T09:45:07.562Z] ---> 6aae064f57d0 [2021-02-08T09:45:07.562Z] Step 8/21 : COPY . . [2021-02-08T09:45:07.811Z] Fetched 23.9 MB in 6s (4093 kB/s) [2021-02-08T09:45:08.754Z] Reading package lists... [2021-02-08T09:45:09.016Z] Reading package lists... [2021-02-08T09:45:09.016Z] Building dependency tree... [2021-02-08T09:45:09.016Z] Reading state information... [2021-02-08T09:45:09.277Z] The following additional packages will be installed: [2021-02-08T09:45:09.277Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-02-08T09:45:09.277Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-02-08T09:45:09.277Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-02-08T09:45:09.277Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-02-08T09:45:09.277Z] Suggested packages: [2021-02-08T09:45:09.277Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-02-08T09:45:09.277Z] Recommended packages: [2021-02-08T09:45:09.277Z] gnupg libsasl2-modules [2021-02-08T09:45:09.277Z] The following NEW packages will be installed: [2021-02-08T09:45:09.277Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-02-08T09:45:09.277Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-02-08T09:45:09.277Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-02-08T09:45:09.277Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-02-08T09:45:09.277Z] The following packages will be upgraded: [2021-02-08T09:45:09.277Z] gpg gpg-agent gpgconf libudev1 [2021-02-08T09:45:09.277Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-02-08T09:45:09.277Z] Need to get 3533 kB of archives. [2021-02-08T09:45:09.277Z] After this operation, 13.3 MB of additional disk space will be used. [2021-02-08T09:45:09.277Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-02-08T09:45:09.537Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-02-08T09:45:09.537Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-02-08T09:45:09.537Z] 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-08T09:45:09.538Z] 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-08T09:45:09.538Z] 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-08T09:45:09.538Z] 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-08T09:45:09.538Z] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-02-08T09:45:09.538Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-02-08T09:45:09.801Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-02-08T09:45:10.062Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-02-08T09:45:10.062Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-02-08T09:45:10.062Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-02-08T09:45:10.062Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-02-08T09:45:10.062Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-02-08T09:45:10.062Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-02-08T09:45:10.062Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-02-08T09:45:10.062Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-02-08T09:45:10.062Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-02-08T09:45:10.323Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-02-08T09:45:10.323Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-02-08T09:45:10.323Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-02-08T09:45:10.586Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-08T09:45:10.586Z] Fetched 3533 kB in 1s (3504 kB/s) [2021-02-08T09:45:10.586Z] (Reading database ... 12511 files and directories currently installed.) [2021-02-08T09:45:10.586Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-02-08T09:45:10.586Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-08T09:45:10.856Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-02-08T09:45:10.856Z] Selecting previously unselected package udev. [2021-02-08T09:45:10.856Z] (Reading database ... 12511 files and directories currently installed.) [2021-02-08T09:45:10.856Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-02-08T09:45:10.856Z] Unpacking udev (237-3ubuntu10.44) ... [2021-02-08T09:45:11.118Z] Selecting previously unselected package libfuse2:amd64. [2021-02-08T09:45:11.118Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-02-08T09:45:11.118Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-02-08T09:45:11.378Z] Selecting previously unselected package fuse. [2021-02-08T09:45:11.378Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-02-08T09:45:11.378Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-02-08T09:45:11.378Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-08T09:45:11.378Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-08T09:45:11.639Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-08T09:45:11.640Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-08T09:45:11.640Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-08T09:45:11.640Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-08T09:45:11.900Z] Selecting previously unselected package libksba8:amd64. [2021-02-08T09:45:11.900Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-02-08T09:45:11.900Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-02-08T09:45:11.900Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-02-08T09:45:11.900Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-08T09:45:11.900Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-08T09:45:12.163Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-02-08T09:45:12.163Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-08T09:45:12.163Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-08T09:45:12.163Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-02-08T09:45:12.163Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-08T09:45:12.163Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-08T09:45:12.163Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-02-08T09:45:12.163Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-08T09:45:12.163Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-08T09:45:12.424Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-02-08T09:45:12.424Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-08T09:45:12.424Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-08T09:45:12.424Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-02-08T09:45:12.424Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-08T09:45:12.424Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-08T09:45:12.424Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-02-08T09:45:12.424Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-08T09:45:12.424Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-08T09:45:12.685Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-02-08T09:45:12.686Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-08T09:45:12.686Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-08T09:45:12.686Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-02-08T09:45:12.686Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-08T09:45:12.686Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-08T09:45:12.952Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-02-08T09:45:12.952Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-02-08T09:45:12.952Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-08T09:45:12.952Z] Selecting previously unselected package libsasl2-2:amd64. [2021-02-08T09:45:12.952Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-02-08T09:45:12.952Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-08T09:45:12.952Z] Selecting previously unselected package libldap-common. [2021-02-08T09:45:12.952Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-02-08T09:45:12.952Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-08T09:45:13.214Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-02-08T09:45:13.214Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-02-08T09:45:13.214Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-08T09:45:13.214Z] Selecting previously unselected package dirmngr. [2021-02-08T09:45:13.214Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-08T09:45:13.214Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-02-08T09:45:13.476Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-08T09:45:13.476Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-02-08T09:45:13.476Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-02-08T09:45:13.476Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-08T09:45:13.476Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-08T09:45:13.476Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-02-08T09:45:13.476Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-08T09:45:13.476Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-02-08T09:45:13.476Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-08T09:45:13.737Z] Setting up udev (237-3ubuntu10.44) ... [2021-02-08T09:45:13.999Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-02-08T09:45:14.261Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-08T09:45:14.261Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-02-08T09:45:14.261Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-02-08T09:45:14.261Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-02-08T09:45:14.261Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-08T09:45:14.261Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-08T09:45:14.261Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-08T09:45:14.261Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-08T09:45:14.261Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-08T09:45:14.522Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-08T09:45:14.522Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-08T09:45:14.522Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-08T09:45:14.522Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-02-08T09:45:14.522Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-08T09:45:15.469Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-02-08T09:45:15.469Z] settings in the [Install] section, and DefaultInstance for template units). [2021-02-08T09:45:15.469Z] This means they are not meant to be enabled using systemctl. [2021-02-08T09:45:15.469Z] Possible reasons for having this kind of units are: [2021-02-08T09:45:15.469Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-02-08T09:45:15.469Z] .wants/ or .requires/ directory. [2021-02-08T09:45:15.469Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-02-08T09:45:15.469Z] a requirement dependency on it. [2021-02-08T09:45:15.469Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-02-08T09:45:15.469Z] D-Bus, udev, scripted systemctl call, ...). [2021-02-08T09:45:15.469Z] 4) In case of template units, the unit is meant to be enabled with some [2021-02-08T09:45:15.469Z] instance name specified. [2021-02-08T09:45:15.469Z] Reading package lists... [2021-02-08T09:45:15.730Z] Building dependency tree... [2021-02-08T09:45:15.730Z] Reading state information... [2021-02-08T09:45:15.991Z] The following additional packages will be installed: [2021-02-08T09:45:15.991Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-02-08T09:45:15.991Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-02-08T09:45:15.991Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-02-08T09:45:15.991Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-02-08T09:45:15.991Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-02-08T09:45:15.991Z] Suggested packages: [2021-02-08T09:45:15.991Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-02-08T09:45:15.991Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-02-08T09:45:15.991Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-02-08T09:45:15.991Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-02-08T09:45:15.991Z] systemd-container policykit-1 [2021-02-08T09:45:15.991Z] Recommended packages: [2021-02-08T09:45:15.991Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-02-08T09:45:15.991Z] The following NEW packages will be installed: [2021-02-08T09:45:15.991Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-02-08T09:45:15.991Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-02-08T09:45:15.991Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-02-08T09:45:15.991Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-02-08T09:45:15.991Z] python3.6-minimal snapd squashfs-tools sudo [2021-02-08T09:45:15.991Z] The following packages will be upgraded: [2021-02-08T09:45:15.991Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-02-08T09:45:15.991Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-02-08T09:45:15.992Z] Need to get 35.2 MB of archives. [2021-02-08T09:45:15.992Z] After this operation, 141 MB of additional disk space will be used. [2021-02-08T09:45:15.992Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-02-08T09:45:16.253Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-02-08T09:45:16.253Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-02-08T09:45:16.253Z] 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-08T09:45:16.253Z] 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-08T09:45:16.253Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-02-08T09:45:16.253Z] 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-08T09:45:16.253Z] 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-08T09:45:16.253Z] 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-08T09:45:16.253Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-02-08T09:45:16.253Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-02-08T09:45:16.253Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-02-08T09:45:16.253Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-02-08T09:45:16.253Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-02-08T09:45:16.253Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-02-08T09:45:16.253Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-02-08T09:45:16.253Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-02-08T09:45:16.253Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-02-08T09:45:17.201Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-02-08T09:45:17.201Z] 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-08T09:45:17.201Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-02-08T09:45:17.201Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-02-08T09:45:17.201Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-02-08T09:45:17.201Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-02-08T09:45:17.201Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-02-08T09:45:17.201Z] Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-02-08T09:45:17.201Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-02-08T09:45:17.201Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-02-08T09:45:17.201Z] 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-08T09:45:17.201Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-02-08T09:45:18.147Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-08T09:45:18.147Z] Fetched 35.2 MB in 2s (18.0 MB/s) [2021-02-08T09:45:18.147Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-08T09:45:18.147Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-02-08T09:45:18.409Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-08T09:45:18.983Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-02-08T09:45:18.983Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-08T09:45:19.246Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-02-08T09:45:19.246Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-08T09:45:19.246Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-02-08T09:45:19.246Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-02-08T09:45:19.509Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-02-08T09:45:19.772Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-08T09:45:19.772Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-02-08T09:45:19.772Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-02-08T09:45:20.344Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-02-08T09:45:20.344Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-02-08T09:45:20.917Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-02-08T09:45:20.917Z] (Reading database ... 12764 files and directories currently installed.) [2021-02-08T09:45:20.917Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-02-08T09:45:20.917Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-02-08T09:45:21.179Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-02-08T09:45:21.179Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-08T09:45:21.179Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-08T09:45:21.440Z] Selecting previously unselected package libexpat1:amd64. [2021-02-08T09:45:21.440Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-02-08T09:45:21.440Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-02-08T09:45:21.440Z] Selecting previously unselected package python3.6-minimal. [2021-02-08T09:45:21.440Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-08T09:45:21.440Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-02-08T09:45:21.702Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-02-08T09:45:21.702Z] Checking for services that may need to be restarted...done. [2021-02-08T09:45:21.702Z] Checking for services that may need to be restarted...done. [2021-02-08T09:45:21.964Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-08T09:45:21.964Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-02-08T09:45:21.964Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-02-08T09:45:22.540Z] Selecting previously unselected package python3-minimal. [2021-02-08T09:45:22.540Z] (Reading database ... 13012 files and directories currently installed.) [2021-02-08T09:45:22.540Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-02-08T09:45:22.540Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-02-08T09:45:22.540Z] Selecting previously unselected package mime-support. [2021-02-08T09:45:22.540Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-02-08T09:45:22.540Z] Unpacking mime-support (3.60ubuntu1) ... [2021-02-08T09:45:22.802Z] Selecting previously unselected package libmpdec2:amd64. [2021-02-08T09:45:22.802Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-02-08T09:45:22.802Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-02-08T09:45:22.802Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-02-08T09:45:22.802Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-08T09:45:22.802Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-08T09:45:23.064Z] Selecting previously unselected package python3.6. [2021-02-08T09:45:23.064Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-08T09:45:23.064Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-08T09:45:23.064Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-02-08T09:45:23.064Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-02-08T09:45:23.064Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-02-08T09:45:23.325Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-02-08T09:45:23.588Z] Selecting previously unselected package python3. [2021-02-08T09:45:23.588Z] (Reading database ... 13442 files and directories currently installed.) [2021-02-08T09:45:23.588Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-02-08T09:45:23.588Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-02-08T09:45:23.588Z] Selecting previously unselected package multiarch-support. [2021-02-08T09:45:23.588Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-02-08T09:45:23.588Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-02-08T09:45:23.849Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-02-08T09:45:23.849Z] Selecting previously unselected package liblzo2-2:amd64. [2021-02-08T09:45:23.849Z] (Reading database ... 13479 files and directories currently installed.) [2021-02-08T09:45:23.849Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-02-08T09:45:23.849Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-02-08T09:45:23.849Z] Selecting previously unselected package libbsd0:amd64. [2021-02-08T09:45:23.849Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-02-08T09:45:23.849Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-02-08T09:45:24.111Z] Selecting previously unselected package sudo. [2021-02-08T09:45:24.111Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-02-08T09:45:24.111Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-02-08T09:45:24.373Z] Selecting previously unselected package apparmor. [2021-02-08T09:45:24.373Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-02-08T09:45:24.373Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-02-08T09:45:24.634Z] Selecting previously unselected package libedit2:amd64. [2021-02-08T09:45:24.634Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-02-08T09:45:24.634Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-02-08T09:45:24.634Z] Selecting previously unselected package libkrb5support0:amd64. [2021-02-08T09:45:24.634Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-02-08T09:45:24.634Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-02-08T09:45:24.634Z] Selecting previously unselected package libk5crypto3:amd64. [2021-02-08T09:45:24.634Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-02-08T09:45:24.634Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-02-08T09:45:24.896Z] Selecting previously unselected package libkeyutils1:amd64. [2021-02-08T09:45:24.896Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-02-08T09:45:24.896Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-02-08T09:45:24.896Z] Selecting previously unselected package libkrb5-3:amd64. [2021-02-08T09:45:24.896Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-02-08T09:45:24.896Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-02-08T09:45:25.157Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-02-08T09:45:25.157Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-02-08T09:45:25.157Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-02-08T09:45:25.157Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-02-08T09:45:25.157Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-02-08T09:45:25.157Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-02-08T09:45:26.550Z] Selecting previously unselected package openssh-client. [2021-02-08T09:45:26.550Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-02-08T09:45:26.550Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-02-08T09:45:26.812Z] Selecting previously unselected package squashfs-tools. [2021-02-08T09:45:26.812Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-02-08T09:45:26.812Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-02-08T09:45:26.812Z] Selecting previously unselected package snapd. [2021-02-08T09:45:26.812Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-02-08T09:45:26.812Z] Unpacking snapd (2.48+18.04) ... [2021-02-08T09:45:29.362Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-02-08T09:45:29.362Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-02-08T09:45:29.362Z] Setting up mime-support (3.60ubuntu1) ... [2021-02-08T09:45:29.362Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-02-08T09:45:29.362Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-02-08T09:45:29.623Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-02-08T09:45:29.623Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-08T09:45:29.623Z] Setting up systemd (237-3ubuntu10.44) ... [2021-02-08T09:45:29.623Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-02-08T09:45:30.569Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-02-08T09:45:30.569Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-02-08T09:45:30.569Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-02-08T09:45:30.569Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-08T09:45:30.569Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-02-08T09:45:30.569Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-08T09:45:31.525Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-02-08T09:45:31.525Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-02-08T09:45:31.525Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-02-08T09:45:31.525Z] Setting up python3 (3.6.7-1~18.04) ... [2021-02-08T09:45:31.525Z] running python rtupdate hooks for python3.6... [2021-02-08T09:45:31.525Z] running python post-rtupdate hooks for python3.6... [2021-02-08T09:45:31.787Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-02-08T09:45:33.710Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-02-08T09:45:33.710Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-02-08T09:45:33.710Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-02-08T09:45:33.971Z] Setting up snapd (2.48+18.04) ... [2021-02-08T09:45:34.375Z] ---> be1cc48cb5d8 [2021-02-08T09:45:34.375Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-08T09:45:34.375Z] ---> c1d7dcc55867 [2021-02-08T09:45:34.375Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-08T09:45:34.375Z] ---> 69abd615afaf [2021-02-08T09:45:34.375Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-08T09:45:34.375Z] ---> 82d8b216641e [2021-02-08T09:45:34.375Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-08T09:45:34.375Z] ---> Running in 645026312c0b [2021-02-08T09:45:34.375Z] ---> Running in 5f3fbfd01f64 [2021-02-08T09:45:34.375Z] ---> 3f662e6fa77d [2021-02-08T09:45:34.375Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-08T09:45:34.375Z] ---> Running in a44ee95f0acd [2021-02-08T09:45:34.375Z] ---> Running in c2311fca5da8 [2021-02-08T09:45:34.375Z] ---> Running in f1c24cf6ef14 [2021-02-08T09:45:34.375Z] 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-08T09:45:34.375Z] 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-08T09:45:34.375Z] 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-08T09:45:34.568Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-02-08T09:45:34.568Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-02-08T09:45:34.652Z] 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-08T09:45:34.652Z] 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-08T09:45:34.829Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-02-08T09:45:35.091Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-02-08T09:45:35.353Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-02-08T09:45:35.353Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-02-08T09:45:35.663Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-02-08T09:45:35.663Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-02-08T09:45:35.924Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-02-08T09:45:36.191Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-02-08T09:45:36.191Z] /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-08T09:45:36.191Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-08T09:45:36.191Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-02-08T09:45:37.599Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-08T09:45:37.599Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-08T09:45:37.599Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-08T09:45:39.783Z] Reading package lists... [2021-02-08T09:45:39.783Z] Reading package lists... [2021-02-08T09:45:39.783Z] Building dependency tree... [2021-02-08T09:45:39.783Z] Reading state information... [2021-02-08T09:45:39.783Z] Calculating upgrade... [2021-02-08T09:45:40.059Z] The following packages will be upgraded: [2021-02-08T09:45:40.059Z] advancecomp base-files bash binutils binutils-common [2021-02-08T09:45:40.059Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-02-08T09:45:40.059Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-02-08T09:45:40.059Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-02-08T09:45:40.059Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-02-08T09:45:40.059Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-02-08T09:45:40.059Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-02-08T09:45:40.059Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-02-08T09:45:40.059Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-02-08T09:45:40.059Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-02-08T09:45:40.059Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-02-08T09:45:40.059Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-02-08T09:45:40.059Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-02-08T09:45:40.059Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-02-08T09:45:40.059Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-02-08T09:45:40.059Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-02-08T09:45:40.059Z] Need to get 63.8 MB of archives. [2021-02-08T09:45:40.059Z] After this operation, 5188 kB of additional disk space will be used. [2021-02-08T09:45:40.059Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] [2021-02-08T09:45:40.325Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-02-08T09:45:40.325Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-02-08T09:45:40.325Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-02-08T09:45:40.325Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-02-08T09:45:40.325Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-02-08T09:45:40.325Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-02-08T09:45:40.325Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-02-08T09:45:40.325Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-02-08T09:45:40.325Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-02-08T09:45:40.325Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-02-08T09:45:40.325Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-02-08T09:45:40.325Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-02-08T09:45:40.325Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-02-08T09:45:40.325Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-02-08T09:45:40.325Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-02-08T09:45:40.325Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-02-08T09:45:40.325Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-02-08T09:45:40.325Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-02-08T09:45:40.325Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-02-08T09:45:40.325Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-02-08T09:45:40.590Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-02-08T09:45:40.590Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-02-08T09:45:40.590Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-02-08T09:45:40.590Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-02-08T09:45:40.590Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-02-08T09:45:40.590Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-02-08T09:45:40.590Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-02-08T09:45:40.590Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-02-08T09:45:40.590Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-02-08T09:45:40.590Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-02-08T09:45:40.590Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-02-08T09:45:40.590Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-02-08T09:45:40.590Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-02-08T09:45:40.590Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-02-08T09:45:40.590Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-02-08T09:45:40.590Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-02-08T09:45:40.590Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-02-08T09:45:40.590Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-02-08T09:45:40.590Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-02-08T09:45:40.590Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-02-08T09:45:40.590Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-02-08T09:45:40.590Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-02-08T09:45:40.590Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-02-08T09:45:40.590Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-02-08T09:45:40.590Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-02-08T09:45:40.590Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-02-08T09:45:40.590Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-02-08T09:45:40.590Z] Get:49 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-08T09:45:40.590Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-02-08T09:45:40.590Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-02-08T09:45:40.590Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-02-08T09:45:40.590Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-02-08T09:45:40.590Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-02-08T09:45:40.590Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-02-08T09:45:40.590Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-02-08T09:45:40.853Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-02-08T09:45:41.115Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-02-08T09:45:41.115Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-02-08T09:45:41.115Z] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-02-08T09:45:41.115Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-02-08T09:45:41.115Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-02-08T09:45:41.115Z] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-02-08T09:45:41.115Z] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-02-08T09:45:41.115Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-02-08T09:45:41.377Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-02-08T09:45:41.377Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-02-08T09:45:41.377Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-02-08T09:45:41.377Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-02-08T09:45:41.377Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-02-08T09:45:41.377Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-02-08T09:45:41.377Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-02-08T09:45:41.377Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-02-08T09:45:41.377Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-02-08T09:45:41.377Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-02-08T09:45:41.377Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-02-08T09:45:41.377Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-02-08T09:45:41.377Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-02-08T09:45:41.377Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-02-08T09:45:41.377Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-02-08T09:45:41.640Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-02-08T09:45:41.640Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-02-08T09:45:41.640Z] Get:83 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-08T09:45:41.640Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-02-08T09:45:41.640Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-02-08T09:45:41.640Z] Get:86 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-08T09:45:41.640Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-02-08T09:45:41.640Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-02-08T09:45:41.641Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-02-08T09:45:41.641Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-02-08T09:45:41.904Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-02-08T09:45:41.904Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-02-08T09:45:41.904Z] Get:93 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-08T09:45:41.904Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-02-08T09:45:41.904Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-02-08T09:45:41.904Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-02-08T09:45:41.904Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-02-08T09:45:41.904Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-02-08T09:45:41.904Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-02-08T09:45:42.166Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-08T09:45:42.166Z] Fetched 63.8 MB in 2s (36.6 MB/s) [2021-02-08T09:45:42.166Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-08T09:45:42.166Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-02-08T09:45:42.166Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-08T09:45:43.126Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-02-08T09:45:43.126Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-08T09:45:43.126Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... [2021-02-08T09:45:43.126Z] Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... [2021-02-08T09:45:43.708Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-08T09:45:43.979Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-08T09:45:43.979Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-08T09:45:43.979Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-08T09:45:44.246Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-08T09:45:44.246Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-08T09:45:44.246Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-08T09:45:44.246Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-08T09:45:44.246Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-08T09:45:44.512Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-08T09:45:44.512Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-08T09:45:44.512Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-08T09:45:44.512Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-08T09:45:44.512Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-08T09:45:44.782Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-08T09:45:44.782Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-08T09:45:44.782Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-08T09:45:44.782Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-02-08T09:45:45.044Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-02-08T09:45:45.044Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-08T09:45:45.044Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-08T09:45:45.044Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-08T09:45:45.044Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-08T09:45:45.044Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-08T09:45:45.306Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-08T09:45:45.306Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-08T09:45:45.306Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-08T09:45:45.569Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-08T09:45:45.569Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-02-08T09:45:45.831Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-08T09:45:46.091Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-02-08T09:45:46.352Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-08T09:45:46.352Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-02-08T09:45:46.352Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-02-08T09:45:46.352Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-02-08T09:45:46.615Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-02-08T09:45:46.615Z] Setting up base-files (10.1ubuntu2.10) ... [2021-02-08T09:45:46.880Z] Installing new version of config file /etc/issue ... [2021-02-08T09:45:46.880Z] Installing new version of config file /etc/issue.net ... [2021-02-08T09:45:46.880Z] Installing new version of config file /etc/lsb-release ... [2021-02-08T09:45:46.880Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-02-08T09:45:47.141Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-02-08T09:45:47.141Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-02-08T09:45:47.141Z] Removing obsolete conffile /etc/default/motd-news ... [2021-02-08T09:45:47.403Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-08T09:45:47.403Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-02-08T09:45:47.403Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-02-08T09:45:47.403Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-02-08T09:45:47.403Z] 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-08T09:45:47.663Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-08T09:45:47.663Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-08T09:45:47.663Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-02-08T09:45:47.663Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-02-08T09:45:47.924Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-08T09:45:47.924Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-02-08T09:45:47.924Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-02-08T09:45:47.924Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-02-08T09:45:48.188Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-08T09:45:48.188Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-02-08T09:45:48.188Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-08T09:45:48.451Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-02-08T09:45:48.451Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-08T09:45:48.451Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-08T09:45:48.451Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-08T09:45:48.713Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-08T09:45:48.713Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-08T09:45:48.713Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-08T09:45:48.713Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-08T09:45:48.975Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-02-08T09:45:48.975Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-08T09:45:48.975Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-02-08T09:45:48.975Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-02-08T09:45:48.975Z] Setting up grep (3.1-2build1) ... [2021-02-08T09:45:49.236Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-08T09:45:49.236Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-02-08T09:45:49.236Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-02-08T09:45:49.497Z] Setting up login (1:4.5-1ubuntu2) ... [2021-02-08T09:45:49.497Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-08T09:45:49.497Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-08T09:45:49.497Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-08T09:45:49.764Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-02-08T09:45:50.026Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-08T09:45:50.026Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-08T09:45:50.026Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-08T09:45:50.604Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-08T09:45:50.604Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-08T09:45:50.872Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-08T09:45:50.872Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-08T09:45:51.443Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-02-08T09:45:51.443Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-08T09:45:51.443Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-02-08T09:45:51.443Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-08T09:45:52.828Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-02-08T09:45:52.828Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-02-08T09:45:52.828Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-02-08T09:45:52.828Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-02-08T09:45:52.828Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-02-08T09:45:53.090Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-08T09:45:53.090Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-02-08T09:45:53.090Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-02-08T09:45:53.351Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-02-08T09:45:53.351Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-08T09:45:53.351Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-08T09:45:53.351Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-08T09:45:53.351Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-08T09:45:53.614Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-08T09:45:53.614Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-08T09:45:53.614Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-08T09:45:53.614Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-08T09:45:53.876Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-08T09:45:53.876Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-08T09:45:53.876Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-08T09:45:53.876Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-08T09:45:54.137Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-08T09:45:54.137Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-08T09:45:54.137Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-08T09:45:54.137Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-08T09:45:54.399Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-08T09:45:54.400Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-08T09:45:54.400Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-08T09:45:54.400Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-08T09:45:54.400Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-08T09:45:54.663Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-08T09:45:54.663Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-08T09:45:54.663Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-08T09:45:54.663Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-08T09:45:54.930Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-08T09:45:54.930Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-08T09:45:54.930Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-08T09:45:54.930Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-08T09:45:55.192Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-08T09:45:55.192Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-08T09:45:55.192Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-08T09:45:55.192Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-08T09:45:55.452Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-02-08T09:45:55.452Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-08T09:45:55.452Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-08T09:45:55.452Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-08T09:45:56.022Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-02-08T09:45:56.284Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-02-08T09:45:56.547Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-02-08T09:45:56.547Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-08T09:45:56.547Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-02-08T09:45:56.816Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-08T09:45:57.089Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-02-08T09:45:57.089Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-08T09:45:57.089Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-02-08T09:45:57.089Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-08T09:45:57.353Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-02-08T09:45:57.623Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-08T09:45:57.623Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-02-08T09:45:57.623Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-02-08T09:45:57.884Z] Setting up debconf (1.5.66ubuntu1) ... [2021-02-08T09:45:58.145Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-08T09:45:58.145Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-02-08T09:45:58.145Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-02-08T09:45:58.145Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-02-08T09:45:58.145Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-08T09:45:58.145Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-02-08T09:45:58.406Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-02-08T09:45:58.406Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-02-08T09:45:58.669Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-08T09:45:58.669Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-08T09:45:58.669Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-08T09:45:58.669Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-08T09:45:58.932Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-08T09:45:58.932Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-08T09:45:58.932Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-08T09:45:58.932Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-08T09:45:59.196Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-08T09:45:59.196Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-08T09:45:59.196Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-08T09:45:59.457Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-08T09:45:59.758Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-08T09:45:59.758Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-08T09:45:59.758Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-08T09:45:59.758Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-02-08T09:45:59.758Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-08T09:45:59.758Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-08T09:46:00.050Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-08T09:46:00.050Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-08T09:46:00.050Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-08T09:46:00.050Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-02-08T09:46:00.050Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-02-08T09:46:00.050Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-02-08T09:46:00.323Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-08T09:46:00.323Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-02-08T09:46:00.323Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-08T09:46:00.323Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-08T09:46:00.904Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-08T09:46:00.904Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-08T09:46:00.904Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-08T09:46:00.904Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-08T09:46:00.904Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-08T09:46:00.904Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-02-08T09:46:01.174Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-02-08T09:46:01.174Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-02-08T09:46:01.174Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-08T09:46:01.174Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-02-08T09:46:01.438Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-02-08T09:46:01.748Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-02-08T09:46:01.748Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-08T09:46:01.748Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-08T09:46:01.748Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-08T09:46:02.019Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-02-08T09:46:02.019Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-08T09:46:02.019Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-02-08T09:46:02.019Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-02-08T09:46:02.294Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-02-08T09:46:02.294Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-08T09:46:02.294Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-02-08T09:46:02.294Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-02-08T09:46:02.866Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-02-08T09:46:02.866Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-08T09:46:02.866Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-02-08T09:46:02.866Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-02-08T09:46:02.866Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-02-08T09:46:03.133Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-08T09:46:03.133Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-02-08T09:46:03.133Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-02-08T09:46:03.133Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-02-08T09:46:03.396Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-08T09:46:03.396Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-02-08T09:46:03.396Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-02-08T09:46:03.396Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-02-08T09:46:03.657Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-08T09:46:03.657Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-02-08T09:46:03.657Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-02-08T09:46:03.657Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-02-08T09:46:03.918Z] (Reading database ... 13915 files and directories currently installed.) [2021-02-08T09:46:03.918Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-02-08T09:46:03.918Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-02-08T09:46:03.918Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-02-08T09:46:03.918Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-02-08T09:46:04.179Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-02-08T09:46:04.179Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-02-08T09:46:04.441Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-02-08T09:46:04.441Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-02-08T09:46:04.702Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-02-08T09:46:04.702Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-02-08T09:46:04.702Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-02-08T09:46:04.702Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-02-08T09:46:04.963Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-02-08T09:46:04.963Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-02-08T09:46:05.231Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-02-08T09:46:05.231Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-02-08T09:46:05.231Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-02-08T09:46:05.231Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-02-08T09:46:05.492Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-02-08T09:46:05.492Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-02-08T09:46:05.492Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-02-08T09:46:05.492Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-02-08T09:46:05.753Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-02-08T09:46:05.753Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-02-08T09:46:06.699Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-02-08T09:46:06.699Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-02-08T09:46:06.699Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-02-08T09:46:06.699Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-02-08T09:46:06.960Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-08T09:46:06.960Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-08T09:46:07.532Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-08T09:46:07.532Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-08T09:46:07.532Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-08T09:46:07.532Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-08T09:46:07.795Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-08T09:46:07.795Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-08T09:46:08.056Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-08T09:46:08.056Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-08T09:46:08.316Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-08T09:46:08.316Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-08T09:46:08.316Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-08T09:46:08.577Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-08T09:46:08.577Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-08T09:46:08.577Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-08T09:46:09.520Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-08T09:46:09.520Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-08T09:46:10.904Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-08T09:46:10.904Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-08T09:46:11.475Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-08T09:46:11.475Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-08T09:46:11.737Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-08T09:46:12.001Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-08T09:46:12.951Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-08T09:46:12.951Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-08T09:46:12.951Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-08T09:46:13.213Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-08T09:46:13.213Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-02-08T09:46:13.213Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-08T09:46:13.475Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-02-08T09:46:13.475Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-08T09:46:13.735Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-02-08T09:46:13.735Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-02-08T09:46:13.735Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-08T09:46:13.735Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-08T09:46:13.997Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-08T09:46:13.997Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-08T09:46:13.997Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-02-08T09:46:14.258Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-02-08T09:46:14.258Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-08T09:46:14.259Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-08T09:46:14.259Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-08T09:46:14.259Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-08T09:46:14.519Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-08T09:46:14.519Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-02-08T09:46:14.519Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-02-08T09:46:14.519Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-02-08T09:46:14.780Z] [2021-02-08T09:46:14.780Z] Current default time zone: 'Etc/UTC' [2021-02-08T09:46:14.780Z] Local time is now: Mon Feb 8 09:46:14 UTC 2021. [2021-02-08T09:46:14.780Z] Universal Time is now: Mon Feb 8 09:46:14 UTC 2021. [2021-02-08T09:46:14.780Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-02-08T09:46:14.780Z] [2021-02-08T09:46:14.780Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-02-08T09:46:14.780Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-08T09:46:14.780Z] Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... [2021-02-08T09:46:14.780Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-02-08T09:46:14.780Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-02-08T09:46:14.780Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-02-08T09:46:14.780Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-02-08T09:46:15.041Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-02-08T09:46:15.041Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-02-08T09:46:15.041Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-02-08T09:46:15.041Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-08T09:46:15.041Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-02-08T09:46:15.302Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-08T09:46:15.302Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-02-08T09:46:15.302Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-08T09:46:15.302Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-02-08T09:46:15.302Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-02-08T09:46:15.302Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-02-08T09:46:15.564Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-02-08T09:46:15.564Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-02-08T09:46:15.564Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-02-08T09:46:15.564Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-02-08T09:46:15.564Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-02-08T09:46:17.479Z] Updating certificates in /etc/ssl/certs... [2021-02-08T09:46:18.054Z] 23 added, 27 removed; done. [2021-02-08T09:46:18.054Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-02-08T09:46:18.317Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-08T09:46:18.317Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-02-08T09:46:18.317Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-02-08T09:46:18.317Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-02-08T09:46:18.317Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-08T09:46:18.317Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-02-08T09:46:18.580Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-08T09:46:18.580Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-08T09:46:18.580Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-08T09:46:18.580Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-08T09:46:18.580Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-08T09:46:18.580Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-02-08T09:46:18.580Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-02-08T09:46:18.580Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-02-08T09:46:18.841Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-02-08T09:46:18.841Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-02-08T09:46:18.841Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-08T09:46:18.841Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-08T09:46:18.841Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-02-08T09:46:18.841Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-02-08T09:46:18.841Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-02-08T09:46:18.841Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-02-08T09:46:19.102Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-02-08T09:46:19.102Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-02-08T09:46:19.102Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-02-08T09:46:19.102Z] Updating certificates in /etc/ssl/certs... [2021-02-08T09:46:19.682Z] 0 added, 0 removed; done. [2021-02-08T09:46:19.682Z] Running hooks in /etc/ca-certificates/update.d... [2021-02-08T09:46:19.682Z] done. [2021-02-08T09:46:20.257Z] Reading package lists... [2021-02-08T09:46:20.519Z] Building dependency tree... [2021-02-08T09:46:20.519Z] Reading state information... [2021-02-08T09:46:20.783Z] The following NEW packages will be installed: [2021-02-08T09:46:20.783Z] apt-transport-https [2021-02-08T09:46:21.044Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-02-08T09:46:21.044Z] Need to get 1696 B of archives. [2021-02-08T09:46:21.044Z] After this operation, 153 kB of additional disk space will be used. [2021-02-08T09:46:21.044Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-02-08T09:46:21.044Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-08T09:46:21.044Z] Fetched 1696 B in 0s (8495 B/s) [2021-02-08T09:46:21.044Z] Selecting previously unselected package apt-transport-https. [2021-02-08T09:46:21.044Z] (Reading database ... 13920 files and directories currently installed.) [2021-02-08T09:46:21.044Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-02-08T09:46:21.044Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-02-08T09:46:21.306Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-02-08T09:46:21.568Z] Waiting for network to be ready... [2021-02-08T09:46:28.162Z] 2021-02-08T09:46:25Z INFO Waiting for automatic snapd restart... [2021-02-08T09:46:28.423Z] snapd 2.48.2 from Canonical* installed [2021-02-08T09:46:29.374Z] "snapd" switched to the "latest/stable" channel [2021-02-08T09:46:29.374Z] [2021-02-08T09:46:34.671Z] core18 20210128 from Canonical* installed [2021-02-08T09:46:34.671Z] "core18" switched to the "latest/stable" channel [2021-02-08T09:46:34.671Z] [2021-02-08T09:46:41.280Z] snapcraft 4.4.4 from Canonical* installed [2021-02-08T09:46:41.280Z] "snapcraft" switched to the "latest/stable" channel [2021-02-08T09:46:41.280Z] [2021-02-08T09:46:44.586Z] 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-08T09:46:44.586Z] - README.md [2021-02-08T09:46:44.586Z] - snapcraft.yaml.orig [2021-02-08T09:46:44.586Z] [2021-02-08T09:46:44.586Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-02-08T09:46:51.182Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-08T09:46:51.182Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-08T09:46:51.182Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-08T09:46:51.182Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-08T09:46:52.573Z] Reading package lists... [2021-02-08T09:46:53.146Z] 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-08T09:46:56.531Z] 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-08T09:46:56.531Z] 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-08T09:46:59.742Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-08T09:46:59.742Z] Reading package lists... [2021-02-08T09:46:59.742Z] Building dependency tree... [2021-02-08T09:46:59.742Z] Reading state information... [2021-02-08T09:46:59.742Z] Suggested packages: [2021-02-08T09:46:59.742Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-02-08T09:46:59.742Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-02-08T09:46:59.742Z] Recommended packages: [2021-02-08T09:46:59.742Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-02-08T09:46:59.742Z] The following NEW packages will be installed: [2021-02-08T09:46:59.742Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-02-08T09:46:59.742Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-02-08T09:46:59.742Z] pkg-config zip [2021-02-08T09:46:59.742Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-02-08T09:46:59.742Z] Need to get 7655 kB of archives. [2021-02-08T09:46:59.742Z] After this operation, 43.7 MB of additional disk space will be used. [2021-02-08T09:46:59.742Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] [2021-02-08T09:46:59.742Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-02-08T09:47:00.003Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-02-08T09:47:00.003Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-02-08T09:47:00.003Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-02-08T09:47:00.003Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-02-08T09:47:00.263Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-02-08T09:47:00.264Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-02-08T09:47:00.264Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-02-08T09:47:00.264Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-02-08T09:47:00.264Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-02-08T09:47:00.264Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-02-08T09:47:00.264Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-02-08T09:47:00.524Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-02-08T09:47:00.524Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-02-08T09:47:00.786Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-08T09:47:00.786Z] Fetched 7655 kB in 1s (7314 kB/s) [2021-02-08T09:47:01.049Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-02-08T09:47:01.049Z] (Reading database ... 13924 files and directories currently installed.) [2021-02-08T09:47:01.049Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-02-08T09:47:01.049Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-02-08T09:47:01.311Z] Selecting previously unselected package libpsl5:amd64. [2021-02-08T09:47:01.311Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-02-08T09:47:01.311Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-02-08T09:47:01.311Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-02-08T09:47:01.311Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-02-08T09:47:01.311Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-02-08T09:47:01.572Z] Selecting previously unselected package librtmp1:amd64. [2021-02-08T09:47:01.572Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-02-08T09:47:01.572Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-02-08T09:47:01.572Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-02-08T09:47:01.572Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-02-08T09:47:01.572Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-02-08T09:47:01.573Z] Selecting previously unselected package liberror-perl. [2021-02-08T09:47:01.573Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-02-08T09:47:01.573Z] Unpacking liberror-perl (0.17025-1) ... [2021-02-08T09:47:01.836Z] Selecting previously unselected package git-man. [2021-02-08T09:47:01.836Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-02-08T09:47:01.836Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-02-08T09:47:01.836Z] Selecting previously unselected package git. [2021-02-08T09:47:01.836Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-02-08T09:47:01.836Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-02-08T09:47:03.219Z] Selecting previously unselected package libnorm1:amd64. [2021-02-08T09:47:03.219Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-02-08T09:47:03.219Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-02-08T09:47:03.219Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-02-08T09:47:03.219Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-02-08T09:47:03.219Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-02-08T09:47:03.219Z] Selecting previously unselected package libsodium23:amd64. [2021-02-08T09:47:03.219Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-02-08T09:47:03.219Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-02-08T09:47:03.219Z] Selecting previously unselected package libzmq5:amd64. [2021-02-08T09:47:03.219Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-02-08T09:47:03.219Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-08T09:47:03.480Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-02-08T09:47:03.480Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-02-08T09:47:03.480Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-08T09:47:03.480Z] Selecting previously unselected package pkg-config. [2021-02-08T09:47:03.480Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-02-08T09:47:03.751Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-02-08T09:47:03.751Z] Selecting previously unselected package zip. [2021-02-08T09:47:03.751Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-02-08T09:47:03.751Z] Unpacking zip (3.0-11build1) ... [2021-02-08T09:47:03.751Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-02-08T09:47:03.751Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-02-08T09:47:04.034Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-02-08T09:47:04.034Z] Setting up liberror-perl (0.17025-1) ... [2021-02-08T09:47:04.034Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-02-08T09:47:04.034Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-02-08T09:47:04.034Z] No schema files found: doing nothing. [2021-02-08T09:47:04.034Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-02-08T09:47:04.034Z] Setting up zip (3.0-11build1) ... [2021-02-08T09:47:04.034Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-02-08T09:47:04.034Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-02-08T09:47:04.301Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-02-08T09:47:04.301Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-08T09:47:04.301Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-02-08T09:47:04.301Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-08T09:47:04.301Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-02-08T09:47:04.301Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-02-08T09:47:04.864Z] Removing intermediate container 645026312c0b [2021-02-08T09:47:04.864Z] ---> 0331f38cc0b6 [2021-02-08T09:47:04.864Z] [2021-02-08T09:47:04.864Z] Step 10/24 : FROM alpine:3.12 [2021-02-08T09:47:04.864Z] 3.12: Pulling from library/alpine [2021-02-08T09:47:05.171Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-08T09:47:05.171Z] Status: Downloaded newer image for alpine:3.12 [2021-02-08T09:47:05.171Z] ---> afeebe901d6b [2021-02-08T09:47:05.171Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-08T09:47:05.781Z] ---> Running in 078c1caee142 [2021-02-08T09:47:08.459Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-08T09:47:08.459Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-08T09:47:09.083Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-08T09:47:09.377Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-08T09:47:09.377Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-08T09:47:09.377Z] (4/5) Installing curl (7.69.1-r3) [2021-02-08T09:47:09.377Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-08T09:47:09.377Z] Executing busybox-1.31.1-r19.trigger [2021-02-08T09:47:09.377Z] Executing ca-certificates-20191127-r4.trigger [2021-02-08T09:47:09.651Z] OK: 7 MiB in 19 packages [2021-02-08T09:47:09.932Z] Removing intermediate container f1c24cf6ef14 [2021-02-08T09:47:09.932Z] ---> 134b0fb3f411 [2021-02-08T09:47:09.932Z] [2021-02-08T09:47:09.932Z] Step 10/21 : FROM alpine:3.12 [2021-02-08T09:47:09.932Z] ---> afeebe901d6b [2021-02-08T09:47:09.932Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-08T09:47:10.543Z] ---> Running in 28aa49ccc117 [2021-02-08T09:47:10.937Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-08T09:47:11.198Z] git set to automatically installed. [2021-02-08T09:47:11.198Z] git-man set to automatically installed. [2021-02-08T09:47:11.198Z] libcurl3-gnutls set to automatically installed. [2021-02-08T09:47:11.198Z] liberror-perl set to automatically installed. [2021-02-08T09:47:11.198Z] libglib2.0-0 set to automatically installed. [2021-02-08T09:47:11.198Z] libnghttp2-14 set to automatically installed. [2021-02-08T09:47:11.198Z] libnorm1 set to automatically installed. [2021-02-08T09:47:11.198Z] libpgm-5.2-0 set to automatically installed. [2021-02-08T09:47:11.198Z] libpsl5 set to automatically installed. [2021-02-08T09:47:11.198Z] librtmp1 set to automatically installed. [2021-02-08T09:47:11.198Z] libsodium23 set to automatically installed. [2021-02-08T09:47:11.198Z] libzmq3-dev set to automatically installed. [2021-02-08T09:47:11.198Z] libzmq5 set to automatically installed. [2021-02-08T09:47:11.198Z] pkg-config set to automatically installed. [2021-02-08T09:47:11.198Z] zip set to automatically installed. [2021-02-08T09:47:12.573Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-08T09:47:12.573Z] Removing intermediate container 078c1caee142 [2021-02-08T09:47:12.573Z] ---> 174a3b736992 [2021-02-08T09:47:12.573Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-08T09:47:12.860Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-08T09:47:13.109Z] snapd is not logged in, snap install commands will use sudo [2021-02-08T09:47:13.137Z] ---> Running in 1d8f13e5e5ab [2021-02-08T09:47:13.761Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-08T09:47:13.761Z] Removing intermediate container 1d8f13e5e5ab [2021-02-08T09:47:13.761Z] ---> 28f7ff8cf62c [2021-02-08T09:47:13.761Z] Step 13/24 : WORKDIR / [2021-02-08T09:47:13.761Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-08T09:47:13.761Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-08T09:47:13.761Z] (4/4) Installing curl (7.69.1-r3) [2021-02-08T09:47:13.761Z] Executing busybox-1.31.1-r19.trigger [2021-02-08T09:47:14.039Z] Executing ca-certificates-20191127-r4.trigger [2021-02-08T09:47:14.039Z] ---> Running in e002a8b58003 [2021-02-08T09:47:14.316Z] OK: 7 MiB in 18 packages [2021-02-08T09:47:15.141Z] Removing intermediate container e002a8b58003 [2021-02-08T09:47:15.141Z] ---> ed0242b6b039 [2021-02-08T09:47:15.141Z] 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-08T09:47:16.687Z] ---> 0b57600f05ad [2021-02-08T09:47:16.687Z] 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-08T09:47:17.285Z] Removing intermediate container 28aa49ccc117 [2021-02-08T09:47:17.285Z] ---> 33aaf44dc030 [2021-02-08T09:47:17.285Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-08T09:47:17.562Z] ---> Running in 4f0811599844 [2021-02-08T09:47:19.006Z] ---> 6e117537747f [2021-02-08T09:47:19.006Z] Removing intermediate container 4f0811599844 [2021-02-08T09:47:19.006Z] ---> e8386b512bd5 [2021-02-08T09:47:19.006Z] Step 13/21 : WORKDIR /edgex [2021-02-08T09:47:19.006Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-08T09:47:19.614Z] ---> Running in b953a2245103 [2021-02-08T09:47:19.692Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-08T09:47:19.952Z] snap "core18" has no updates available [2021-02-08T09:47:20.523Z] Pulling config-common [2021-02-08T09:47:20.623Z] Removing intermediate container b953a2245103 [2021-02-08T09:47:20.623Z] ---> 97182e896124 [2021-02-08T09:47:20.623Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-08T09:47:21.225Z] ---> 0cfd5310b0f3 [2021-02-08T09:47:21.225Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-08T09:47:21.906Z] Pulling go-build-helper [2021-02-08T09:47:22.210Z] Removing intermediate container c2311fca5da8 [2021-02-08T09:47:22.210Z] ---> 012ef390d504 [2021-02-08T09:47:22.210Z] [2021-02-08T09:47:22.210Z] Step 10/23 : FROM alpine:3.12 [2021-02-08T09:47:22.210Z] ---> afeebe901d6b [2021-02-08T09:47:22.210Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-08T09:47:22.491Z] ---> c270b7465c14 [2021-02-08T09:47:22.491Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-08T09:47:22.764Z] ---> Running in 8b483e517f06 [2021-02-08T09:47:23.756Z] ---> 428c2d863902 [2021-02-08T09:47:23.756Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-08T09:47:24.796Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-08T09:47:24.796Z] Removing intermediate container a44ee95f0acd [2021-02-08T09:47:24.796Z] ---> eca3dffa59c3 [2021-02-08T09:47:24.796Z] [2021-02-08T09:47:24.796Z] Step 10/22 : FROM alpine:3.12 [2021-02-08T09:47:24.796Z] ---> afeebe901d6b [2021-02-08T09:47:24.796Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-08T09:47:24.796Z] ---> 32a23e110079 [2021-02-08T09:47:24.796Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-08T09:47:24.796Z] ---> Running in 0f1088e2e096 [2021-02-08T09:47:25.088Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-08T09:47:26.082Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-08T09:47:26.082Z] Executing busybox-1.31.1-r19.trigger [2021-02-08T09:47:26.082Z] OK: 5 MiB in 15 packages [2021-02-08T09:47:26.082Z] ---> 74ce44f792f0 [2021-02-08T09:47:26.082Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-08T09:47:26.688Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-08T09:47:26.961Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-08T09:47:27.246Z] ---> 630820f982bd [2021-02-08T09:47:27.246Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-08T09:47:27.532Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-08T09:47:27.532Z] Executing busybox-1.31.1-r19.trigger [2021-02-08T09:47:27.532Z] OK: 5 MiB in 15 packages [2021-02-08T09:47:27.808Z] ---> Running in e44de966939b [2021-02-08T09:47:27.808Z] ---> 8f4986bdcea9 [2021-02-08T09:47:27.808Z] 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-08T09:47:28.090Z] Removing intermediate container 8b483e517f06 [2021-02-08T09:47:28.090Z] ---> 74f4d136310b [2021-02-08T09:47:28.090Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-08T09:47:28.090Z] ---> Running in 6889e93694da [2021-02-08T09:47:28.364Z] ---> Running in 1967b4913a2b [2021-02-08T09:47:28.649Z] Removing intermediate container e44de966939b [2021-02-08T09:47:28.649Z] ---> f01de036d4e3 [2021-02-08T09:47:28.649Z] Step 18/21 : CMD ["--init=true"] [2021-02-08T09:47:28.927Z] ---> Running in b20896a8e273 [2021-02-08T09:47:29.203Z] Removing intermediate container 1967b4913a2b [2021-02-08T09:47:29.203Z] ---> aba873fa8f95 [2021-02-08T09:47:29.203Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-08T09:47:29.486Z] ---> Running in b9a6eab60fe6 [2021-02-08T09:47:29.486Z] Removing intermediate container 0f1088e2e096 [2021-02-08T09:47:29.486Z] ---> 1550a9cdc6c2 [2021-02-08T09:47:29.486Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-08T09:47:29.769Z] Removing intermediate container b20896a8e273 [2021-02-08T09:47:29.769Z] ---> d5fb69486806 [2021-02-08T09:47:29.769Z] Step 19/21 : LABEL arch=arm64 [2021-02-08T09:47:29.769Z] ---> Running in 8c564914b2fd [2021-02-08T09:47:30.051Z] ---> Running in 67ef32ce6be5 [2021-02-08T09:47:30.329Z] Removing intermediate container b9a6eab60fe6 [2021-02-08T09:47:30.329Z] ---> ae6e4e051dd8 [2021-02-08T09:47:30.329Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-08T09:47:30.612Z] ---> Running in e360f572fbc4 [2021-02-08T09:47:30.612Z] Removing intermediate container 8c564914b2fd [2021-02-08T09:47:30.612Z] ---> a39d31c45f45 [2021-02-08T09:47:30.612Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-08T09:47:30.885Z] Removing intermediate container 67ef32ce6be5 [2021-02-08T09:47:30.885Z] ---> 59eb07eec90f [2021-02-08T09:47:30.885Z] Step 20/21 : LABEL git_sha=4b0ff43b6f13bf277e1af8d3ba378c4fea643b4d [2021-02-08T09:47:30.885Z] ---> Running in 804282dd09a0 [2021-02-08T09:47:31.159Z] ---> Running in e34c3854b63c [2021-02-08T09:47:31.159Z] Removing intermediate container e360f572fbc4 [2021-02-08T09:47:31.159Z] ---> 4a2f0823ef87 [2021-02-08T09:47:31.159Z] Step 15/23 : WORKDIR / [2021-02-08T09:47:31.433Z] ---> Running in cbf9ce2813cc [2021-02-08T09:47:31.705Z] Removing intermediate container 6889e93694da [2021-02-08T09:47:31.705Z] ---> a880bf618956 [2021-02-08T09:47:31.705Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-08T09:47:31.705Z] Removing intermediate container 804282dd09a0 [2021-02-08T09:47:31.705Z] ---> 3fbe4157b829 [2021-02-08T09:47:31.705Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-08T09:47:31.986Z] Removing intermediate container e34c3854b63c [2021-02-08T09:47:31.986Z] ---> f423bf4a95d5 [2021-02-08T09:47:31.986Z] Step 21/21 : LABEL version=0.0.0 [2021-02-08T09:47:31.986Z] ---> Running in 0fb97819a551 [2021-02-08T09:47:31.986Z] ---> Running in 07460cccfd69 [2021-02-08T09:47:32.262Z] ---> Running in e8f65067fbdd [2021-02-08T09:47:32.262Z] Removing intermediate container cbf9ce2813cc [2021-02-08T09:47:32.262Z] ---> da2b7c1af776 [2021-02-08T09:47:32.262Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-08T09:47:32.860Z] Removing intermediate container 07460cccfd69 [2021-02-08T09:47:32.860Z] ---> c44f53209572 [2021-02-08T09:47:32.860Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-08T09:47:32.860Z] Removing intermediate container 0fb97819a551 [2021-02-08T09:47:32.860Z] ---> e7e60e5cc819 [2021-02-08T09:47:32.860Z] Step 22/24 : LABEL arch=arm64 [2021-02-08T09:47:32.860Z] Removing intermediate container e8f65067fbdd [2021-02-08T09:47:32.860Z] ---> f02ade3cdccd [2021-02-08T09:47:32.860Z] [2021-02-08T09:47:33.139Z] ---> Running in 80174e11915f [2021-02-08T09:47:33.414Z] ---> b3b15368c8c3 [2021-02-08T09:47:33.414Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-08T09:47:33.703Z] Successfully built f02ade3cdccd [2021-02-08T09:47:33.703Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-02-08T09:47:33.703Z]  Building docker-security-proxy-setup-go ... done Building docker-core-metadata-go [2021-02-08T09:47:33.974Z] Removing intermediate container 80174e11915f [2021-02-08T09:47:33.974Z] ---> 4015fac2b7e6 [2021-02-08T09:47:33.974Z] Step 23/24 : LABEL git_sha=4b0ff43b6f13bf277e1af8d3ba378c4fea643b4d [2021-02-08T09:47:34.571Z] ---> da55e8c29102 [2021-02-08T09:47:34.571Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-08T09:47:34.571Z] ---> Running in eee55793f7fd [2021-02-08T09:47:36.555Z] Removing intermediate container eee55793f7fd [2021-02-08T09:47:36.555Z] ---> 20da0e9283ad [2021-02-08T09:47:36.555Z] Step 24/24 : LABEL version=0.0.0 [2021-02-08T09:47:36.840Z] ---> a5e92b4a9774 [2021-02-08T09:47:36.840Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-08T09:47:37.117Z] ---> Running in 6d85db529721 [2021-02-08T09:47:37.394Z] ---> efac6acddbbe [2021-02-08T09:47:37.394Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-08T09:47:37.670Z] Removing intermediate container 5f3fbfd01f64 [2021-02-08T09:47:37.670Z] ---> 276c41a40c20 [2021-02-08T09:47:37.670Z] [2021-02-08T09:47:37.670Z] Step 10/23 : FROM alpine:3.12 [2021-02-08T09:47:37.670Z] ---> afeebe901d6b [2021-02-08T09:47:37.670Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-08T09:47:38.286Z] ---> Running in a8c089a1f587 [2021-02-08T09:47:38.883Z] Removing intermediate container 6d85db529721 [2021-02-08T09:47:38.883Z] ---> 90fcfd00f8c6 [2021-02-08T09:47:38.883Z] [2021-02-08T09:47:39.155Z] ---> bf6ce4409b71 [2021-02-08T09:47:39.155Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-08T09:47:39.155Z] ---> 11a85ee08013 [2021-02-08T09:47:39.155Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-08T09:47:39.155Z] Successfully built 90fcfd00f8c6 [2021-02-08T09:47:39.429Z] ---> Running in 017af291fda4 [2021-02-08T09:47:39.429Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-02-08T09:47:39.429Z]  Building docker-security-secretstore-setup-go ... done Building docker-security-bootstrapper-go [2021-02-08T09:47:39.429Z] Removing intermediate container a8c089a1f587 [2021-02-08T09:47:39.429Z] ---> b152a120fe45 [2021-02-08T09:47:39.429Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-08T09:47:39.429Z] ---> Running in 0dc3877319a2 [2021-02-08T09:47:39.429Z] ---> Running in ce3cc7ca6a93 [2021-02-08T09:47:39.715Z] Removing intermediate container 017af291fda4 [2021-02-08T09:47:39.715Z] ---> 21ca4d520424 [2021-02-08T09:47:39.715Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-08T09:47:39.989Z] ---> Running in 27ad454f3b83 [2021-02-08T09:47:39.989Z] Removing intermediate container 0dc3877319a2 [2021-02-08T09:47:39.989Z] ---> 8fe575891736 [2021-02-08T09:47:39.989Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-08T09:47:40.262Z] Removing intermediate container ce3cc7ca6a93 [2021-02-08T09:47:40.262Z] ---> 0bd567b934a1 [2021-02-08T09:47:40.262Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-08T09:47:40.262Z] ---> Running in b0a4824bc9f0 [2021-02-08T09:47:40.536Z] ---> Running in bb4685d8cf74 [2021-02-08T09:47:40.812Z] Removing intermediate container b0a4824bc9f0 [2021-02-08T09:47:40.812Z] Removing intermediate container 27ad454f3b83 [2021-02-08T09:47:40.812Z] ---> 96ea77eceeb4 [2021-02-08T09:47:40.812Z] Step 21/23 : LABEL arch=arm64 [2021-02-08T09:47:40.812Z] ---> 865d4db0d3dc [2021-02-08T09:47:40.812Z] Step 20/22 : LABEL arch=arm64 [2021-02-08T09:47:41.086Z] ---> Running in a4947912eeb5 [2021-02-08T09:47:41.086Z] ---> Running in 2f31604b4eea [2021-02-08T09:47:41.086Z] Removing intermediate container bb4685d8cf74 [2021-02-08T09:47:41.086Z] ---> 777a4b6f0c0f [2021-02-08T09:47:41.359Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-08T09:47:41.635Z] ---> Running in 6c8406faf375 [2021-02-08T09:47:41.911Z] Removing intermediate container 2f31604b4eea [2021-02-08T09:47:41.911Z] ---> bf491206f89f [2021-02-08T09:47:41.911Z] Step 21/22 : LABEL git_sha=4b0ff43b6f13bf277e1af8d3ba378c4fea643b4d [2021-02-08T09:47:41.911Z] Removing intermediate container a4947912eeb5 [2021-02-08T09:47:41.911Z] ---> 2e19461a6498 [2021-02-08T09:47:41.911Z] Step 22/23 : LABEL git_sha=4b0ff43b6f13bf277e1af8d3ba378c4fea643b4d [2021-02-08T09:47:42.184Z] ---> Running in eaf9d44c69b6 [2021-02-08T09:47:42.184Z] ---> Running in 3ac1018d22c5 [2021-02-08T09:47:43.615Z] Removing intermediate container 3ac1018d22c5 [2021-02-08T09:47:43.615Z] ---> 1180d00ae2f3 [2021-02-08T09:47:43.615Z] Step 22/22 : LABEL version=0.0.0 [2021-02-08T09:47:43.615Z] Removing intermediate container eaf9d44c69b6 [2021-02-08T09:47:43.615Z] ---> 1438f44b5182 [2021-02-08T09:47:43.615Z] Step 23/23 : LABEL version=0.0.0 [2021-02-08T09:47:44.213Z] ---> Running in fed6ec311e07 [2021-02-08T09:47:44.213Z] ---> Running in 91400aa2349d [2021-02-08T09:47:45.201Z] Removing intermediate container fed6ec311e07 [2021-02-08T09:47:45.201Z] ---> 95abefec2d79 [2021-02-08T09:47:45.201Z] [2021-02-08T09:47:45.201Z] Removing intermediate container 91400aa2349d [2021-02-08T09:47:45.201Z] ---> e7a4d3a1c936 [2021-02-08T09:47:45.201Z] [2021-02-08T09:47:45.472Z] Removing intermediate container 6c8406faf375 [2021-02-08T09:47:45.472Z] ---> 42c3b65709d5 [2021-02-08T09:47:45.472Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-08T09:47:45.472Z] Successfully built e7a4d3a1c936 [2021-02-08T09:47:45.743Z] Successfully built 95abefec2d79 [2021-02-08T09:47:45.744Z] Successfully tagged docker-core-command-go-arm64:latest [2021-02-08T09:47:45.744Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-02-08T09:47:45.744Z] Building docker-sys-mgmt-agent-go [2021-02-08T09:47:45.744Z]  Building docker-core-command-go ... done  Building docker-support-scheduler-go ... done Building docker-support-notifications-go [2021-02-08T09:47:46.017Z] ---> Running in e08731675748 [2021-02-08T09:47:46.991Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-08T09:47:47.583Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-08T09:47:48.485Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-08T09:47:48.485Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-02-08T09:47:48.485Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1537 kB] [2021-02-08T09:47:48.485Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [297 kB] [2021-02-08T09:47:48.485Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-02-08T09:47:48.485Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-02-08T09:47:48.485Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] [2021-02-08T09:47:48.485Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] [2021-02-08T09:47:48.485Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1105 kB] [2021-02-08T09:47:48.485Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] [2021-02-08T09:47:48.485Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-02-08T09:47:48.485Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-02-08T09:47:48.485Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-02-08T09:47:48.485Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-02-08T09:47:48.485Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-02-08T09:47:48.485Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-02-08T09:47:48.485Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-02-08T09:47:48.485Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-02-08T09:47:48.485Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-02-08T09:47:48.485Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1877 kB] [2021-02-08T09:47:48.485Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] [2021-02-08T09:47:48.485Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-02-08T09:47:48.485Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-02-08T09:47:48.485Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] [2021-02-08T09:47:48.485Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] [2021-02-08T09:47:48.485Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1714 kB] [2021-02-08T09:47:48.485Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] [2021-02-08T09:47:48.485Z] Fetched 23.9 MB in 6s (3974 kB/s) [2021-02-08T09:47:48.485Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-02-08T09:47:48.485Z] Fetched 96.5 kB in 0s (0 B/s) [2021-02-08T09:47:48.485Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-02-08T09:47:48.485Z] Fetched 279 kB in 0s (0 B/s) [2021-02-08T09:47:48.485Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-02-08T09:47:48.485Z] Fetched 122 kB in 0s (0 B/s) [2021-02-08T09:47:48.485Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-02-08T09:47:48.485Z] Fetched 77.8 kB in 0s (0 B/s) [2021-02-08T09:47:48.485Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-02-08T09:47:48.485Z] Fetched 8848 B in 0s (0 B/s) [2021-02-08T09:47:48.485Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-02-08T09:47:48.485Z] Fetched 47.8 kB in 0s (0 B/s) [2021-02-08T09:47:48.485Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-02-08T09:47:48.485Z] Fetched 45.6 kB in 0s (0 B/s) [2021-02-08T09:47:48.485Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-02-08T09:47:48.485Z] Fetched 15.0 kB in 0s (0 B/s) [2021-02-08T09:47:48.485Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-02-08T09:47:48.485Z] Fetched 214 kB in 0s (0 B/s) [2021-02-08T09:47:48.485Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-02-08T09:47:48.485Z] Fetched 155 kB in 0s (0 B/s) [2021-02-08T09:47:48.485Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-02-08T09:47:48.485Z] Fetched 50.6 kB in 0s (0 B/s) [2021-02-08T09:47:48.485Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-02-08T09:47:48.485Z] Fetched 14.8 kB in 0s (0 B/s) [2021-02-08T09:47:48.485Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-02-08T09:47:48.485Z] Fetched 41.8 kB in 0s (0 B/s) [2021-02-08T09:47:48.485Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-02-08T09:47:48.485Z] Fetched 499 kB in 0s (0 B/s) [2021-02-08T09:47:48.485Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-02-08T09:47:48.485Z] Fetched 111 kB in 0s (0 B/s) [2021-02-08T09:47:48.485Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-02-08T09:47:48.485Z] Fetched 240 kB in 0s (0 B/s) [2021-02-08T09:47:48.485Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-02-08T09:47:48.485Z] Fetched 29.3 kB in 0s (0 B/s) [2021-02-08T09:47:48.485Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-02-08T09:47:48.485Z] Fetched 85.5 kB in 0s (0 B/s) [2021-02-08T09:47:48.485Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-02-08T09:47:48.485Z] Fetched 24.5 kB in 0s (0 B/s) [2021-02-08T09:47:48.485Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-02-08T09:47:48.485Z] Fetched 49.2 kB in 0s (0 B/s) [2021-02-08T09:47:48.485Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-02-08T09:47:48.485Z] Fetched 54.2 kB in 0s (0 B/s) [2021-02-08T09:47:48.486Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-02-08T09:47:48.486Z] Fetched 30.8 kB in 0s (0 B/s) [2021-02-08T09:47:48.486Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-02-08T09:47:48.486Z] Fetched 17.0 kB in 0s (0 B/s) [2021-02-08T09:47:48.486Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-02-08T09:47:48.486Z] Fetched 85.9 kB in 0s (0 B/s) [2021-02-08T09:47:48.486Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-02-08T09:47:48.486Z] Fetched 8720 B in 0s (0 B/s) [2021-02-08T09:47:48.486Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-02-08T09:47:48.486Z] Fetched 137 kB in 0s (0 B/s) [2021-02-08T09:47:48.486Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-02-08T09:47:48.486Z] Fetched 119 kB in 0s (0 B/s) [2021-02-08T09:47:48.486Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-02-08T09:47:48.486Z] Fetched 109 kB in 0s (0 B/s) [2021-02-08T09:47:48.486Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-02-08T09:47:48.486Z] Fetched 11.1 kB in 0s (0 B/s) [2021-02-08T09:47:48.486Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-02-08T09:47:48.486Z] Fetched 645 kB in 0s (0 B/s) [2021-02-08T09:47:48.486Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-02-08T09:47:48.486Z] Fetched 41.3 kB in 0s (0 B/s) [2021-02-08T09:47:48.486Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-02-08T09:47:48.486Z] Fetched 17.9 kB in 0s (0 B/s) [2021-02-08T09:47:48.486Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-02-08T09:47:48.486Z] Fetched 368 kB in 0s (0 B/s) [2021-02-08T09:47:48.486Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-02-08T09:47:48.486Z] Fetched 187 kB in 0s (0 B/s) [2021-02-08T09:47:48.486Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-02-08T09:47:48.486Z] Fetched 175 kB in 0s (0 B/s) [2021-02-08T09:47:48.486Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-02-08T09:47:48.557Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-08T09:47:48.557Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-08T09:47:48.826Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-08T09:47:48.826Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-08T09:47:49.058Z] Fetched 206 kB in 0s (0 B/s) [2021-02-08T09:47:49.058Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-02-08T09:47:49.058Z] Fetched 1301 kB in 0s (0 B/s) [2021-02-08T09:47:49.058Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-02-08T09:47:49.058Z] Fetched 36.2 kB in 0s (0 B/s) [2021-02-08T09:47:49.058Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-02-08T09:47:49.058Z] Fetched 159 kB in 0s (0 B/s) [2021-02-08T09:47:49.058Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-02-08T09:47:49.058Z] Fetched 107 kB in 0s (0 B/s) [2021-02-08T09:47:49.058Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-02-08T09:47:49.058Z] Fetched 48.7 kB in 0s (0 B/s) [2021-02-08T09:47:49.058Z] Pulling static-packages [2021-02-08T09:47:49.103Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-08T09:47:49.379Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-08T09:47:49.379Z] Executing busybox-1.31.1-r19.trigger [2021-02-08T09:47:49.379Z] OK: 8 MiB in 20 packages [2021-02-08T09:47:50.441Z] 'go115' has dependencies that need to be staged: static-packages go-build-helper [2021-02-08T09:47:50.442Z] Skipping pull go-build-helper (already ran) [2021-02-08T09:47:50.442Z] Skipping pull static-packages (already ran) [2021-02-08T09:47:50.442Z] Building go-build-helper [2021-02-08T09:47:52.777Z] Removing intermediate container e08731675748 [2021-02-08T09:47:52.777Z] ---> 7d6536c6fa69 [2021-02-08T09:47:52.777Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-08T09:47:54.230Z] ---> e771f9b4ac9a [2021-02-08T09:47:54.230Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-08T09:47:54.645Z] Building static-packages [2021-02-08T09:47:56.202Z] ---> d4be271f5c40 [2021-02-08T09:47:56.202Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-08T09:47:57.190Z] ---> 61ef1e813ddb [2021-02-08T09:47:57.190Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-08T09:47:57.192Z] Staging go-build-helper [2021-02-08T09:47:57.467Z] ---> Running in a863dae9f401 [2021-02-08T09:47:58.056Z] Removing intermediate container a863dae9f401 [2021-02-08T09:47:58.056Z] ---> a549bd36f459 [2021-02-08T09:47:58.056Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-08T09:47:58.135Z] Staging static-packages [2021-02-08T09:47:58.326Z] ---> Running in e1f15c8b25f1 [2021-02-08T09:47:58.916Z] Removing intermediate container e1f15c8b25f1 [2021-02-08T09:47:58.916Z] ---> 7dc06558bc83 [2021-02-08T09:47:58.916Z] Step 21/23 : LABEL arch=arm64 [2021-02-08T09:47:59.189Z] ---> Running in 680f217a58bd [2021-02-08T09:47:59.519Z] Pulling go115 [2021-02-08T09:47:59.793Z] Removing intermediate container 680f217a58bd [2021-02-08T09:47:59.793Z] ---> 78d041258e05 [2021-02-08T09:47:59.793Z] Step 22/23 : LABEL git_sha=4b0ff43b6f13bf277e1af8d3ba378c4fea643b4d [2021-02-08T09:48:00.393Z] ---> Running in 1d703c299f70 [2021-02-08T09:48:00.465Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-02-08T09:48:00.465Z] Skipping pull go115 (already ran) [2021-02-08T09:48:00.740Z] Building go115 [2021-02-08T09:48:00.740Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-08T09:48:00.740Z] Dload Upload Total Spent Left Speed [2021-02-08T09:48:00.990Z] Removing intermediate container 1d703c299f70 [2021-02-08T09:48:00.990Z] ---> 5ea272e87504 [2021-02-08T09:48:00.990Z] Step 23/23 : LABEL version=0.0.0 [2021-02-08T09:48:01.596Z] ---> Running in bbbfc09a7b3d [2021-02-08T09:48:02.590Z] Removing intermediate container bbbfc09a7b3d [2021-02-08T09:48:02.590Z] ---> 2e1fc7425996 [2021-02-08T09:48:02.590Z] [2021-02-08T09:48:02.864Z] Successfully built 2e1fc7425996 [2021-02-08T09:48:02.864Z] Successfully tagged docker-core-data-go-arm64:latest [2021-02-08T09:48:03.941Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 4 115M 4 5119k 0 0 15.5M 0 0:00:07 --:--:-- 0:00:07 15.4M 38 115M 38 44.1M 0 0 33.4M 0 0:00:03 0:00:01 0:00:02 33.4M 72 115M 72 83.6M 0 0 36.0M 0 0:00:03 0:00:02 0:00:01 36.0M 100 115M 100 115M 0 0 37.3M 0 0:00:03 0:00:03 --:--:-- 37.3M [2021-02-08T09:48:04.512Z] go1.15.2.linux-amd64.tar.gz: OK [2021-02-08T09:48:09.812Z] Staging go115 [2021-02-08T09:48:15.256Z]  Building docker-core-data-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-08T09:48:15.256Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-08T09:48:15.256Z] ---> 7e2beb0a18c1 [2021-02-08T09:48:15.256Z] Step 3/23 : WORKDIR /edgex-go [2021-02-08T09:48:15.256Z] ---> Using cache [2021-02-08T09:48:15.256Z] ---> 6e92f623e8f7 [2021-02-08T09:48:15.256Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-08T09:48:15.256Z] ---> Using cache [2021-02-08T09:48:15.256Z] ---> d2daa23b6ecb [2021-02-08T09:48:15.256Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-08T09:48:15.256Z] ---> Using cache [2021-02-08T09:48:15.256Z] ---> d516dd53b3d9 [2021-02-08T09:48:15.256Z] Step 6/23 : COPY go.mod . [2021-02-08T09:48:15.256Z] ---> Using cache [2021-02-08T09:48:15.256Z] ---> 3ee667d59682 [2021-02-08T09:48:15.256Z] Step 7/23 : RUN go mod download [2021-02-08T09:48:15.256Z] ---> Using cache [2021-02-08T09:48:15.256Z] ---> 4bf5c931e903 [2021-02-08T09:48:15.256Z] Step 8/23 : COPY . . [2021-02-08T09:48:15.256Z] ---> Using cache [2021-02-08T09:48:15.256Z] ---> be1cc48cb5d8 [2021-02-08T09:48:15.256Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-08T09:48:16.408Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-08T09:48:16.408Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-08T09:48:16.408Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-08T09:48:16.408Z] Fetched 0 B in 0s (0 B/s) [2021-02-08T09:48:16.408Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-02-08T09:48:16.408Z] Fetched 224 kB in 0s (0 B/s) [2021-02-08T09:48:16.408Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-02-08T09:48:16.408Z] Fetched 157 kB in 0s (0 B/s) [2021-02-08T09:48:16.408Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-02-08T09:48:16.408Z] Fetched 221 kB in 0s (0 B/s) [2021-02-08T09:48:16.408Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-02-08T09:48:16.408Z] Fetched 143 kB in 0s (0 B/s) [2021-02-08T09:48:16.408Z] Pulling edgex-go [2021-02-08T09:48:16.703Z] ---> Running in 54d95cbc83f5 [2021-02-08T09:48:17.795Z] Pulling version [2021-02-08T09:48:18.139Z] 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-08T09:48:19.183Z] Building config-common [2021-02-08T09:48:21.737Z] Skipping build go-build-helper (already ran) [2021-02-08T09:48:21.737Z] Skipping build static-packages (already ran) [2021-02-08T09:48:21.737Z] Skipping build go115 (already ran) [2021-02-08T09:48:21.737Z] Building edgex-go [2021-02-08T09:48:22.313Z] 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-08T09:48:23.702Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-02-08T09:48:23.702Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.7 [2021-02-08T09:48:23.702Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.29 [2021-02-08T09:48:23.702Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-02-08T09:48:23.702Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 [2021-02-08T09:48:23.702Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-02-08T09:48:23.963Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-02-08T09:48:23.963Z] go: downloading github.com/pkg/errors v0.8.1 [2021-02-08T09:48:23.963Z] go: downloading github.com/google/uuid v1.2.0 [2021-02-08T09:48:23.963Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-02-08T09:48:23.963Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.4 [2021-02-08T09:48:23.963Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-02-08T09:48:23.963Z] go: downloading github.com/x448/float16 v0.8.4 [2021-02-08T09:48:23.963Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-02-08T09:48:23.963Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 [2021-02-08T09:48:23.963Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-02-08T09:48:23.963Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-02-08T09:48:23.963Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 [2021-02-08T09:48:23.963Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-02-08T09:48:23.963Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-02-08T09:48:23.963Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-02-08T09:48:23.963Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-02-08T09:48:23.963Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-02-08T09:48:23.963Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-02-08T09:48:23.963Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-02-08T09:48:23.963Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-02-08T09:48:24.226Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-02-08T09:48:24.226Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-02-08T09:48:24.489Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-02-08T09:48:24.489Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-02-08T09:48:24.489Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-02-08T09:48:24.489Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-02-08T09:48:24.489Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-02-08T09:48:24.489Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-02-08T09:48:24.489Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-02-08T09:48:24.489Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-02-08T09:48:24.750Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-02-08T09:48:24.751Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-02-08T09:48:24.751Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-02-08T09:48:28.362Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-08T09:48:28.362Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-02-08T09:48:28.362Z] ---> 7e2beb0a18c1 [2021-02-08T09:48:28.362Z] Step 3/31 : WORKDIR /edgex-go [2021-02-08T09:48:28.362Z] ---> Using cache [2021-02-08T09:48:28.362Z] ---> 6e92f623e8f7 [2021-02-08T09:48:28.362Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-08T09:48:28.362Z] ---> Using cache [2021-02-08T09:48:28.362Z] ---> d2daa23b6ecb [2021-02-08T09:48:28.362Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-02-08T09:48:28.362Z] ---> Using cache [2021-02-08T09:48:28.362Z] ---> d516dd53b3d9 [2021-02-08T09:48:28.362Z] Step 6/31 : COPY go.mod . [2021-02-08T09:48:28.362Z] ---> Using cache [2021-02-08T09:48:28.362Z] ---> 3ee667d59682 [2021-02-08T09:48:28.362Z] Step 7/31 : RUN go mod download [2021-02-08T09:48:28.362Z] ---> Using cache [2021-02-08T09:48:28.362Z] ---> 4bf5c931e903 [2021-02-08T09:48:28.362Z] Step 8/31 : COPY . . [2021-02-08T09:48:28.362Z] ---> Using cache [2021-02-08T09:48:28.362Z] ---> be1cc48cb5d8 [2021-02-08T09:48:28.362Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-02-08T09:48:30.453Z] ---> Running in c7cf2acd0a2b [2021-02-08T09:48:31.555Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-08T09:48:31.555Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-08T09:48:31.555Z] ---> 7e2beb0a18c1 [2021-02-08T09:48:31.555Z] Step 3/26 : WORKDIR /edgex-go [2021-02-08T09:48:31.555Z] ---> Using cache [2021-02-08T09:48:31.555Z] ---> 6e92f623e8f7 [2021-02-08T09:48:31.555Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-08T09:48:31.555Z] ---> Using cache [2021-02-08T09:48:31.555Z] ---> d2daa23b6ecb [2021-02-08T09:48:31.555Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-08T09:48:31.555Z] ---> Running in 66ec91906e6c [2021-02-08T09:48:31.555Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-08T09:48:31.555Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-08T09:48:31.555Z] ---> 7e2beb0a18c1 [2021-02-08T09:48:31.555Z] Step 3/22 : WORKDIR /edgex-go [2021-02-08T09:48:31.555Z] ---> Using cache [2021-02-08T09:48:31.555Z] ---> 6e92f623e8f7 [2021-02-08T09:48:31.555Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-08T09:48:31.555Z] ---> Using cache [2021-02-08T09:48:31.555Z] ---> d2daa23b6ecb [2021-02-08T09:48:31.555Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-08T09:48:31.555Z] ---> Running in 9b394de51ddb [2021-02-08T09:48:32.928Z] 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-08T09:48:32.929Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-02-08T09:48:33.007Z] 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-08T09:48:33.621Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-08T09:48:33.901Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-08T09:48:34.179Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-08T09:48:34.456Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-08T09:48:35.058Z] OK: 217 MiB in 51 packages [2021-02-08T09:48:35.333Z] OK: 217 MiB in 51 packages [2021-02-08T09:48:37.324Z] Removing intermediate container 66ec91906e6c [2021-02-08T09:48:37.324Z] ---> 069f56ed5b8e [2021-02-08T09:48:37.324Z] Step 6/26 : COPY go.mod . [2021-02-08T09:48:37.324Z] Removing intermediate container 9b394de51ddb [2021-02-08T09:48:37.324Z] ---> c52929b54d6f [2021-02-08T09:48:37.324Z] Step 6/22 : COPY go.mod . [2021-02-08T09:48:38.230Z] 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-08T09:48:38.314Z] ---> 3522fd751868 [2021-02-08T09:48:38.314Z] Step 7/26 : RUN go mod download [2021-02-08T09:48:38.589Z] ---> Running in bbb1a12d8c2b [2021-02-08T09:48:38.589Z] ---> 7b0e4a8b6646 [2021-02-08T09:48:38.589Z] Step 7/22 : RUN go mod download [2021-02-08T09:48:38.812Z] 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-08T09:48:38.869Z] ---> Running in 363e469653d6 [2021-02-08T09:48:40.197Z] 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-08T09:48:40.459Z] 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-08T09:48:40.459Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-02-08T09:48:40.724Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-02-08T09:48:40.724Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-02-08T09:48:40.724Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-02-08T09:48:42.639Z] 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-08T09:48:42.639Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-02-08T09:48:42.639Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-02-08T09:48:44.024Z] 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-08T09:48:44.313Z] Removing intermediate container bbb1a12d8c2b [2021-02-08T09:48:44.313Z] ---> e1052411b18e [2021-02-08T09:48:44.313Z] Step 8/26 : COPY . . [2021-02-08T09:48:44.313Z] Removing intermediate container 363e469653d6 [2021-02-08T09:48:44.313Z] ---> 99dcf2809e36 [2021-02-08T09:48:44.313Z] Step 8/22 : COPY . . [2021-02-08T09:48:44.965Z] 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-08T09:48:44.965Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-02-08T09:48:46.351Z] 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-08T09:48:47.294Z] 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-08T09:48:48.240Z] 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-08T09:48:48.240Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-02-08T09:48:49.182Z] 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-08T09:48:49.182Z] go: downloading github.com/lib/pq v1.9.0 [2021-02-08T09:48:53.392Z] Building version [2021-02-08T09:48:55.509Z] Staging config-common [2021-02-08T09:48:56.491Z] Skipping stage go-build-helper (already ran) [2021-02-08T09:48:56.491Z] Skipping stage static-packages (already ran) [2021-02-08T09:48:56.491Z] Skipping stage go115 (already ran) [2021-02-08T09:48:56.491Z] Staging edgex-go [2021-02-08T09:48:57.880Z] Staging version [2021-02-08T09:48:58.825Z] Priming config-common [2021-02-08T09:48:59.768Z] Priming go-build-helper [2021-02-08T09:49:01.152Z] Priming static-packages [2021-02-08T09:49:03.696Z] Priming go115 [2021-02-08T09:49:04.638Z] Priming edgex-go [2021-02-08T09:49:06.025Z] Priming version [2021-02-08T09:49:07.420Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-08T09:49:16.761Z] ---> 996cd8960e92 [2021-02-08T09:49:16.761Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-08T09:49:16.761Z] ---> 5499775280d7 [2021-02-08T09:49:16.761Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-08T09:49:16.761Z] ---> Running in 63ef4186b990 [2021-02-08T09:49:16.761Z] ---> Running in 474cceb599c1 [2021-02-08T09:49:16.761Z] 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-08T09:49:16.761Z] 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-08T09:49:26.980Z] 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-08T09:49:32.457Z] Removing intermediate container 54d95cbc83f5 [2021-02-08T09:49:32.457Z] ---> e74b8eb918c6 [2021-02-08T09:49:32.457Z] [2021-02-08T09:49:32.457Z] Step 10/23 : FROM alpine:3.12 [2021-02-08T09:49:32.457Z] ---> afeebe901d6b [2021-02-08T09:49:32.457Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-08T09:49:32.457Z] ---> Using cache [2021-02-08T09:49:32.457Z] ---> 1550a9cdc6c2 [2021-02-08T09:49:32.457Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-08T09:49:32.457Z] ---> Using cache [2021-02-08T09:49:32.457Z] ---> a39d31c45f45 [2021-02-08T09:49:32.457Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-08T09:49:32.457Z] ---> Running in 86f67c821887 [2021-02-08T09:49:32.457Z] Removing intermediate container 86f67c821887 [2021-02-08T09:49:32.457Z] ---> 874ac1217ff9 [2021-02-08T09:49:32.457Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-08T09:49:32.736Z] ---> Running in 817b6fe46529 [2021-02-08T09:49:33.348Z] Removing intermediate container 817b6fe46529 [2021-02-08T09:49:33.348Z] ---> 1020e2e6fc52 [2021-02-08T09:49:33.348Z] Step 15/23 : WORKDIR / [2021-02-08T09:49:33.631Z] ---> Running in a1792cfb5fee [2021-02-08T09:49:34.242Z] Removing intermediate container a1792cfb5fee [2021-02-08T09:49:34.242Z] ---> 4e9aec400a59 [2021-02-08T09:49:34.242Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-08T09:49:35.261Z] ---> c532747cc973 [2021-02-08T09:49:35.261Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-08T09:49:37.280Z] ---> 48405f4327ed [2021-02-08T09:49:37.280Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-08T09:49:38.739Z] ---> 0cbd127d1437 [2021-02-08T09:49:38.739Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-08T09:49:38.739Z] ---> Running in 280f7b700df9 [2021-02-08T09:49:39.353Z] Removing intermediate container 280f7b700df9 [2021-02-08T09:49:39.353Z] ---> 0f5724934735 [2021-02-08T09:49:39.353Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-08T09:49:39.632Z] ---> Running in aa5b54da7233 [2021-02-08T09:49:40.269Z] Removing intermediate container aa5b54da7233 [2021-02-08T09:49:40.269Z] ---> 29c55322cc3b [2021-02-08T09:49:40.269Z] Step 21/23 : LABEL arch=arm64 [2021-02-08T09:49:40.551Z] ---> Running in 377f26aa81a3 [2021-02-08T09:49:41.172Z] Removing intermediate container 377f26aa81a3 [2021-02-08T09:49:41.172Z] ---> 0a783e07d6a2 [2021-02-08T09:49:41.172Z] Step 22/23 : LABEL git_sha=4b0ff43b6f13bf277e1af8d3ba378c4fea643b4d [2021-02-08T09:49:41.172Z] ---> Running in cb0d9479c1ee [2021-02-08T09:49:41.781Z] Removing intermediate container cb0d9479c1ee [2021-02-08T09:49:41.781Z] ---> 8f94847fd285 [2021-02-08T09:49:41.781Z] Step 23/23 : LABEL version=0.0.0 [2021-02-08T09:49:42.067Z] ---> Running in b9ec38ced87b [2021-02-08T09:49:42.676Z] Removing intermediate container b9ec38ced87b [2021-02-08T09:49:42.676Z] ---> 0f6ae79e7da3 [2021-02-08T09:49:42.676Z] [2021-02-08T09:49:43.287Z] Successfully built 0f6ae79e7da3 [2021-02-08T09:49:43.287Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-02-08T09:49:48.764Z]  Building docker-core-metadata-go ... done Removing intermediate container c7cf2acd0a2b [2021-02-08T09:49:48.764Z] ---> e91bcff80768 [2021-02-08T09:49:48.764Z] [2021-02-08T09:49:48.764Z] Step 10/31 : FROM alpine:3.12 [2021-02-08T09:49:48.764Z] ---> afeebe901d6b [2021-02-08T09:49:48.764Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-08T09:49:48.764Z] ---> Running in f181427f6df5 [2021-02-08T09:49:49.054Z] Removing intermediate container f181427f6df5 [2021-02-08T09:49:49.054Z] ---> 3c4b3413625f [2021-02-08T09:49:49.054Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-08T09:49:49.054Z] ---> Running in ba9c55c37ce6 [2021-02-08T09:49:51.079Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-08T09:49:51.079Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-08T09:49:51.695Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-08T09:49:51.695Z] (2/2) Installing su-exec (0.2-r1) [2021-02-08T09:49:51.695Z] Executing busybox-1.31.1-r19.trigger [2021-02-08T09:49:51.695Z] OK: 5 MiB in 16 packages [2021-02-08T09:49:53.706Z] Removing intermediate container ba9c55c37ce6 [2021-02-08T09:49:53.706Z] ---> 9b29c2f20b51 [2021-02-08T09:49:53.706Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-08T09:49:53.706Z] ---> Running in 46946945f00e [2021-02-08T09:49:53.986Z] Removing intermediate container 46946945f00e [2021-02-08T09:49:53.986Z] ---> 528bc7cd8f81 [2021-02-08T09:49:53.986Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-08T09:49:54.279Z] ---> Running in a68e4e36ca3d [2021-02-08T09:49:54.896Z] Removing intermediate container a68e4e36ca3d [2021-02-08T09:49:54.896Z] ---> e4ea95b8da3b [2021-02-08T09:49:54.896Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-08T09:49:55.174Z] ---> Running in ac25bfdc040a [2021-02-08T09:49:57.847Z] Removing intermediate container ac25bfdc040a [2021-02-08T09:49:57.847Z] ---> 1188bdf1d95f [2021-02-08T09:49:57.847Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-08T09:49:58.133Z] ---> Running in f20783f793a8 [2021-02-08T09:49:58.753Z] Removing intermediate container f20783f793a8 [2021-02-08T09:49:58.753Z] ---> 40018e1837ab [2021-02-08T09:49:58.753Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-08T09:50:00.249Z] ---> 753e4e197a78 [2021-02-08T09:50:00.249Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-08T09:50:00.530Z] ---> Running in b182b0886e04 [2021-02-08T09:50:03.973Z] Removing intermediate container b182b0886e04 [2021-02-08T09:50:03.973Z] ---> c63cd859ac58 [2021-02-08T09:50:03.973Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-08T09:50:04.980Z] ---> b73d3a0f3389 [2021-02-08T09:50:04.980Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-08T09:50:07.120Z] ---> ae6ea6b996f3 [2021-02-08T09:50:07.120Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-08T09:50:07.975Z] ---> 03fe758725f6 [2021-02-08T09:50:07.975Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-02-08T09:50:09.976Z] ---> 1921507c0e0f [2021-02-08T09:50:09.976Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-08T09:50:10.980Z] ---> 1bfda56d156c [2021-02-08T09:50:10.980Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-02-08T09:50:11.274Z] ---> Running in bc412e605b19 [2021-02-08T09:50:12.282Z] Removing intermediate container bc412e605b19 [2021-02-08T09:50:12.282Z] ---> a89ab10dbd4f [2021-02-08T09:50:12.282Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-08T09:50:13.288Z] ---> e33f67736c14 [2021-02-08T09:50:13.288Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-02-08T09:50:13.570Z] ---> Running in fab34c1da6d5 [2021-02-08T09:50:17.016Z] Removing intermediate container fab34c1da6d5 [2021-02-08T09:50:17.016Z] ---> f76ef4948f13 [2021-02-08T09:50:17.016Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-08T09:50:17.016Z] ---> Running in ec67eb0d2dfa [2021-02-08T09:50:17.296Z] Removing intermediate container 474cceb599c1 [2021-02-08T09:50:17.296Z] ---> a930ee345dc5 [2021-02-08T09:50:17.296Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-08T09:50:17.573Z] ---> Running in 30ceae7226cc [2021-02-08T09:50:17.573Z] Removing intermediate container ec67eb0d2dfa [2021-02-08T09:50:17.573Z] ---> fd2200c2a5a9 [2021-02-08T09:50:17.573Z] Step 28/31 : CMD ["gate"] [2021-02-08T09:50:18.215Z] ---> Running in a8a2c9587397 [2021-02-08T09:50:18.822Z] Removing intermediate container a8a2c9587397 [2021-02-08T09:50:18.823Z] ---> de4fde90a47e [2021-02-08T09:50:18.823Z] Step 29/31 : LABEL arch=arm64 [2021-02-08T09:50:19.105Z] 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-08T09:50:19.383Z] ---> Running in 636deed86524 [2021-02-08T09:50:19.990Z] Removing intermediate container 636deed86524 [2021-02-08T09:50:19.990Z] ---> fbcc5e5468d0 [2021-02-08T09:50:19.990Z] Step 30/31 : LABEL git_sha=4b0ff43b6f13bf277e1af8d3ba378c4fea643b4d [2021-02-08T09:50:20.598Z] ---> Running in 99f13f7b853a [2021-02-08T09:50:21.589Z] Removing intermediate container 99f13f7b853a [2021-02-08T09:50:21.589Z] ---> 8de4c44a5f75 [2021-02-08T09:50:21.589Z] Step 31/31 : LABEL version=0.0.0 [2021-02-08T09:50:21.589Z] Removing intermediate container 63ef4186b990 [2021-02-08T09:50:21.589Z] ---> 016e296d3a69 [2021-02-08T09:50:21.589Z] [2021-02-08T09:50:21.589Z] Step 10/22 : FROM alpine:3.12 [2021-02-08T09:50:21.589Z] ---> afeebe901d6b [2021-02-08T09:50:21.589Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-08T09:50:21.864Z] ---> Running in 640376ccde02 [2021-02-08T09:50:21.864Z] ---> Running in af5d8cf81213 [2021-02-08T09:50:22.140Z] Removing intermediate container 30ceae7226cc [2021-02-08T09:50:22.140Z] ---> 474a42f2b805 [2021-02-08T09:50:22.140Z] [2021-02-08T09:50:22.140Z] Step 11/26 : FROM docker:20.10.0 [2021-02-08T09:50:22.140Z] 20.10.0: Pulling from library/docker [2021-02-08T09:50:22.417Z] Removing intermediate container 640376ccde02 [2021-02-08T09:50:22.417Z] ---> cbc54266411a [2021-02-08T09:50:22.417Z] [2021-02-08T09:50:23.019Z] Successfully built cbc54266411a [2021-02-08T09:50:23.019Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-02-08T09:50:23.019Z]  Building docker-security-bootstrapper-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-08T09:50:23.297Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-08T09:50:23.896Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-08T09:50:23.896Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-08T09:50:23.896Z] Executing busybox-1.31.1-r19.trigger [2021-02-08T09:50:23.896Z] Executing ca-certificates-20191127-r4.trigger [2021-02-08T09:50:24.172Z] OK: 6 MiB in 16 packages [2021-02-08T09:50:27.567Z] Removing intermediate container af5d8cf81213 [2021-02-08T09:50:27.567Z] ---> bb71019d5cea [2021-02-08T09:50:27.567Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-08T09:50:27.567Z] ---> Running in f8b25c051a75 [2021-02-08T09:50:28.170Z] Removing intermediate container f8b25c051a75 [2021-02-08T09:50:28.170Z] ---> c371ce18df78 [2021-02-08T09:50:28.170Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-08T09:50:28.445Z] ---> Running in 75fa9dfb452d [2021-02-08T09:50:29.047Z] Removing intermediate container 75fa9dfb452d [2021-02-08T09:50:29.047Z] ---> a24bfa80b801 [2021-02-08T09:50:29.047Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-08T09:50:29.321Z] ---> Running in ad7e7d7a2881 [2021-02-08T09:50:29.595Z] Removing intermediate container ad7e7d7a2881 [2021-02-08T09:50:29.595Z] ---> 1bbf46b0389b [2021-02-08T09:50:29.595Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-08T09:50:29.879Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-08T09:50:29.879Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-08T09:50:29.879Z] ---> eeaf43b92773 [2021-02-08T09:50:29.879Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-08T09:50:29.879Z] ---> Running in 62ffbf15b741 [2021-02-08T09:50:30.478Z] ---> 9d9c01a5160c [2021-02-08T09:50:30.478Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-08T09:50:31.073Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-08T09:50:31.358Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-08T09:50:31.632Z] ---> f7ae69503b7f [2021-02-08T09:50:31.632Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-08T09:50:31.632Z] (1/2) Installing readline (8.0.4-r0) [2021-02-08T09:50:31.632Z] (2/2) Installing bash (5.0.17-r0) [2021-02-08T09:50:31.906Z] Executing bash-5.0.17-r0.post-install [2021-02-08T09:50:31.906Z] Executing busybox-1.31.1-r19.trigger [2021-02-08T09:50:31.906Z] OK: 12 MiB in 22 packages [2021-02-08T09:50:32.505Z] ---> 56878a99fe88 [2021-02-08T09:50:32.505Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-08T09:50:32.778Z] ---> Running in 6da69d8602b5 [2021-02-08T09:50:33.051Z] Removing intermediate container 6da69d8602b5 [2021-02-08T09:50:33.051Z] ---> 2d94b92f1327 [2021-02-08T09:50:33.051Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-08T09:50:33.051Z] Removing intermediate container 62ffbf15b741 [2021-02-08T09:50:33.051Z] ---> e29cbfd0e30b [2021-02-08T09:50:33.051Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-08T09:50:33.325Z] ---> Running in 964fa7d3aa3a [2021-02-08T09:50:33.325Z] ---> Running in 32a856ba0556 [2021-02-08T09:50:33.917Z] Removing intermediate container 964fa7d3aa3a [2021-02-08T09:50:33.917Z] ---> 7fd143bb3abb [2021-02-08T09:50:33.917Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-08T09:50:33.917Z] Removing intermediate container 32a856ba0556 [2021-02-08T09:50:33.917Z] ---> bc9c74240720 [2021-02-08T09:50:33.917Z] Step 20/22 : LABEL arch=arm64 [2021-02-08T09:50:33.917Z] ---> Running in a5f426415029 [2021-02-08T09:50:33.917Z] ---> Running in 692ea6c5aa60 [2021-02-08T09:50:34.505Z] Removing intermediate container a5f426415029 [2021-02-08T09:50:34.505Z] ---> 59cc35a89860 [2021-02-08T09:50:34.505Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-08T09:50:34.505Z] Removing intermediate container 692ea6c5aa60 [2021-02-08T09:50:34.505Z] ---> 40fa7d0120e8 [2021-02-08T09:50:34.505Z] Step 21/22 : LABEL git_sha=4b0ff43b6f13bf277e1af8d3ba378c4fea643b4d [2021-02-08T09:50:34.505Z] ---> Running in 2880348efaa0 [2021-02-08T09:50:34.773Z] ---> Running in 717ad6516980 [2021-02-08T09:50:35.049Z] Removing intermediate container 2880348efaa0 [2021-02-08T09:50:35.049Z] ---> 657e855f5f49 [2021-02-08T09:50:35.049Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-08T09:50:35.049Z] Removing intermediate container 717ad6516980 [2021-02-08T09:50:35.049Z] ---> aaa16d4b8525 [2021-02-08T09:50:35.049Z] Step 22/22 : LABEL version=0.0.0 [2021-02-08T09:50:35.320Z] ---> Running in b3ee1a11aaef [2021-02-08T09:50:35.911Z] Removing intermediate container b3ee1a11aaef [2021-02-08T09:50:35.911Z] ---> e0fe412872a4 [2021-02-08T09:50:35.911Z] [2021-02-08T09:50:36.182Z] ---> 01aaa2657f0c [2021-02-08T09:50:36.182Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-08T09:50:36.182Z] Successfully built e0fe412872a4 [2021-02-08T09:50:36.453Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-02-08T09:50:37.044Z]  Building docker-support-notifications-go ... done  ---> 5a97a7061137 [2021-02-08T09:50:37.044Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-08T09:50:38.025Z] ---> b37f7cd00c0a [2021-02-08T09:50:38.025Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-08T09:50:38.025Z] ---> Running in 31a4fdf6eac5 [2021-02-08T09:50:38.996Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-08T09:50:38.996Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-08T09:50:39.583Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-08T09:50:39.583Z] (2/33) Installing expat (2.2.9-r1) [2021-02-08T09:50:39.583Z] (3/33) Installing libffi (3.3-r2) [2021-02-08T09:50:39.583Z] (4/33) Installing gdbm (1.13-r1) [2021-02-08T09:50:39.583Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-08T09:50:39.583Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-08T09:50:39.583Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-08T09:50:41.542Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-08T09:50:41.542Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-08T09:50:41.542Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-08T09:50:41.542Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-08T09:50:41.542Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-08T09:50:41.542Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-08T09:50:41.542Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-08T09:50:41.542Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-08T09:50:41.542Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-08T09:50:41.542Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-08T09:50:41.542Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-08T09:50:41.542Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-08T09:50:41.542Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-08T09:50:41.813Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-08T09:50:41.813Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-08T09:50:41.813Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-08T09:50:41.813Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-08T09:50:41.813Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-08T09:50:41.813Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-08T09:50:41.813Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-08T09:50:41.813Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-08T09:50:41.813Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-08T09:50:41.813Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-08T09:50:41.813Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-08T09:50:41.813Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-08T09:50:41.813Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-08T09:50:42.088Z] Executing busybox-1.31.1-r19.trigger [2021-02-08T09:50:42.088Z] OK: 71 MiB in 55 packages [2021-02-08T09:50:48.782Z] Removing intermediate container 31a4fdf6eac5 [2021-02-08T09:50:48.782Z] ---> 5a26bd527ebc [2021-02-08T09:50:48.782Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-08T09:50:48.782Z] ---> Running in 6d0c9e1c718a [2021-02-08T09:50:53.063Z] Collecting docker-compose==1.23.2 [2021-02-08T09:50:53.063Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-08T09:50:53.333Z] Collecting cached-property<2,>=1.2.0 [2021-02-08T09:50:53.604Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-08T09:50:54.576Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-08T09:50:54.576Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-08T09:50:55.544Z] Collecting PyYAML<4,>=3.10 [2021-02-08T09:50:55.812Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-08T09:50:59.183Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-08T09:50:59.183Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-08T09:51:00.605Z] 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-08T09:51:00.876Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-08T09:51:00.876Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-08T09:51:01.147Z] Collecting docopt<0.7,>=0.6.1 [2021-02-08T09:51:01.419Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-08T09:51:03.380Z] Collecting texttable<0.10,>=0.9.0 [2021-02-08T09:51:03.380Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-08T09:51:05.348Z] Collecting docker<4.0,>=3.6.0 [2021-02-08T09:51:05.630Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-08T09:51:06.231Z] Collecting jsonschema<3,>=2.5.1 [2021-02-08T09:51:06.231Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-08T09:51:06.516Z] 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-08T09:51:07.106Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-08T09:51:07.106Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-08T09:51:07.385Z] 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-08T09:51:07.668Z] Collecting idna<2.8,>=2.5 [2021-02-08T09:51:07.668Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-08T09:51:07.943Z] Collecting docker-pycreds>=0.4.0 [2021-02-08T09:51:07.943Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-08T09:51:08.218Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-08T09:51:08.218Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-08T09:51:08.218Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-08T09:51:08.218Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-08T09:51:09.234Z] Installing collected packages: cached-property, urllib3, idna, requests, PyYAML, dockerpty, websocket-client, docopt, texttable, docker-pycreds, docker, jsonschema, docker-compose [2021-02-08T09:51:09.234Z] Attempting uninstall: urllib3 [2021-02-08T09:51:09.234Z] Found existing installation: urllib3 1.25.9 [2021-02-08T09:51:09.234Z] Uninstalling urllib3-1.25.9: [2021-02-08T09:51:09.503Z] Successfully uninstalled urllib3-1.25.9 [2021-02-08T09:51:10.094Z] Attempting uninstall: idna [2021-02-08T09:51:10.094Z] Found existing installation: idna 2.9 [2021-02-08T09:51:10.094Z] Uninstalling idna-2.9: [2021-02-08T09:51:10.094Z] Successfully uninstalled idna-2.9 [2021-02-08T09:51:10.688Z] Attempting uninstall: requests [2021-02-08T09:51:10.688Z] Found existing installation: requests 2.23.0 [2021-02-08T09:51:10.688Z] Uninstalling requests-2.23.0: [2021-02-08T09:51:10.688Z] Successfully uninstalled requests-2.23.0 [2021-02-08T09:51:10.959Z] Running setup.py install for PyYAML: started [2021-02-08T09:51:13.567Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-08T09:51:13.567Z] Running setup.py install for dockerpty: started [2021-02-08T09:51:14.985Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-08T09:51:15.256Z] Running setup.py install for docopt: started [2021-02-08T09:51:17.215Z] Running setup.py install for docopt: finished with status 'done' [2021-02-08T09:51:17.215Z] Running setup.py install for texttable: started [2021-02-08T09:51:18.665Z] Running setup.py install for texttable: finished with status 'done' [2021-02-08T09:51:20.626Z] 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-08T09:51:24.911Z] Removing intermediate container 6d0c9e1c718a [2021-02-08T09:51:24.911Z] ---> c511b4298455 [2021-02-08T09:51:24.911Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-08T09:51:24.911Z] ---> Running in 31a3f62c54c4 [2021-02-08T09:51:25.501Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-08T09:51:25.502Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-08T09:51:26.089Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-08T09:51:26.089Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-08T09:51:26.089Z] (3/3) Installing curl (7.69.1-r3) [2021-02-08T09:51:26.089Z] Executing busybox-1.31.1-r19.trigger [2021-02-08T09:51:26.361Z] OK: 71 MiB in 58 packages [2021-02-08T09:51:27.336Z] Removing intermediate container 31a3f62c54c4 [2021-02-08T09:51:27.336Z] ---> 7618efda1d98 [2021-02-08T09:51:27.336Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-08T09:51:27.605Z] ---> Running in bfc93afdb865 [2021-02-08T09:51:27.876Z] Removing intermediate container bfc93afdb865 [2021-02-08T09:51:27.876Z] ---> 98586faeefe3 [2021-02-08T09:51:27.876Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-08T09:51:28.159Z] ---> Running in 3c4042c5ce88 [2021-02-08T09:51:28.432Z] Removing intermediate container 3c4042c5ce88 [2021-02-08T09:51:28.432Z] ---> 977f50824643 [2021-02-08T09:51:28.432Z] Step 24/26 : LABEL arch=arm64 [2021-02-08T09:51:28.703Z] ---> Running in 08469b842dd5 [2021-02-08T09:51:28.976Z] Removing intermediate container 08469b842dd5 [2021-02-08T09:51:28.976Z] ---> 0233f9995893 [2021-02-08T09:51:28.976Z] Step 25/26 : LABEL git_sha=4b0ff43b6f13bf277e1af8d3ba378c4fea643b4d [2021-02-08T09:51:29.246Z] ---> Running in b85fecefd72b [2021-02-08T09:51:29.840Z] Removing intermediate container b85fecefd72b [2021-02-08T09:51:29.840Z] ---> bfa906108138 [2021-02-08T09:51:29.840Z] Step 26/26 : LABEL version=0.0.0 [2021-02-08T09:51:29.840Z] ---> Running in b1858abf8107 [2021-02-08T09:51:30.109Z] Removing intermediate container b1858abf8107 [2021-02-08T09:51:30.109Z] ---> f44a06bcf4d0 [2021-02-08T09:51:30.109Z] [2021-02-08T09:51:30.695Z] Successfully built f44a06bcf4d0 [2021-02-08T09:51:30.695Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-02-08T09:51:30.980Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-02-08T09:51:30.977Z] $ docker stop --time=1 db4bbdea1638540e44872b45b0e9101cd0b6664198944cc54fe1cf7735706367 [2021-02-08T09:51:32.854Z] $ docker rm -f db4bbdea1638540e44872b45b0e9101cd0b6664198944cc54fe1cf7735706367 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-08T09:51:33.483Z] + docker images [2021-02-08T09:51:33.483Z] + grep docker [2021-02-08T09:51:33.757Z] docker-sys-mgmt-agent-go-arm64 latest f44a06bcf4d0 4 seconds ago 300MB [2021-02-08T09:51:33.757Z] docker-support-notifications-go-arm64 latest e0fe412872a4 58 seconds ago 16.7MB [2021-02-08T09:51:33.757Z] docker-security-bootstrapper-go-arm64 latest cbc54266411a About a minute ago 22.6MB [2021-02-08T09:51:33.757Z] docker-core-metadata-go-arm64 latest 0f6ae79e7da3 About a minute ago 17.8MB [2021-02-08T09:51:33.757Z] docker-core-data-go-arm64 latest 2e1fc7425996 3 minutes ago 21MB [2021-02-08T09:51:33.757Z] docker-core-command-go-arm64 latest e7a4d3a1c936 3 minutes ago 16MB [2021-02-08T09:51:33.757Z] docker-support-scheduler-go-arm64 latest 95abefec2d79 3 minutes ago 16.1MB [2021-02-08T09:51:33.757Z] docker-security-secretstore-setup-go-arm64 latest 90fcfd00f8c6 3 minutes ago 23.4MB [2021-02-08T09:51:33.757Z] docker-security-proxy-setup-go-arm64 latest f02ade3cdccd 4 minutes ago 23.2MB [2021-02-08T09:51:33.757Z] docker 20.10.0 eeaf43b92773 8 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-08T09:51:35.192Z] provisioning config files... [2021-02-08T09:51:35.226Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/19@tmp/config819921562532556860tmp [Pipeline] { [Pipeline] sh [2021-02-08T09:51:35.606Z] + set +x [2021-02-08T09:51:35.606Z] + curl -s https://codecov.io/bash [2021-02-08T09:51:35.606Z] + bash -s -- [2021-02-08T09:51:36.181Z] [2021-02-08T09:51:36.181Z] _____ _ [2021-02-08T09:51:36.181Z] / ____| | | [2021-02-08T09:51:36.181Z] | | ___ __| | ___ ___ _____ __ [2021-02-08T09:51:36.181Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-02-08T09:51:36.181Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-02-08T09:51:36.181Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-02-08T09:51:36.181Z] Bash-20210129-7c25fce [2021-02-08T09:51:36.181Z] [2021-02-08T09:51:36.181Z] [2021-02-08T09:51:36.181Z] ==> git version 2.24.3 found [2021-02-08T09:51:36.181Z] ==> 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-08T09:51:36.181Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-02-08T09:51:36.181Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-02-08T09:51:36.181Z] ==> Jenkins CI detected. [2021-02-08T09:51:36.181Z] project root: . [2021-02-08T09:51:36.181Z] --> token set from env [2021-02-08T09:51:36.181Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-02-08T09:51:36.181Z] ==> Running gcov in . (disable via -X gcov) [2021-02-08T09:51:36.181Z] ==> Python coveragepy not found [2021-02-08T09:51:36.181Z] ==> Searching for coverage reports in: [2021-02-08T09:51:36.181Z] + . [2021-02-08T09:51:36.181Z] -> Found 1 reports [2021-02-08T09:51:36.181Z] ==> Detecting git/mercurial file structure [2021-02-08T09:51:36.181Z] ==> Reading reports [2021-02-08T09:51:36.181Z] + ./coverage.out bytes=590503 [2021-02-08T09:51:36.181Z] ==> Appending adjustments [2021-02-08T09:51:36.181Z] https://docs.codecov.io/docs/fixing-reports [2021-02-08T09:51:40.404Z] + Found adjustments [2021-02-08T09:51:40.404Z] ==> Gzipping contents [2021-02-08T09:51:40.404Z] 88K /tmp/codecov.fPjvbc.gz [2021-02-08T09:51:40.404Z] ==> Uploading reports [2021-02-08T09:51:40.404Z] url: https://codecov.io [2021-02-08T09:51:40.404Z] query: branch=PR-3109&commit=4b0ff43b6f13bf277e1af8d3ba378c4fea643b4d&build=19&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3109%2F19%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3109&job=&cmd_args= [2021-02-08T09:51:40.404Z] -> Pinging Codecov [2021-02-08T09:51:40.404Z] https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-3109&commit=4b0ff43b6f13bf277e1af8d3ba378c4fea643b4d&build=19&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3109%2F19%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3109&job=&cmd_args= [2021-02-08T09:51:40.404Z] -> Uploading to [2021-02-08T09:51:40.404Z] https://storage.googleapis.com/codecov/v4/raw/2021-02-08/00271124DB129430A58F1EEE437C3FCB/4b0ff43b6f13bf277e1af8d3ba378c4fea643b4d/717faead-f9e3-478c-8fc4-71fd40a07479.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210208%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210208T095140Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=682bdda15b301d77ef4b8bea52390798fadc84619a847a97f434cc0f9290b480 [2021-02-08T09:51:40.404Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-08T09:51:40.404Z] Dload Upload Total Spent Left Speed [2021-02-08T09:51:40.929Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 88742 0 0 100 88742 0 186k --:--:-- --:--:-- --:--:-- 186k [2021-02-08T09:51:40.929Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/4b0ff43b6f13bf277e1af8d3ba378c4fea643b4d [Pipeline] } [2021-02-08T09:51:40.939Z] 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-08T09:51:42.810Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-08T09:51:43.694Z] ---> package-listing.sh [2021-02-08T09:51:43.694Z] ++ facter osfamily [2021-02-08T09:51:43.694Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-08T09:51:43.694Z] + OS_FAMILY=redhat [2021-02-08T09:51:43.694Z] + workspace=/w/workspace/edgex-go/19 [2021-02-08T09:51:43.694Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-08T09:51:43.694Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-08T09:51:43.694Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-08T09:51:43.694Z] + PACKAGES=/tmp/packages_start.txt [2021-02-08T09:51:43.694Z] + '[' /w/workspace/edgex-go/19 ']' [2021-02-08T09:51:43.694Z] + PACKAGES=/tmp/packages_end.txt [2021-02-08T09:51:43.694Z] + case "${OS_FAMILY}" in [2021-02-08T09:51:43.694Z] + rpm -qa [2021-02-08T09:51:43.694Z] + sort [2021-02-08T09:51:49.009Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-08T09:51:49.009Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-08T09:51:49.009Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-08T09:51:49.009Z] + '[' /w/workspace/edgex-go/19 ']' [2021-02-08T09:51:49.009Z] + mkdir -p /w/workspace/edgex-go/19/archives/ [2021-02-08T09:51:49.009Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/19/archives/ [Pipeline] echo [2021-02-08T09:51:49.023Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/19/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-08T09:51:49.320Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:51:49.626Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-08T09:51:49.626Z] [2021-02-08T09:51:49.626Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:51:50.009Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-08T09:51:50.009Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-08T09:51:50.009Z] df20fa9351a1: Pulling fs layer [2021-02-08T09:51:50.009Z] 36b3adc4ff6f: Pulling fs layer [2021-02-08T09:51:50.009Z] 8ad3a11d3b57: Pulling fs layer [2021-02-08T09:51:50.009Z] 46f8f816bc3b: Pulling fs layer [2021-02-08T09:51:50.009Z] 93b61091891f: Pulling fs layer [2021-02-08T09:51:50.009Z] 93b9cdb0e59b: Pulling fs layer [2021-02-08T09:51:50.009Z] 5e14af77c1be: Pulling fs layer [2021-02-08T09:51:50.009Z] 01666e4c0597: Pulling fs layer [2021-02-08T09:51:50.009Z] aa168da1d23b: Pulling fs layer [2021-02-08T09:51:50.009Z] 46f8f816bc3b: Waiting [2021-02-08T09:51:50.009Z] 93b61091891f: Waiting [2021-02-08T09:51:50.009Z] 93b9cdb0e59b: Waiting [2021-02-08T09:51:50.009Z] 01666e4c0597: Waiting [2021-02-08T09:51:50.009Z] 5e14af77c1be: Waiting [2021-02-08T09:51:50.009Z] aa168da1d23b: Waiting [2021-02-08T09:51:50.009Z] 36b3adc4ff6f: Verifying Checksum [2021-02-08T09:51:50.009Z] 36b3adc4ff6f: Download complete [2021-02-08T09:51:50.009Z] 46f8f816bc3b: Verifying Checksum [2021-02-08T09:51:50.009Z] 46f8f816bc3b: Download complete [2021-02-08T09:51:50.009Z] df20fa9351a1: Verifying Checksum [2021-02-08T09:51:50.009Z] df20fa9351a1: Download complete [2021-02-08T09:51:50.274Z] 93b9cdb0e59b: Verifying Checksum [2021-02-08T09:51:50.274Z] 93b9cdb0e59b: Download complete [2021-02-08T09:51:50.274Z] 93b61091891f: Verifying Checksum [2021-02-08T09:51:50.274Z] 93b61091891f: Download complete [2021-02-08T09:51:50.274Z] 5e14af77c1be: Download complete [2021-02-08T09:51:50.274Z] 01666e4c0597: Verifying Checksum [2021-02-08T09:51:50.274Z] 01666e4c0597: Download complete [2021-02-08T09:51:50.541Z] 8ad3a11d3b57: Verifying Checksum [2021-02-08T09:51:50.541Z] 8ad3a11d3b57: Download complete [2021-02-08T09:51:50.541Z] df20fa9351a1: Pull complete [2021-02-08T09:51:50.822Z] 36b3adc4ff6f: Pull complete [2021-02-08T09:51:52.216Z] aa168da1d23b: Verifying Checksum [2021-02-08T09:51:52.216Z] aa168da1d23b: Download complete [2021-02-08T09:51:52.485Z] 8ad3a11d3b57: Pull complete [2021-02-08T09:51:53.432Z] 46f8f816bc3b: Pull complete [2021-02-08T09:51:54.378Z] 93b61091891f: Pull complete [2021-02-08T09:51:54.379Z] 93b9cdb0e59b: Pull complete [2021-02-08T09:51:54.640Z] 5e14af77c1be: Pull complete [2021-02-08T09:51:54.640Z] 01666e4c0597: Pull complete [2021-02-08T09:52:02.836Z] aa168da1d23b: Pull complete [2021-02-08T09:52:02.836Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-08T09:52:02.836Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-08T09:52:02.836Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-08T09:52:03.063Z] prd-centos7-docker-4c-2g-25536 does not seem to be running inside a container [2021-02-08T09:52:03.120Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/19/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-02-08T09:52:08.273Z] $ docker top 4691126e8cfb46e1649750f1699cbbc6d47dc030e48e57aae9bcb91b92f2172d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-08T09:52:08.895Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-08T09:52:09.220Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-08T09:52:09.543Z] + ls /var/log/sa-host [2021-02-08T09:52:09.543Z] + sadf -c /var/log/sa-host/sa08 [2021-02-08T09:52:09.543Z] file_magic: OK [2021-02-08T09:52:09.543Z] HZ: Using current value: 100 [2021-02-08T09:52:09.543Z] file_header: OK [2021-02-08T09:52:09.543Z] 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-08T09:52:09.543Z] Statistics: [2021-02-08T09:52:09.543Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-02-08T09:52:09.543Z] File successfully converted to sysstat format version 12.2.1 [2021-02-08T09:52:09.543Z] + sadf -c /var/log/sa-host/sa23 [2021-02-08T09:52:09.543Z] file_magic: OK [2021-02-08T09:52:09.543Z] HZ: Using current value: 100 [2021-02-08T09:52:09.543Z] file_header: OK [2021-02-08T09:52:09.543Z] 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-08T09:52:09.543Z] Statistics: [2021-02-08T09:52:09.543Z] Hnuu...uuuununununu... [2021-02-08T09:52:09.543Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-08T09:52:09.746Z] provisioning config files... [2021-02-08T09:52:09.760Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/19@tmp/config2335183691931899497tmp [Pipeline] { [Pipeline] echo [2021-02-08T09:52:09.834Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-08T09:52:10.134Z] ---> create-netrc.sh [Pipeline] } [2021-02-08T09:52:10.144Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-08T09:52:10.278Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-08T09:52:10.577Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-08T09:52:10.587Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-08T09:52:11.363Z] ---> sudo-logs.sh [2021-02-08T09:52:11.364Z] Archiving 'sudo' log.. [Pipeline] echo [2021-02-08T09:52:11.374Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-08T09:52:11.671Z] ---> job-cost.sh [2021-02-08T09:52:11.671Z] lf-activate-venv: SKIPPING [2021-02-08T09:52:11.671Z] INFO: No Stack... [2021-02-08T09:52:13.066Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-08T09:52:13.328Z] INFO: Archiving Costs [Pipeline] echo [2021-02-08T09:52:13.341Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-08T09:52:13.639Z] ---> logs-deploy.sh [2021-02-08T09:52:13.639Z] lf-activate-venv: SKIPPING [2021-02-08T09:52:13.639Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3109/19 [2021-02-08T09:52:13.639Z] INFO: archiving workspace using pattern(s): [2021-02-08T09:52:15.031Z] Archives upload complete. [2021-02-08T09:52:15.294Z] INFO: archiving logs to Nexus