Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from fe929cdc9076a4b61d9349ddb828743ec74444d3+c80d9cda01f36d6150cb756b8bf2f6d3223e0b45 (f8cec0f6ad11403553deb0ab67ca2f1ebb7bbef7) 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 025b6483f761633eb525fab7d6a8b6537d6ee4a4 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 025b6483f761633eb525fab7d6a8b6537d6ee4a4 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 025b6483f761633eb525fab7d6a8b6537d6ee4a4 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 025b6483f761633eb525fab7d6a8b6537d6ee4a4 # timeout=10 Commit message: "Merge pull request #264 from ernestojeda/new-snap-build-script" > 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > 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 [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-15681 in /w/workspace/edgexfoundry_edgex-go_PR-2908 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/14 [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/14 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit c80d9cda01f36d6150cb756b8bf2f6d3223e0b45 into PR head commit fe929cdc9076a4b61d9349ddb828743ec74444d3 Merge succeeded, producing 8f1695c00aae907ff5828cbfc029c2c45daad569 Checking out Revision 8f1695c00aae907ff5828cbfc029c2c45daad569 (PR-2908) > 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/2908/head:refs/remotes/origin/PR-2908 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f fe929cdc9076a4b61d9349ddb828743ec74444d3 # 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 c80d9cda01f36d6150cb756b8bf2f6d3223e0b45 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8f1695c00aae907ff5828cbfc029c2c45daad569 # timeout=10 Commit message: "Merge commit 'c80d9cda01f36d6150cb756b8bf2f6d3223e0b45' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-12-12T00:31:09.464Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials > git rev-list --no-walk 5cb27e36eb413e8d02f52bdfba00ad3fcd742481 # timeout=10 [2020-12-12T00:31:09.701Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-12-12T00:31:09.790Z] ========================================================= [2020-12-12T00:31:09.790Z] EdgeX Global Pipelines Version Info [2020-12-12T00:31:09.790Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-12-12T00:31:11.800Z] ------------------- [2020-12-12T00:31:11.800Z] stable info: [2020-12-12T00:31:11.800Z] ------------------- [2020-12-12T00:31:11.800Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-12T00:31:11.800Z] Commit SHA: 025b6483f761633eb525fab7d6a8b6537d6ee4a4 [2020-12-12T00:31:11.800Z] Message: update stable to v1.0.172 [2020-12-12T00:31:12.383Z] ------------------- [2020-12-12T00:31:12.383Z] experimental info: [2020-12-12T00:31:12.383Z] ------------------- [2020-12-12T00:31:12.383Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-12T00:31:12.383Z] Commit SHA: 025b6483f761633eb525fab7d6a8b6537d6ee4a4 [2020-12-12T00:31:12.383Z] Message: update experimental to v1.0.172 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-12T00:31:12.644Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-12-12T00:31:12.770Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-12-12T00:31:12.902Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-12-12T00:31:13.022Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-12-12T00:31:13.111Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-12-12T00:31:13.241Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-12-12T00:31:13.328Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-12-12T00:31:13.418Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-12-12T00:31:13.510Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-12-12T00:31:13.602Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-12-12T00:31:13.718Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-12-12T00:31:13.808Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-12-12T00:31:13.898Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-12-12T00:31:13.993Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-12-12T00:31:14.084Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-12-12T00:31:14.177Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-12-12T00:31:14.265Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-12-12T00:31:14.353Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-12-12T00:31:14.471Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-12-12T00:31:14.555Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-12-12T00:31:14.642Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-12-12T00:31:14.735Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-12-12T00:31:14.818Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2908 [Pipeline] echo [2020-12-12T00:31:14.904Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2908 [Pipeline] echo [2020-12-12T00:31:15.066Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2908 [Pipeline] echo [2020-12-12T00:31:15.151Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 8f1695c00aae907ff5828cbfc029c2c45daad569 [Pipeline] echo [2020-12-12T00:31:15.255Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 8f1695c [Pipeline] echo [2020-12-12T00:31:15.360Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-12T00:31:15.548Z] provisioning config files... [2020-12-12T00:31:15.578Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/14@tmp/config3133046049624874569tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-12T00:31:15.927Z] ---> docker-login.sh [2020-12-12T00:31:15.927Z] nexus3.edgexfoundry.org:10001 [2020-12-12T00:31:16.190Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-12T00:31:16.190Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-12T00:31:16.190Z] Configure a credential helper to remove this warning. See [2020-12-12T00:31:16.190Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-12T00:31:16.190Z] [2020-12-12T00:31:16.190Z] Login Succeeded [2020-12-12T00:31:16.190Z] nexus3.edgexfoundry.org:10002 [2020-12-12T00:31:16.451Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-12T00:31:16.451Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-12T00:31:16.451Z] Configure a credential helper to remove this warning. See [2020-12-12T00:31:16.451Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-12T00:31:16.451Z] [2020-12-12T00:31:16.451Z] Login Succeeded [2020-12-12T00:31:16.451Z] nexus3.edgexfoundry.org:10003 [2020-12-12T00:31:16.713Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-12T00:31:16.713Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-12T00:31:16.713Z] Configure a credential helper to remove this warning. See [2020-12-12T00:31:16.713Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-12T00:31:16.713Z] [2020-12-12T00:31:16.713Z] Login Succeeded [2020-12-12T00:31:16.713Z] nexus3.edgexfoundry.org:10004 [2020-12-12T00:31:16.713Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-12T00:31:16.713Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-12T00:31:16.713Z] Configure a credential helper to remove this warning. See [2020-12-12T00:31:16.713Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-12T00:31:16.713Z] [2020-12-12T00:31:16.713Z] Login Succeeded [2020-12-12T00:31:16.713Z] docker.io [2020-12-12T00:31:16.976Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-12T00:31:17.239Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-12T00:31:17.239Z] Configure a credential helper to remove this warning. See [2020-12-12T00:31:17.239Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-12T00:31:17.239Z] [2020-12-12T00:31:17.239Z] Login Succeeded [2020-12-12T00:31:17.239Z] ---> docker-login.sh ends [Pipeline] } [2020-12-12T00:31:17.248Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-12T00:31:17.735Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secrets-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2020-12-12T00:31:17.735Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-12T00:31:17.735Z] ++ dirname cmd/core-command/Dockerfile [2020-12-12T00:31:17.735Z] ++ cut -d/ -f2 [2020-12-12T00:31:17.735Z] + echo core-command,cmd/core-command/Dockerfile [2020-12-12T00:31:17.735Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-12T00:31:17.735Z] ++ dirname cmd/core-data/Dockerfile [2020-12-12T00:31:17.735Z] ++ cut -d/ -f2 [2020-12-12T00:31:17.735Z] + echo core-data,cmd/core-data/Dockerfile [2020-12-12T00:31:17.735Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-12T00:31:17.735Z] ++ dirname cmd/core-metadata/Dockerfile [2020-12-12T00:31:17.735Z] ++ cut -d/ -f2 [2020-12-12T00:31:17.735Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-12-12T00:31:17.735Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-12T00:31:17.735Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2020-12-12T00:31:17.735Z] ++ cut -d/ -f2 [2020-12-12T00:31:17.735Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2020-12-12T00:31:17.735Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-12T00:31:17.735Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-12-12T00:31:17.735Z] ++ cut -d/ -f2 [2020-12-12T00:31:17.735Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-12-12T00:31:17.735Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-12T00:31:17.735Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-12-12T00:31:17.735Z] ++ cut -d/ -f2 [2020-12-12T00:31:17.735Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-12-12T00:31:17.735Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-12T00:31:17.735Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-12-12T00:31:17.735Z] ++ cut -d/ -f2 [2020-12-12T00:31:17.735Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-12-12T00:31:17.735Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-12T00:31:17.735Z] ++ dirname cmd/support-notifications/Dockerfile [2020-12-12T00:31:17.735Z] ++ cut -d/ -f2 [2020-12-12T00:31:17.735Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-12-12T00:31:17.735Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-12T00:31:17.735Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-12-12T00:31:17.735Z] ++ cut -d/ -f2 [2020-12-12T00:31:17.735Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-12-12T00:31:17.735Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-12T00:31:17.735Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-12-12T00:31:17.735Z] ++ cut -d/ -f2 [2020-12-12T00:31:17.735Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-12-12T00:31:17.807Z] 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-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secrets-setup-go, dockerfile:cmd/security-secrets-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 [2020-12-12T00:31:18.659Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-12T00:31:18.660Z] [2020-12-12T00:31:18.660Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-12-12T00:31:19.012Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-12T00:31:19.012Z] latest: Pulling from edgex-devops/git-semver [2020-12-12T00:31:19.012Z] 31603596830f: Pulling fs layer [2020-12-12T00:31:19.012Z] 2a8b12db71e7: Pulling fs layer [2020-12-12T00:31:19.012Z] 6ca5941a6612: Pulling fs layer [2020-12-12T00:31:19.012Z] ecc8261a40a4: Pulling fs layer [2020-12-12T00:31:19.012Z] ecc8261a40a4: Waiting [2020-12-12T00:31:19.012Z] 2a8b12db71e7: Verifying Checksum [2020-12-12T00:31:19.012Z] 2a8b12db71e7: Download complete [2020-12-12T00:31:19.279Z] 31603596830f: Verifying Checksum [2020-12-12T00:31:19.279Z] 31603596830f: Download complete [2020-12-12T00:31:19.279Z] ecc8261a40a4: Verifying Checksum [2020-12-12T00:31:19.279Z] ecc8261a40a4: Download complete [2020-12-12T00:31:19.279Z] 6ca5941a6612: Verifying Checksum [2020-12-12T00:31:19.279Z] 6ca5941a6612: Download complete [2020-12-12T00:31:19.542Z] 31603596830f: Pull complete [2020-12-12T00:31:19.804Z] 2a8b12db71e7: Pull complete [2020-12-12T00:31:20.753Z] 6ca5941a6612: Pull complete [2020-12-12T00:31:20.753Z] ecc8261a40a4: Pull complete [2020-12-12T00:31:20.753Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-12-12T00:31:20.753Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-12T00:31:20.753Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-12-12T00:31:20.853Z] prd-centos7-docker-4c-2g-15681 does not seem to be running inside a container [2020-12-12T00:31:20.903Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-12-12T00:31:23.574Z] $ docker top 02607664bc40c9ee848483e84b0dbead787b4ab6fd687497d630ef48bd40fbd2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-12T00:31:24.071Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-12T00:31:24.071Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-12T00:31:24.313Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-12T00:31:24.319Z] $ docker exec 02607664bc40c9ee848483e84b0dbead787b4ab6fd687497d630ef48bd40fbd2 ssh-agent [2020-12-12T00:31:24.482Z] SSH_AUTH_SOCK=/tmp/ssh-5pMzr4hepwXz/agent.12 [2020-12-12T00:31:24.482Z] SSH_AGENT_PID=18 [2020-12-12T00:31:24.496Z] Running ssh-add (command line suppressed) [2020-12-12T00:31:24.625Z] Identity added: /w/workspace/edgex-go/14@tmp/private_key_8667748627018462009.key (/w/workspace/edgex-go/14@tmp/private_key_8667748627018462009.key) [2020-12-12T00:31:24.683Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-12T00:31:25.024Z] + git tag --points-at HEAD [Pipeline] } [2020-12-12T00:31:25.051Z] $ docker exec --env ******** --env ******** 02607664bc40c9ee848483e84b0dbead787b4ab6fd687497d630ef48bd40fbd2 ssh-agent -k [2020-12-12T00:31:25.168Z] unset SSH_AUTH_SOCK; [2020-12-12T00:31:25.168Z] unset SSH_AGENT_PID; [2020-12-12T00:31:25.169Z] echo Agent pid 18 killed; [2020-12-12T00:31:25.216Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-12-12T00:31:25.417Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-12T00:31:25.418Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-12T00:31:25.593Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-12T00:31:25.599Z] $ docker exec 02607664bc40c9ee848483e84b0dbead787b4ab6fd687497d630ef48bd40fbd2 ssh-agent [2020-12-12T00:31:25.758Z] SSH_AUTH_SOCK=/tmp/ssh-VbJPGjTaD4MB/agent.47 [2020-12-12T00:31:25.758Z] SSH_AGENT_PID=52 [2020-12-12T00:31:25.765Z] Running ssh-add (command line suppressed) [2020-12-12T00:31:25.888Z] Identity added: /w/workspace/edgex-go/14@tmp/private_key_6582995987692623094.key (/w/workspace/edgex-go/14@tmp/private_key_6582995987692623094.key) [2020-12-12T00:31:25.946Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-12T00:31:26.292Z] + git semver init [2020-12-12T00:31:26.292Z] # -> Open(): unable to determine branch for HEAD [2020-12-12T00:31:26.292Z] # $GIT_DIR = /w/workspace/edgex-go/14/.git [2020-12-12T00:31:26.292Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/14 [2020-12-12T00:31:26.292Z] # $SEMVER_REMOTE_NAME = origin [2020-12-12T00:31:26.292Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-12T00:31:26.292Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-12T00:31:26.292Z] # $SEMVER_BRANCH = PR-2908 [2020-12-12T00:31:26.292Z] # $SEMVER_TEMP = /tmp/semver-499210630 [2020-12-12T00:31:26.292Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-12-12T00:31:58.524Z] # '/tmp/semver-499210630' -> '/w/workspace/edgex-go/14/.semver' [2020-12-12T00:31:59.100Z] # -> Force: false [2020-12-12T00:31:59.100Z] # $SEMVER_DIR = /w/workspace/edgex-go/14/.semver [Pipeline] } [2020-12-12T00:31:59.116Z] $ docker exec --env ******** --env ******** 02607664bc40c9ee848483e84b0dbead787b4ab6fd687497d630ef48bd40fbd2 ssh-agent -k [2020-12-12T00:31:59.370Z] unset SSH_AUTH_SOCK; [2020-12-12T00:31:59.370Z] unset SSH_AGENT_PID; [2020-12-12T00:31:59.371Z] echo Agent pid 52 killed; [2020-12-12T00:31:59.458Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-12T00:31:59.935Z] + git semver [Pipeline] } [2020-12-12T00:31:59.960Z] $ docker stop --time=1 02607664bc40c9ee848483e84b0dbead787b4ab6fd687497d630ef48bd40fbd2 [2020-12-12T00:32:01.651Z] $ docker rm -f 02607664bc40c9ee848483e84b0dbead787b4ab6fd687497d630ef48bd40fbd2 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-12T00:32:02.221Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-12-12T00:32:02.746Z] Stashed 1 file(s) [Pipeline] echo [2020-12-12T00:32:02.749Z] [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 [2020-12-12T00:32:03.672Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2020-12-12T00:32:03.972Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-12T00:32:04.278Z] + sudo service docker restart [2020-12-12T00:32:04.278Z] + true [2020-12-12T00:32:04.278Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2020-12-12T00:32:05.249Z] ========================================================= [2020-12-12T00:32:05.249Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-12-12T00:32:05.249Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-12T00:32:05.591Z] + 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 . [2020-12-12T00:32:08.919Z] Sending build context to Docker daemon 326.4MB [2020-12-12T00:32:08.919Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-12-12T00:32:08.919Z] Step 2/7 : FROM ${BASE} [2020-12-12T00:32:08.919Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-12-12T00:32:08.919Z] 188c0c94c7c5: Pulling fs layer [2020-12-12T00:32:08.919Z] 0ef7d3d256c8: Pulling fs layer [2020-12-12T00:32:08.919Z] de9db76c5a1d: Pulling fs layer [2020-12-12T00:32:08.919Z] bca2f99d35d6: Pulling fs layer [2020-12-12T00:32:08.919Z] 93359f2a8cfa: Pulling fs layer [2020-12-12T00:32:08.919Z] 7c6f9722023f: Pulling fs layer [2020-12-12T00:32:08.919Z] a35cf1a2eb13: Pulling fs layer [2020-12-12T00:32:08.919Z] 93359f2a8cfa: Waiting [2020-12-12T00:32:08.919Z] 7c6f9722023f: Waiting [2020-12-12T00:32:08.919Z] a35cf1a2eb13: Waiting [2020-12-12T00:32:08.919Z] bca2f99d35d6: Waiting [2020-12-12T00:32:08.919Z] de9db76c5a1d: Download complete [2020-12-12T00:32:08.919Z] 0ef7d3d256c8: Verifying Checksum [2020-12-12T00:32:08.919Z] 0ef7d3d256c8: Download complete [2020-12-12T00:32:08.919Z] 93359f2a8cfa: Verifying Checksum [2020-12-12T00:32:08.919Z] 93359f2a8cfa: Download complete [2020-12-12T00:32:09.180Z] 188c0c94c7c5: Verifying Checksum [2020-12-12T00:32:09.180Z] 188c0c94c7c5: Download complete [2020-12-12T00:32:09.180Z] 7c6f9722023f: Verifying Checksum [2020-12-12T00:32:09.180Z] 7c6f9722023f: Download complete [2020-12-12T00:32:09.444Z] 188c0c94c7c5: Pull complete [2020-12-12T00:32:09.444Z] 0ef7d3d256c8: Pull complete [2020-12-12T00:32:09.716Z] de9db76c5a1d: Pull complete [2020-12-12T00:32:11.114Z] a35cf1a2eb13: Verifying Checksum [2020-12-12T00:32:11.114Z] a35cf1a2eb13: Download complete [2020-12-12T00:32:11.690Z] bca2f99d35d6: Verifying Checksum [2020-12-12T00:32:11.690Z] bca2f99d35d6: Download complete [2020-12-12T00:32:16.820Z] bca2f99d35d6: Pull complete [2020-12-12T00:32:17.088Z] 93359f2a8cfa: Pull complete [2020-12-12T00:32:17.088Z] 7c6f9722023f: Pull complete [2020-12-12T00:32:18.127Z] Still waiting to schedule task [2020-12-12T00:32:18.127Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2020-12-12T00:32:22.436Z] a35cf1a2eb13: Pull complete [2020-12-12T00:32:22.436Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2020-12-12T00:32:22.436Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-12-12T00:32:22.436Z] ---> a62c8e92a672 [2020-12-12T00:32:22.436Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-12-12T00:32:22.436Z] ---> Running in c7ae003d8f01 [2020-12-12T00:32:22.700Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-12T00:32:23.650Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-12T00:32:25.042Z] (1/12) Installing libmagic (5.38-r0) [2020-12-12T00:32:25.042Z] (2/12) Installing file (5.38-r0) [2020-12-12T00:32:25.042Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-12-12T00:32:25.305Z] (4/12) Installing g++ (9.3.0-r2) [2020-12-12T00:32:37.573Z] (5/12) Installing fortify-headers (1.1-r0) [2020-12-12T00:32:37.573Z] (6/12) Installing patch (2.7.6-r6) [2020-12-12T00:32:37.573Z] (7/12) Installing build-base (0.5-r2) [2020-12-12T00:32:37.573Z] (8/12) Installing libsodium (1.0.18-r0) [2020-12-12T00:32:37.573Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-12-12T00:32:37.573Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-12-12T00:32:37.573Z] (11/12) Installing libzmq (4.3.3-r0) [2020-12-12T00:32:37.573Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-12-12T00:32:37.573Z] Executing busybox-1.31.1-r19.trigger [2020-12-12T00:32:37.573Z] OK: 233 MiB in 51 packages [2020-12-12T00:32:40.892Z] Removing intermediate container c7ae003d8f01 [2020-12-12T00:32:40.892Z] ---> a26a210f23e9 [2020-12-12T00:32:40.892Z] Step 4/7 : WORKDIR /edgex-go [2020-12-12T00:32:40.892Z] ---> Running in 73b1d5bf635d [2020-12-12T00:32:40.892Z] Removing intermediate container 73b1d5bf635d [2020-12-12T00:32:40.892Z] ---> 737f8156c4fe [2020-12-12T00:32:40.892Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-12-12T00:32:41.157Z] latest: Pulling from library/docker [2020-12-12T00:32:41.421Z] 05e7bc50f07f: Pulling fs layer [2020-12-12T00:32:41.421Z] 6db28d0fdbf6: Pulling fs layer [2020-12-12T00:32:41.421Z] 292df0bc6bf3: Pulling fs layer [2020-12-12T00:32:41.421Z] 2e060f4bd70b: Pulling fs layer [2020-12-12T00:32:41.421Z] 80e8d568a223: Pulling fs layer [2020-12-12T00:32:41.421Z] 8dc6ef1a942a: Pulling fs layer [2020-12-12T00:32:41.421Z] 2312dd95470a: Pulling fs layer [2020-12-12T00:32:41.421Z] 2e060f4bd70b: Waiting [2020-12-12T00:32:41.421Z] 80e8d568a223: Waiting [2020-12-12T00:32:41.421Z] 8dc6ef1a942a: Waiting [2020-12-12T00:32:41.421Z] 2312dd95470a: Waiting [2020-12-12T00:32:41.421Z] 292df0bc6bf3: Verifying Checksum [2020-12-12T00:32:41.421Z] 292df0bc6bf3: Download complete [2020-12-12T00:32:41.421Z] 6db28d0fdbf6: Verifying Checksum [2020-12-12T00:32:41.421Z] 6db28d0fdbf6: Download complete [2020-12-12T00:32:41.421Z] 05e7bc50f07f: Download complete [2020-12-12T00:32:41.684Z] 80e8d568a223: Verifying Checksum [2020-12-12T00:32:41.684Z] 80e8d568a223: Download complete [2020-12-12T00:32:41.684Z] 8dc6ef1a942a: Verifying Checksum [2020-12-12T00:32:41.684Z] 8dc6ef1a942a: Download complete [2020-12-12T00:32:41.963Z] 05e7bc50f07f: Pull complete [2020-12-12T00:32:41.963Z] 2312dd95470a: Verifying Checksum [2020-12-12T00:32:41.963Z] 2312dd95470a: Download complete [2020-12-12T00:32:41.963Z] 6db28d0fdbf6: Pull complete [2020-12-12T00:32:42.230Z] 292df0bc6bf3: Pull complete [2020-12-12T00:32:42.806Z] 2e060f4bd70b: Verifying Checksum [2020-12-12T00:32:42.806Z] 2e060f4bd70b: Download complete [2020-12-12T00:32:46.139Z] 2e060f4bd70b: Pull complete [2020-12-12T00:32:46.139Z] 80e8d568a223: Pull complete [2020-12-12T00:32:46.139Z] 8dc6ef1a942a: Pull complete [2020-12-12T00:32:46.139Z] 2312dd95470a: Pull complete [2020-12-12T00:32:46.139Z] Digest: sha256:11663df6a04f355f0d726c8ae20de03ee3b1ef1008bbb63027d0e13b137a8186 [2020-12-12T00:32:46.139Z] Status: Downloaded newer image for docker:latest [2020-12-12T00:32:47.537Z] ---> e6b832b71a1d [2020-12-12T00:32:47.537Z] Step 6/7 : COPY go.mod . [2020-12-12T00:32:47.537Z] ---> e7539a5a1f6c [2020-12-12T00:32:47.537Z] Step 7/7 : RUN go mod download [2020-12-12T00:32:47.799Z] ---> Running in 48eb3c173b32 [2020-12-12T00:33:09.827Z] Removing intermediate container 48eb3c173b32 [2020-12-12T00:33:09.827Z] ---> 976adec21ab3 [2020-12-12T00:33:09.827Z] Successfully built 976adec21ab3 [2020-12-12T00:33:09.827Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-12T00:33:10.146Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-12T00:33:10.146Z] . [Pipeline] withDockerContainer [2020-12-12T00:33:10.254Z] prd-centos7-docker-4c-2g-15681 does not seem to be running inside a container [2020-12-12T00:33:10.301Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@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 ******** ci-base-image-x86_64 cat [2020-12-12T00:33:11.118Z] $ docker top 35c7e400abd0b4398996e17b40ffa2be5bf319c1053e4f14c1371f5855b636eb -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-12T00:33:11.656Z] + go version [2020-12-12T00:33:11.656Z] go version go1.15.5 linux/amd64 [Pipeline] } [2020-12-12T00:33:11.671Z] $ docker stop --time=1 35c7e400abd0b4398996e17b40ffa2be5bf319c1053e4f14c1371f5855b636eb [2020-12-12T00:33:13.015Z] $ docker rm -f 35c7e400abd0b4398996e17b40ffa2be5bf319c1053e4f14c1371f5855b636eb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-12T00:33:13.934Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-12T00:33:13.934Z] . [Pipeline] withDockerContainer [2020-12-12T00:33:14.064Z] prd-centos7-docker-4c-2g-15681 does not seem to be running inside a container [2020-12-12T00:33:14.111Z] $ 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/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@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 ******** ci-base-image-x86_64 cat [2020-12-12T00:33:14.846Z] $ docker top 92c59d4fdab0d99e43b4e49ec8d9891c4cb5ef5d20c1cab16af2400802d2413d -eo pid,comm [Pipeline] { [Pipeline] echo [2020-12-12T00:33:15.054Z] ========================================================= [2020-12-12T00:33:15.054Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-12-12T00:33:15.054Z] ========================================================= [Pipeline] sh [2020-12-12T00:33:15.345Z] + make test [2020-12-12T00:33:15.345Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-12-12T00:33:25.415Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-12-12T00:33:43.648Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-12-12T00:33:45.083Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-12-12T00:33:46.501Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-12-12T00:33:46.501Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2020-12-12T00:33:46.501Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2020-12-12T00:33:46.501Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-12-12T00:33:46.501Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-12-12T00:33:48.533Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.031s [2020-12-12T00:33:48.533Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-12-12T00:33:48.533Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-12-12T00:33:49.266Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-12-12T00:33:49.680Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-12-12T00:33:49.680Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-12-12T00:33:49.680Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-12-12T00:33:52.293Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.085s coverage: 46.6% of statements [2020-12-12T00:33:52.294Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-12-12T00:33:52.294Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-12-12T00:33:52.294Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-12-12T00:33:52.294Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-12-12T00:33:52.294Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-12-12T00:33:57.637Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.166s coverage: 27.1% of statements [2020-12-12T00:33:57.637Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-12-12T00:33:57.637Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-12-12T00:33:57.637Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-12-12T00:33:57.637Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-12-12T00:33:57.637Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-12-12T00:33:57.637Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-12-12T00:33:57.637Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.045s coverage: 100.0% of statements [2020-12-12T00:33:57.637Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-12-12T00:33:57.637Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.033s coverage: 100.0% of statements [2020-12-12T00:33:57.637Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-12-12T00:33:57.637Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-12-12T00:33:57.637Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.385s coverage: 68.5% of statements [2020-12-12T00:33:57.637Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-12-12T00:33:57.637Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-12-12T00:33:57.637Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.102s coverage: 82.3% of statements [2020-12-12T00:33:57.637Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-12-12T00:33:57.637Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-12-12T00:33:57.637Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-12-12T00:33:57.637Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-12-12T00:33:59.591Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.336s coverage: 28.6% of statements [2020-12-12T00:33:59.591Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-12-12T00:33:59.591Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-12-12T00:33:59.591Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-12-12T00:33:59.591Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-12-12T00:33:59.591Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-12-12T00:33:59.591Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.065s coverage: 100.0% of statements [2020-12-12T00:33:59.591Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-12-12T00:33:59.591Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.056s coverage: 100.0% of statements [2020-12-12T00:33:59.591Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-12-12T00:33:59.591Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.121s coverage: 86.7% of statements [2020-12-12T00:33:59.591Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-12-12T00:33:59.591Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.135s coverage: 97.5% of statements [2020-12-12T00:33:59.591Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-12-12T00:33:59.869Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.069s coverage: 78.3% of statements [2020-12-12T00:33:59.869Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-12-12T00:33:59.869Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-12-12T00:33:59.869Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-12-12T00:33:59.869Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-12-12T00:34:01.843Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.328s coverage: 93.8% of statements [2020-12-12T00:34:01.843Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-12-12T00:34:01.843Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-12-12T00:34:01.843Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-12-12T00:34:01.843Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-12-12T00:34:01.843Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-12-12T00:34:01.843Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-12-12T00:34:01.843Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-12-12T00:34:01.843Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-12-12T00:34:01.843Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-12-12T00:34:01.843Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-12-12T00:34:01.843Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-12-12T00:34:01.843Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-12-12T00:34:01.843Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-12-12T00:34:01.843Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-12-12T00:34:01.843Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-12-12T00:34:01.843Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-12-12T00:34:01.843Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-12-12T00:34:01.843Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-12-12T00:34:01.843Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-12-12T00:34:01.843Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-12-12T00:34:01.843Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.053s coverage: 58.8% of statements [2020-12-12T00:34:01.843Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-12-12T00:34:01.844Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-12-12T00:34:01.844Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.062s coverage: 0.1% of statements [2020-12-12T00:34:01.844Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-12-12T00:34:01.844Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-12-12T00:34:01.844Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2020-12-12T00:34:01.844Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2020-12-12T00:34:01.844Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.045s coverage: 100.0% of statements [2020-12-12T00:34:01.844Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2020-12-12T00:34:01.844Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.051s coverage: 75.5% of statements [2020-12-12T00:34:01.844Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2020-12-12T00:34:01.844Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.052s coverage: 80.8% of statements [2020-12-12T00:34:01.844Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.081s coverage: 87.2% of statements [2020-12-12T00:34:02.118Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.049s coverage: 84.2% of statements [2020-12-12T00:34:02.387Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.067s coverage: 91.4% of statements [2020-12-12T00:34:02.387Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2020-12-12T00:34:03.376Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.175s coverage: 63.5% of statements [2020-12-12T00:34:03.376Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-12-12T00:34:03.377Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-12-12T00:34:03.377Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.048s coverage: 100.0% of statements [2020-12-12T00:34:03.377Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.042s coverage: 91.3% of statements [2020-12-12T00:34:03.652Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.036s coverage: 100.0% of statements [2020-12-12T00:34:03.652Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.040s coverage: 73.7% of statements [2020-12-12T00:34:03.925Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.039s coverage: 100.0% of statements [2020-12-12T00:34:04.899Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.306s coverage: 55.9% of statements [2020-12-12T00:34:04.899Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-12-12T00:34:04.899Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-12-12T00:34:04.899Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2020-12-12T00:34:04.899Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2020-12-12T00:34:04.899Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2020-12-12T00:34:04.899Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-12-12T00:34:17.266Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 12.489s coverage: 86.3% of statements [2020-12-12T00:34:17.266Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-12-12T00:34:17.266Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.094s coverage: 72.2% of statements [2020-12-12T00:34:17.266Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.441s coverage: 72.1% of statements [2020-12-12T00:34:17.266Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.046s coverage: 82.4% of statements [2020-12-12T00:34:17.266Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.033s coverage: 48.4% of statements [2020-12-12T00:34:17.266Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-12-12T00:34:17.266Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-12-12T00:34:17.266Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-12-12T00:34:17.266Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.045s coverage: 28.8% of statements [2020-12-12T00:34:17.266Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-12-12T00:34:17.266Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.035s coverage: 96.8% of statements [2020-12-12T00:34:17.266Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-12-12T00:34:17.266Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.092s coverage: 37.0% of statements [2020-12-12T00:34:17.266Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-12-12T00:34:17.266Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-12-12T00:34:17.266Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.338s coverage: 84.0% of statements [2020-12-12T00:34:17.266Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.035s coverage: 100.0% of statements [2020-12-12T00:34:17.266Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.122s coverage: 47.1% of statements [2020-12-12T00:34:17.266Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-12-12T00:34:17.266Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-12-12T00:34:17.266Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.032s coverage: 100.0% of statements [2020-12-12T00:34:17.266Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-12-12T00:34:17.266Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-12-12T00:34:17.266Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-12-12T00:34:17.266Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.083s coverage: 100.0% of statements [2020-12-12T00:34:17.266Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-12-12T00:34:17.266Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.044s coverage: 100.0% of statements [2020-12-12T00:34:17.266Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-12-12T00:34:17.266Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.685s coverage: 29.1% of statements [2020-12-12T00:34:17.266Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-12-12T00:34:17.266Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-12-12T00:34:17.266Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-12-12T00:34:17.266Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-12-12T00:34:17.266Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-12-12T00:34:17.266Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.079s coverage: 99.0% of statements [2020-12-12T00:34:17.266Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-12-12T00:34:17.266Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.037s coverage: 100.0% of statements [2020-12-12T00:34:17.266Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-12-12T00:34:17.266Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.036s coverage: 0.0% of statements [2020-12-12T00:34:17.266Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-12-12T00:34:17.266Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.033s coverage: 100.0% of statements [2020-12-12T00:34:17.266Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-12-12T00:34:17.266Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-12-12T00:34:17.266Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-12-12T00:34:17.266Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-12-12T00:34:17.266Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.049s coverage: 87.9% of statements [2020-12-12T00:34:17.266Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-12-12T00:34:17.266Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-12-12T00:34:17.266Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.030s coverage: 100.0% of statements [2020-12-12T00:34:17.266Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.043s coverage: 32.1% of statements [2020-12-12T00:34:17.266Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.042s coverage: 100.0% of statements [2020-12-12T00:34:17.266Z] GO111MODULE=on go vet ./... [2020-12-12T00:34:43.994Z] gofmt -l . [2020-12-12T00:34:43.994Z] [ "`gofmt -l .`" = "" ] [2020-12-12T00:34:43.994Z] ./bin/test-go-mod-tidy.sh [2020-12-12T00:34:43.994Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-12-12T00:34:44.571Z] + ls -al . [2020-12-12T00:34:44.572Z] total 668 [2020-12-12T00:34:44.572Z] drwxrwxr-x 10 1001 1001 4096 Dec 12 00:34 . [2020-12-12T00:34:44.572Z] drwxr-xr-x 4 root root 30 Dec 12 00:33 .. [2020-12-12T00:34:44.572Z] -rw-rw-r-- 1 1001 1001 11 Dec 12 00:31 .dockerignore [2020-12-12T00:34:44.572Z] drwxrwxr-x 8 1001 1001 179 Dec 12 00:31 .git [2020-12-12T00:34:44.572Z] drwxrwxr-x 3 1001 1001 125 Dec 12 00:31 .github [2020-12-12T00:34:44.572Z] -rw-rw-r-- 1 1001 1001 943 Dec 12 00:31 .gitignore [2020-12-12T00:34:44.572Z] drwx------ 3 1001 1001 47 Dec 12 00:31 .semver [2020-12-12T00:34:44.572Z] -rw-rw-r-- 1 1001 1001 166 Dec 12 00:31 .sonarcloud.properties [2020-12-12T00:34:44.572Z] -rw-rw-r-- 1 1001 1001 3804 Dec 12 00:31 CONTRIBUTING.md [2020-12-12T00:34:44.572Z] -rw-rw-r-- 1 1001 1001 1035 Dec 12 00:31 Dockerfile.build [2020-12-12T00:34:44.572Z] -rw-rw-r-- 1 1001 1001 863 Dec 12 00:31 Jenkinsfile [2020-12-12T00:34:44.572Z] -rw-rw-r-- 1 1001 1001 10775 Dec 12 00:31 LICENSE [2020-12-12T00:34:44.572Z] -rw-rw-r-- 1 1001 1001 6318 Dec 12 00:31 Makefile [2020-12-12T00:34:44.572Z] -rw-rw-r-- 1 1001 1001 6447 Dec 12 00:31 README.md [2020-12-12T00:34:44.572Z] -rw-rw-r-- 1 1001 1001 7286 Dec 12 00:31 SECURITY.md [2020-12-12T00:34:44.572Z] -rw-rw-r-- 1 1001 1001 5 Dec 12 00:32 VERSION [2020-12-12T00:34:44.572Z] -rw-rw-r-- 1 1001 1001 4131 Dec 12 00:31 ZMQWindows.md [2020-12-12T00:34:44.572Z] drwxrwxr-x 2 1001 1001 117 Dec 12 00:31 bin [2020-12-12T00:34:44.572Z] drwxrwxr-x 15 1001 1001 4096 Dec 12 00:31 cmd [2020-12-12T00:34:44.572Z] -rw-r--r-- 1 root root 569827 Dec 12 00:34 coverage.out [2020-12-12T00:34:44.572Z] -rw-r--r-- 1 root root 1041 Dec 12 00:34 go.mod [2020-12-12T00:34:44.572Z] -rw-r--r-- 1 root root 18746 Dec 12 00:34 go.sum [2020-12-12T00:34:44.572Z] drwxrwxr-x 8 1001 1001 127 Dec 12 00:31 internal [2020-12-12T00:34:44.572Z] drwxrwxr-x 4 1001 1001 26 Dec 12 00:31 openapi [2020-12-12T00:34:44.572Z] drwxrwxr-x 4 1001 1001 71 Dec 12 00:31 snap [2020-12-12T00:34:44.572Z] -rw-rw-r-- 1 1001 1001 168 Dec 12 00:31 version.go [Pipeline] sh [2020-12-12T00:34:44.876Z] + '[' -e coverage.out ] [2020-12-12T00:34:44.876Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-12-12T00:34:45.126Z] Stashed 1 file(s) [Pipeline] sh [2020-12-12T00:34:45.417Z] + make build [2020-12-12T00:34:45.417Z] 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 [2020-12-12T00:34:49.647Z] 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 [2020-12-12T00:34:57.841Z] 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 [2020-12-12T00:34:58.789Z] 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 [2020-12-12T00:35:00.716Z] 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 [2020-12-12T00:35:00.716Z] 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 [2020-12-12T00:35:02.669Z] 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 [2020-12-12T00:35:04.591Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-12-12T00:35:05.541Z] 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 [2020-12-12T00:35:06.942Z] 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 [2020-12-12T00:35:07.898Z] 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 [2020-12-12T00:35:09.291Z] 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 [2020-12-12T00:35:10.248Z] 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 [Pipeline] } [2020-12-12T00:35:11.218Z] $ docker stop --time=1 92c59d4fdab0d99e43b4e49ec8d9891c4cb5ef5d20c1cab16af2400802d2413d [2020-12-12T00:35:12.699Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-15685 in /w/workspace/edgexfoundry_edgex-go_PR-2908 [2020-12-12T00:35:12.868Z] $ docker rm -f 92c59d4fdab0d99e43b4e49ec8d9891c4cb5ef5d20c1cab16af2400802d2413d [Pipeline] { [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] ws [2020-12-12T00:35:13.469Z] Running in /w/workspace/edgex-go/14 [Pipeline] { [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] checkout [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-12T00:35:14.723Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-12T00:35:14.723Z] [2020-12-12T00:35:14.723Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-12-12T00:35:15.068Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-12T00:35:15.068Z] latest: Pulling from edgex-devops/edgex-compose [2020-12-12T00:35:15.068Z] cbdbe7a5bc2a: Pulling fs layer [2020-12-12T00:35:15.068Z] ca9280d653b3: Pulling fs layer [2020-12-12T00:35:15.068Z] 7e9c9ca2126c: Pulling fs layer [2020-12-12T00:35:15.650Z] cbdbe7a5bc2a: Verifying Checksum [2020-12-12T00:35:15.650Z] cbdbe7a5bc2a: Download complete [2020-12-12T00:35:15.918Z] ca9280d653b3: Verifying Checksum [2020-12-12T00:35:15.918Z] ca9280d653b3: Download complete [2020-12-12T00:35:15.918Z] cbdbe7a5bc2a: Pull complete [2020-12-12T00:35:16.872Z] 7e9c9ca2126c: Verifying Checksum [2020-12-12T00:35:16.872Z] 7e9c9ca2126c: Download complete [2020-12-12T00:35:16.872Z] ca9280d653b3: Pull complete [2020-12-12T00:35:18.761Z] using credential edgex-jenkins-ssh [2020-12-12T00:35:18.819Z] Cloning the remote Git repository [2020-12-12T00:35:18.894Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-12-12T00:35:19.011Z] > git init /w/workspace/edgex-go/14 # timeout=10 [2020-12-12T00:35:19.113Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-12T00:35:19.115Z] > git --version # timeout=10 [2020-12-12T00:35:19.142Z] > git --version # 'git version 2.17.1' [2020-12-12T00:35:19.143Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-12T00:35:19.220Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-12T00:35:23.495Z] 7e9c9ca2126c: Pull complete [2020-12-12T00:35:23.495Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-12-12T00:35:23.495Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-12T00:35:23.495Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-12-12T00:35:23.662Z] prd-centos7-docker-4c-2g-15681 does not seem to be running inside a container [2020-12-12T00:35:23.715Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-12-12T00:35:27.066Z] $ docker top bfbeb3bbef6332e3a5f54bcfd214de1229bbef0f42c60168b03aa93e143460a8 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-12T00:35:27.609Z] + docker-compose build --help [2020-12-12T00:35:27.609Z] + grep parallel [2020-12-12T00:35:28.559Z] --parallel Build images in parallel. [Pipeline] } [2020-12-12T00:35:28.576Z] $ docker stop --time=1 bfbeb3bbef6332e3a5f54bcfd214de1229bbef0f42c60168b03aa93e143460a8 [2020-12-12T00:35:29.928Z] $ docker rm -f bfbeb3bbef6332e3a5f54bcfd214de1229bbef0f42c60168b03aa93e143460a8 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-12T00:35:30.607Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-12T00:35:30.607Z] . [Pipeline] withDockerContainer [2020-12-12T00:35:30.710Z] prd-centos7-docker-4c-2g-15681 does not seem to be running inside a container [2020-12-12T00:35:30.758Z] $ 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/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@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-devops/edgex-compose:latest cat [2020-12-12T00:35:31.392Z] $ docker top 84845eea8f7b4c86e46c2cae86b0f21f44bd94e58176c020f551f3031d75340f -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-12T00:35:31.911Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-12-12T00:35:33.300Z] Building docker-core-command-go ... [2020-12-12T00:35:33.300Z] Building docker-core-data-go ... [2020-12-12T00:35:33.300Z] Building docker-core-metadata-go ... [2020-12-12T00:35:33.300Z] Building docker-security-bootstrap-redis-go ... [2020-12-12T00:35:33.300Z] Building docker-security-proxy-setup-go ... [2020-12-12T00:35:33.300Z] Building docker-security-secrets-setup-go ... [2020-12-12T00:35:33.300Z] Building docker-security-secretstore-setup-go ... [2020-12-12T00:35:33.300Z] Building docker-support-notifications-go ... [2020-12-12T00:35:33.300Z] Building docker-support-scheduler-go ... [2020-12-12T00:35:33.300Z] Building docker-sys-mgmt-agent-go ... [2020-12-12T00:35:33.300Z] Building docker-support-scheduler-go [2020-12-12T00:35:33.300Z] Building docker-security-secrets-setup-go [2020-12-12T00:35:33.300Z] Building docker-sys-mgmt-agent-go [2020-12-12T00:35:33.300Z] Building docker-security-bootstrap-redis-go [2020-12-12T00:35:33.300Z] Building docker-support-notifications-go [2020-12-12T00:35:44.888Z] Merging remotes/origin/master commit c80d9cda01f36d6150cb756b8bf2f6d3223e0b45 into PR head commit fe929cdc9076a4b61d9349ddb828743ec74444d3 [2020-12-12T00:35:44.115Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-12T00:35:44.131Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-12T00:35:44.160Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-12T00:35:44.199Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-12T00:35:44.199Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-12T00:35:44.214Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2908/head:refs/remotes/origin/PR-2908 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-12T00:35:44.911Z] > git config core.sparsecheckout # timeout=10 [2020-12-12T00:35:46.593Z] Merge succeeded, producing bce79351e6f2076602bfa32fa27f8a16b6b74769 [2020-12-12T00:35:46.594Z] Checking out Revision bce79351e6f2076602bfa32fa27f8a16b6b74769 (PR-2908) [2020-12-12T00:35:44.969Z] > git checkout -f fe929cdc9076a4b61d9349ddb828743ec74444d3 # timeout=10 [2020-12-12T00:35:46.281Z] > git remote # timeout=10 [2020-12-12T00:35:46.298Z] > git config --get remote.origin.url # timeout=10 [2020-12-12T00:35:46.310Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-12T00:35:46.326Z] > git merge c80d9cda01f36d6150cb756b8bf2f6d3223e0b45 # timeout=10 [2020-12-12T00:35:46.586Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-12T00:35:46.606Z] > git config core.sparsecheckout # timeout=10 [2020-12-12T00:35:46.615Z] > git checkout -f bce79351e6f2076602bfa32fa27f8a16b6b74769 # timeout=10 [2020-12-12T00:35:50.803Z] Commit message: "Merge commit 'c80d9cda01f36d6150cb756b8bf2f6d3223e0b45' into HEAD" [2020-12-12T00:35:50.837Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-12T00:35:52.481Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2020-12-12T00:35:50.817Z] > git rev-list --no-walk 5cb27e36eb413e8d02f52bdfba00ad3fcd742481 # timeout=10 [2020-12-12T00:35:52.888Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-12T00:35:53.240Z] + sudo service docker restart [2020-12-12T00:35:53.240Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-12T00:35:55.384Z] provisioning config files... [2020-12-12T00:35:55.427Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/14@tmp/config1407867822924507897tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-12T00:35:55.829Z] ---> docker-login.sh [2020-12-12T00:35:55.829Z] nexus3.edgexfoundry.org:10001 [2020-12-12T00:35:56.811Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-12T00:35:57.084Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-12T00:35:57.084Z] Configure a credential helper to remove this warning. See [2020-12-12T00:35:57.084Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-12T00:35:57.084Z] [2020-12-12T00:35:57.084Z] Login Succeeded [2020-12-12T00:35:57.084Z] nexus3.edgexfoundry.org:10002 [2020-12-12T00:35:57.361Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-12T00:35:57.634Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-12T00:35:57.634Z] Configure a credential helper to remove this warning. See [2020-12-12T00:35:57.634Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-12T00:35:57.634Z] [2020-12-12T00:35:57.634Z] Login Succeeded [2020-12-12T00:35:57.634Z] nexus3.edgexfoundry.org:10003 [2020-12-12T00:35:57.908Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-12T00:35:58.184Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-12T00:35:58.184Z] Configure a credential helper to remove this warning. See [2020-12-12T00:35:58.184Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-12T00:35:58.184Z] [2020-12-12T00:35:58.184Z] Login Succeeded [2020-12-12T00:35:58.184Z] nexus3.edgexfoundry.org:10004 [2020-12-12T00:35:58.468Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-12T00:35:58.742Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-12T00:35:58.742Z] Configure a credential helper to remove this warning. See [2020-12-12T00:35:58.742Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-12T00:35:58.742Z] [2020-12-12T00:35:58.742Z] Login Succeeded [2020-12-12T00:35:58.742Z] docker.io [2020-12-12T00:35:59.017Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-12T00:35:59.300Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-12T00:35:59.300Z] Configure a credential helper to remove this warning. See [2020-12-12T00:35:59.300Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-12T00:35:59.300Z] [2020-12-12T00:35:59.300Z] Login Succeeded [2020-12-12T00:35:59.575Z] ---> docker-login.sh ends [Pipeline] } [2020-12-12T00:35:59.593Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-12-12T00:36:00.058Z] ========================================================= [2020-12-12T00:36:00.058Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-12-12T00:36:00.058Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-12T00:36:00.434Z] + 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 . [2020-12-12T00:36:00.740Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-12T00:36:00.740Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-12-12T00:36:00.740Z] ---> 976adec21ab3 [2020-12-12T00:36:00.740Z] Step 3/29 : WORKDIR /edgex-go [2020-12-12T00:36:01.348Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-12T00:36:01.348Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-12T00:36:01.348Z] ---> 976adec21ab3 [2020-12-12T00:36:01.348Z] Step 3/24 : WORKDIR /edgex-go [2020-12-12T00:36:01.611Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-12T00:36:01.611Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-12T00:36:01.611Z] ---> 976adec21ab3 [2020-12-12T00:36:01.611Z] Step 3/21 : WORKDIR /edgex-go [2020-12-12T00:36:01.874Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-12T00:36:01.874Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-12-12T00:36:01.874Z] ---> 976adec21ab3 [2020-12-12T00:36:01.874Z] Step 3/27 : WORKDIR /edgex-go [2020-12-12T00:36:01.874Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-12T00:36:01.874Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-12T00:36:01.874Z] ---> 976adec21ab3 [2020-12-12T00:36:01.874Z] Step 3/22 : WORKDIR /edgex-go [2020-12-12T00:36:03.074Z] Sending build context to Docker daemon 165.7MB [2020-12-12T00:36:03.074Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-12-12T00:36:03.074Z] Step 2/7 : FROM ${BASE} [2020-12-12T00:36:03.074Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-12-12T00:36:03.074Z] 5f621e34cdf4: Pulling fs layer [2020-12-12T00:36:03.074Z] a4357932f1b6: Pulling fs layer [2020-12-12T00:36:03.074Z] 18c013af1878: Pulling fs layer [2020-12-12T00:36:03.074Z] 00ac8860ef70: Pulling fs layer [2020-12-12T00:36:03.074Z] 63d7cb157983: Pulling fs layer [2020-12-12T00:36:03.074Z] b116817d02f9: Pulling fs layer [2020-12-12T00:36:03.074Z] 745a02a5169b: Pulling fs layer [2020-12-12T00:36:03.074Z] 00ac8860ef70: Waiting [2020-12-12T00:36:03.074Z] b116817d02f9: Waiting [2020-12-12T00:36:03.074Z] 745a02a5169b: Waiting [2020-12-12T00:36:03.074Z] 63d7cb157983: Waiting [2020-12-12T00:36:03.074Z] 18c013af1878: Verifying Checksum [2020-12-12T00:36:03.074Z] 18c013af1878: Download complete [2020-12-12T00:36:03.074Z] a4357932f1b6: Verifying Checksum [2020-12-12T00:36:03.074Z] a4357932f1b6: Download complete [2020-12-12T00:36:03.074Z] 63d7cb157983: Verifying Checksum [2020-12-12T00:36:03.074Z] 63d7cb157983: Download complete [2020-12-12T00:36:03.074Z] b116817d02f9: Verifying Checksum [2020-12-12T00:36:03.074Z] b116817d02f9: Download complete [2020-12-12T00:36:03.074Z] 5f621e34cdf4: Download complete [2020-12-12T00:36:03.795Z] ---> Running in eea10d6ac029 [2020-12-12T00:36:03.795Z] ---> Running in ccf89c8e41ed [2020-12-12T00:36:03.795Z] ---> Running in 711e4d0d27fb [2020-12-12T00:36:03.795Z] ---> Running in 316b01053bb1 [2020-12-12T00:36:03.795Z] ---> Running in ec65a7e85707 [2020-12-12T00:36:04.059Z] Removing intermediate container 316b01053bb1 [2020-12-12T00:36:04.059Z] ---> d93b552ade98 [2020-12-12T00:36:04.059Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-12T00:36:04.059Z] Removing intermediate container ccf89c8e41ed [2020-12-12T00:36:04.059Z] ---> ca7021929cd6 [2020-12-12T00:36:04.059Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-12T00:36:04.059Z] Removing intermediate container eea10d6ac029 [2020-12-12T00:36:04.059Z] ---> 9e465bb91a5b [2020-12-12T00:36:04.059Z] Step 4/29 : RUN apk update && apk add make git [2020-12-12T00:36:04.059Z] Removing intermediate container 711e4d0d27fb [2020-12-12T00:36:04.059Z] ---> 81b8ae794127 [2020-12-12T00:36:04.059Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-12T00:36:04.059Z] Removing intermediate container ec65a7e85707 [2020-12-12T00:36:04.059Z] ---> 32a00cb7af56 [2020-12-12T00:36:04.059Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-12T00:36:04.059Z] ---> Running in 07124d339b6e [2020-12-12T00:36:04.066Z] 5f621e34cdf4: Pull complete [2020-12-12T00:36:04.321Z] ---> Running in 31ccc5988c88 [2020-12-12T00:36:04.321Z] ---> Running in 651303f6e786 [2020-12-12T00:36:04.321Z] ---> Running in 6187db30c8ac [2020-12-12T00:36:04.321Z] ---> Running in 6ebe9eb543d0 [2020-12-12T00:36:04.348Z] a4357932f1b6: Pull complete [2020-12-12T00:36:04.965Z] 18c013af1878: Pull complete [2020-12-12T00:36:05.237Z] 745a02a5169b: Verifying Checksum [2020-12-12T00:36:05.237Z] 745a02a5169b: Download complete [2020-12-12T00:36:05.268Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-12T00:36:05.845Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-12T00:36:06.108Z] Removing intermediate container 07124d339b6e [2020-12-12T00:36:06.108Z] ---> 70d7b1b8af92 [2020-12-12T00:36:06.108Z] Step 5/27 : RUN apk update && apk add make bash git [2020-12-12T00:36:06.108Z] ---> Running in 763ef615bead [2020-12-12T00:36:06.370Z] Removing intermediate container 651303f6e786 [2020-12-12T00:36:06.370Z] ---> b098f0d6a7dc [2020-12-12T00:36:06.370Z] Step 5/21 : RUN apk update && apk add make git [2020-12-12T00:36:06.632Z] ---> Running in eb7abe2ae943 [2020-12-12T00:36:06.632Z] Removing intermediate container 6187db30c8ac [2020-12-12T00:36:06.632Z] ---> b19562456d8b [2020-12-12T00:36:06.632Z] Step 5/22 : RUN apk update && apk add make git [2020-12-12T00:36:06.632Z] v3.12.2-5-g9e04b0fdd0 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-12T00:36:06.632Z] v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-12T00:36:06.632Z] OK: 12750 distinct packages available [2020-12-12T00:36:06.632Z] Removing intermediate container 6ebe9eb543d0 [2020-12-12T00:36:06.632Z] ---> 9c80981afa35 [2020-12-12T00:36:06.632Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-12-12T00:36:06.670Z] 00ac8860ef70: Verifying Checksum [2020-12-12T00:36:06.670Z] 00ac8860ef70: Download complete [2020-12-12T00:36:06.896Z] ---> Running in f1a9ab250f02 [2020-12-12T00:36:06.896Z] OK: 233 MiB in 51 packages [2020-12-12T00:36:06.896Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-12T00:36:06.896Z] ---> Running in 10ebf99b8eaf [2020-12-12T00:36:07.477Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-12T00:36:07.477Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-12T00:36:07.741Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-12T00:36:07.741Z] Removing intermediate container 31ccc5988c88 [2020-12-12T00:36:07.741Z] ---> 4ef2099b53d3 [2020-12-12T00:36:07.741Z] Step 5/29 : COPY go.mod . [2020-12-12T00:36:07.741Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-12T00:36:08.007Z] ---> 458667558bf6 [2020-12-12T00:36:08.007Z] Step 6/29 : RUN go mod download [2020-12-12T00:36:08.007Z] ---> Running in 5fe8f388c163 [2020-12-12T00:36:08.007Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-12T00:36:08.293Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-12T00:36:08.293Z] v3.12.2-5-g9e04b0fdd0 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-12T00:36:08.293Z] v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-12T00:36:08.293Z] OK: 12750 distinct packages available [2020-12-12T00:36:08.560Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-12T00:36:08.560Z] OK: 233 MiB in 51 packages [2020-12-12T00:36:08.836Z] v3.12.2-5-g9e04b0fdd0 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-12T00:36:08.836Z] v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-12T00:36:08.836Z] OK: 12750 distinct packages available [2020-12-12T00:36:09.109Z] OK: 233 MiB in 51 packages [2020-12-12T00:36:09.109Z] v3.12.2-5-g9e04b0fdd0 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-12T00:36:09.109Z] v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-12T00:36:09.109Z] OK: 12750 distinct packages available [2020-12-12T00:36:09.109Z] v3.12.2-5-g9e04b0fdd0 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-12T00:36:09.109Z] v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-12T00:36:09.109Z] OK: 12750 distinct packages available [2020-12-12T00:36:09.386Z] Removing intermediate container 763ef615bead [2020-12-12T00:36:09.386Z] ---> 4e7529e15bca [2020-12-12T00:36:09.386Z] Step 6/27 : COPY go.mod . [2020-12-12T00:36:09.386Z] OK: 233 MiB in 51 packages [2020-12-12T00:36:09.386Z] OK: 233 MiB in 51 packages [2020-12-12T00:36:09.650Z] ---> b896dc6bbb13 [2020-12-12T00:36:09.650Z] Step 7/27 : RUN go mod download [2020-12-12T00:36:09.913Z] Removing intermediate container eb7abe2ae943 [2020-12-12T00:36:09.913Z] ---> 3a5da04be113 [2020-12-12T00:36:09.913Z] Step 6/21 : COPY go.mod . [2020-12-12T00:36:09.913Z] ---> Running in 19137530061e [2020-12-12T00:36:09.913Z] Removing intermediate container 5fe8f388c163 [2020-12-12T00:36:09.913Z] ---> 6e4cc1f9c42d [2020-12-12T00:36:09.913Z] Step 7/29 : COPY . . [2020-12-12T00:36:10.179Z] Removing intermediate container f1a9ab250f02 [2020-12-12T00:36:10.179Z] ---> 7ad036f6416a [2020-12-12T00:36:10.179Z] Step 6/22 : COPY go.mod . [2020-12-12T00:36:10.444Z] ---> c1aa0fed6ee1 [2020-12-12T00:36:10.444Z] Step 7/21 : RUN go mod download [2020-12-12T00:36:11.036Z] Removing intermediate container 10ebf99b8eaf [2020-12-12T00:36:11.036Z] ---> d677582ce5a5 [2020-12-12T00:36:11.036Z] Step 6/24 : COPY go.mod . [2020-12-12T00:36:11.611Z] ---> Running in b3aefbcca2e4 [2020-12-12T00:36:11.883Z] ---> 790cf92ae5c1 [2020-12-12T00:36:11.883Z] Step 7/22 : RUN go mod download [2020-12-12T00:36:12.838Z] ---> 24c70e212bd0 [2020-12-12T00:36:12.838Z] Step 7/24 : RUN go mod download [2020-12-12T00:36:13.818Z] ---> Running in f4938c66d43f [2020-12-12T00:36:13.818Z] ---> Running in d9131887c415 [2020-12-12T00:36:15.745Z] Removing intermediate container 19137530061e [2020-12-12T00:36:15.745Z] ---> d88ae494f5da [2020-12-12T00:36:15.745Z] Step 8/27 : COPY . . [2020-12-12T00:36:16.816Z] 00ac8860ef70: Pull complete [2020-12-12T00:36:16.816Z] 63d7cb157983: Pull complete [2020-12-12T00:36:16.816Z] b116817d02f9: Pull complete [2020-12-12T00:36:20.215Z] 745a02a5169b: Pull complete [2020-12-12T00:36:20.215Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2020-12-12T00:36:20.215Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-12-12T00:36:20.215Z] ---> b7e6874047d6 [2020-12-12T00:36:20.215Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-12-12T00:36:22.386Z] Removing intermediate container b3aefbcca2e4 [2020-12-12T00:36:22.386Z] ---> d5200059b722 [2020-12-12T00:36:22.386Z] Step 8/21 : COPY . . [2020-12-12T00:36:23.618Z] ---> Running in b421ff19ee15 [2020-12-12T00:36:25.052Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-12T00:36:26.480Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-12T00:36:27.910Z] (1/12) Installing libmagic (5.38-r0) [2020-12-12T00:36:27.910Z] (2/12) Installing file (5.38-r0) [2020-12-12T00:36:28.182Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-12-12T00:36:28.182Z] (4/12) Installing g++ (9.3.0-r2) [2020-12-12T00:36:29.035Z] Removing intermediate container f4938c66d43f [2020-12-12T00:36:29.035Z] ---> 0ace7ed02898 [2020-12-12T00:36:29.035Z] Step 8/22 : COPY . . [2020-12-12T00:36:30.099Z] Removing intermediate container d9131887c415 [2020-12-12T00:36:30.099Z] ---> d8a1e529023e [2020-12-12T00:36:30.099Z] Step 8/24 : COPY . . [2020-12-12T00:36:34.881Z] (5/12) Installing fortify-headers (1.1-r0) [2020-12-12T00:36:34.881Z] (6/12) Installing patch (2.7.6-r6) [2020-12-12T00:36:34.881Z] (7/12) Installing build-base (0.5-r2) [2020-12-12T00:36:34.881Z] (8/12) Installing libsodium (1.0.18-r0) [2020-12-12T00:36:34.881Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-12-12T00:36:34.881Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-12-12T00:36:35.153Z] (11/12) Installing libzmq (4.3.3-r0) [2020-12-12T00:36:35.153Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-12-12T00:36:35.427Z] Executing busybox-1.31.1-r19.trigger [2020-12-12T00:36:35.427Z] OK: 217 MiB in 51 packages [2020-12-12T00:36:39.740Z] Removing intermediate container b421ff19ee15 [2020-12-12T00:36:39.740Z] ---> 688da590e987 [2020-12-12T00:36:39.740Z] Step 4/7 : WORKDIR /edgex-go [2020-12-12T00:36:39.740Z] ---> Running in 16361f2e5358 [2020-12-12T00:36:40.010Z] Removing intermediate container 16361f2e5358 [2020-12-12T00:36:40.010Z] ---> 625f7b406ef3 [2020-12-12T00:36:40.010Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-12-12T00:36:40.603Z] latest: Pulling from library/docker [2020-12-12T00:36:40.603Z] a3cc7d3b244e: Pulling fs layer [2020-12-12T00:36:40.603Z] 02a3295e0d61: Pulling fs layer [2020-12-12T00:36:40.603Z] 0f4f2e6d8100: Pulling fs layer [2020-12-12T00:36:40.603Z] 330b718f631f: Pulling fs layer [2020-12-12T00:36:40.603Z] a93816041522: Pulling fs layer [2020-12-12T00:36:40.603Z] bdb6da89ff94: Pulling fs layer [2020-12-12T00:36:40.603Z] 2a70c0c122f4: Pulling fs layer [2020-12-12T00:36:40.603Z] a93816041522: Waiting [2020-12-12T00:36:40.603Z] bdb6da89ff94: Waiting [2020-12-12T00:36:40.603Z] 330b718f631f: Waiting [2020-12-12T00:36:40.875Z] 0f4f2e6d8100: Verifying Checksum [2020-12-12T00:36:40.875Z] 0f4f2e6d8100: Download complete [2020-12-12T00:36:40.875Z] 02a3295e0d61: Verifying Checksum [2020-12-12T00:36:40.875Z] 02a3295e0d61: Download complete [2020-12-12T00:36:40.875Z] a3cc7d3b244e: Verifying Checksum [2020-12-12T00:36:40.875Z] a3cc7d3b244e: Download complete [2020-12-12T00:36:40.875Z] a93816041522: Verifying Checksum [2020-12-12T00:36:40.875Z] a93816041522: Download complete [2020-12-12T00:36:40.875Z] bdb6da89ff94: Verifying Checksum [2020-12-12T00:36:40.875Z] bdb6da89ff94: Download complete [2020-12-12T00:36:41.152Z] 2a70c0c122f4: Verifying Checksum [2020-12-12T00:36:41.152Z] 2a70c0c122f4: Download complete [2020-12-12T00:36:41.435Z] a3cc7d3b244e: Pull complete [2020-12-12T00:36:42.038Z] 02a3295e0d61: Pull complete [2020-12-12T00:36:42.313Z] 0f4f2e6d8100: Pull complete [2020-12-12T00:36:42.590Z] 330b718f631f: Verifying Checksum [2020-12-12T00:36:42.591Z] 330b718f631f: Download complete [2020-12-12T00:36:45.077Z] ---> 2c57de543aad [2020-12-12T00:36:45.078Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-12-12T00:36:45.995Z] 330b718f631f: Pull complete [2020-12-12T00:36:46.280Z] a93816041522: Pull complete [2020-12-12T00:36:46.561Z] bdb6da89ff94: Pull complete [2020-12-12T00:36:47.154Z] 2a70c0c122f4: Pull complete [2020-12-12T00:36:47.154Z] Digest: sha256:11663df6a04f355f0d726c8ae20de03ee3b1ef1008bbb63027d0e13b137a8186 [2020-12-12T00:36:47.154Z] Status: Downloaded newer image for docker:latest [2020-12-12T00:36:48.431Z] ---> Running in 5297ba3dbd22 [2020-12-12T00:36:49.836Z] ---> b3760950c52a [2020-12-12T00:36:49.836Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-12-12T00:36:50.542Z] ---> 98f5b1cc3579 [2020-12-12T00:36:50.542Z] Step 6/7 : COPY go.mod . [2020-12-12T00:36:51.132Z] ---> cd29d097639b [2020-12-12T00:36:51.132Z] Step 7/7 : RUN go mod download [2020-12-12T00:36:51.405Z] ---> Running in c5cf81061b8d [2020-12-12T00:36:55.170Z] ---> Running in 48cd9adccab4 [2020-12-12T00:36:55.170Z] ---> 04ebd5b79243 [2020-12-12T00:36:55.170Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-12-12T00:36:55.170Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-12-12T00:36:55.748Z] ---> Running in 4ca65e8c2d15 [2020-12-12T00:36:56.721Z] 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 [2020-12-12T00:36:56.721Z] 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 [2020-12-12T00:37:03.423Z] ---> 67f62f663218 [2020-12-12T00:37:03.423Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-12-12T00:37:03.692Z] ---> 8c518344ce81 [2020-12-12T00:37:03.692Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-12-12T00:37:03.692Z] ---> Running in eaec9cd34d3e [2020-12-12T00:37:04.666Z] ---> Running in a852cf5f827f [2020-12-12T00:37:05.641Z] 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 [2020-12-12T00:37:05.912Z] 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 [2020-12-12T00:37:18.241Z] Removing intermediate container c5cf81061b8d [2020-12-12T00:37:18.242Z] ---> 5e6203cfd597 [2020-12-12T00:37:18.242Z] Successfully built 5e6203cfd597 [2020-12-12T00:37:18.242Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-12T00:37:18.592Z] + docker inspect -f . ci-base-image-arm64 [2020-12-12T00:37:18.592Z] . [Pipeline] withDockerContainer [2020-12-12T00:37:18.882Z] prd-ubuntu18.04-docker-arm64-4c-16g-15685 does not seem to be running inside a container [2020-12-12T00:37:18.972Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@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 ******** ci-base-image-arm64 cat [2020-12-12T00:37:20.485Z] $ docker top 85268d26f4b7c2d713ad981be9d35f4585a661cef19c8814544d19922471c6e5 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-12T00:37:21.511Z] + go version [2020-12-12T00:37:21.511Z] go version go1.15.5 linux/arm64 [Pipeline] } [2020-12-12T00:37:21.541Z] $ docker stop --time=1 85268d26f4b7c2d713ad981be9d35f4585a661cef19c8814544d19922471c6e5 [2020-12-12T00:37:23.483Z] $ docker rm -f 85268d26f4b7c2d713ad981be9d35f4585a661cef19c8814544d19922471c6e5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [2020-12-12T00:37:24.137Z] Removing intermediate container 5297ba3dbd22 [2020-12-12T00:37:24.137Z] ---> f40721215044 [2020-12-12T00:37:24.137Z] [2020-12-12T00:37:24.137Z] Step 9/29 : FROM alpine:latest [2020-12-12T00:37:24.137Z] latest: Pulling from library/alpine [2020-12-12T00:37:24.137Z] Digest: sha256:a126728cb7db157f0deb377bcba3c5e473e612d7bafc27f6bb4e5e083f9f08c2 [2020-12-12T00:37:24.137Z] Status: Downloaded newer image for alpine:latest [2020-12-12T00:37:24.137Z] ---> b14afc6dfb98 [2020-12-12T00:37:24.137Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-12-12T00:37:24.137Z] ---> Running in c3803752cea2 [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-12T00:37:24.598Z] + docker inspect -f . ci-base-image-arm64 [2020-12-12T00:37:24.598Z] . [Pipeline] withDockerContainer [2020-12-12T00:37:24.815Z] prd-ubuntu18.04-docker-arm64-4c-16g-15685 does not seem to be running inside a container [2020-12-12T00:37:24.898Z] $ 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/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@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 ******** ci-base-image-arm64 cat [2020-12-12T00:37:25.104Z] Removing intermediate container 48cd9adccab4 [2020-12-12T00:37:25.104Z] ---> 1a232263c2b6 [2020-12-12T00:37:25.104Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-12-12T00:37:25.104Z] Removing intermediate container c3803752cea2 [2020-12-12T00:37:25.104Z] ---> 81ab98b77ced [2020-12-12T00:37:25.104Z] Step 11/29 : USER root [2020-12-12T00:37:25.104Z] ---> Running in 9f64a546aec6 [2020-12-12T00:37:25.373Z] ---> Running in 128420e36503 [2020-12-12T00:37:25.655Z] Removing intermediate container 128420e36503 [2020-12-12T00:37:25.655Z] ---> f46ad4bf34a2 [2020-12-12T00:37:25.655Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-12-12T00:37:25.655Z] ---> Running in daeb72f55813 [2020-12-12T00:37:26.190Z] $ docker top 29fbc7e315891b1b3bec875ade379ca5e477aa5fa8fd008aa09365eb81c55d3a -eo pid,comm [2020-12-12T00:37:26.242Z] 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 [Pipeline] { [Pipeline] echo [2020-12-12T00:37:26.513Z] ========================================================= [2020-12-12T00:37:26.513Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-12-12T00:37:26.513Z] ========================================================= [Pipeline] sh [2020-12-12T00:37:26.842Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-12T00:37:26.842Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-12T00:37:27.120Z] v3.12.2-5-g9e04b0fdd0 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-12T00:37:27.120Z] v3.12.1-98-gb5a3085db9 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-12T00:37:27.120Z] OK: 12747 distinct packages available [2020-12-12T00:37:27.148Z] + make test [2020-12-12T00:37:27.148Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-12-12T00:37:27.723Z] (1/2) Installing ca-certificates (20191127-r4) [2020-12-12T00:37:27.723Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-12-12T00:37:27.723Z] Executing busybox-1.31.1-r19.trigger [2020-12-12T00:37:27.723Z] Executing ca-certificates-20191127-r4.trigger [2020-12-12T00:37:28.025Z] OK: 6 MiB in 16 packages [2020-12-12T00:37:32.334Z] Removing intermediate container daeb72f55813 [2020-12-12T00:37:32.334Z] ---> 2cb1372b7847 [2020-12-12T00:37:32.334Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-12-12T00:37:32.334Z] Removing intermediate container 9f64a546aec6 [2020-12-12T00:37:32.334Z] ---> f98d237eb4c1 [2020-12-12T00:37:32.334Z] [2020-12-12T00:37:32.334Z] Step 11/27 : FROM docker:latest [2020-12-12T00:37:32.334Z] ---> aefe523efa57 [2020-12-12T00:37:32.334Z] Step 12/27 : RUN apk add --no-cache bash [2020-12-12T00:37:32.334Z] ---> Running in 2464b636f0de [2020-12-12T00:37:32.334Z] ---> Running in 439d1cd79bf9 [2020-12-12T00:37:32.334Z] Removing intermediate container 4ca65e8c2d15 [2020-12-12T00:37:32.334Z] ---> fad02f3b0d4c [2020-12-12T00:37:32.334Z] [2020-12-12T00:37:32.334Z] Step 10/21 : FROM scratch [2020-12-12T00:37:32.334Z] ---> [2020-12-12T00:37:32.334Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-12T00:37:32.334Z] Removing intermediate container 2464b636f0de [2020-12-12T00:37:32.334Z] ---> d80870601b67 [2020-12-12T00:37:32.334Z] Step 14/29 : WORKDIR $BASE_DIR [2020-12-12T00:37:32.611Z] ---> Running in 63f6c5ee305b [2020-12-12T00:37:32.611Z] ---> Running in 96cbebd66767 [2020-12-12T00:37:32.611Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-12T00:37:32.611Z] Removing intermediate container 63f6c5ee305b [2020-12-12T00:37:32.611Z] ---> 13e13a12902d [2020-12-12T00:37:32.611Z] Step 12/21 : ENV APP_PORT=48085 [2020-12-12T00:37:32.883Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-12T00:37:32.883Z] ---> Running in babefdc5399a [2020-12-12T00:37:32.883Z] (1/2) Installing readline (8.0.4-r0) [2020-12-12T00:37:32.883Z] (2/2) Installing bash (5.0.17-r0) [2020-12-12T00:37:33.148Z] Executing bash-5.0.17-r0.post-install [2020-12-12T00:37:33.148Z] Removing intermediate container 96cbebd66767 [2020-12-12T00:37:33.148Z] ---> fe39cf8e52a2 [2020-12-12T00:37:33.148Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-12-12T00:37:33.148Z] Executing busybox-1.31.1-r19.trigger [2020-12-12T00:37:33.148Z] OK: 12 MiB in 22 packages [2020-12-12T00:37:33.424Z] Removing intermediate container babefdc5399a [2020-12-12T00:37:33.424Z] ---> 7ea72168c31e [2020-12-12T00:37:33.424Z] Step 13/21 : EXPOSE $APP_PORT [2020-12-12T00:37:33.424Z] ---> Running in dc87862dd257 [2020-12-12T00:37:33.424Z] ---> Running in c9e9564faae3 [2020-12-12T00:37:35.376Z] Removing intermediate container c9e9564faae3 [2020-12-12T00:37:35.376Z] ---> e8cd9e647b4e [2020-12-12T00:37:35.376Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-12-12T00:37:36.772Z] ---> 769aaffdd6f5 [2020-12-12T00:37:36.772Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-12-12T00:37:37.718Z] Removing intermediate container 439d1cd79bf9 [2020-12-12T00:37:37.718Z] ---> 9ae9f94bd9c3 [2020-12-12T00:37:37.718Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-12-12T00:37:37.980Z] Removing intermediate container a852cf5f827f [2020-12-12T00:37:37.980Z] ---> 12f8b9577426 [2020-12-12T00:37:37.980Z] [2020-12-12T00:37:37.980Z] Step 10/22 : FROM alpine:3.10 [2020-12-12T00:37:37.980Z] 3.10: Pulling from library/alpine [2020-12-12T00:37:38.556Z] ---> 893c5dab4ae9 [2020-12-12T00:37:38.556Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-12-12T00:37:38.556Z] ---> Running in 9a447bb86346 [2020-12-12T00:37:38.556Z] Removing intermediate container eaec9cd34d3e [2020-12-12T00:37:38.556Z] ---> e272c7c56546 [2020-12-12T00:37:38.556Z] [2020-12-12T00:37:38.556Z] Step 10/24 : FROM scratch [2020-12-12T00:37:38.556Z] ---> [2020-12-12T00:37:38.556Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-12-12T00:37:38.556Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-12-12T00:37:38.821Z] Status: Downloaded newer image for alpine:3.10 [2020-12-12T00:37:38.821Z] ---> be4e4bea2c2e [2020-12-12T00:37:38.821Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-12T00:37:38.821Z] ---> Running in 8d87a8c63e67 [2020-12-12T00:37:39.089Z] ---> Running in a556f01ba4b8 [2020-12-12T00:37:39.089Z] Removing intermediate container dc87862dd257 [2020-12-12T00:37:39.089Z] ---> dc66c3e1e769 [2020-12-12T00:37:39.089Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-12-12T00:37:39.089Z] ---> 50f5747903ae [2020-12-12T00:37:39.089Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-12-12T00:37:39.352Z] ---> Running in 3de7c3cb69ff [2020-12-12T00:37:39.352Z] Removing intermediate container 8d87a8c63e67 [2020-12-12T00:37:39.352Z] ---> 226e6b3bf1f0 [2020-12-12T00:37:39.352Z] Step 12/24 : ENV APP_PORT=48060 [2020-12-12T00:37:39.614Z] ---> Running in 20144793200e [2020-12-12T00:37:39.614Z] ---> 145ff49aa7fa [2020-12-12T00:37:39.614Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-12-12T00:37:39.877Z] Removing intermediate container 3de7c3cb69ff [2020-12-12T00:37:39.877Z] ---> da7d43c5c53c [2020-12-12T00:37:39.877Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-12T00:37:39.877Z] Removing intermediate container 20144793200e [2020-12-12T00:37:39.877Z] ---> 5864398db6cb [2020-12-12T00:37:39.877Z] Step 13/24 : EXPOSE $APP_PORT [2020-12-12T00:37:39.877Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-12-12T00:37:39.877Z] ---> Running in 7be2275837b6 [2020-12-12T00:37:40.146Z] ---> Running in c52fa792145e [2020-12-12T00:37:40.146Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-12-12T00:37:40.146Z] ---> e9c0a3bc237f [2020-12-12T00:37:40.146Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-12-12T00:37:40.146Z] v3.10.5-164-g6a4c86d368 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-12T00:37:40.146Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-12T00:37:40.146Z] OK: 10348 distinct packages available [2020-12-12T00:37:40.146Z] Removing intermediate container 9a447bb86346 [2020-12-12T00:37:40.146Z] ---> 9cf57a6bb11e [2020-12-12T00:37:40.146Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-12-12T00:37:40.409Z] Removing intermediate container 7be2275837b6 [2020-12-12T00:37:40.409Z] ---> aa784dd3fe37 [2020-12-12T00:37:40.409Z] Step 19/21 : LABEL arch=x86_64 [2020-12-12T00:37:40.409Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-12T00:37:40.409Z] ---> Running in f695ed686333 [2020-12-12T00:37:40.409Z] Removing intermediate container c52fa792145e [2020-12-12T00:37:40.409Z] ---> f6d987ba0581 [2020-12-12T00:37:40.409Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-12-12T00:37:40.409Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-12T00:37:40.409Z] (3/5) Installing libcurl (7.66.0-r3) [2020-12-12T00:37:40.409Z] (4/5) Installing curl (7.66.0-r3) [2020-12-12T00:37:40.409Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-12T00:37:40.409Z] Executing busybox-1.30.1-r3.trigger [2020-12-12T00:37:40.670Z] Executing ca-certificates-20191127-r2.trigger [2020-12-12T00:37:40.670Z] OK: 7 MiB in 19 packages [2020-12-12T00:37:40.933Z] ---> Running in c30824b3818b [2020-12-12T00:37:41.198Z] ---> 3f683250da90 [2020-12-12T00:37:41.198Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-12-12T00:37:41.198Z] ---> c19b825faf8a [2020-12-12T00:37:41.198Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-12-12T00:37:41.198Z] Removing intermediate container f695ed686333 [2020-12-12T00:37:41.198Z] ---> 95bec692a0f4 [2020-12-12T00:37:41.198Z] Step 15/27 : ENV APP_PORT=48090 [2020-12-12T00:37:41.469Z] ---> Running in 88dd7ca27631 [2020-12-12T00:37:41.469Z] Removing intermediate container c30824b3818b [2020-12-12T00:37:41.469Z] ---> 47f94ed96c9d [2020-12-12T00:37:41.469Z] Step 20/21 : LABEL git_sha=8f1695c00aae907ff5828cbfc029c2c45daad569 [2020-12-12T00:37:42.874Z] ---> 318dbf2705fd [2020-12-12T00:37:42.875Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-12-12T00:37:43.139Z] ---> Running in dda55dba45f7 [2020-12-12T00:37:43.139Z] ---> df04affb4d1f [2020-12-12T00:37:43.139Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-12-12T00:37:43.401Z] Removing intermediate container a556f01ba4b8 [2020-12-12T00:37:43.401Z] ---> d6437374cad2 [2020-12-12T00:37:43.401Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-12-12T00:37:43.401Z] Removing intermediate container dda55dba45f7 [2020-12-12T00:37:43.401Z] ---> e1bf372bcdce [2020-12-12T00:37:43.401Z] Step 21/21 : LABEL version=0.0.0 [2020-12-12T00:37:43.401Z] ---> 3fee1589f00a [2020-12-12T00:37:43.401Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-12-12T00:37:43.401Z] Removing intermediate container 88dd7ca27631 [2020-12-12T00:37:43.401Z] ---> 5450610ce464 [2020-12-12T00:37:43.401Z] Step 16/27 : EXPOSE $APP_PORT [2020-12-12T00:37:43.664Z] ---> Running in 1d4aae733fca [2020-12-12T00:37:43.664Z] ---> Running in 291b1d62bce2 [2020-12-12T00:37:43.664Z] ---> Running in 782bef9481e5 [2020-12-12T00:37:43.664Z] ---> Running in 73b8ea95d94d [2020-12-12T00:37:43.927Z] ---> db3f51e7ccd8 [2020-12-12T00:37:43.927Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-12-12T00:37:43.927Z] Removing intermediate container 1d4aae733fca [2020-12-12T00:37:43.927Z] ---> 649b57a3fde4 [2020-12-12T00:37:43.927Z] Step 13/22 : WORKDIR / [2020-12-12T00:37:44.192Z] ---> Running in 26866f1a51c3 [2020-12-12T00:37:44.192Z] Removing intermediate container 782bef9481e5 [2020-12-12T00:37:44.192Z] ---> 149dc326dd0d [2020-12-12T00:37:44.192Z] [2020-12-12T00:37:44.192Z] Removing intermediate container 73b8ea95d94d [2020-12-12T00:37:44.192Z] ---> fea965006abb [2020-12-12T00:37:44.192Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-12-12T00:37:44.458Z] ---> f76b4e614657 [2020-12-12T00:37:44.458Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-12-12T00:37:44.458Z] Successfully built 149dc326dd0d [2020-12-12T00:37:44.722Z] Successfully tagged docker-support-scheduler-go:latest [2020-12-12T00:37:44.722Z] Building docker-security-proxy-setup-go [2020-12-12T00:37:44.722Z]  Building docker-support-scheduler-go ... done Removing intermediate container 26866f1a51c3 [2020-12-12T00:37:44.722Z] ---> 4395f59a3f50 [2020-12-12T00:37:44.722Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-12-12T00:37:45.000Z] ---> 5340a7e23640 [2020-12-12T00:37:45.000Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-12-12T00:37:45.000Z] ---> 64c0964e5502 [2020-12-12T00:37:45.000Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2020-12-12T00:37:45.273Z] ---> 66325a5ed69a [2020-12-12T00:37:45.273Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-12-12T00:37:45.273Z] ---> 418e421991c9 [2020-12-12T00:37:45.273Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-12-12T00:37:45.541Z] Removing intermediate container 291b1d62bce2 [2020-12-12T00:37:45.541Z] ---> 79aa9d8d0ac3 [2020-12-12T00:37:45.541Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-12-12T00:37:46.118Z] ---> ee917d91b213 [2020-12-12T00:37:46.118Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-12-12T00:37:47.064Z] ---> dfbe14461187 [2020-12-12T00:37:47.064Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-12-12T00:37:49.550Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-12-12T00:37:49.618Z] ---> f4be184cd199 [2020-12-12T00:37:49.618Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-12-12T00:37:49.618Z] ---> 67ec84245ecf [2020-12-12T00:37:49.618Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-12T00:37:49.618Z] ---> Running in c95f8ce67ee9 [2020-12-12T00:37:49.618Z] ---> Running in 0693af3610b8 [2020-12-12T00:37:49.618Z] ---> 6a6c67820381 [2020-12-12T00:37:49.618Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2020-12-12T00:37:49.618Z] ---> Running in 68d92a76817e [2020-12-12T00:37:50.563Z] Removing intermediate container c95f8ce67ee9 [2020-12-12T00:37:50.563Z] ---> 3e509d25cb30 [2020-12-12T00:37:50.563Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-12T00:37:52.503Z] ---> 469e2a117ae7 [2020-12-12T00:37:52.503Z] Step 18/22 : RUN chmod +x entrypoint.sh [2020-12-12T00:37:53.931Z] ---> Running in c5351b2db191 [2020-12-12T00:37:53.931Z] ---> Running in 8bdb20f70679 [2020-12-12T00:37:54.357Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-12T00:37:54.357Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-12T00:37:54.357Z] Removing intermediate container c5351b2db191 [2020-12-12T00:37:54.357Z] ---> 9ef75bd60da2 [2020-12-12T00:37:54.357Z] Step 22/24 : LABEL arch=x86_64 [2020-12-12T00:37:54.357Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-12-12T00:37:54.357Z] (2/33) Installing expat (2.2.9-r1) [2020-12-12T00:37:54.686Z] (3/33) Installing libffi (3.3-r2) [2020-12-12T00:37:54.686Z] (4/33) Installing gdbm (1.13-r1) [2020-12-12T00:37:54.686Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-12-12T00:37:54.686Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-12-12T00:37:54.686Z] (7/33) Installing python3 (3.8.5-r0) [2020-12-12T00:37:56.819Z] ---> Running in e8df48fcda5b [2020-12-12T00:37:59.397Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-12T00:37:59.397Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-12T00:37:59.397Z] ---> 976adec21ab3 [2020-12-12T00:37:59.397Z] Step 3/21 : WORKDIR /edgex-go [2020-12-12T00:37:59.397Z] ---> Using cache [2020-12-12T00:37:59.397Z] ---> 32a00cb7af56 [2020-12-12T00:37:59.397Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-12T00:37:59.397Z] ---> Using cache [2020-12-12T00:37:59.397Z] ---> b19562456d8b [2020-12-12T00:37:59.397Z] Step 5/21 : RUN apk update && apk add make git [2020-12-12T00:37:59.397Z] ---> Using cache [2020-12-12T00:37:59.397Z] ---> 7ad036f6416a [2020-12-12T00:37:59.397Z] Step 6/21 : COPY go.mod . [2020-12-12T00:37:59.397Z] ---> Using cache [2020-12-12T00:37:59.397Z] ---> 790cf92ae5c1 [2020-12-12T00:37:59.397Z] Step 7/21 : RUN go mod download [2020-12-12T00:37:59.397Z] ---> Using cache [2020-12-12T00:37:59.397Z] ---> 0ace7ed02898 [2020-12-12T00:37:59.397Z] Step 8/21 : COPY . . [2020-12-12T00:37:59.397Z] ---> Using cache [2020-12-12T00:37:59.397Z] ---> 8c518344ce81 [2020-12-12T00:37:59.397Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2020-12-12T00:38:00.791Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-12-12T00:38:00.791Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-12-12T00:38:00.791Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-12-12T00:38:00.791Z] (11/33) Installing py3-six (1.15.0-r0) [2020-12-12T00:38:01.057Z] (12/33) Installing py3-packaging (20.4-r0) [2020-12-12T00:38:01.057Z] ---> Running in 35ee7433838d [2020-12-12T00:38:01.057Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-12-12T00:38:01.057Z] Removing intermediate container 0693af3610b8 [2020-12-12T00:38:01.057Z] ---> b7452e620f53 [2020-12-12T00:38:01.057Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-12-12T00:38:01.057Z] Removing intermediate container e8df48fcda5b [2020-12-12T00:38:01.057Z] ---> db11b944df12 [2020-12-12T00:38:01.057Z] Step 23/24 : LABEL git_sha=8f1695c00aae907ff5828cbfc029c2c45daad569 [2020-12-12T00:38:01.057Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-12-12T00:38:01.631Z] (15/33) Installing py3-idna (2.9-r0) [2020-12-12T00:38:01.631Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-12-12T00:38:01.631Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-12-12T00:38:02.212Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-12-12T00:38:02.212Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-12-12T00:38:02.212Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-12-12T00:38:02.212Z] ---> Running in 7c3394523ed6 [2020-12-12T00:38:02.212Z] ---> Running in 86fd60e2295a [2020-12-12T00:38:02.212Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-12-12T00:38:02.784Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-12-12T00:38:02.784Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-12-12T00:38:02.784Z] Removing intermediate container 8bdb20f70679 [2020-12-12T00:38:02.784Z] ---> 1a65b23664ed [2020-12-12T00:38:02.784Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2020-12-12T00:38:02.784Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-12-12T00:38:03.047Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-12-12T00:38:03.047Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-12-12T00:38:03.047Z] 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 [2020-12-12T00:38:03.313Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-12-12T00:38:03.313Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-12-12T00:38:03.313Z] (29/33) Installing py3-progress (1.5-r0) [2020-12-12T00:38:03.313Z] Removing intermediate container 86fd60e2295a [2020-12-12T00:38:03.313Z] ---> c98d3b3e8564 [2020-12-12T00:38:03.313Z] Step 24/24 : LABEL version=0.0.0 [2020-12-12T00:38:03.313Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-12-12T00:38:03.313Z] ---> Running in e19266a4bac9 [2020-12-12T00:38:03.577Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-12-12T00:38:03.577Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-12-12T00:38:03.577Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-12-12T00:38:03.839Z] ---> Running in d5d3318b79b3 [2020-12-12T00:38:05.236Z] Executing busybox-1.31.1-r19.trigger [2020-12-12T00:38:05.236Z] OK: 71 MiB in 55 packages [2020-12-12T00:38:05.236Z] Removing intermediate container e19266a4bac9 [2020-12-12T00:38:05.236Z] ---> 82208aa3db50 [2020-12-12T00:38:05.236Z] Step 20/22 : LABEL arch=x86_64 [2020-12-12T00:38:05.517Z] Removing intermediate container d5d3318b79b3 [2020-12-12T00:38:05.517Z] ---> 7c23bb71ec95 [2020-12-12T00:38:05.517Z] [2020-12-12T00:38:05.517Z] ---> Running in 27e75665c4bc [2020-12-12T00:38:05.792Z] Successfully built 7c23bb71ec95 [2020-12-12T00:38:05.792Z] Successfully tagged docker-support-notifications-go:latest [2020-12-12T00:38:05.792Z] Building docker-security-secretstore-setup-go [2020-12-12T00:38:06.070Z]  Building docker-support-notifications-go ... done Removing intermediate container 27e75665c4bc [2020-12-12T00:38:06.070Z] ---> f8079fd88d09 [2020-12-12T00:38:06.070Z] Step 21/22 : LABEL git_sha=8f1695c00aae907ff5828cbfc029c2c45daad569 [2020-12-12T00:38:06.070Z] ---> Running in 292ca34ae423 [2020-12-12T00:38:06.343Z] Removing intermediate container 7c3394523ed6 [2020-12-12T00:38:06.343Z] ---> bd61d6f54669 [2020-12-12T00:38:06.343Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-12-12T00:38:06.343Z] ---> Running in 38c4a0b92972 [2020-12-12T00:38:06.343Z] Removing intermediate container 292ca34ae423 [2020-12-12T00:38:06.343Z] ---> 9e477db66497 [2020-12-12T00:38:06.343Z] Step 22/22 : LABEL version=0.0.0 [2020-12-12T00:38:06.630Z] ---> Running in effe1c203828 [2020-12-12T00:38:13.268Z] Removing intermediate container effe1c203828 [2020-12-12T00:38:13.268Z] ---> 04ad5ca35891 [2020-12-12T00:38:13.268Z] [2020-12-12T00:38:13.268Z] Removing intermediate container 38c4a0b92972 [2020-12-12T00:38:13.268Z] ---> 3a677bb0c564 [2020-12-12T00:38:13.268Z] Step 26/29 : CMD [ "generate" ] [2020-12-12T00:38:13.268Z] Successfully built 04ad5ca35891 [2020-12-12T00:38:14.692Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2020-12-12T00:38:14.692Z]  Building docker-security-bootstrap-redis-go ... done Building docker-core-command-go [2020-12-12T00:38:16.092Z] ---> Running in d73ef8f23e30 [2020-12-12T00:38:24.314Z] Removing intermediate container d73ef8f23e30 [2020-12-12T00:38:24.314Z] ---> 9b9ca9876a25 [2020-12-12T00:38:24.314Z] Step 27/29 : LABEL arch=x86_64 [2020-12-12T00:38:25.723Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-12T00:38:25.723Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-12T00:38:25.723Z] ---> 976adec21ab3 [2020-12-12T00:38:25.723Z] Step 3/24 : WORKDIR /edgex-go [2020-12-12T00:38:25.723Z] ---> Using cache [2020-12-12T00:38:25.723Z] ---> 32a00cb7af56 [2020-12-12T00:38:25.723Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-12T00:38:25.723Z] ---> Using cache [2020-12-12T00:38:25.723Z] ---> b19562456d8b [2020-12-12T00:38:25.723Z] Step 5/24 : RUN apk update && apk add make git [2020-12-12T00:38:25.723Z] ---> Using cache [2020-12-12T00:38:25.723Z] ---> 7ad036f6416a [2020-12-12T00:38:25.723Z] Step 6/24 : COPY go.mod . [2020-12-12T00:38:25.723Z] ---> Using cache [2020-12-12T00:38:25.723Z] ---> 790cf92ae5c1 [2020-12-12T00:38:25.723Z] Step 7/24 : RUN go mod download [2020-12-12T00:38:25.723Z] ---> Using cache [2020-12-12T00:38:25.723Z] ---> 0ace7ed02898 [2020-12-12T00:38:25.723Z] Step 8/24 : COPY . . [2020-12-12T00:38:25.723Z] ---> Using cache [2020-12-12T00:38:25.723Z] ---> 8c518344ce81 [2020-12-12T00:38:25.723Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-12-12T00:38:26.306Z] ---> Running in c56a517ff6eb [2020-12-12T00:38:26.570Z] ---> Running in e488313a88ce [2020-12-12T00:38:26.836Z] Removing intermediate container c56a517ff6eb [2020-12-12T00:38:26.836Z] ---> f8e8065f2182 [2020-12-12T00:38:26.836Z] Step 28/29 : LABEL git_sha=8f1695c00aae907ff5828cbfc029c2c45daad569 [2020-12-12T00:38:27.101Z] ---> Running in 7bbf45ae1078 [2020-12-12T00:38:28.503Z] 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 [2020-12-12T00:38:28.503Z] Removing intermediate container 7bbf45ae1078 [2020-12-12T00:38:28.503Z] ---> d1682d030f66 [2020-12-12T00:38:28.503Z] Step 29/29 : LABEL version=0.0.0 [2020-12-12T00:38:28.573Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-12-12T00:38:29.099Z] 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 [2020-12-12T00:38:29.099Z] ---> Running in c372b7b0b244 [2020-12-12T00:38:30.514Z] Removing intermediate container 68d92a76817e [2020-12-12T00:38:30.514Z] ---> dbe59b6b9b3e [2020-12-12T00:38:30.514Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-12-12T00:38:33.141Z] Removing intermediate container c372b7b0b244 [2020-12-12T00:38:33.141Z] ---> 2c9e719f3a07 [2020-12-12T00:38:33.141Z] [2020-12-12T00:38:33.723Z] Successfully built 2c9e719f3a07 [2020-12-12T00:38:34.693Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-12-12T00:38:34.970Z] Building docker-core-metadata-go [2020-12-12T00:38:35.271Z]  Building docker-security-secrets-setup-go ... done  ---> Running in 210b02fdeed7 [2020-12-12T00:38:35.544Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-12T00:38:35.544Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-12T00:38:35.544Z] ---> 976adec21ab3 [2020-12-12T00:38:35.544Z] Step 3/22 : WORKDIR /edgex-go [2020-12-12T00:38:35.544Z] ---> Using cache [2020-12-12T00:38:35.544Z] ---> 32a00cb7af56 [2020-12-12T00:38:35.544Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-12T00:38:35.544Z] ---> Using cache [2020-12-12T00:38:35.544Z] ---> b19562456d8b [2020-12-12T00:38:35.544Z] Step 5/22 : RUN apk update && apk add make git [2020-12-12T00:38:35.544Z] ---> Using cache [2020-12-12T00:38:35.544Z] ---> 7ad036f6416a [2020-12-12T00:38:35.544Z] Step 6/22 : COPY go.mod . [2020-12-12T00:38:35.544Z] ---> Using cache [2020-12-12T00:38:35.544Z] ---> 790cf92ae5c1 [2020-12-12T00:38:35.544Z] Step 7/22 : RUN go mod download [2020-12-12T00:38:35.544Z] ---> Using cache [2020-12-12T00:38:35.544Z] ---> 0ace7ed02898 [2020-12-12T00:38:35.544Z] Step 8/22 : COPY . . [2020-12-12T00:38:35.544Z] ---> Using cache [2020-12-12T00:38:35.544Z] ---> 8c518344ce81 [2020-12-12T00:38:35.544Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-12-12T00:38:38.904Z] ---> Running in ff34e5e1979d [2020-12-12T00:38:40.891Z] 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 [2020-12-12T00:38:44.261Z] Removing intermediate container 35ee7433838d [2020-12-12T00:38:44.261Z] ---> 4c1ce6d2d106 [2020-12-12T00:38:44.261Z] [2020-12-12T00:38:44.261Z] Step 10/21 : FROM alpine [2020-12-12T00:38:44.261Z] ---> b14afc6dfb98 [2020-12-12T00:38:44.261Z] Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-12-12T00:38:45.226Z] Collecting docker-compose==1.23.2 [2020-12-12T00:38:45.226Z] ---> Running in e6be3e0370c5 [2020-12-12T00:38:45.226Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-12-12T00:38:46.660Z] Collecting cached-property<2,>=1.2.0 [2020-12-12T00:38:46.660Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-12-12T00:38:46.932Z] Collecting websocket-client<1.0,>=0.32.0 [2020-12-12T00:38:47.206Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-12-12T00:38:47.481Z] Collecting dockerpty<0.5,>=0.4.1 [2020-12-12T00:38:47.481Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-12-12T00:38:47.481Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-12T00:38:47.763Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-12T00:38:48.052Z] v3.12.2-5-g9e04b0fdd0 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-12T00:38:48.052Z] v3.12.1-98-gb5a3085db9 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-12T00:38:48.052Z] OK: 12747 distinct packages available [2020-12-12T00:38:48.336Z] (1/4) Installing ca-certificates (20191127-r4) [2020-12-12T00:38:48.336Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-12-12T00:38:48.336Z] (3/4) Installing libcurl (7.69.1-r3) [2020-12-12T00:38:48.336Z] (4/4) Installing curl (7.69.1-r3) [2020-12-12T00:38:48.617Z] Executing busybox-1.31.1-r19.trigger [2020-12-12T00:38:48.617Z] Executing ca-certificates-20191127-r4.trigger [2020-12-12T00:38:48.897Z] OK: 7 MiB in 18 packages [2020-12-12T00:38:49.881Z] 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 [2020-12-12T00:38:50.473Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-12-12T00:38:50.742Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-12-12T00:38:50.742Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-12-12T00:38:50.801Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-12-12T00:38:50.801Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-12-12T00:38:50.801Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2020-12-12T00:38:50.801Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2020-12-12T00:38:50.801Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-12-12T00:38:50.801Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-12-12T00:38:51.716Z] Removing intermediate container e6be3e0370c5 [2020-12-12T00:38:51.716Z] ---> 9863419b461c [2020-12-12T00:38:51.716Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-12T00:38:51.716Z] Collecting docker<4.0,>=3.6.0 [2020-12-12T00:38:51.716Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-12-12T00:38:53.129Z] ---> Running in b3622fdaee47 [2020-12-12T00:38:53.129Z] Collecting PyYAML<4,>=3.10 [2020-12-12T00:38:53.129Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-12-12T00:38:53.709Z] Removing intermediate container b3622fdaee47 [2020-12-12T00:38:53.709Z] ---> 4df959b16879 [2020-12-12T00:38:53.709Z] Step 13/21 : WORKDIR /edgex [2020-12-12T00:38:53.975Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-12T00:38:53.975Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-12T00:38:53.975Z] ---> 976adec21ab3 [2020-12-12T00:38:53.975Z] Step 3/22 : WORKDIR /edgex-go [2020-12-12T00:38:53.975Z] ---> Using cache [2020-12-12T00:38:53.975Z] ---> 32a00cb7af56 [2020-12-12T00:38:53.975Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-12T00:38:53.975Z] ---> Using cache [2020-12-12T00:38:53.975Z] ---> b19562456d8b [2020-12-12T00:38:53.975Z] Step 5/22 : RUN apk update && apk add make git [2020-12-12T00:38:53.975Z] ---> Using cache [2020-12-12T00:38:53.975Z] ---> 7ad036f6416a [2020-12-12T00:38:53.975Z] Step 6/22 : COPY go.mod . [2020-12-12T00:38:53.975Z] ---> Using cache [2020-12-12T00:38:53.975Z] ---> 790cf92ae5c1 [2020-12-12T00:38:53.975Z] Step 7/22 : RUN go mod download [2020-12-12T00:38:53.975Z] ---> Using cache [2020-12-12T00:38:53.975Z] ---> 0ace7ed02898 [2020-12-12T00:38:53.975Z] Step 8/22 : COPY . . [2020-12-12T00:38:53.975Z] ---> Using cache [2020-12-12T00:38:53.975Z] ---> 8c518344ce81 [2020-12-12T00:38:53.975Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-12-12T00:38:54.924Z] Collecting docopt<0.7,>=0.6.1 [2020-12-12T00:38:54.924Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-12-12T00:38:55.124Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.048s [2020-12-12T00:38:55.124Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-12-12T00:38:55.124Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-12-12T00:38:55.198Z] ---> Running in 891fa2a44fe3 [2020-12-12T00:38:55.198Z] ---> Running in 81cf546f3a4d [2020-12-12T00:38:55.472Z] Collecting texttable<0.10,>=0.9.0 [2020-12-12T00:38:55.472Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-12-12T00:38:55.762Z] Removing intermediate container 891fa2a44fe3 [2020-12-12T00:38:55.762Z] ---> e1ea38d4d552 [2020-12-12T00:38:55.762Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-12-12T00:38:56.354Z] ---> c8eca0c0c16a [2020-12-12T00:38:56.354Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-12-12T00:38:56.354Z] Collecting jsonschema<3,>=2.5.1 [2020-12-12T00:38:56.354Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-12-12T00:38:56.354Z] 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 [2020-12-12T00:38:56.354Z] Collecting idna<2.8,>=2.5 [2020-12-12T00:38:56.575Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-12-12T00:38:56.575Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-12-12T00:38:56.575Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-12-12T00:38:56.575Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-12-12T00:38:56.629Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-12-12T00:38:56.629Z] 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) [2020-12-12T00:38:56.629Z] 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) [2020-12-12T00:38:56.900Z] Collecting urllib3<1.25,>=1.21.1 [2020-12-12T00:38:56.900Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-12-12T00:38:57.180Z] Collecting docker-pycreds>=0.4.0 [2020-12-12T00:38:57.180Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-12-12T00:38:57.180Z] ---> 09a3f1c940c0 [2020-12-12T00:38:57.180Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2020-12-12T00:38:57.180Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-12-12T00:38:57.180Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-12-12T00:38:57.180Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-12-12T00:38:57.180Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-12-12T00:38:57.454Z] Installing collected packages: cached-property, websocket-client, dockerpty, idna, urllib3, requests, docker-pycreds, docker, PyYAML, docopt, texttable, jsonschema, docker-compose [2020-12-12T00:38:57.729Z] Running setup.py install for dockerpty: started [2020-12-12T00:38:58.321Z] ---> e800a80f15b2 [2020-12-12T00:38:58.321Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-12-12T00:38:58.321Z] ---> Running in 055eb1ee1c73 [2020-12-12T00:38:58.591Z] Running setup.py install for dockerpty: finished with status 'done' [2020-12-12T00:38:58.591Z] Attempting uninstall: idna [2020-12-12T00:38:58.591Z] Found existing installation: idna 2.9 [2020-12-12T00:38:58.591Z] Uninstalling idna-2.9: [2020-12-12T00:38:58.591Z] Successfully uninstalled idna-2.9 [2020-12-12T00:38:59.582Z] Attempting uninstall: urllib3 [2020-12-12T00:38:59.582Z] Found existing installation: urllib3 1.25.9 [2020-12-12T00:38:59.582Z] Removing intermediate container 055eb1ee1c73 [2020-12-12T00:38:59.582Z] ---> 7cc6aa483b14 [2020-12-12T00:38:59.582Z] Step 18/21 : CMD ["--init=true"] [2020-12-12T00:38:59.582Z] Uninstalling urllib3-1.25.9: [2020-12-12T00:38:59.582Z] Successfully uninstalled urllib3-1.25.9 [2020-12-12T00:39:00.976Z] Attempting uninstall: requests [2020-12-12T00:39:00.976Z] Found existing installation: requests 2.23.0 [2020-12-12T00:39:00.976Z] ---> Running in 8d8de4cbcd46 [2020-12-12T00:39:00.976Z] Uninstalling requests-2.23.0: [2020-12-12T00:39:00.976Z] Removing intermediate container e488313a88ce [2020-12-12T00:39:00.976Z] ---> 62db2d579e8c [2020-12-12T00:39:00.976Z] [2020-12-12T00:39:00.976Z] Step 10/24 : FROM alpine:3.10 [2020-12-12T00:39:00.976Z] ---> be4e4bea2c2e [2020-12-12T00:39:00.976Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-12T00:39:00.976Z] ---> Using cache [2020-12-12T00:39:00.976Z] ---> d6437374cad2 [2020-12-12T00:39:00.977Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-12T00:39:00.977Z] Successfully uninstalled requests-2.23.0 [2020-12-12T00:39:01.572Z] ---> Running in cd180eae143c [2020-12-12T00:39:01.573Z] Removing intermediate container 8d8de4cbcd46 [2020-12-12T00:39:01.573Z] ---> 521b15515387 [2020-12-12T00:39:01.573Z] Step 19/21 : LABEL arch=x86_64 [2020-12-12T00:39:03.004Z] ---> Running in deee6b454a32 [2020-12-12T00:39:03.004Z] Removing intermediate container cd180eae143c [2020-12-12T00:39:03.004Z] ---> 68f99d365651 [2020-12-12T00:39:03.004Z] Step 13/24 : WORKDIR / [2020-12-12T00:39:03.004Z] Running setup.py install for PyYAML: started [2020-12-12T00:39:03.589Z] Running setup.py install for PyYAML: finished with status 'done' [2020-12-12T00:39:03.589Z] Running setup.py install for docopt: started [2020-12-12T00:39:03.857Z] ---> Running in 6590d1722662 [2020-12-12T00:39:03.857Z] Removing intermediate container deee6b454a32 [2020-12-12T00:39:03.857Z] ---> 617895992c20 [2020-12-12T00:39:03.857Z] Step 20/21 : LABEL git_sha=8f1695c00aae907ff5828cbfc029c2c45daad569 [2020-12-12T00:39:04.135Z] ---> Running in bb042f66cd55 [2020-12-12T00:39:04.135Z] Running setup.py install for docopt: finished with status 'done' [2020-12-12T00:39:04.882Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.280s coverage: 46.6% of statements [2020-12-12T00:39:04.883Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-12-12T00:39:04.883Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-12-12T00:39:04.883Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-12-12T00:39:04.883Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-12-12T00:39:04.883Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-12-12T00:39:05.605Z] Running setup.py install for texttable: started [2020-12-12T00:39:05.605Z] Removing intermediate container 6590d1722662 [2020-12-12T00:39:05.605Z] ---> 63e4f4755953 [2020-12-12T00:39:05.605Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-12-12T00:39:05.880Z] Running setup.py install for texttable: finished with status 'done' [2020-12-12T00:39:05.880Z] Removing intermediate container bb042f66cd55 [2020-12-12T00:39:05.880Z] ---> 98e4035cb2d1 [2020-12-12T00:39:05.880Z] Step 21/21 : LABEL version=0.0.0 [2020-12-12T00:39:06.834Z] ---> Running in 84938c10768c [2020-12-12T00:39:08.228Z] 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 [2020-12-12T00:39:08.228Z] ---> ce4e09532e27 [2020-12-12T00:39:08.228Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-12-12T00:39:08.499Z] Removing intermediate container 84938c10768c [2020-12-12T00:39:08.499Z] ---> 9a765d554bcc [2020-12-12T00:39:08.499Z] [2020-12-12T00:39:08.778Z] Removing intermediate container ff34e5e1979d [2020-12-12T00:39:08.778Z] ---> acbeeb2a4890 [2020-12-12T00:39:08.778Z] [2020-12-12T00:39:08.778Z] Step 10/22 : FROM scratch [2020-12-12T00:39:08.778Z] ---> [2020-12-12T00:39:08.778Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-12T00:39:08.778Z] ---> 18105effbaa2 [2020-12-12T00:39:08.778Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-12-12T00:39:08.778Z] Successfully built 9a765d554bcc [2020-12-12T00:39:08.778Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-12-12T00:39:08.778Z] Building docker-core-data-go [2020-12-12T00:39:09.323Z]  Building docker-security-proxy-setup-go ... done  ---> Using cache [2020-12-12T00:39:09.323Z] ---> 13e13a12902d [2020-12-12T00:39:09.323Z] Step 12/22 : ENV APP_PORT=48082 [2020-12-12T00:39:11.609Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.480s coverage: 27.1% of statements [2020-12-12T00:39:11.609Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-12-12T00:39:11.609Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-12-12T00:39:11.609Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-12-12T00:39:11.609Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-12-12T00:39:11.609Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-12-12T00:39:11.609Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-12-12T00:39:11.609Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.073s coverage: 100.0% of statements [2020-12-12T00:39:11.609Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-12-12T00:39:11.609Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.072s coverage: 100.0% of statements [2020-12-12T00:39:11.609Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-12-12T00:39:11.609Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-12-12T00:39:11.609Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.563s coverage: 68.5% of statements [2020-12-12T00:39:11.609Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-12-12T00:39:11.609Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-12-12T00:39:13.057Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.671s coverage: 82.3% of statements [2020-12-12T00:39:13.057Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-12-12T00:39:13.057Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-12-12T00:39:13.057Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-12-12T00:39:13.057Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-12-12T00:39:14.635Z] ---> Running in a5f7f701fc27 [2020-12-12T00:39:15.586Z] ---> 8dd99a6345ea [2020-12-12T00:39:15.586Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-12-12T00:39:16.549Z] Removing intermediate container a5f7f701fc27 [2020-12-12T00:39:16.549Z] ---> 95ce9a5c0b46 [2020-12-12T00:39:16.549Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-12T00:39:16.549Z] Removing intermediate container 210b02fdeed7 [2020-12-12T00:39:16.864Z] ---> d534b12bb33b [2020-12-12T00:39:16.864Z] Step 22/27 : RUN apk --no-cache add curl [2020-12-12T00:39:16.864Z] ---> abc244bd883d [2020-12-12T00:39:16.864Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-12-12T00:39:16.864Z] ---> Running in 9eb1b46daacb [2020-12-12T00:39:16.864Z] ---> Running in 6db5120054b4 [2020-12-12T00:39:19.360Z] Removing intermediate container 9eb1b46daacb [2020-12-12T00:39:19.360Z] ---> 74e72b4e391b [2020-12-12T00:39:19.360Z] Step 14/22 : WORKDIR / [2020-12-12T00:39:19.816Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.240s coverage: 28.6% of statements [2020-12-12T00:39:19.816Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-12-12T00:39:19.816Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-12-12T00:39:19.816Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-12-12T00:39:19.816Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-12-12T00:39:19.816Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-12-12T00:39:19.816Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.148s coverage: 100.0% of statements [2020-12-12T00:39:19.816Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-12-12T00:39:19.816Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.117s coverage: 100.0% of statements [2020-12-12T00:39:19.816Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-12-12T00:39:19.816Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.340s coverage: 86.7% of statements [2020-12-12T00:39:19.816Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-12-12T00:39:19.996Z] ---> 7e43c76a5cbc [2020-12-12T00:39:19.996Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-12-12T00:39:20.587Z] ---> Running in decfcc5f8769 [2020-12-12T00:39:20.853Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-12T00:39:20.853Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-12T00:39:21.117Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-12-12T00:39:21.117Z] (2/3) Installing libcurl (7.69.1-r3) [2020-12-12T00:39:21.117Z] (3/3) Installing curl (7.69.1-r3) [2020-12-12T00:39:21.117Z] Executing busybox-1.31.1-r19.trigger [2020-12-12T00:39:21.117Z] OK: 72 MiB in 58 packages [2020-12-12T00:39:21.802Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.338s coverage: 97.5% of statements [2020-12-12T00:39:21.802Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-12-12T00:39:21.802Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.172s coverage: 78.3% of statements [2020-12-12T00:39:21.802Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-12-12T00:39:21.802Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-12-12T00:39:21.802Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-12-12T00:39:21.802Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-12-12T00:39:22.528Z] ---> d0d079a4398d [2020-12-12T00:39:22.528Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-12T00:39:23.116Z] ---> Running in 7b1e456dc623 [2020-12-12T00:39:23.116Z] Removing intermediate container decfcc5f8769 [2020-12-12T00:39:23.116Z] ---> 4f04d7b61b20 [2020-12-12T00:39:23.116Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-12-12T00:39:25.084Z] ---> da5f18d60ce9 [2020-12-12T00:39:25.084Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-12-12T00:39:26.039Z] Removing intermediate container 6db5120054b4 [2020-12-12T00:39:26.039Z] ---> 7d7bcb77e809 [2020-12-12T00:39:26.039Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-12-12T00:39:26.306Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-12T00:39:26.306Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-12-12T00:39:26.306Z] ---> 976adec21ab3 [2020-12-12T00:39:26.306Z] Step 3/23 : WORKDIR /edgex-go [2020-12-12T00:39:26.575Z] ---> Using cache [2020-12-12T00:39:26.575Z] ---> 32a00cb7af56 [2020-12-12T00:39:26.575Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-12T00:39:26.575Z] ---> Using cache [2020-12-12T00:39:26.575Z] ---> b19562456d8b [2020-12-12T00:39:26.575Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-12-12T00:39:27.525Z] ---> Running in 78c94117242f [2020-12-12T00:39:27.525Z] ---> Running in 918b0f7c9d48 [2020-12-12T00:39:27.525Z] ---> dd6472b62338 [2020-12-12T00:39:27.525Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-12-12T00:39:27.790Z] Removing intermediate container 78c94117242f [2020-12-12T00:39:27.790Z] ---> 3c7cf01e329c [2020-12-12T00:39:27.790Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-12T00:39:28.550Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.018s coverage: 93.8% of statements [2020-12-12T00:39:28.550Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-12-12T00:39:28.550Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-12-12T00:39:28.550Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-12-12T00:39:28.550Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-12-12T00:39:28.550Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-12-12T00:39:28.550Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-12-12T00:39:28.550Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-12-12T00:39:28.550Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-12-12T00:39:28.550Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-12-12T00:39:28.550Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-12-12T00:39:28.550Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-12-12T00:39:28.550Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-12-12T00:39:28.550Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-12-12T00:39:28.550Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-12-12T00:39:28.550Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-12-12T00:39:28.550Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-12-12T00:39:28.550Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-12-12T00:39:28.550Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-12-12T00:39:28.550Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-12-12T00:39:28.550Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-12-12T00:39:28.550Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.066s coverage: 58.8% of statements [2020-12-12T00:39:28.550Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-12-12T00:39:28.550Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-12-12T00:39:28.550Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.187s coverage: 0.1% of statements [2020-12-12T00:39:28.550Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-12-12T00:39:28.550Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-12-12T00:39:28.550Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2020-12-12T00:39:28.550Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2020-12-12T00:39:28.550Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.049s coverage: 100.0% of statements [2020-12-12T00:39:28.550Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2020-12-12T00:39:28.550Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.134s coverage: 75.5% of statements [2020-12-12T00:39:28.550Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2020-12-12T00:39:28.550Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.075s coverage: 80.8% of statements [2020-12-12T00:39:28.550Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.176s coverage: 87.2% of statements [2020-12-12T00:39:29.534Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.129s coverage: 84.2% of statements [2020-12-12T00:39:29.720Z] ---> Running in f8693ab87641 [2020-12-12T00:39:29.720Z] ---> 75ec7cb2294e [2020-12-12T00:39:29.720Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-12-12T00:39:29.720Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-12T00:39:29.990Z] Removing intermediate container 7b1e456dc623 [2020-12-12T00:39:29.990Z] ---> d65057520562 [2020-12-12T00:39:29.990Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-12-12T00:39:29.990Z] ---> Running in fa863be730c5 [2020-12-12T00:39:30.135Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.216s coverage: 91.4% of statements [2020-12-12T00:39:30.135Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2020-12-12T00:39:30.253Z] Removing intermediate container f8693ab87641 [2020-12-12T00:39:30.253Z] ---> 95f22eb3c4db [2020-12-12T00:39:30.253Z] Step 25/27 : LABEL arch=x86_64 [2020-12-12T00:39:30.253Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-12T00:39:30.253Z] Removing intermediate container 81cf546f3a4d [2020-12-12T00:39:30.253Z] ---> 6a7b67b03d53 [2020-12-12T00:39:30.253Z] [2020-12-12T00:39:30.253Z] Step 10/22 : FROM scratch [2020-12-12T00:39:30.253Z] ---> [2020-12-12T00:39:30.253Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-12T00:39:30.253Z] ---> Running in f5af85be5aad [2020-12-12T00:39:30.253Z] ---> Running in 69a3e6217aed [2020-12-12T00:39:30.517Z] ---> Using cache [2020-12-12T00:39:30.517Z] ---> 13e13a12902d [2020-12-12T00:39:30.517Z] Step 12/22 : ENV APP_PORT=48081 [2020-12-12T00:39:30.517Z] Removing intermediate container f5af85be5aad [2020-12-12T00:39:30.517Z] ---> 9c07223b4ca5 [2020-12-12T00:39:30.517Z] Step 22/24 : LABEL arch=x86_64 [2020-12-12T00:39:30.517Z] Removing intermediate container fa863be730c5 [2020-12-12T00:39:30.517Z] ---> b1e8f8022ca9 [2020-12-12T00:39:30.517Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-12T00:39:30.517Z] ---> Running in c96d934b207a [2020-12-12T00:39:30.779Z] Removing intermediate container 69a3e6217aed [2020-12-12T00:39:30.779Z] ---> d72a5c6c01c2 [2020-12-12T00:39:30.779Z] Step 26/27 : LABEL git_sha=8f1695c00aae907ff5828cbfc029c2c45daad569 [2020-12-12T00:39:30.779Z] ---> Running in 16ac80690a5d [2020-12-12T00:39:30.779Z] ---> Running in 5d9d6025f2f3 [2020-12-12T00:39:30.779Z] v3.12.2-5-g9e04b0fdd0 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-12T00:39:30.779Z] v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-12T00:39:30.779Z] OK: 12750 distinct packages available [2020-12-12T00:39:30.779Z] ---> Running in f201bd2d4ee0 [2020-12-12T00:39:30.779Z] Removing intermediate container c96d934b207a [2020-12-12T00:39:30.779Z] ---> c2cb9b92bdb7 [2020-12-12T00:39:30.779Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-12T00:39:31.049Z] Removing intermediate container 16ac80690a5d [2020-12-12T00:39:31.049Z] ---> 0d26705dd52d [2020-12-12T00:39:31.049Z] Step 20/22 : LABEL arch=x86_64 [2020-12-12T00:39:31.049Z] OK: 233 MiB in 51 packages [2020-12-12T00:39:31.049Z] Removing intermediate container 5d9d6025f2f3 [2020-12-12T00:39:31.049Z] ---> ab50905d515f [2020-12-12T00:39:31.049Z] Step 23/24 : LABEL git_sha=8f1695c00aae907ff5828cbfc029c2c45daad569 [2020-12-12T00:39:31.049Z] ---> Running in 55fa5a5a32d0 [2020-12-12T00:39:31.049Z] ---> Running in 35082cca30ce [2020-12-12T00:39:31.049Z] Removing intermediate container f201bd2d4ee0 [2020-12-12T00:39:31.049Z] ---> 1f1240315792 [2020-12-12T00:39:31.049Z] Step 27/27 : LABEL version=0.0.0 [2020-12-12T00:39:31.312Z] ---> Running in 4bff098cebaf [2020-12-12T00:39:31.312Z] ---> Running in 151016e2636d [2020-12-12T00:39:31.572Z] Removing intermediate container 55fa5a5a32d0 [2020-12-12T00:39:31.572Z] ---> 789ab736c3ef [2020-12-12T00:39:31.572Z] Step 14/22 : WORKDIR / [2020-12-12T00:39:31.572Z] Removing intermediate container 35082cca30ce [2020-12-12T00:39:31.572Z] ---> 39e12987b8a7 [2020-12-12T00:39:31.572Z] Step 21/22 : LABEL git_sha=8f1695c00aae907ff5828cbfc029c2c45daad569 [2020-12-12T00:39:31.572Z] ---> Running in 97dfbe421242 [2020-12-12T00:39:31.837Z] Removing intermediate container 4bff098cebaf [2020-12-12T00:39:31.837Z] ---> fb3b8e27b4d2 [2020-12-12T00:39:31.837Z] Step 24/24 : LABEL version=0.0.0 [2020-12-12T00:39:31.837Z] ---> Running in a5589e6bdb3f [2020-12-12T00:39:31.837Z] Removing intermediate container 151016e2636d [2020-12-12T00:39:31.837Z] ---> 7fa38af33c68 [2020-12-12T00:39:31.837Z] [2020-12-12T00:39:31.837Z] ---> Running in d98b7452fb50 [2020-12-12T00:39:32.781Z] Successfully built 7fa38af33c68 [2020-12-12T00:39:33.045Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-12-12T00:39:33.045Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 97dfbe421242 [2020-12-12T00:39:33.045Z] ---> 796e604a6e0b [2020-12-12T00:39:33.045Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-12-12T00:39:33.045Z] Removing intermediate container 918b0f7c9d48 [2020-12-12T00:39:33.045Z] ---> 091909da8053 [2020-12-12T00:39:33.045Z] Step 6/23 : COPY go.mod . [2020-12-12T00:39:33.045Z] Removing intermediate container a5589e6bdb3f [2020-12-12T00:39:33.045Z] ---> bb0ba3ccec01 [2020-12-12T00:39:33.045Z] Step 22/22 : LABEL version=0.0.0 [2020-12-12T00:39:33.045Z] Removing intermediate container d98b7452fb50 [2020-12-12T00:39:33.045Z] ---> 4e4ab7d2e086 [2020-12-12T00:39:33.045Z] [2020-12-12T00:39:33.313Z] ---> Running in 58a09967e65a [2020-12-12T00:39:33.313Z] Successfully built 4e4ab7d2e086 [2020-12-12T00:39:33.313Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-12-12T00:39:33.313Z]  Building docker-security-secretstore-setup-go ... done  ---> 4daa204cb114 [2020-12-12T00:39:33.313Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-12-12T00:39:33.313Z] ---> 94a96705fd3b [2020-12-12T00:39:33.313Z] Step 7/23 : RUN go mod download [2020-12-12T00:39:33.313Z] Removing intermediate container 58a09967e65a [2020-12-12T00:39:33.313Z] ---> ab2463337af1 [2020-12-12T00:39:33.313Z] [2020-12-12T00:39:33.549Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.728s coverage: 63.5% of statements [2020-12-12T00:39:33.549Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-12-12T00:39:33.549Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-12-12T00:39:33.549Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.080s coverage: 100.0% of statements [2020-12-12T00:39:33.549Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.096s coverage: 91.3% of statements [2020-12-12T00:39:33.549Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.049s coverage: 100.0% of statements [2020-12-12T00:39:33.578Z] ---> Running in 1fb99de9a554 [2020-12-12T00:39:33.828Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.123s coverage: 73.7% of statements [2020-12-12T00:39:33.840Z] Successfully built ab2463337af1 [2020-12-12T00:39:33.840Z] Successfully tagged docker-core-command-go:latest [2020-12-12T00:39:35.234Z]  Building docker-core-command-go ... done  ---> 9ea38c62d0dc [2020-12-12T00:39:35.234Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-12-12T00:39:35.496Z] ---> 14f5f4d92da0 [2020-12-12T00:39:35.496Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-12-12T00:39:35.496Z] ---> Running in e352182fe024 [2020-12-12T00:39:35.760Z] Removing intermediate container e352182fe024 [2020-12-12T00:39:35.760Z] ---> 91ce95d9df6f [2020-12-12T00:39:35.760Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-12T00:39:35.760Z] ---> Running in 94a9840c5f1b [2020-12-12T00:39:35.817Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.073s coverage: 100.0% of statements [2020-12-12T00:39:36.021Z] Removing intermediate container 94a9840c5f1b [2020-12-12T00:39:36.021Z] ---> 4adeb9e2e8e4 [2020-12-12T00:39:36.021Z] Step 20/22 : LABEL arch=x86_64 [2020-12-12T00:39:36.021Z] Removing intermediate container 1fb99de9a554 [2020-12-12T00:39:36.021Z] ---> fae9b022aa3e [2020-12-12T00:39:36.021Z] Step 8/23 : COPY . . [2020-12-12T00:39:36.021Z] ---> Running in c8028d263d38 [2020-12-12T00:39:36.284Z] Removing intermediate container c8028d263d38 [2020-12-12T00:39:36.284Z] ---> f14fb1d1bd3b [2020-12-12T00:39:36.284Z] Step 21/22 : LABEL git_sha=8f1695c00aae907ff5828cbfc029c2c45daad569 [2020-12-12T00:39:36.548Z] ---> Running in 4adb526b99af [2020-12-12T00:39:37.123Z] Removing intermediate container 4adb526b99af [2020-12-12T00:39:37.123Z] ---> 45b4a59eb5e7 [2020-12-12T00:39:37.123Z] Step 22/22 : LABEL version=0.0.0 [2020-12-12T00:39:37.700Z] ---> Running in 5b26ea15c9f9 [2020-12-12T00:39:39.246Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.858s coverage: 55.9% of statements [2020-12-12T00:39:39.247Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-12-12T00:39:39.247Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-12-12T00:39:39.247Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2020-12-12T00:39:39.247Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2020-12-12T00:39:39.247Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2020-12-12T00:39:39.247Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-12-12T00:39:41.020Z] Removing intermediate container 5b26ea15c9f9 [2020-12-12T00:39:41.020Z] ---> 7f8502bae62b [2020-12-12T00:39:41.020Z] [2020-12-12T00:39:41.020Z] Successfully built 7f8502bae62b [2020-12-12T00:39:41.020Z] Successfully tagged docker-core-metadata-go:latest [2020-12-12T00:39:51.087Z]  Building docker-core-metadata-go ... done  ---> f4ee10592812 [2020-12-12T00:39:51.087Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-12-12T00:39:51.087Z] ---> Running in b1de9fae9c05 [2020-12-12T00:39:51.087Z] 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 [2020-12-12T00:40:06.367Z] Removing intermediate container b1de9fae9c05 [2020-12-12T00:40:06.367Z] ---> cd54a749b31d [2020-12-12T00:40:06.367Z] [2020-12-12T00:40:06.367Z] Step 10/23 : FROM alpine [2020-12-12T00:40:06.367Z] ---> b14afc6dfb98 [2020-12-12T00:40:06.367Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-12T00:40:06.367Z] ---> Running in 1dc752cd13ca [2020-12-12T00:40:06.631Z] Removing intermediate container 1dc752cd13ca [2020-12-12T00:40:06.631Z] ---> 6fbdb567ee21 [2020-12-12T00:40:06.631Z] Step 12/23 : ENV APP_PORT=48080 [2020-12-12T00:40:06.631Z] ---> Running in 9943f05c3a87 [2020-12-12T00:40:06.894Z] Removing intermediate container 9943f05c3a87 [2020-12-12T00:40:06.894Z] ---> 0d5ed8e1de2b [2020-12-12T00:40:06.894Z] Step 13/23 : EXPOSE $APP_PORT [2020-12-12T00:40:06.894Z] ---> Running in 3de9b833ff64 [2020-12-12T00:40:07.156Z] Removing intermediate container 3de9b833ff64 [2020-12-12T00:40:07.156Z] ---> 987edd6c82b3 [2020-12-12T00:40:07.156Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-12T00:40:07.156Z] ---> Running in 1c5160feea73 [2020-12-12T00:40:08.104Z] Removing intermediate container 1c5160feea73 [2020-12-12T00:40:08.104Z] ---> dbacac3dbaf1 [2020-12-12T00:40:08.104Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-12-12T00:40:08.104Z] ---> Running in d6b7636341e2 [2020-12-12T00:40:08.368Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-12T00:40:08.945Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-12T00:40:09.543Z] (1/5) Installing libgcc (9.3.0-r2) [2020-12-12T00:40:09.543Z] (2/5) Installing libsodium (1.0.18-r0) [2020-12-12T00:40:10.116Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-12-12T00:40:10.378Z] (4/5) Installing libzmq (4.3.3-r0) [2020-12-12T00:40:10.378Z] (5/5) Installing zeromq (4.3.3-r0) [2020-12-12T00:40:10.378Z] Executing busybox-1.31.1-r19.trigger [2020-12-12T00:40:10.378Z] OK: 8 MiB in 19 packages [2020-12-12T00:40:10.954Z] Removing intermediate container d6b7636341e2 [2020-12-12T00:40:10.954Z] ---> dc63b707d6c6 [2020-12-12T00:40:10.954Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-12-12T00:40:11.217Z] ---> 7460ec697afd [2020-12-12T00:40:11.217Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-12-12T00:40:11.637Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 31.517s coverage: 86.3% of statements [2020-12-12T00:40:11.637Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-12-12T00:40:11.637Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 4.227s coverage: 72.2% of statements [2020-12-12T00:40:11.637Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 1.453s coverage: 72.1% of statements [2020-12-12T00:40:11.637Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.069s coverage: 82.4% of statements [2020-12-12T00:40:11.637Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.073s coverage: 48.4% of statements [2020-12-12T00:40:11.637Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-12-12T00:40:11.637Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-12-12T00:40:11.637Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-12-12T00:40:11.637Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.093s coverage: 28.8% of statements [2020-12-12T00:40:11.637Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-12-12T00:40:11.637Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.092s coverage: 96.8% of statements [2020-12-12T00:40:11.637Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-12-12T00:40:11.637Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.338s coverage: 37.0% of statements [2020-12-12T00:40:11.637Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-12-12T00:40:11.637Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-12-12T00:40:11.637Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.542s coverage: 84.0% of statements [2020-12-12T00:40:11.637Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.083s coverage: 100.0% of statements [2020-12-12T00:40:11.637Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.347s coverage: 47.1% of statements [2020-12-12T00:40:11.637Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-12-12T00:40:11.637Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-12-12T00:40:11.637Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.047s coverage: 100.0% of statements [2020-12-12T00:40:11.637Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-12-12T00:40:11.637Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-12-12T00:40:11.637Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-12-12T00:40:11.637Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.114s coverage: 100.0% of statements [2020-12-12T00:40:11.637Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-12-12T00:40:11.637Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.086s coverage: 100.0% of statements [2020-12-12T00:40:11.637Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-12-12T00:40:11.637Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.751s coverage: 29.1% of statements [2020-12-12T00:40:11.637Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-12-12T00:40:11.637Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-12-12T00:40:11.637Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-12-12T00:40:11.637Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-12-12T00:40:11.637Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-12-12T00:40:11.637Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.161s coverage: 99.0% of statements [2020-12-12T00:40:11.637Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-12-12T00:40:11.637Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.109s coverage: 100.0% of statements [2020-12-12T00:40:11.637Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-12-12T00:40:11.637Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.041s coverage: 0.0% of statements [2020-12-12T00:40:11.637Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-12-12T00:40:11.637Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.056s coverage: 100.0% of statements [2020-12-12T00:40:11.637Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-12-12T00:40:11.637Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-12-12T00:40:11.637Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-12-12T00:40:11.637Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-12-12T00:40:11.637Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.081s coverage: 87.9% of statements [2020-12-12T00:40:11.637Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-12-12T00:40:11.637Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-12-12T00:40:11.637Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.063s coverage: 100.0% of statements [2020-12-12T00:40:11.637Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 32.1% of statements [2020-12-12T00:40:11.637Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.075s coverage: 100.0% of statements [2020-12-12T00:40:11.637Z] GO111MODULE=on go vet ./... [2020-12-12T00:40:11.790Z] ---> ee4e7d94a14c [2020-12-12T00:40:11.790Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-12-12T00:40:12.053Z] ---> 0a69f1a4e6e7 [2020-12-12T00:40:12.053Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-12-12T00:40:12.053Z] ---> Running in da33e9f4b082 [2020-12-12T00:40:12.315Z] Removing intermediate container da33e9f4b082 [2020-12-12T00:40:12.315Z] ---> b8c71d5755d5 [2020-12-12T00:40:12.315Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-12T00:40:12.315Z] ---> Running in 9e83631060d2 [2020-12-12T00:40:12.577Z] Removing intermediate container 9e83631060d2 [2020-12-12T00:40:12.577Z] ---> e62c0ec26e0e [2020-12-12T00:40:12.577Z] Step 21/23 : LABEL arch=x86_64 [2020-12-12T00:40:12.577Z] ---> Running in d50079ca9ed6 [2020-12-12T00:40:12.842Z] Removing intermediate container d50079ca9ed6 [2020-12-12T00:40:12.842Z] ---> fd6abb2ece87 [2020-12-12T00:40:12.842Z] Step 22/23 : LABEL git_sha=8f1695c00aae907ff5828cbfc029c2c45daad569 [2020-12-12T00:40:12.842Z] ---> Running in 812397e312c7 [2020-12-12T00:40:12.842Z] Removing intermediate container 812397e312c7 [2020-12-12T00:40:12.842Z] ---> e77b5a78aabe [2020-12-12T00:40:12.842Z] Step 23/23 : LABEL version=0.0.0 [2020-12-12T00:40:13.107Z] ---> Running in 1994e7170230 [2020-12-12T00:40:13.107Z] Removing intermediate container 1994e7170230 [2020-12-12T00:40:13.107Z] ---> 8fbfbd411920 [2020-12-12T00:40:13.107Z] [2020-12-12T00:40:13.372Z] Successfully built 8fbfbd411920 [2020-12-12T00:40:13.372Z] Successfully tagged docker-core-data-go:latest [2020-12-12T00:40:13.664Z]  Building docker-core-data-go ... done  [Pipeline] } [2020-12-12T00:40:13.702Z] $ docker stop --time=1 84845eea8f7b4c86e46c2cae86b0f21f44bd94e58176c020f551f3031d75340f [2020-12-12T00:40:15.460Z] $ docker rm -f 84845eea8f7b4c86e46c2cae86b0f21f44bd94e58176c020f551f3031d75340f [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-12T00:40:16.049Z] + docker images [2020-12-12T00:40:16.049Z] + grep docker [2020-12-12T00:40:16.624Z] docker-core-data-go latest 8fbfbd411920 3 seconds ago 23.7MB [2020-12-12T00:40:16.624Z] docker-core-metadata-go latest 7f8502bae62b 37 seconds ago 14.5MB [2020-12-12T00:40:16.624Z] docker-core-command-go latest ab2463337af1 43 seconds ago 12.2MB [2020-12-12T00:40:16.624Z] docker-security-secretstore-setup-go latest 4e4ab7d2e086 44 seconds ago 24.7MB [2020-12-12T00:40:16.624Z] docker-sys-mgmt-agent-go latest 7fa38af33c68 45 seconds ago 313MB [2020-12-12T00:40:16.624Z] docker-security-proxy-setup-go latest 9a765d554bcc About a minute ago 24.6MB [2020-12-12T00:40:16.624Z] docker-security-secrets-setup-go latest 2c9e719f3a07 About a minute ago 23.9MB [2020-12-12T00:40:16.624Z] docker-security-bootstrap-redis-go latest 04ad5ca35891 2 minutes ago 15.8MB [2020-12-12T00:40:16.624Z] docker-support-notifications-go latest 7c23bb71ec95 2 minutes ago 13.6MB [2020-12-12T00:40:16.624Z] docker-support-scheduler-go latest 149dc326dd0d 2 minutes ago 12.3MB [2020-12-12T00:40:16.624Z] docker latest aefe523efa57 19 hours 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 [2020-12-12T00:40:32.386Z] Still waiting to schedule task [2020-12-12T00:40:32.386Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-8c-8g-15688’ [2020-12-12T00:41:19.728Z] gofmt -l . [2020-12-12T00:41:19.728Z] [ "`gofmt -l .`" = "" ] [2020-12-12T00:41:21.695Z] ./bin/test-go-mod-tidy.sh [2020-12-12T00:41:22.292Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-12-12T00:41:27.258Z] + ls -al . [2020-12-12T00:41:27.258Z] total 696 [2020-12-12T00:41:27.258Z] drwxrwxr-x 9 1001 1001 4096 Dec 12 00:41 . [2020-12-12T00:41:27.258Z] drwxr-xr-x 4 root root 4096 Dec 12 00:37 .. [2020-12-12T00:41:27.258Z] -rw-rw-r-- 1 1001 1001 11 Dec 12 00:35 .dockerignore [2020-12-12T00:41:27.258Z] drwxrwxr-x 8 1001 1001 4096 Dec 12 00:35 .git [2020-12-12T00:41:27.258Z] drwxrwxr-x 3 1001 1001 4096 Dec 12 00:35 .github [2020-12-12T00:41:27.258Z] -rw-rw-r-- 1 1001 1001 943 Dec 12 00:35 .gitignore [2020-12-12T00:41:27.258Z] -rw-rw-r-- 1 1001 1001 166 Dec 12 00:35 .sonarcloud.properties [2020-12-12T00:41:27.258Z] -rw-rw-r-- 1 1001 1001 3804 Dec 12 00:35 CONTRIBUTING.md [2020-12-12T00:41:27.258Z] -rw-rw-r-- 1 1001 1001 1035 Dec 12 00:35 Dockerfile.build [2020-12-12T00:41:27.258Z] -rw-rw-r-- 1 1001 1001 863 Dec 12 00:35 Jenkinsfile [2020-12-12T00:41:27.258Z] -rw-rw-r-- 1 1001 1001 10775 Dec 12 00:35 LICENSE [2020-12-12T00:41:27.258Z] -rw-rw-r-- 1 1001 1001 6318 Dec 12 00:35 Makefile [2020-12-12T00:41:27.258Z] -rw-rw-r-- 1 1001 1001 6447 Dec 12 00:35 README.md [2020-12-12T00:41:27.258Z] -rw-rw-r-- 1 1001 1001 7286 Dec 12 00:35 SECURITY.md [2020-12-12T00:41:27.258Z] -rw-rw-r-- 1 1001 1001 5 Dec 12 00:32 VERSION [2020-12-12T00:41:27.258Z] -rw-rw-r-- 1 1001 1001 4131 Dec 12 00:35 ZMQWindows.md [2020-12-12T00:41:27.258Z] drwxrwxr-x 2 1001 1001 4096 Dec 12 00:35 bin [2020-12-12T00:41:27.258Z] drwxrwxr-x 15 1001 1001 4096 Dec 12 00:35 cmd [2020-12-12T00:41:27.258Z] -rw-r--r-- 1 root root 569827 Dec 12 00:40 coverage.out [2020-12-12T00:41:27.258Z] -rw-r--r-- 1 root root 1041 Dec 12 00:41 go.mod [2020-12-12T00:41:27.258Z] -rw-r--r-- 1 root root 18746 Dec 12 00:41 go.sum [2020-12-12T00:41:27.258Z] drwxrwxr-x 8 1001 1001 4096 Dec 12 00:35 internal [2020-12-12T00:41:27.258Z] drwxrwxr-x 4 1001 1001 4096 Dec 12 00:35 openapi [2020-12-12T00:41:27.258Z] drwxrwxr-x 4 1001 1001 4096 Dec 12 00:35 snap [2020-12-12T00:41:27.258Z] -rw-rw-r-- 1 1001 1001 168 Dec 12 00:35 version.go [Pipeline] sh [2020-12-12T00:41:27.969Z] + '[' -e coverage.out ] [2020-12-12T00:41:27.969Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-12-12T00:41:28.003Z] Warning: overwriting stash ‘coverage-report’ [2020-12-12T00:41:29.345Z] Stashed 1 file(s) [Pipeline] sh [2020-12-12T00:41:30.030Z] + make build [2020-12-12T00:41:30.031Z] 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 [2020-12-12T00:41:42.423Z] 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 [2020-12-12T00:42:09.270Z] 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 [2020-12-12T00:42:12.652Z] 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 [2020-12-12T00:42:18.059Z] 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 [2020-12-12T00:42:19.488Z] 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 [2020-12-12T00:42:23.808Z] 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 [2020-12-12T00:42:29.211Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-12-12T00:42:31.856Z] 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 [2020-12-12T00:42:36.162Z] 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 [2020-12-12T00:42:36.421Z] Running on prd-ubuntu18.04-docker-8c-8g-15692 in /w/workspace/edgexfoundry_edgex-go_PR-2908 [Pipeline] { [Pipeline] ws [2020-12-12T00:42:36.475Z] Running in /w/workspace/edgex-go/14 [Pipeline] { [Pipeline] checkout [2020-12-12T00:42:38.511Z] using credential edgex-jenkins-ssh [2020-12-12T00:42:38.609Z] Cloning the remote Git repository [2020-12-12T00:42:38.638Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-12-12T00:42:38.718Z] > git init /w/workspace/edgex-go/14 # timeout=10 [2020-12-12T00:42:38.751Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-12T00:42:38.752Z] > git --version # timeout=10 [2020-12-12T00:42:38.760Z] > git --version # 'git version 2.17.1' [2020-12-12T00:42:38.761Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-12T00:42:38.788Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-12T00:42:40.484Z] 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 [2020-12-12T00:42:43.871Z] 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 [2020-12-12T00:42:48.179Z] 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 [Pipeline] } [2020-12-12T00:42:51.603Z] $ docker stop --time=1 29fbc7e315891b1b3bec875ade379ca5e477aa5fa8fd008aa09365eb81c55d3a [2020-12-12T00:42:54.240Z] $ docker rm -f 29fbc7e315891b1b3bec875ade379ca5e477aa5fa8fd008aa09365eb81c55d3a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-12T00:42:56.272Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-12T00:42:56.272Z] [2020-12-12T00:42:56.272Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-12T00:42:56.932Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-12T00:42:57.203Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-12-12T00:42:57.203Z] 29e5d40040c1: Pulling fs layer [2020-12-12T00:42:57.203Z] 1ce36da41761: Pulling fs layer [2020-12-12T00:42:57.203Z] 25b303627fd3: Pulling fs layer [2020-12-12T00:42:57.482Z] 29e5d40040c1: Verifying Checksum [2020-12-12T00:42:57.482Z] 29e5d40040c1: Download complete [2020-12-12T00:42:58.086Z] 1ce36da41761: Verifying Checksum [2020-12-12T00:42:58.086Z] 1ce36da41761: Download complete [2020-12-12T00:42:58.086Z] 29e5d40040c1: Pull complete [2020-12-12T00:42:58.172Z] Merging remotes/origin/master commit c80d9cda01f36d6150cb756b8bf2f6d3223e0b45 into PR head commit fe929cdc9076a4b61d9349ddb828743ec74444d3 [2020-12-12T00:42:58.355Z] Merge succeeded, producing 943d58c09c0961f0a6e59bbeda8f874ad90c13e1 [2020-12-12T00:42:58.355Z] Checking out Revision 943d58c09c0961f0a6e59bbeda8f874ad90c13e1 (PR-2908) [2020-12-12T00:42:57.552Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-12T00:42:57.562Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-12T00:42:57.631Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-12T00:42:57.645Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-12T00:42:57.645Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-12T00:42:57.649Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2908/head:refs/remotes/origin/PR-2908 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-12T00:42:58.186Z] > git config core.sparsecheckout # timeout=10 [2020-12-12T00:42:58.191Z] > git checkout -f fe929cdc9076a4b61d9349ddb828743ec74444d3 # timeout=10 [2020-12-12T00:42:58.273Z] > git remote # timeout=10 [2020-12-12T00:42:58.279Z] > git config --get remote.origin.url # timeout=10 [2020-12-12T00:42:58.283Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-12T00:42:58.286Z] > git merge c80d9cda01f36d6150cb756b8bf2f6d3223e0b45 # timeout=10 [2020-12-12T00:42:58.352Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-12T00:42:58.363Z] > git config core.sparsecheckout # timeout=10 [2020-12-12T00:42:58.367Z] > git checkout -f 943d58c09c0961f0a6e59bbeda8f874ad90c13e1 # timeout=10 [2020-12-12T00:42:59.521Z] 1ce36da41761: Pull complete [2020-12-12T00:42:59.522Z] 25b303627fd3: Download complete [2020-12-12T00:43:02.026Z] Commit message: "Merge commit 'c80d9cda01f36d6150cb756b8bf2f6d3223e0b45' into HEAD" [2020-12-12T00:43:02.036Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-12T00:43:02.034Z] > git rev-list --no-walk 5cb27e36eb413e8d02f52bdfba00ad3fcd742481 # timeout=10 [2020-12-12T00:43:03.191Z] + echo snap-build.sh [2020-12-12T00:43:03.191Z] snap-build.sh [2020-12-12T00:43:03.191Z] + SNAP_BASE_DIR=. [2020-12-12T00:43:03.191Z] + '[' '!' -z /w/workspace/edgex-go/14 ']' [2020-12-12T00:43:03.191Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/14 [2020-12-12T00:43:03.191Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/14]' [2020-12-12T00:43:03.191Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/14] [2020-12-12T00:43:03.191Z] + cd /w/workspace/edgex-go/14 [2020-12-12T00:43:03.191Z] + sudo apt-get remove -qy --purge lxd lxd-client [2020-12-12T00:43:03.191Z] Reading package lists... [2020-12-12T00:43:03.191Z] Building dependency tree... [2020-12-12T00:43:03.191Z] Reading state information... [2020-12-12T00:43:03.454Z] The following packages were automatically installed and are no longer required: [2020-12-12T00:43:03.454Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2020-12-12T00:43:03.454Z] uidmap xdelta3 [2020-12-12T00:43:03.454Z] Use 'sudo apt autoremove' to remove them. [2020-12-12T00:43:03.454Z] The following packages will be REMOVED: [2020-12-12T00:43:03.454Z] lxd* lxd-client* [2020-12-12T00:43:03.715Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2020-12-12T00:43:03.715Z] After this operation, 31.7 MB disk space will be freed. [2020-12-12T00:43:04.760Z] (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.) [2020-12-12T00:43:04.760Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2020-12-12T00:43:05.333Z] Removing lxd dnsmasq configuration [2020-12-12T00:43:05.595Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2020-12-12T00:43:05.595Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2020-12-12T00:43:06.536Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2020-12-12T00:43:06.797Z] (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.) [2020-12-12T00:43:06.797Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2020-12-12T00:43:08.184Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2020-12-12T00:43:08.184Z] Processing triggers for ureadahead (0.100.0-21) ... [2020-12-12T00:43:09.128Z] + sudo snap remove --purge lxd [2020-12-12T00:43:09.389Z] snap "lxd" is not installed [2020-12-12T00:43:09.389Z] + sudo groupadd --force --system lxd [2020-12-12T00:43:09.389Z] ++ whoami [2020-12-12T00:43:09.389Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2020-12-12T00:43:09.389Z] + newgrp - lxd [2020-12-12T00:43:09.389Z] + sudo snap install lxd [2020-12-12T00:43:09.686Z] 25b303627fd3: Pull complete [2020-12-12T00:43:09.686Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-12-12T00:43:09.686Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-12T00:43:09.686Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-12-12T00:43:09.957Z] prd-ubuntu18.04-docker-arm64-4c-16g-15685 does not seem to be running inside a container [2020-12-12T00:43:10.058Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@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-devops/edgex-compose-arm64:latest cat [2020-12-12T00:43:13.557Z] $ docker top cc3b05055b841a90bb307d206865afd329c01c773f3317994da192b85970b2d6 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-12T00:43:14.584Z] + grep parallel [2020-12-12T00:43:14.584Z] + docker-compose build --help [2020-12-12T00:43:17.958Z] --parallel Build images in parallel. [Pipeline] } [2020-12-12T00:43:18.264Z] $ docker stop --time=1 cc3b05055b841a90bb307d206865afd329c01c773f3317994da192b85970b2d6 [2020-12-12T00:43:19.465Z] 2020-12-12T00:43:16Z INFO Waiting for automatic snapd restart... [2020-12-12T00:43:20.215Z] $ docker rm -f cc3b05055b841a90bb307d206865afd329c01c773f3317994da192b85970b2d6 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-12T00:43:21.038Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-12T00:43:21.038Z] . [Pipeline] withDockerContainer [2020-12-12T00:43:21.305Z] prd-ubuntu18.04-docker-arm64-4c-16g-15685 does not seem to be running inside a container [2020-12-12T00:43:21.397Z] $ 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/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@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 [2020-12-12T00:43:23.052Z] $ docker top b906ad4afdc1bf022a816f8cd48efd5599e280f12e2ab6b62bee055d7dffee5a -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-12T00:43:24.230Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-12-12T00:43:28.540Z] Building docker-core-command-go ... [2020-12-12T00:43:28.540Z] Building docker-core-data-go ... [2020-12-12T00:43:28.540Z] Building docker-core-metadata-go ... [2020-12-12T00:43:28.540Z] Building docker-security-bootstrap-redis-go ... [2020-12-12T00:43:28.540Z] Building docker-security-proxy-setup-go ... [2020-12-12T00:43:28.540Z] Building docker-security-secrets-setup-go ... [2020-12-12T00:43:28.540Z] Building docker-security-secretstore-setup-go ... [2020-12-12T00:43:28.540Z] Building docker-support-notifications-go ... [2020-12-12T00:43:28.540Z] Building docker-support-scheduler-go ... [2020-12-12T00:43:28.540Z] Building docker-sys-mgmt-agent-go ... [2020-12-12T00:43:28.540Z] Building docker-core-data-go [2020-12-12T00:43:28.540Z] Building docker-security-secretstore-setup-go [2020-12-12T00:43:28.540Z] Building docker-support-notifications-go [2020-12-12T00:43:28.540Z] Building docker-support-scheduler-go [2020-12-12T00:43:28.540Z] Building docker-security-secrets-setup-go [2020-12-12T00:43:37.601Z] lxd 4.8 from Canonical* installed [2020-12-12T00:43:37.601Z] + sudo lxd init --auto [2020-12-12T00:43:44.190Z] + sudo snap install --classic snapcraft [2020-12-12T00:43:49.490Z] snapcraft 4.4.4 from Canonical* installed [2020-12-12T00:43:49.490Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2020-12-12T00:43:49.490Z] + patch --verbose -p1 [2020-12-12T00:43:49.490Z] Hmm... Looks like a unified diff to me... [2020-12-12T00:43:49.490Z] The text leading up to this was: [2020-12-12T00:43:49.490Z] -------------------------- [2020-12-12T00:43:49.490Z] |From a8e6179902fe6bccada5d6ad9dd7e850ca774bef Mon Sep 17 00:00:00 2001 [2020-12-12T00:43:49.490Z] |From: Tony Espy [2020-12-12T00:43:49.490Z] |Date: Wed, 2 Dec 2020 17:38:31 -0500 [2020-12-12T00:43:49.490Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2020-12-12T00:43:49.490Z] | [2020-12-12T00:43:49.490Z] |This patch is used by the EdgeX CI pipeline builds to [2020-12-12T00:43:49.490Z] |optimize the snap CI check run for pull requests. When [2020-12-12T00:43:49.490Z] |applied, it essentially strips out everything (apps and [2020-12-12T00:43:49.490Z] |parts) from the snapcraft.yaml file except those required [2020-12-12T00:43:49.490Z] |to build edgex-go, as the whole idea of the CI check is to [2020-12-12T00:43:49.490Z] |catch changes to edgex-go that break the snap build. [2020-12-12T00:43:49.490Z] | [2020-12-12T00:43:49.490Z] |In general, anyone updating snapcraft.yaml will also need [2020-12-12T00:43:49.490Z] |to update this patch file, otherwise it may fail to apply, [2020-12-12T00:43:49.490Z] |resulting in a failed snap build CI check in the associated [2020-12-12T00:43:49.490Z] |pull request. [2020-12-12T00:43:49.490Z] | [2020-12-12T00:43:49.490Z] |Note - in addition to applying this patch, the pipeline also [2020-12-12T00:43:49.491Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2020-12-12T00:43:49.491Z] |need to build the finally binary .snap file (and it won't [2020-12-12T00:43:49.491Z] |work with the patch applied). This further reduces the build [2020-12-12T00:43:49.491Z] |time. [2020-12-12T00:43:49.491Z] |--- [2020-12-12T00:43:49.491Z] | snap/snapcraft.yaml | 466 +------------------------------------------- [2020-12-12T00:43:49.491Z] | 1 file changed, 2 insertions(+), 464 deletions(-) [2020-12-12T00:43:49.491Z] | [2020-12-12T00:43:49.491Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2020-12-12T00:43:49.491Z] |index b265277c..d7e1de37 100644 [2020-12-12T00:43:49.491Z] |--- a/snap/snapcraft.yaml [2020-12-12T00:43:49.491Z] |+++ b/snap/snapcraft.yaml [2020-12-12T00:43:49.491Z] -------------------------- [2020-12-12T00:43:49.491Z] patching file snap/snapcraft.yaml [2020-12-12T00:43:49.491Z] Using Plan A... [2020-12-12T00:43:49.491Z] Hunk #1 succeeded at 72 with fuzz 2 (offset -3 lines). [2020-12-12T00:43:49.491Z] Hunk #2 succeeded at 81 (offset -3 lines). [2020-12-12T00:43:49.491Z] Hunk #3 succeeded at 211 (offset -7 lines). [2020-12-12T00:43:49.491Z] Hunk #4 succeeded at 226 (offset -7 lines). [2020-12-12T00:43:49.491Z] Hunk #5 succeeded at 234 (offset -7 lines). [2020-12-12T00:43:49.491Z] Hunk #6 succeeded at 241 (offset -7 lines). [2020-12-12T00:43:49.491Z] Hunk #7 succeeded at 268 (offset -7 lines). [2020-12-12T00:43:49.491Z] Hunk #8 succeeded at 302 (offset -7 lines). [2020-12-12T00:43:49.491Z] Hunk #9 succeeded at 358 (offset -7 lines). [2020-12-12T00:43:49.491Z] Hmm... Ignoring the trailing garbage. [2020-12-12T00:43:49.491Z] done [2020-12-12T00:43:49.491Z] + sudo snapcraft prime --use-lxd [2020-12-12T00:43:50.432Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2020-12-12T00:43:50.432Z] 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: [2020-12-12T00:43:50.432Z] - README.md [2020-12-12T00:43:50.432Z] - snapcraft.yaml.orig [2020-12-12T00:43:50.432Z] [2020-12-12T00:43:50.432Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2020-12-12T00:43:51.007Z] Launching a container. [2020-12-12T00:44:03.244Z] Waiting for container to be ready [2020-12-12T00:44:03.244Z] To start your first instance, try: lxc launch ubuntu:18.04 [2020-12-12T00:44:03.244Z] [2020-12-12T00:44:06.549Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2020-12-12T00:44:07.124Z] Waiting for network to be ready... [2020-12-12T00:44:07.386Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2020-12-12T00:44:07.386Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2020-12-12T00:44:07.647Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1428 kB] [2020-12-12T00:44:07.647Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [281 kB] [2020-12-12T00:44:07.647Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [13.3 kB] [2020-12-12T00:44:07.647Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2996 B] [2020-12-12T00:44:07.647Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [173 kB] [2020-12-12T00:44:07.647Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [22.8 kB] [2020-12-12T00:44:07.647Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1091 kB] [2020-12-12T00:44:07.647Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [244 kB] [2020-12-12T00:44:07.908Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2020-12-12T00:44:08.169Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2020-12-12T00:44:08.430Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2020-12-12T00:44:08.430Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2020-12-12T00:44:08.430Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2020-12-12T00:44:08.430Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2020-12-12T00:44:08.430Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2020-12-12T00:44:08.430Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2020-12-12T00:44:08.690Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2020-12-12T00:44:08.951Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1787 kB] [2020-12-12T00:44:09.211Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [376 kB] [2020-12-12T00:44:09.211Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.6 kB] [2020-12-12T00:44:09.211Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] [2020-12-12T00:44:09.211Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [206 kB] [2020-12-12T00:44:09.211Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [27.9 kB] [2020-12-12T00:44:09.211Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1697 kB] [2020-12-12T00:44:09.211Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [357 kB] [2020-12-12T00:44:11.131Z] Fetched 23.5 MB in 4s (6145 kB/s) [2020-12-12T00:44:12.076Z] Reading package lists... [2020-12-12T00:44:12.076Z] Reading package lists... [2020-12-12T00:44:12.341Z] Building dependency tree... [2020-12-12T00:44:12.341Z] Reading state information... [2020-12-12T00:44:12.341Z] The following additional packages will be installed: [2020-12-12T00:44:12.341Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2020-12-12T00:44:12.341Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2020-12-12T00:44:12.341Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2020-12-12T00:44:12.341Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2020-12-12T00:44:12.341Z] Suggested packages: [2020-12-12T00:44:12.341Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2020-12-12T00:44:12.341Z] Recommended packages: [2020-12-12T00:44:12.341Z] gnupg libsasl2-modules [2020-12-12T00:44:12.341Z] The following NEW packages will be installed: [2020-12-12T00:44:12.341Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2020-12-12T00:44:12.341Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2020-12-12T00:44:12.341Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2020-12-12T00:44:12.341Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2020-12-12T00:44:12.341Z] The following packages will be upgraded: [2020-12-12T00:44:12.341Z] gpg gpg-agent gpgconf libudev1 [2020-12-12T00:44:12.603Z] 4 upgraded, 18 newly installed, 0 to remove and 101 not upgraded. [2020-12-12T00:44:12.603Z] Need to get 3531 kB of archives. [2020-12-12T00:44:12.603Z] After this operation, 13.3 MB of additional disk space will be used. [2020-12-12T00:44:12.603Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2020-12-12T00:44:12.603Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2020-12-12T00:44:12.603Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2020-12-12T00:44:12.603Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.1 [14.8 kB] [2020-12-12T00:44:12.603Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.1 [49.2 kB] [2020-12-12T00:44:12.603Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2020-12-12T00:44:12.603Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2020-12-12T00:44:12.603Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2020-12-12T00:44:12.603Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] [2020-12-12T00:44:12.864Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] [2020-12-12T00:44:13.434Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2020-12-12T00:44:13.434Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2020-12-12T00:44:13.434Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2020-12-12T00:44:13.434Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2020-12-12T00:44:13.434Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2020-12-12T00:44:13.434Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2020-12-12T00:44:13.434Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2020-12-12T00:44:13.434Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2020-12-12T00:44:13.434Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2020-12-12T00:44:13.434Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2020-12-12T00:44:13.434Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2020-12-12T00:44:13.434Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2020-12-12T00:44:13.694Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-12T00:44:13.694Z] Fetched 3531 kB in 1s (3521 kB/s) [2020-12-12T00:44:13.955Z] (Reading database ... 12511 files and directories currently installed.) [2020-12-12T00:44:13.955Z] Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... [2020-12-12T00:44:14.216Z] Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2020-12-12T00:44:14.476Z] Setting up libudev1:amd64 (237-3ubuntu10.43) ... [2020-12-12T00:44:14.476Z] Selecting previously unselected package udev. [2020-12-12T00:44:14.476Z] (Reading database ... 12511 files and directories currently installed.) [2020-12-12T00:44:14.476Z] Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... [2020-12-12T00:44:14.476Z] Unpacking udev (237-3ubuntu10.43) ... [2020-12-12T00:44:14.738Z] Selecting previously unselected package libfuse2:amd64. [2020-12-12T00:44:14.738Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2020-12-12T00:44:14.738Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2020-12-12T00:44:14.999Z] Selecting previously unselected package fuse. [2020-12-12T00:44:14.999Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2020-12-12T00:44:14.999Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2020-12-12T00:44:14.999Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2020-12-12T00:44:14.999Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2020-12-12T00:44:14.999Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2020-12-12T00:44:14.999Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2020-12-12T00:44:15.261Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2020-12-12T00:44:15.261Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2020-12-12T00:44:15.261Z] Selecting previously unselected package libksba8:amd64. [2020-12-12T00:44:15.261Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2020-12-12T00:44:15.261Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2020-12-12T00:44:15.525Z] Selecting previously unselected package libroken18-heimdal:amd64. [2020-12-12T00:44:15.525Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-12T00:44:15.525Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-12T00:44:15.525Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2020-12-12T00:44:15.525Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-12T00:44:15.525Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-12T00:44:15.525Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2020-12-12T00:44:15.786Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-12T00:44:15.786Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-12T00:44:15.786Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2020-12-12T00:44:15.786Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-12T00:44:15.786Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-12T00:44:15.786Z] Selecting previously unselected package libwind0-heimdal:amd64. [2020-12-12T00:44:15.786Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-12T00:44:15.786Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-12T00:44:16.047Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2020-12-12T00:44:16.047Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-12T00:44:16.047Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-12T00:44:16.047Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2020-12-12T00:44:16.047Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-12T00:44:16.047Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-12T00:44:16.309Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2020-12-12T00:44:16.309Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-12T00:44:16.309Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-12T00:44:16.309Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2020-12-12T00:44:16.309Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-12T00:44:16.309Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-12T00:44:16.309Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2020-12-12T00:44:16.309Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... [2020-12-12T00:44:16.309Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2020-12-12T00:44:16.883Z] Selecting previously unselected package libsasl2-2:amd64. [2020-12-12T00:44:16.883Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... [2020-12-12T00:44:16.883Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2020-12-12T00:44:17.457Z] Selecting previously unselected package libldap-common. [2020-12-12T00:44:17.457Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2020-12-12T00:44:17.457Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2020-12-12T00:44:18.030Z] Selecting previously unselected package libldap-2.4-2:amd64. [2020-12-12T00:44:18.030Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2020-12-12T00:44:18.030Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2020-12-12T00:44:18.292Z] Selecting previously unselected package dirmngr. [2020-12-12T00:44:18.292Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2020-12-12T00:44:18.292Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2020-12-12T00:44:18.292Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2020-12-12T00:44:18.292Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2020-12-12T00:44:18.552Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2020-12-12T00:44:18.552Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2020-12-12T00:44:18.552Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2020-12-12T00:44:18.552Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2020-12-12T00:44:18.552Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-12T00:44:18.552Z] Setting up libksba8:amd64 (1.3.5-2) ... [2020-12-12T00:44:18.552Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-12-12T00:44:18.552Z] Setting up udev (237-3ubuntu10.43) ... [2020-12-12T00:44:18.812Z] invoke-rc.d: policy-rc.d denied execution of start. [2020-12-12T00:44:19.074Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-12T00:44:19.074Z] Processing triggers for systemd (237-3ubuntu10) ... [2020-12-12T00:44:19.074Z] Setting up fuse (2.9.7-1ubuntu1) ... [2020-12-12T00:44:19.334Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2020-12-12T00:44:19.335Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-12T00:44:19.335Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-12T00:44:19.335Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-12T00:44:19.335Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-12T00:44:19.335Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-12T00:44:19.335Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-12T00:44:19.335Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-12T00:44:19.335Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2020-12-12T00:44:19.335Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2020-12-12T00:44:19.335Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-12-12T00:44:19.907Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2020-12-12T00:44:19.907Z] settings in the [Install] section, and DefaultInstance for template units). [2020-12-12T00:44:19.907Z] This means they are not meant to be enabled using systemctl. [2020-12-12T00:44:19.907Z] Possible reasons for having this kind of units are: [2020-12-12T00:44:19.907Z] 1) A unit may be statically enabled by being symlinked from another unit's [2020-12-12T00:44:19.907Z] .wants/ or .requires/ directory. [2020-12-12T00:44:19.907Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2020-12-12T00:44:19.907Z] a requirement dependency on it. [2020-12-12T00:44:19.907Z] 3) A unit may be started when needed via activation (socket, path, timer, [2020-12-12T00:44:19.907Z] D-Bus, udev, scripted systemctl call, ...). [2020-12-12T00:44:19.907Z] 4) In case of template units, the unit is meant to be enabled with some [2020-12-12T00:44:19.907Z] instance name specified. [2020-12-12T00:44:20.168Z] Reading package lists... [2020-12-12T00:44:20.168Z] Building dependency tree... [2020-12-12T00:44:20.168Z] Reading state information... [2020-12-12T00:44:20.429Z] The following additional packages will be installed: [2020-12-12T00:44:20.429Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2020-12-12T00:44:20.429Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2020-12-12T00:44:20.429Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2020-12-12T00:44:20.429Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2020-12-12T00:44:20.429Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2020-12-12T00:44:20.429Z] Suggested packages: [2020-12-12T00:44:20.429Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2020-12-12T00:44:20.429Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2020-12-12T00:44:20.429Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2020-12-12T00:44:20.429Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2020-12-12T00:44:20.429Z] systemd-container policykit-1 [2020-12-12T00:44:20.429Z] Recommended packages: [2020-12-12T00:44:20.429Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2020-12-12T00:44:20.429Z] The following NEW packages will be installed: [2020-12-12T00:44:20.429Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2020-12-12T00:44:20.429Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2020-12-12T00:44:20.429Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2020-12-12T00:44:20.429Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2020-12-12T00:44:20.429Z] python3.6-minimal snapd squashfs-tools sudo [2020-12-12T00:44:20.429Z] The following packages will be upgraded: [2020-12-12T00:44:20.429Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2020-12-12T00:44:20.429Z] 5 upgraded, 25 newly installed, 0 to remove and 96 not upgraded. [2020-12-12T00:44:20.429Z] Need to get 35.2 MB of archives. [2020-12-12T00:44:20.429Z] After this operation, 141 MB of additional disk space will be used. [2020-12-12T00:44:20.429Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2020-12-12T00:44:20.689Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2020-12-12T00:44:20.689Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] [2020-12-12T00:44:20.689Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] [2020-12-12T00:44:20.689Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2020-12-12T00:44:20.689Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2020-12-12T00:44:20.689Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2020-12-12T00:44:20.689Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2020-12-12T00:44:20.689Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2020-12-12T00:44:20.689Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2020-12-12T00:44:20.689Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2020-12-12T00:44:20.689Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2020-12-12T00:44:20.689Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2020-12-12T00:44:20.689Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2020-12-12T00:44:20.689Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2020-12-12T00:44:20.689Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2020-12-12T00:44:20.689Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2020-12-12T00:44:21.261Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] [2020-12-12T00:44:21.522Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2020-12-12T00:44:21.522Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2020-12-12T00:44:21.522Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2020-12-12T00:44:21.522Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2020-12-12T00:44:21.522Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2020-12-12T00:44:21.522Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.3 [6948 B] [2020-12-12T00:44:21.522Z] Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2020-12-12T00:44:21.522Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] [2020-12-12T00:44:21.522Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2020-12-12T00:44:21.522Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2020-12-12T00:44:21.522Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2020-12-12T00:44:21.783Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2020-12-12T00:44:23.172Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-12T00:44:23.172Z] Fetched 35.2 MB in 3s (13.9 MB/s) [2020-12-12T00:44:23.172Z] (Reading database ... 12757 files and directories currently installed.) [2020-12-12T00:44:23.172Z] Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... [2020-12-12T00:44:23.433Z] Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... [2020-12-12T00:44:23.694Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... [2020-12-12T00:44:23.954Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2020-12-12T00:44:23.954Z] Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... [2020-12-12T00:44:24.216Z] (Reading database ... 12757 files and directories currently installed.) [2020-12-12T00:44:24.216Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2020-12-12T00:44:24.216Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2020-12-12T00:44:24.216Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2020-12-12T00:44:24.482Z] (Reading database ... 12757 files and directories currently installed.) [2020-12-12T00:44:24.482Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2020-12-12T00:44:24.482Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2020-12-12T00:44:25.426Z] Setting up apt (1.6.12ubuntu0.2) ... [2020-12-12T00:44:25.688Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2020-12-12T00:44:26.630Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2020-12-12T00:44:26.630Z] (Reading database ... 12764 files and directories currently installed.) [2020-12-12T00:44:26.630Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2020-12-12T00:44:26.630Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2020-12-12T00:44:26.891Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2020-12-12T00:44:26.891Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2020-12-12T00:44:26.891Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-12T00:44:27.151Z] Selecting previously unselected package libexpat1:amd64. [2020-12-12T00:44:27.151Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2020-12-12T00:44:27.151Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2020-12-12T00:44:27.151Z] Selecting previously unselected package python3.6-minimal. [2020-12-12T00:44:27.151Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2020-12-12T00:44:27.151Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2020-12-12T00:44:27.411Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2020-12-12T00:44:27.676Z] Checking for services that may need to be restarted...done. [2020-12-12T00:44:27.676Z] Checking for services that may need to be restarted...done. [2020-12-12T00:44:27.676Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-12T00:44:27.676Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2020-12-12T00:44:27.676Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2020-12-12T00:44:28.248Z] Selecting previously unselected package python3-minimal. [2020-12-12T00:44:28.248Z] (Reading database ... 13012 files and directories currently installed.) [2020-12-12T00:44:28.248Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2020-12-12T00:44:28.248Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2020-12-12T00:44:28.248Z] Selecting previously unselected package mime-support. [2020-12-12T00:44:28.248Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2020-12-12T00:44:28.248Z] Unpacking mime-support (3.60ubuntu1) ... [2020-12-12T00:44:28.248Z] Selecting previously unselected package libmpdec2:amd64. [2020-12-12T00:44:28.248Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2020-12-12T00:44:28.248Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2020-12-12T00:44:28.511Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2020-12-12T00:44:28.511Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2020-12-12T00:44:28.511Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-12T00:44:28.781Z] Selecting previously unselected package python3.6. [2020-12-12T00:44:28.781Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2020-12-12T00:44:28.781Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-12T00:44:28.781Z] Selecting previously unselected package libpython3-stdlib:amd64. [2020-12-12T00:44:28.781Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2020-12-12T00:44:28.781Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2020-12-12T00:44:28.781Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2020-12-12T00:44:29.041Z] Selecting previously unselected package python3. [2020-12-12T00:44:29.041Z] (Reading database ... 13442 files and directories currently installed.) [2020-12-12T00:44:29.041Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2020-12-12T00:44:29.041Z] Unpacking python3 (3.6.7-1~18.04) ... [2020-12-12T00:44:29.041Z] Selecting previously unselected package multiarch-support. [2020-12-12T00:44:29.041Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.3_amd64.deb ... [2020-12-12T00:44:29.041Z] Unpacking multiarch-support (2.27-3ubuntu1.3) ... [2020-12-12T00:44:29.309Z] Setting up multiarch-support (2.27-3ubuntu1.3) ... [2020-12-12T00:44:29.309Z] Selecting previously unselected package liblzo2-2:amd64. [2020-12-12T00:44:29.309Z] (Reading database ... 13479 files and directories currently installed.) [2020-12-12T00:44:29.309Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2020-12-12T00:44:29.309Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2020-12-12T00:44:29.309Z] Selecting previously unselected package libbsd0:amd64. [2020-12-12T00:44:29.309Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2020-12-12T00:44:29.309Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2020-12-12T00:44:29.581Z] Selecting previously unselected package sudo. [2020-12-12T00:44:29.581Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... [2020-12-12T00:44:29.581Z] Unpacking sudo (1.8.21p2-3ubuntu1.3) ... [2020-12-12T00:44:29.581Z] Selecting previously unselected package apparmor. [2020-12-12T00:44:29.581Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2020-12-12T00:44:29.581Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2020-12-12T00:44:29.849Z] Selecting previously unselected package libedit2:amd64. [2020-12-12T00:44:29.849Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2020-12-12T00:44:29.849Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2020-12-12T00:44:29.849Z] Selecting previously unselected package libkrb5support0:amd64. [2020-12-12T00:44:29.849Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2020-12-12T00:44:29.849Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2020-12-12T00:44:30.116Z] Selecting previously unselected package libk5crypto3:amd64. [2020-12-12T00:44:30.116Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2020-12-12T00:44:30.116Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2020-12-12T00:44:30.116Z] Selecting previously unselected package libkeyutils1:amd64. [2020-12-12T00:44:30.116Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2020-12-12T00:44:30.116Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2020-12-12T00:44:30.382Z] Selecting previously unselected package libkrb5-3:amd64. [2020-12-12T00:44:30.382Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2020-12-12T00:44:30.382Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2020-12-12T00:44:30.382Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2020-12-12T00:44:30.382Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2020-12-12T00:44:30.382Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2020-12-12T00:44:30.645Z] Selecting previously unselected package libssl1.0.0:amd64. [2020-12-12T00:44:30.645Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2020-12-12T00:44:30.645Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2020-12-12T00:44:30.645Z] Selecting previously unselected package openssh-client. [2020-12-12T00:44:30.645Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2020-12-12T00:44:30.645Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2020-12-12T00:44:31.598Z] Selecting previously unselected package squashfs-tools. [2020-12-12T00:44:31.598Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2020-12-12T00:44:31.598Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2020-12-12T00:44:31.858Z] Selecting previously unselected package snapd. [2020-12-12T00:44:31.858Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2020-12-12T00:44:31.858Z] Unpacking snapd (2.48+18.04) ... [2020-12-12T00:44:33.771Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2020-12-12T00:44:33.771Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2020-12-12T00:44:33.771Z] Setting up mime-support (3.60ubuntu1) ... [2020-12-12T00:44:33.771Z] Setting up sudo (1.8.21p2-3ubuntu1.3) ... [2020-12-12T00:44:34.032Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2020-12-12T00:44:34.032Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2020-12-12T00:44:34.032Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-12-12T00:44:34.032Z] Setting up systemd (237-3ubuntu10.43) ... [2020-12-12T00:44:34.032Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2020-12-12T00:44:34.610Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2020-12-12T00:44:34.610Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2020-12-12T00:44:34.610Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2020-12-12T00:44:34.871Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-12T00:44:34.871Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2020-12-12T00:44:34.871Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-12T00:44:35.444Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2020-12-12T00:44:35.444Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2020-12-12T00:44:35.444Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2020-12-12T00:44:35.444Z] Setting up python3 (3.6.7-1~18.04) ... [2020-12-12T00:44:35.444Z] running python rtupdate hooks for python3.6... [2020-12-12T00:44:35.444Z] running python post-rtupdate hooks for python3.6... [2020-12-12T00:44:35.444Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2020-12-12T00:44:36.832Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2020-12-12T00:44:37.093Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2020-12-12T00:44:37.093Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2020-12-12T00:44:37.356Z] Setting up snapd (2.48+18.04) ... [2020-12-12T00:44:37.619Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2020-12-12T00:44:37.880Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2020-12-12T00:44:37.880Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2020-12-12T00:44:38.142Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2020-12-12T00:44:38.406Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2020-12-12T00:44:38.406Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2020-12-12T00:44:38.406Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2020-12-12T00:44:38.668Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2020-12-12T00:44:38.929Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2020-12-12T00:44:38.929Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2020-12-12T00:44:39.192Z] /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' [2020-12-12T00:44:39.192Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-12-12T00:44:39.453Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2020-12-12T00:44:40.840Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2020-12-12T00:44:40.840Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-12-12T00:44:40.840Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-12-12T00:44:42.056Z] Reading package lists... [2020-12-12T00:44:42.056Z] Reading package lists... [2020-12-12T00:44:42.318Z] Building dependency tree... [2020-12-12T00:44:42.318Z] Reading state information... [2020-12-12T00:44:42.580Z] Calculating upgrade... [2020-12-12T00:44:42.580Z] The following packages will be upgraded: [2020-12-12T00:44:42.580Z] advancecomp base-files bash binutils binutils-common [2020-12-12T00:44:42.580Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2020-12-12T00:44:42.580Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2020-12-12T00:44:42.580Z] grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 [2020-12-12T00:44:42.580Z] libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 [2020-12-12T00:44:42.580Z] libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 [2020-12-12T00:44:42.580Z] libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 [2020-12-12T00:44:42.580Z] libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 [2020-12-12T00:44:42.580Z] libncursesw5 libpam-modules libpam-modules-bin libpam-runtime libpam0g [2020-12-12T00:44:42.580Z] libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 [2020-12-12T00:44:42.580Z] libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 [2020-12-12T00:44:42.580Z] libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base [2020-12-12T00:44:42.580Z] ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 [2020-12-12T00:44:42.580Z] pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2020-12-12T00:44:42.842Z] 96 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2020-12-12T00:44:42.842Z] Need to get 63.5 MB of archives. [2020-12-12T00:44:42.842Z] After this operation, 5191 kB of additional disk space will be used. [2020-12-12T00:44:42.842Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.3 [2586 kB] [2020-12-12T00:44:42.842Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2020-12-12T00:44:43.414Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2020-12-12T00:44:43.414Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2020-12-12T00:44:43.414Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2020-12-12T00:44:43.414Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2020-12-12T00:44:43.414Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2020-12-12T00:44:43.414Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2020-12-12T00:44:43.414Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2020-12-12T00:44:43.414Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2020-12-12T00:44:43.414Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2020-12-12T00:44:43.414Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2020-12-12T00:44:43.414Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2020-12-12T00:44:43.414Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2020-12-12T00:44:43.414Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2020-12-12T00:44:43.414Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2020-12-12T00:44:43.676Z] Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.3 [71.8 kB] [2020-12-12T00:44:43.676Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-libc-dev amd64 4.15.0-128.131 [989 kB] [2020-12-12T00:44:43.676Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.3 [2831 kB] [2020-12-12T00:44:43.676Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2020-12-12T00:44:43.676Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2020-12-12T00:44:43.676Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2020-12-12T00:44:43.676Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2020-12-12T00:44:43.676Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 tar amd64 1.29b-2ubuntu0.1 [234 kB] [2020-12-12T00:44:43.676Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2020-12-12T00:44:43.676Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2020-12-12T00:44:43.676Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2020-12-12T00:44:43.676Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2020-12-12T00:44:43.676Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2020-12-12T00:44:43.676Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2020-12-12T00:44:43.676Z] Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2020-12-12T00:44:43.937Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2020-12-12T00:44:43.937Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2020-12-12T00:44:43.937Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2020-12-12T00:44:43.937Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2020-12-12T00:44:43.937Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2020-12-12T00:44:43.937Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2020-12-12T00:44:43.937Z] Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2020-12-12T00:44:43.937Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2020-12-12T00:44:43.937Z] Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.3 [639 kB] [2020-12-12T00:44:43.937Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2020-12-12T00:44:43.937Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2020-12-12T00:44:43.937Z] Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2020-12-12T00:44:43.937Z] Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2020-12-12T00:44:43.937Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2020-12-12T00:44:43.937Z] Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2020-12-12T00:44:43.937Z] Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2020-12-12T00:44:43.937Z] Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2020-12-12T00:44:43.937Z] Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] [2020-12-12T00:44:43.937Z] Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2020-12-12T00:44:43.937Z] Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2020-12-12T00:44:43.937Z] Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2020-12-12T00:44:43.937Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2020-12-12T00:44:43.937Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2020-12-12T00:44:43.937Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2020-12-12T00:44:44.199Z] Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2020-12-12T00:44:44.199Z] Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2020-12-12T00:44:44.199Z] Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2020-12-12T00:44:44.199Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2020-12-12T00:44:44.199Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2020-12-12T00:44:44.199Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2020-12-12T00:44:44.199Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2020-12-12T00:44:44.199Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2020-12-12T00:44:44.199Z] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2020-12-12T00:44:44.199Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2020-12-12T00:44:44.199Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2020-12-12T00:44:44.199Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2020-12-12T00:44:44.199Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2020-12-12T00:44:44.199Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2020-12-12T00:44:44.199Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2020-12-12T00:44:44.199Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2020-12-12T00:44:44.199Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2020-12-12T00:44:44.199Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2020-12-12T00:44:44.199Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2020-12-12T00:44:44.199Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2020-12-12T00:44:44.199Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020d-0ubuntu0.18.04 [190 kB] [2020-12-12T00:44:44.199Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2020-12-12T00:44:44.460Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2020-12-12T00:44:44.460Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2020-12-12T00:44:44.460Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] [2020-12-12T00:44:44.460Z] Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2020-12-12T00:44:44.460Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2020-12-12T00:44:44.460Z] Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2020-12-12T00:44:44.460Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2020-12-12T00:44:44.460Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2020-12-12T00:44:44.460Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2020-12-12T00:44:44.460Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2020-12-12T00:44:45.038Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2020-12-12T00:44:45.298Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2020-12-12T00:44:45.298Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2020-12-12T00:44:45.560Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2020-12-12T00:44:45.820Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2020-12-12T00:44:45.820Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2020-12-12T00:44:45.820Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2020-12-12T00:44:45.820Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2020-12-12T00:44:45.820Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2020-12-12T00:44:45.820Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-12T00:44:45.820Z] Fetched 63.5 MB in 3s (20.1 MB/s) [2020-12-12T00:44:46.081Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-12T00:44:46.082Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.3_amd64.deb ... [2020-12-12T00:44:46.082Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.3) over (2.27-3ubuntu1) ... [2020-12-12T00:44:46.655Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.3_amd64.deb ... [2020-12-12T00:44:46.655Z] Unpacking libc-dev-bin (2.27-3ubuntu1.3) over (2.27-3ubuntu1) ... [2020-12-12T00:44:46.655Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-128.131_amd64.deb ... [2020-12-12T00:44:46.655Z] Unpacking linux-libc-dev:amd64 (4.15.0-128.131) over (4.15.0-20.21) ... [2020-12-12T00:44:47.602Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-12T00:44:47.602Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-12T00:44:47.602Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-12T00:44:47.602Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-12T00:44:47.863Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-12T00:44:47.864Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-12T00:44:47.864Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-12T00:44:47.864Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-12T00:44:48.127Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-12T00:44:48.127Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-12T00:44:48.127Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-12T00:44:48.127Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-12T00:44:48.127Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-12T00:44:48.389Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-12T00:44:48.389Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-12T00:44:48.389Z] (Reading database ... 13911 files and directories currently installed.) [2020-12-12T00:44:48.389Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-12T00:44:48.389Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2020-12-12T00:44:48.651Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2020-12-12T00:44:48.651Z] (Reading database ... 13911 files and directories currently installed.) [2020-12-12T00:44:48.651Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-12T00:44:48.651Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-12T00:44:48.911Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-12T00:44:48.911Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-12T00:44:48.911Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-12T00:44:48.911Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-12T00:44:49.171Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-12T00:44:49.171Z] (Reading database ... 13911 files and directories currently installed.) [2020-12-12T00:44:49.171Z] Preparing to unpack .../libc6_2.27-3ubuntu1.3_amd64.deb ... [2020-12-12T00:44:49.431Z] Unpacking libc6:amd64 (2.27-3ubuntu1.3) over (2.27-3ubuntu1) ... [2020-12-12T00:44:49.691Z] Setting up libc6:amd64 (2.27-3ubuntu1.3) ... [2020-12-12T00:44:49.953Z] (Reading database ... 13911 files and directories currently installed.) [2020-12-12T00:44:49.953Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2020-12-12T00:44:49.953Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2020-12-12T00:44:50.215Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2020-12-12T00:44:50.215Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2020-12-12T00:44:50.342Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-12T00:44:50.342Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-12T00:44:50.342Z] ---> 5e6203cfd597 [2020-12-12T00:44:50.342Z] Step 3/21 : WORKDIR /edgex-go [2020-12-12T00:44:50.342Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-12T00:44:50.342Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-12T00:44:50.342Z] ---> 5e6203cfd597 [2020-12-12T00:44:50.342Z] Step 3/24 : WORKDIR /edgex-go [2020-12-12T00:44:50.342Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-12T00:44:50.342Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-12T00:44:50.342Z] ---> 5e6203cfd597 [2020-12-12T00:44:50.342Z] Step 3/24 : WORKDIR /edgex-go [2020-12-12T00:44:50.342Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-12T00:44:50.342Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-12-12T00:44:50.342Z] ---> 5e6203cfd597 [2020-12-12T00:44:50.342Z] Step 3/29 : WORKDIR /edgex-go [2020-12-12T00:44:50.342Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-12T00:44:50.342Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-12-12T00:44:50.342Z] ---> 5e6203cfd597 [2020-12-12T00:44:50.342Z] Step 3/23 : WORKDIR /edgex-go [2020-12-12T00:44:50.342Z] ---> Running in 8e10137e5e11 [2020-12-12T00:44:50.342Z] ---> Running in 2e3d3ac00742 [2020-12-12T00:44:50.342Z] ---> Running in 681ee3151915 [2020-12-12T00:44:50.342Z] ---> Running in 4712471b8a82 [2020-12-12T00:44:50.342Z] ---> Running in 210fc28b5161 [2020-12-12T00:44:50.342Z] Removing intermediate container 4712471b8a82 [2020-12-12T00:44:50.342Z] ---> c67fd4344ca9 [2020-12-12T00:44:50.342Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-12T00:44:50.342Z] Removing intermediate container 2e3d3ac00742 [2020-12-12T00:44:50.342Z] ---> bb004e389539 [2020-12-12T00:44:50.342Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-12T00:44:50.342Z] Removing intermediate container 210fc28b5161 [2020-12-12T00:44:50.342Z] ---> 8213d90b460c [2020-12-12T00:44:50.342Z] Step 4/29 : RUN apk update && apk add make git [2020-12-12T00:44:50.342Z] Removing intermediate container 8e10137e5e11 [2020-12-12T00:44:50.342Z] ---> e5b210d96ca7 [2020-12-12T00:44:50.342Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-12T00:44:50.342Z] Removing intermediate container 681ee3151915 [2020-12-12T00:44:50.342Z] ---> ded11b5a62eb [2020-12-12T00:44:50.342Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-12T00:44:50.342Z] ---> Running in 31d41396ac96 [2020-12-12T00:44:50.342Z] ---> Running in a00ef8951b92 [2020-12-12T00:44:50.342Z] ---> Running in 0f800f3d8de2 [2020-12-12T00:44:50.342Z] ---> Running in 6f31c48a5006 [2020-12-12T00:44:50.342Z] ---> Running in 7fc8db81306e [2020-12-12T00:44:50.342Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-12T00:44:50.342Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-12T00:44:50.342Z] Removing intermediate container 31d41396ac96 [2020-12-12T00:44:50.342Z] ---> a36f8e9099fe [2020-12-12T00:44:50.342Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-12-12T00:44:50.342Z] ---> Running in c0ee4fdebfce [2020-12-12T00:44:50.342Z] v3.12.2-5-g9e04b0fdd0 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-12T00:44:50.342Z] v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-12T00:44:50.342Z] OK: 12620 distinct packages available [2020-12-12T00:44:50.342Z] Removing intermediate container 0f800f3d8de2 [2020-12-12T00:44:50.342Z] ---> 9d811b04f2fe [2020-12-12T00:44:50.342Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-12-12T00:44:50.342Z] Removing intermediate container 6f31c48a5006 [2020-12-12T00:44:50.342Z] ---> 93966963ca5c [2020-12-12T00:44:50.342Z] Step 5/21 : RUN apk update && apk add make git [2020-12-12T00:44:50.342Z] ---> Running in 3244347b79bd [2020-12-12T00:44:50.342Z] Removing intermediate container 7fc8db81306e [2020-12-12T00:44:50.342Z] ---> 8002b1a75554 [2020-12-12T00:44:50.342Z] Step 5/24 : RUN apk update && apk add make git [2020-12-12T00:44:50.342Z] ---> Running in 51c9e3048c25 [2020-12-12T00:44:50.342Z] ---> Running in f49424a689e5 [2020-12-12T00:44:50.342Z] OK: 217 MiB in 51 packages [2020-12-12T00:44:50.342Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-12T00:44:50.342Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-12T00:44:50.342Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-12T00:44:50.342Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-12T00:44:50.342Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-12T00:44:50.342Z] Removing intermediate container a00ef8951b92 [2020-12-12T00:44:50.342Z] ---> 11417f18b562 [2020-12-12T00:44:50.342Z] Step 5/29 : COPY go.mod . [2020-12-12T00:44:50.342Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-12T00:44:50.342Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-12T00:44:50.342Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-12T00:44:50.476Z] Setting up base-files (10.1ubuntu2.10) ... [2020-12-12T00:44:50.476Z] Installing new version of config file /etc/issue ... [2020-12-12T00:44:50.476Z] Installing new version of config file /etc/issue.net ... [2020-12-12T00:44:50.476Z] Installing new version of config file /etc/lsb-release ... [2020-12-12T00:44:50.476Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2020-12-12T00:44:50.622Z] ---> 5b9575df62b9 [2020-12-12T00:44:50.622Z] Step 6/29 : RUN go mod download [2020-12-12T00:44:50.622Z] v3.12.2-5-g9e04b0fdd0 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-12T00:44:50.622Z] v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-12T00:44:50.622Z] OK: 12620 distinct packages available [2020-12-12T00:44:50.622Z] ---> Running in 392293203deb [2020-12-12T00:44:50.738Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2020-12-12T00:44:50.738Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2020-12-12T00:44:50.738Z] Removing obsolete conffile /etc/default/motd-news ... [2020-12-12T00:44:50.998Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-12T00:44:50.998Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2020-12-12T00:44:50.998Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2020-12-12T00:44:51.231Z] v3.12.2-5-g9e04b0fdd0 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-12T00:44:51.231Z] v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-12T00:44:51.231Z] OK: 12620 distinct packages available [2020-12-12T00:44:51.259Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2020-12-12T00:44:51.259Z] 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 [2020-12-12T00:44:51.259Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-12T00:44:51.259Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-12T00:44:51.259Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2020-12-12T00:44:51.521Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2020-12-12T00:44:51.521Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-12T00:44:51.521Z] Preparing to unpack .../tar_1.29b-2ubuntu0.1_amd64.deb ... [2020-12-12T00:44:51.521Z] Unpacking tar (1.29b-2ubuntu0.1) over (1.29b-2) ... [2020-12-12T00:44:51.525Z] v3.12.2-5-g9e04b0fdd0 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-12T00:44:51.526Z] v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-12T00:44:51.526Z] OK: 12620 distinct packages available [2020-12-12T00:44:51.526Z] OK: 217 MiB in 51 packages [2020-12-12T00:44:51.526Z] v3.12.2-5-g9e04b0fdd0 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-12T00:44:51.526Z] v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-12T00:44:51.526Z] OK: 12620 distinct packages available [2020-12-12T00:44:51.781Z] Setting up tar (1.29b-2ubuntu0.1) ... [2020-12-12T00:44:51.782Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-12T00:44:51.782Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2020-12-12T00:44:51.782Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2020-12-12T00:44:52.044Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2020-12-12T00:44:52.130Z] OK: 217 MiB in 51 packages [2020-12-12T00:44:52.305Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-12T00:44:52.305Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2020-12-12T00:44:52.305Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2020-12-12T00:44:52.305Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2020-12-12T00:44:52.407Z] OK: 217 MiB in 51 packages [2020-12-12T00:44:52.567Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-12T00:44:52.567Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2020-12-12T00:44:52.567Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2020-12-12T00:44:52.567Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2020-12-12T00:44:52.682Z] OK: 217 MiB in 51 packages [2020-12-12T00:44:52.829Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-12T00:44:52.829Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2020-12-12T00:44:52.829Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2020-12-12T00:44:52.829Z] Setting up grep (3.1-2build1) ... [2020-12-12T00:44:52.829Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-12T00:44:52.829Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2020-12-12T00:44:52.830Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2020-12-12T00:44:53.092Z] Setting up login (1:4.5-1ubuntu2) ... [2020-12-12T00:44:53.092Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-12T00:44:53.092Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2020-12-12T00:44:53.092Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2020-12-12T00:44:53.355Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2020-12-12T00:44:53.622Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-12T00:44:53.622Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2020-12-12T00:44:53.622Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2020-12-12T00:44:53.678Z] Removing intermediate container c0ee4fdebfce [2020-12-12T00:44:53.679Z] ---> d7e1d9acc351 [2020-12-12T00:44:53.679Z] Step 6/23 : COPY go.mod . [2020-12-12T00:44:53.967Z] Removing intermediate container 3244347b79bd [2020-12-12T00:44:53.967Z] ---> 288ee5713e8f [2020-12-12T00:44:53.967Z] Step 6/24 : COPY go.mod . [2020-12-12T00:44:54.195Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2020-12-12T00:44:54.196Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2020-12-12T00:44:54.196Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2020-12-12T00:44:54.196Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2020-12-12T00:44:54.564Z] Removing intermediate container 51c9e3048c25 [2020-12-12T00:44:54.564Z] ---> 6f1c69cc509a [2020-12-12T00:44:54.564Z] Step 6/24 : COPY go.mod . [2020-12-12T00:44:54.564Z] Removing intermediate container 392293203deb [2020-12-12T00:44:54.564Z] ---> 73c89fa3b9a2 [2020-12-12T00:44:54.564Z] Step 7/29 : COPY . . [2020-12-12T00:44:54.564Z] Removing intermediate container f49424a689e5 [2020-12-12T00:44:54.564Z] ---> 37679c59d57e [2020-12-12T00:44:54.564Z] Step 6/21 : COPY go.mod . [2020-12-12T00:44:54.767Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2020-12-12T00:44:54.767Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-12T00:44:54.767Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2020-12-12T00:44:54.767Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2020-12-12T00:44:54.843Z] ---> 1ddf1f5db145 [2020-12-12T00:44:54.843Z] Step 7/23 : RUN go mod download [2020-12-12T00:44:55.115Z] ---> Running in d3a0a1347c12 [2020-12-12T00:44:55.115Z] ---> 5053da7c4279 [2020-12-12T00:44:55.115Z] Step 7/24 : RUN go mod download [2020-12-12T00:44:55.391Z] ---> ad7adfd71697 [2020-12-12T00:44:55.391Z] Step 7/24 : RUN go mod download [2020-12-12T00:44:55.391Z] ---> Running in 15e897deaf37 [2020-12-12T00:44:55.674Z] ---> Running in 343c2d6e0dce [2020-12-12T00:44:56.154Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2020-12-12T00:44:56.154Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2020-12-12T00:44:56.154Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2020-12-12T00:44:56.154Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2020-12-12T00:44:56.154Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2020-12-12T00:44:56.273Z] ---> 03afd1dc2e65 [2020-12-12T00:44:56.273Z] Step 7/21 : RUN go mod download [2020-12-12T00:44:56.413Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-12T00:44:56.413Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2020-12-12T00:44:56.413Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2020-12-12T00:44:56.413Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2020-12-12T00:44:56.674Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-12T00:44:56.674Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-12T00:44:56.674Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-12T00:44:56.674Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2020-12-12T00:44:56.879Z] ---> Running in b2ca49daaa50 [2020-12-12T00:44:56.933Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-12T00:44:56.933Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-12T00:44:56.933Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-12T00:44:56.933Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2020-12-12T00:44:57.193Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-12T00:44:57.193Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-12T00:44:57.193Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-12T00:44:57.193Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2020-12-12T00:44:57.453Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-12T00:44:57.453Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-12T00:44:57.453Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-12T00:44:57.453Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2020-12-12T00:44:57.713Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-12T00:44:57.713Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2020-12-12T00:44:57.713Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2020-12-12T00:44:57.713Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2020-12-12T00:44:57.713Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2020-12-12T00:44:57.713Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2020-12-12T00:44:57.974Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-12T00:44:57.974Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2020-12-12T00:44:57.974Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2020-12-12T00:44:57.974Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2020-12-12T00:44:58.235Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-12T00:44:58.235Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-12T00:44:58.235Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-12T00:44:58.235Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2020-12-12T00:44:58.235Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-12T00:44:58.235Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-12T00:44:58.497Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-12T00:44:58.497Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2020-12-12T00:44:58.759Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-12T00:44:58.759Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-12T00:44:58.759Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-12T00:44:59.328Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2020-12-12T00:44:59.328Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2020-12-12T00:44:59.596Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2020-12-12T00:44:59.857Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-12T00:44:59.857Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.3_amd64.deb ... [2020-12-12T00:44:59.858Z] Unpacking libc-bin (2.27-3ubuntu1.3) over (2.27-3ubuntu1) ... [2020-12-12T00:45:00.119Z] Setting up libc-bin (2.27-3ubuntu1.3) ... [2020-12-12T00:45:00.119Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-12T00:45:00.119Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2020-12-12T00:45:00.119Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2020-12-12T00:45:00.302Z] Removing intermediate container d3a0a1347c12 [2020-12-12T00:45:00.302Z] ---> 76cb0d53e63c [2020-12-12T00:45:00.302Z] Step 8/23 : COPY . . [2020-12-12T00:45:00.302Z] Removing intermediate container 15e897deaf37 [2020-12-12T00:45:00.302Z] ---> d7483c0d20cf [2020-12-12T00:45:00.302Z] Step 8/24 : COPY . . [2020-12-12T00:45:00.380Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2020-12-12T00:45:00.380Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-12T00:45:00.380Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2020-12-12T00:45:00.380Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2020-12-12T00:45:00.579Z] Removing intermediate container 343c2d6e0dce [2020-12-12T00:45:00.579Z] ---> 7dda333895cc [2020-12-12T00:45:00.579Z] Step 8/24 : COPY . . [2020-12-12T00:45:00.640Z] Setting up debconf (1.5.66ubuntu1) ... [2020-12-12T00:45:00.900Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-12T00:45:00.900Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2020-12-12T00:45:00.900Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2020-12-12T00:45:00.900Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2020-12-12T00:45:01.163Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-12T00:45:01.163Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2020-12-12T00:45:01.163Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2020-12-12T00:45:01.163Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2020-12-12T00:45:01.179Z] Removing intermediate container b2ca49daaa50 [2020-12-12T00:45:01.179Z] ---> 442f61ae0d8d [2020-12-12T00:45:01.179Z] Step 8/21 : COPY . . [2020-12-12T00:45:01.425Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-12T00:45:01.425Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2020-12-12T00:45:01.425Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2020-12-12T00:45:01.690Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2020-12-12T00:45:01.963Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-12T00:45:01.963Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-12T00:45:01.963Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-12T00:45:01.963Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... [2020-12-12T00:45:01.963Z] Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... [2020-12-12T00:45:02.226Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2020-12-12T00:45:02.226Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2020-12-12T00:45:02.226Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2020-12-12T00:45:02.490Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-12T00:45:02.490Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2020-12-12T00:45:02.490Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2020-12-12T00:45:02.490Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2020-12-12T00:45:02.750Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-12T00:45:02.750Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2020-12-12T00:45:02.750Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2020-12-12T00:45:02.750Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2020-12-12T00:45:03.012Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-12T00:45:03.012Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2020-12-12T00:45:03.012Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2020-12-12T00:45:03.012Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2020-12-12T00:45:03.274Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-12T00:45:03.274Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2020-12-12T00:45:03.274Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2020-12-12T00:45:03.274Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2020-12-12T00:45:03.536Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-12T00:45:03.536Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2020-12-12T00:45:03.536Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2020-12-12T00:45:03.805Z] Setting up passwd (1:4.5-1ubuntu2) ... [2020-12-12T00:45:04.067Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-12T00:45:04.067Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2020-12-12T00:45:04.067Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2020-12-12T00:45:04.067Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2020-12-12T00:45:04.328Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-12T00:45:04.328Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2020-12-12T00:45:04.328Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2020-12-12T00:45:04.328Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2020-12-12T00:45:04.590Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-12T00:45:04.590Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2020-12-12T00:45:04.590Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2020-12-12T00:45:04.591Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2020-12-12T00:45:05.163Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-12T00:45:05.163Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2020-12-12T00:45:05.735Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2020-12-12T00:45:05.997Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2020-12-12T00:45:05.997Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-12T00:45:05.997Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2020-12-12T00:45:05.997Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2020-12-12T00:45:05.997Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2020-12-12T00:45:06.260Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-12T00:45:06.260Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2020-12-12T00:45:06.260Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2020-12-12T00:45:06.260Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2020-12-12T00:45:06.522Z] (Reading database ... 13915 files and directories currently installed.) [2020-12-12T00:45:06.522Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2020-12-12T00:45:06.522Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2020-12-12T00:45:06.522Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2020-12-12T00:45:06.522Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2020-12-12T00:45:06.783Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2020-12-12T00:45:06.783Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2020-12-12T00:45:07.050Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2020-12-12T00:45:07.050Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2020-12-12T00:45:07.050Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2020-12-12T00:45:07.311Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2020-12-12T00:45:07.311Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2020-12-12T00:45:07.311Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2020-12-12T00:45:07.311Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2020-12-12T00:45:07.311Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2020-12-12T00:45:07.311Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2020-12-12T00:45:07.571Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2020-12-12T00:45:07.571Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2020-12-12T00:45:07.571Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2020-12-12T00:45:07.845Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2020-12-12T00:45:08.108Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2020-12-12T00:45:08.371Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2020-12-12T00:45:08.371Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2020-12-12T00:45:08.371Z] Preparing to unpack .../11-tzdata_2020d-0ubuntu0.18.04_all.deb ... [2020-12-12T00:45:08.371Z] Unpacking tzdata (2020d-0ubuntu0.18.04) over (2018d-1) ... [2020-12-12T00:45:09.309Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2020-12-12T00:45:09.309Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2020-12-12T00:45:09.309Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2020-12-12T00:45:09.309Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2020-12-12T00:45:09.569Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-12-12T00:45:09.569Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2020-12-12T00:45:09.831Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-12-12T00:45:09.831Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2020-12-12T00:45:10.091Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-12-12T00:45:10.091Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2020-12-12T00:45:10.091Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-12-12T00:45:10.091Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2020-12-12T00:45:10.352Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-12T00:45:10.352Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-12T00:45:10.352Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-12T00:45:10.352Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-12T00:45:10.613Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-12T00:45:10.613Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-12T00:45:10.613Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-12T00:45:10.613Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-12T00:45:11.555Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-12T00:45:11.555Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-12T00:45:12.497Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-12T00:45:12.497Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-12T00:45:13.067Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-12T00:45:13.067Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-12T00:45:13.638Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-12T00:45:13.638Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-12T00:45:14.210Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-12T00:45:14.471Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-12T00:45:14.471Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-12-12T00:45:14.471Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2020-12-12T00:45:14.471Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2020-12-12T00:45:14.471Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2020-12-12T00:45:14.733Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2020-12-12T00:45:14.733Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2020-12-12T00:45:14.993Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2020-12-12T00:45:14.993Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2020-12-12T00:45:14.993Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-12-12T00:45:15.254Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2020-12-12T00:45:15.254Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-12-12T00:45:15.254Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2020-12-12T00:45:15.516Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2020-12-12T00:45:15.516Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2020-12-12T00:45:15.516Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-12T00:45:15.516Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2020-12-12T00:45:15.516Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-12T00:45:15.516Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-12T00:45:15.778Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-12T00:45:15.778Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2020-12-12T00:45:15.778Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2020-12-12T00:45:15.778Z] Setting up tzdata (2020d-0ubuntu0.18.04) ... [2020-12-12T00:45:15.778Z] [2020-12-12T00:45:15.778Z] Current default time zone: 'Etc/UTC' [2020-12-12T00:45:15.778Z] Local time is now: Sat Dec 12 00:45:15 UTC 2020. [2020-12-12T00:45:15.778Z] Universal Time is now: Sat Dec 12 00:45:15 UTC 2020. [2020-12-12T00:45:15.778Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2020-12-12T00:45:15.778Z] [2020-12-12T00:45:16.039Z] Setting up systemd-sysv (237-3ubuntu10.43) ... [2020-12-12T00:45:16.039Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-12T00:45:16.039Z] Setting up linux-libc-dev:amd64 (4.15.0-128.131) ... [2020-12-12T00:45:16.039Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2020-12-12T00:45:16.039Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2020-12-12T00:45:16.039Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2020-12-12T00:45:16.039Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2020-12-12T00:45:16.303Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2020-12-12T00:45:16.303Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2020-12-12T00:45:16.303Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2020-12-12T00:45:16.303Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-12T00:45:16.303Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2020-12-12T00:45:16.596Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-12T00:45:16.596Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2020-12-12T00:45:16.596Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-12T00:45:16.596Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2020-12-12T00:45:16.596Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2020-12-12T00:45:16.596Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2020-12-12T00:45:16.596Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2020-12-12T00:45:16.596Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2020-12-12T00:45:16.596Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2020-12-12T00:45:16.596Z] Setting up libc-dev-bin (2.27-3ubuntu1.3) ... [2020-12-12T00:45:16.596Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2020-12-12T00:45:18.515Z] Updating certificates in /etc/ssl/certs... [2020-12-12T00:45:19.085Z] 22 added, 17 removed; done. [2020-12-12T00:45:19.346Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.3) ... [2020-12-12T00:45:19.346Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-12T00:45:19.346Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2020-12-12T00:45:19.346Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2020-12-12T00:45:19.346Z] Setting up pkgbinarymangler (138.18.04.1) ... [2020-12-12T00:45:19.346Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-12T00:45:19.346Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2020-12-12T00:45:19.609Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-12T00:45:19.609Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-12T00:45:19.609Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-12T00:45:19.609Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2020-12-12T00:45:19.609Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-12T00:45:19.609Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2020-12-12T00:45:19.609Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2020-12-12T00:45:19.609Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2020-12-12T00:45:19.609Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2020-12-12T00:45:19.870Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2020-12-12T00:45:20.131Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2020-12-12T00:45:20.392Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2020-12-12T00:45:20.655Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2020-12-12T00:45:20.921Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2020-12-12T00:45:20.921Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2020-12-12T00:45:20.921Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2020-12-12T00:45:21.181Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2020-12-12T00:45:21.181Z] Processing triggers for mime-support (3.60ubuntu1) ... [2020-12-12T00:45:21.181Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2020-12-12T00:45:21.181Z] Updating certificates in /etc/ssl/certs... [2020-12-12T00:45:21.753Z] 0 added, 0 removed; done. [2020-12-12T00:45:21.753Z] Running hooks in /etc/ca-certificates/update.d... [2020-12-12T00:45:21.753Z] done. [2020-12-12T00:45:22.333Z] Reading package lists... [2020-12-12T00:45:22.333Z] Building dependency tree... [2020-12-12T00:45:22.333Z] Reading state information... [2020-12-12T00:45:22.593Z] The following NEW packages will be installed: [2020-12-12T00:45:22.593Z] apt-transport-https [2020-12-12T00:45:22.593Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2020-12-12T00:45:22.593Z] Need to get 1696 B of archives. [2020-12-12T00:45:22.593Z] After this operation, 153 kB of additional disk space will be used. [2020-12-12T00:45:22.593Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2020-12-12T00:45:22.854Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-12T00:45:22.854Z] Fetched 1696 B in 0s (8510 B/s) [2020-12-12T00:45:23.114Z] Selecting previously unselected package apt-transport-https. [2020-12-12T00:45:23.114Z] (Reading database ... 13929 files and directories currently installed.) [2020-12-12T00:45:23.114Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2020-12-12T00:45:23.114Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2020-12-12T00:45:23.375Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2020-12-12T00:45:23.945Z] Waiting for network to be ready... [2020-12-12T00:45:28.021Z] ---> 859b8647e173 [2020-12-12T00:45:28.021Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-12-12T00:45:28.021Z] ---> Running in f485f993c476 [2020-12-12T00:45:28.021Z] ---> 0b752c09628c [2020-12-12T00:45:28.021Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-12-12T00:45:28.021Z] ---> a2fba1e79963 [2020-12-12T00:45:28.021Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-12-12T00:45:28.021Z] ---> 51e834e4eed7 [2020-12-12T00:45:28.021Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-12-12T00:45:28.021Z] ---> 290046bb3dcd [2020-12-12T00:45:28.021Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-12-12T00:45:28.021Z] ---> Running in fe1f72db6e91 [2020-12-12T00:45:28.021Z] ---> Running in fae151365acf [2020-12-12T00:45:28.021Z] ---> Running in 12cc6dbcad62 [2020-12-12T00:45:28.021Z] ---> Running in e91ecad5526f [2020-12-12T00:45:28.021Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-12-12T00:45:28.021Z] 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 [2020-12-12T00:45:28.021Z] 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 [2020-12-12T00:45:28.021Z] 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 [2020-12-12T00:45:28.021Z] 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 [2020-12-12T00:45:29.232Z] 2020-12-12T00:45:27Z INFO Waiting for automatic snapd restart... [2020-12-12T00:45:29.232Z] snapd 2.48.1 from Canonical* installed [2020-12-12T00:45:30.174Z] "snapd" switched to the "latest/stable" channel [2020-12-12T00:45:30.174Z] [2020-12-12T00:45:32.717Z] core18 20200929 from Canonical* installed [2020-12-12T00:45:32.977Z] "core18" switched to the "latest/stable" channel [2020-12-12T00:45:32.977Z] [2020-12-12T00:45:36.276Z] snapcraft 4.4.4 from Canonical* installed [2020-12-12T00:45:36.847Z] "snapcraft" switched to the "latest/stable" channel [2020-12-12T00:45:36.847Z] [2020-12-12T00:45:41.050Z] 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: [2020-12-12T00:45:41.050Z] - README.md [2020-12-12T00:45:41.050Z] - snapcraft.yaml.orig [2020-12-12T00:45:41.050Z] [2020-12-12T00:45:41.050Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2020-12-12T00:45:47.638Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2020-12-12T00:45:47.638Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2020-12-12T00:45:47.638Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-12-12T00:45:47.638Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-12-12T00:45:48.211Z] Reading package lists... [2020-12-12T00:45:48.784Z] 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 [2020-12-12T00:45:55.380Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2020-12-12T00:45:55.380Z] Reading package lists... [2020-12-12T00:45:55.380Z] Building dependency tree... [2020-12-12T00:45:55.380Z] Reading state information... [2020-12-12T00:45:55.380Z] Suggested packages: [2020-12-12T00:45:55.380Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2020-12-12T00:45:55.380Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2020-12-12T00:45:55.380Z] Recommended packages: [2020-12-12T00:45:55.380Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2020-12-12T00:45:55.380Z] The following NEW packages will be installed: [2020-12-12T00:45:55.380Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2020-12-12T00:45:55.380Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2020-12-12T00:45:55.380Z] pkg-config zip [2020-12-12T00:45:55.380Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2020-12-12T00:45:55.380Z] Need to get 7655 kB of archives. [2020-12-12T00:45:55.380Z] After this operation, 43.7 MB of additional disk space will be used. [2020-12-12T00:45:55.380Z] Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2020-12-12T00:45:55.380Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] [2020-12-12T00:45:55.380Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2020-12-12T00:45:55.380Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2020-12-12T00:45:55.640Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2020-12-12T00:45:55.640Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2020-12-12T00:45:55.640Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2020-12-12T00:45:55.640Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2020-12-12T00:45:55.640Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2020-12-12T00:45:55.640Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2020-12-12T00:45:55.903Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2020-12-12T00:45:55.903Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2020-12-12T00:45:55.903Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2020-12-12T00:45:56.165Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2020-12-12T00:45:56.165Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2020-12-12T00:45:56.165Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-12T00:45:56.165Z] Fetched 7655 kB in 1s (7053 kB/s) [2020-12-12T00:45:56.165Z] Selecting previously unselected package libglib2.0-0:amd64. [2020-12-12T00:45:56.426Z] (Reading database ... 13933 files and directories currently installed.) [2020-12-12T00:45:56.426Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2020-12-12T00:45:56.426Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2020-12-12T00:45:56.426Z] Selecting previously unselected package libpsl5:amd64. [2020-12-12T00:45:56.426Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2020-12-12T00:45:56.426Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2020-12-12T00:45:56.687Z] Selecting previously unselected package libnghttp2-14:amd64. [2020-12-12T00:45:56.687Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2020-12-12T00:45:56.687Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2020-12-12T00:45:56.687Z] Selecting previously unselected package librtmp1:amd64. [2020-12-12T00:45:56.687Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2020-12-12T00:45:56.687Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2020-12-12T00:45:56.947Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2020-12-12T00:45:56.947Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2020-12-12T00:45:56.947Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2020-12-12T00:45:56.947Z] Selecting previously unselected package liberror-perl. [2020-12-12T00:45:56.947Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2020-12-12T00:45:56.947Z] Unpacking liberror-perl (0.17025-1) ... [2020-12-12T00:45:56.947Z] Selecting previously unselected package git-man. [2020-12-12T00:45:56.947Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2020-12-12T00:45:56.947Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2020-12-12T00:45:57.207Z] Selecting previously unselected package git. [2020-12-12T00:45:57.207Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2020-12-12T00:45:57.207Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2020-12-12T00:45:57.780Z] Selecting previously unselected package libnorm1:amd64. [2020-12-12T00:45:57.780Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2020-12-12T00:45:57.780Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2020-12-12T00:45:58.040Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2020-12-12T00:45:58.040Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2020-12-12T00:45:58.040Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2020-12-12T00:45:58.040Z] Selecting previously unselected package libsodium23:amd64. [2020-12-12T00:45:58.040Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2020-12-12T00:45:58.040Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2020-12-12T00:45:58.300Z] Selecting previously unselected package libzmq5:amd64. [2020-12-12T00:45:58.300Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2020-12-12T00:45:58.300Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2020-12-12T00:45:58.300Z] Selecting previously unselected package libzmq3-dev:amd64. [2020-12-12T00:45:58.300Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2020-12-12T00:45:58.300Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2020-12-12T00:45:58.300Z] Selecting previously unselected package pkg-config. [2020-12-12T00:45:58.300Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2020-12-12T00:45:58.300Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2020-12-12T00:45:58.561Z] Selecting previously unselected package zip. [2020-12-12T00:45:58.561Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2020-12-12T00:45:58.561Z] Unpacking zip (3.0-11build1) ... [2020-12-12T00:45:58.561Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2020-12-12T00:45:58.561Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2020-12-12T00:45:58.561Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2020-12-12T00:45:58.561Z] Setting up liberror-perl (0.17025-1) ... [2020-12-12T00:45:58.561Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2020-12-12T00:45:58.561Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2020-12-12T00:45:58.822Z] No schema files found: doing nothing. [2020-12-12T00:45:58.822Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2020-12-12T00:45:58.822Z] Setting up zip (3.0-11build1) ... [2020-12-12T00:45:58.822Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2020-12-12T00:45:58.822Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2020-12-12T00:45:58.822Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2020-12-12T00:45:58.822Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2020-12-12T00:45:58.822Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2020-12-12T00:45:59.083Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2020-12-12T00:45:59.083Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2020-12-12T00:45:59.083Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2020-12-12T00:46:05.670Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2020-12-12T00:46:05.670Z] git set to automatically installed. [2020-12-12T00:46:05.670Z] git-man set to automatically installed. [2020-12-12T00:46:05.670Z] libcurl3-gnutls set to automatically installed. [2020-12-12T00:46:05.670Z] liberror-perl set to automatically installed. [2020-12-12T00:46:05.670Z] libglib2.0-0 set to automatically installed. [2020-12-12T00:46:05.670Z] libnghttp2-14 set to automatically installed. [2020-12-12T00:46:05.670Z] libnorm1 set to automatically installed. [2020-12-12T00:46:05.670Z] libpgm-5.2-0 set to automatically installed. [2020-12-12T00:46:05.670Z] libpsl5 set to automatically installed. [2020-12-12T00:46:05.670Z] librtmp1 set to automatically installed. [2020-12-12T00:46:05.670Z] libsodium23 set to automatically installed. [2020-12-12T00:46:05.670Z] libzmq3-dev set to automatically installed. [2020-12-12T00:46:05.670Z] libzmq5 set to automatically installed. [2020-12-12T00:46:05.670Z] pkg-config set to automatically installed. [2020-12-12T00:46:05.670Z] zip set to automatically installed. [2020-12-12T00:46:08.220Z] snapd is not logged in, snap install commands will use sudo [2020-12-12T00:46:14.803Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2020-12-12T00:46:14.803Z] snap "core18" has no updates available [2020-12-12T00:46:15.376Z] Pulling config-common [2020-12-12T00:46:16.318Z] Pulling go-build-helper [2020-12-12T00:46:38.296Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2020-12-12T00:46:38.296Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2020-12-12T00:46:38.296Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2020-12-12T00:46:38.296Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1428 kB] [2020-12-12T00:46:38.296Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2020-12-12T00:46:38.296Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2020-12-12T00:46:38.296Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2020-12-12T00:46:38.296Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2020-12-12T00:46:38.296Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2020-12-12T00:46:38.296Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2020-12-12T00:46:38.296Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2020-12-12T00:46:38.296Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [281 kB] [2020-12-12T00:46:38.296Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [13.3 kB] [2020-12-12T00:46:38.296Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2996 B] [2020-12-12T00:46:38.296Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [173 kB] [2020-12-12T00:46:38.296Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [22.8 kB] [2020-12-12T00:46:38.296Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1091 kB] [2020-12-12T00:46:38.296Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [244 kB] [2020-12-12T00:46:38.296Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2020-12-12T00:46:38.296Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1787 kB] [2020-12-12T00:46:38.296Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [376 kB] [2020-12-12T00:46:38.296Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.6 kB] [2020-12-12T00:46:38.296Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] [2020-12-12T00:46:38.296Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [206 kB] [2020-12-12T00:46:38.296Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [27.9 kB] [2020-12-12T00:46:38.296Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1697 kB] [2020-12-12T00:46:38.296Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [357 kB] [2020-12-12T00:46:38.296Z] Fetched 23.5 MB in 0s (0 B/s) [2020-12-12T00:46:38.296Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2020-12-12T00:46:38.296Z] Fetched 96.5 kB in 0s (0 B/s) [2020-12-12T00:46:38.296Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2020-12-12T00:46:38.296Z] Fetched 279 kB in 0s (0 B/s) [2020-12-12T00:46:38.296Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2020-12-12T00:46:38.296Z] Fetched 122 kB in 0s (0 B/s) [2020-12-12T00:46:38.296Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2020-12-12T00:46:38.296Z] Fetched 77.8 kB in 0s (0 B/s) [2020-12-12T00:46:38.296Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2020-12-12T00:46:38.296Z] Fetched 8848 B in 0s (0 B/s) [2020-12-12T00:46:38.296Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2020-12-12T00:46:38.296Z] Fetched 47.8 kB in 0s (0 B/s) [2020-12-12T00:46:38.296Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2020-12-12T00:46:38.296Z] Fetched 45.6 kB in 0s (0 B/s) [2020-12-12T00:46:38.296Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [14.8 kB] [2020-12-12T00:46:38.296Z] Fetched 14.8 kB in 0s (0 B/s) [2020-12-12T00:46:38.296Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2020-12-12T00:46:38.296Z] Fetched 214 kB in 0s (0 B/s) [2020-12-12T00:46:38.296Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2020-12-12T00:46:38.296Z] Fetched 155 kB in 0s (0 B/s) [2020-12-12T00:46:38.296Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2020-12-12T00:46:38.296Z] Fetched 50.6 kB in 0s (0 B/s) [2020-12-12T00:46:38.296Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2020-12-12T00:46:38.296Z] Fetched 14.8 kB in 0s (0 B/s) [2020-12-12T00:46:38.296Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2020-12-12T00:46:38.296Z] Fetched 41.8 kB in 0s (0 B/s) [2020-12-12T00:46:38.296Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2020-12-12T00:46:38.296Z] Fetched 499 kB in 0s (0 B/s) [2020-12-12T00:46:38.296Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2020-12-12T00:46:38.296Z] Fetched 111 kB in 0s (0 B/s) [2020-12-12T00:46:38.296Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2020-12-12T00:46:38.296Z] Fetched 240 kB in 0s (0 B/s) [2020-12-12T00:46:38.296Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2020-12-12T00:46:38.296Z] Fetched 29.3 kB in 0s (0 B/s) [2020-12-12T00:46:38.296Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2020-12-12T00:46:38.296Z] Fetched 85.5 kB in 0s (0 B/s) [2020-12-12T00:46:38.296Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2020-12-12T00:46:38.296Z] Fetched 24.5 kB in 0s (0 B/s) [2020-12-12T00:46:38.296Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [49.2 kB] [2020-12-12T00:46:38.296Z] Fetched 49.2 kB in 0s (0 B/s) [2020-12-12T00:46:38.296Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2020-12-12T00:46:38.296Z] Fetched 54.2 kB in 0s (0 B/s) [2020-12-12T00:46:38.296Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2020-12-12T00:46:38.296Z] Fetched 30.8 kB in 0s (0 B/s) [2020-12-12T00:46:38.296Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2020-12-12T00:46:38.296Z] Fetched 17.0 kB in 0s (0 B/s) [2020-12-12T00:46:38.296Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2020-12-12T00:46:38.296Z] Fetched 85.9 kB in 0s (0 B/s) [2020-12-12T00:46:38.296Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2020-12-12T00:46:38.296Z] Fetched 8720 B in 0s (0 B/s) [2020-12-12T00:46:38.296Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2020-12-12T00:46:38.296Z] Fetched 137 kB in 0s (0 B/s) [2020-12-12T00:46:38.296Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2020-12-12T00:46:38.296Z] Fetched 119 kB in 0s (0 B/s) [2020-12-12T00:46:38.296Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2020-12-12T00:46:38.296Z] Fetched 109 kB in 0s (0 B/s) [2020-12-12T00:46:38.296Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2020-12-12T00:46:38.296Z] Fetched 11.1 kB in 0s (0 B/s) [2020-12-12T00:46:38.296Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2020-12-12T00:46:38.296Z] Fetched 645 kB in 0s (0 B/s) [2020-12-12T00:46:38.296Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2020-12-12T00:46:38.296Z] Fetched 41.3 kB in 0s (0 B/s) [2020-12-12T00:46:38.296Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2020-12-12T00:46:38.296Z] Fetched 17.9 kB in 0s (0 B/s) [2020-12-12T00:46:38.296Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2020-12-12T00:46:38.296Z] Fetched 368 kB in 0s (0 B/s) [2020-12-12T00:46:38.296Z] Get:1 libp11-kit0_0.23.9-2_amd64.deb [187 kB] [2020-12-12T00:46:38.296Z] Fetched 187 kB in 0s (0 B/s) [2020-12-12T00:46:38.296Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2020-12-12T00:46:38.296Z] Fetched 175 kB in 0s (0 B/s) [2020-12-12T00:46:38.296Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2020-12-12T00:46:40.236Z] Fetched 206 kB in 0s (0 B/s) [2020-12-12T00:46:40.236Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2020-12-12T00:46:40.236Z] Fetched 1301 kB in 0s (0 B/s) [2020-12-12T00:46:40.236Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2020-12-12T00:46:40.236Z] Fetched 36.2 kB in 0s (0 B/s) [2020-12-12T00:46:40.236Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2020-12-12T00:46:40.236Z] Fetched 159 kB in 0s (0 B/s) [2020-12-12T00:46:40.236Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2020-12-12T00:46:40.236Z] Fetched 107 kB in 0s (0 B/s) [2020-12-12T00:46:40.236Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2020-12-12T00:46:40.236Z] Fetched 48.7 kB in 0s (0 B/s) [2020-12-12T00:46:40.236Z] Pulling static-packages [2020-12-12T00:46:41.179Z] 'go115' has dependencies that need to be staged: go-build-helper static-packages [2020-12-12T00:46:41.179Z] Skipping pull go-build-helper (already ran) [2020-12-12T00:46:41.179Z] Skipping pull static-packages (already ran) [2020-12-12T00:46:41.179Z] Building go-build-helper [2020-12-12T00:46:45.386Z] Building static-packages [2020-12-12T00:46:46.775Z] Staging go-build-helper [2020-12-12T00:46:47.346Z] Staging static-packages [2020-12-12T00:46:48.290Z] Pulling go115 [2020-12-12T00:46:49.231Z] 'edgex-go' has dependencies that need to be staged: go115 [2020-12-12T00:46:49.231Z] Skipping pull go115 (already ran) [2020-12-12T00:46:49.231Z] Building go115 [2020-12-12T00:46:49.231Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-12T00:46:49.231Z] Dload Upload Total Spent Left Speed [2020-12-12T00:46:49.826Z] 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 [2020-12-12T00:46:49.826Z] Removing intermediate container f485f993c476 [2020-12-12T00:46:49.826Z] ---> a1457d53cf91 [2020-12-12T00:46:49.826Z] [2020-12-12T00:46:49.826Z] Step 9/29 : FROM alpine:latest [2020-12-12T00:46:49.826Z] latest: Pulling from library/alpine [2020-12-12T00:46:49.826Z] Digest: sha256:a126728cb7db157f0deb377bcba3c5e473e612d7bafc27f6bb4e5e083f9f08c2 [2020-12-12T00:46:49.826Z] Status: Downloaded newer image for alpine:latest [2020-12-12T00:46:49.826Z] ---> dd36a01c3f31 [2020-12-12T00:46:49.826Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-12-12T00:46:49.826Z] ---> Running in 1a1858683f5a [2020-12-12T00:46:49.826Z] Removing intermediate container 1a1858683f5a [2020-12-12T00:46:49.826Z] ---> c00267fc6039 [2020-12-12T00:46:49.826Z] Step 11/29 : USER root [2020-12-12T00:46:49.826Z] ---> Running in 6fba8c624337 [2020-12-12T00:46:49.826Z] Removing intermediate container 6fba8c624337 [2020-12-12T00:46:49.826Z] ---> f90fa92627b3 [2020-12-12T00:46:49.826Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-12-12T00:46:49.826Z] ---> Running in 239e0721d76a [2020-12-12T00:46:49.826Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-12T00:46:50.104Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-12T00:46:50.706Z] v3.12.2-5-g9e04b0fdd0 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-12T00:46:50.706Z] v3.12.1-98-gb5a3085db9 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-12T00:46:50.706Z] OK: 12617 distinct packages available [2020-12-12T00:46:51.701Z] (1/2) Installing ca-certificates (20191127-r4) [2020-12-12T00:46:51.701Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-12-12T00:46:51.701Z] Executing busybox-1.31.1-r19.trigger [2020-12-12T00:46:51.701Z] Executing ca-certificates-20191127-r4.trigger [2020-12-12T00:46:51.985Z] OK: 6 MiB in 16 packages [2020-12-12T00:46:53.404Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 115M 0 478k 0 0 1838k 0 0:01:04 --:--:-- 0:01:04 1831k 34 115M 34 39.8M 0 0 31.6M 0 0:00:03 0:00:01 0:00:02 31.6M 63 115M 63 73.5M 0 0 32.2M 0 0:00:03 0:00:02 0:00:01 32.1M 82 115M 82 95.4M 0 0 29.1M 0 0:00:03 0:00:03 --:--:-- 29.1M 100 115M 100 115M 0 0 27.9M 0 0:00:04 0:00:04 --:--:-- 27.9M [2020-12-12T00:46:53.975Z] go1.15.2.linux-amd64.tar.gz: OK [2020-12-12T00:46:55.409Z] Removing intermediate container 239e0721d76a [2020-12-12T00:46:55.409Z] ---> 8dcbb42a4d5b [2020-12-12T00:46:55.409Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-12-12T00:46:55.409Z] ---> Running in 3dd1269f2fbc [2020-12-12T00:46:56.409Z] Removing intermediate container 3dd1269f2fbc [2020-12-12T00:46:56.409Z] ---> b028c3ef551a [2020-12-12T00:46:56.409Z] Step 14/29 : WORKDIR $BASE_DIR [2020-12-12T00:46:57.010Z] ---> Running in 2b1977ca0a56 [2020-12-12T00:46:57.992Z] Removing intermediate container 2b1977ca0a56 [2020-12-12T00:46:57.992Z] ---> d7273532adeb [2020-12-12T00:46:57.992Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-12-12T00:46:58.195Z] Staging go115 [2020-12-12T00:46:58.274Z] Removing intermediate container fe1f72db6e91 [2020-12-12T00:46:58.274Z] ---> e4d3b51c51fa [2020-12-12T00:46:58.274Z] [2020-12-12T00:46:58.274Z] Step 10/24 : FROM alpine:3.10 [2020-12-12T00:46:58.274Z] ---> Running in 32b1b274cf8d [2020-12-12T00:46:58.274Z] 3.10: Pulling from library/alpine [2020-12-12T00:47:00.264Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-12-12T00:47:00.264Z] Status: Downloaded newer image for alpine:3.10 [2020-12-12T00:47:00.264Z] ---> 536a684cf733 [2020-12-12T00:47:00.264Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-12T00:47:00.538Z] ---> Running in 88bbfcecc7e5 [2020-12-12T00:47:02.540Z] Removing intermediate container 32b1b274cf8d [2020-12-12T00:47:02.540Z] ---> 63d8c3cdff95 [2020-12-12T00:47:02.540Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-12-12T00:47:02.822Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-12-12T00:47:03.426Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-12-12T00:47:03.487Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2020-12-12T00:47:03.487Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2020-12-12T00:47:03.487Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-12-12T00:47:03.487Z] Fetched 0 B in 0s (0 B/s) [2020-12-12T00:47:03.487Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2020-12-12T00:47:03.487Z] Fetched 224 kB in 0s (0 B/s) [2020-12-12T00:47:03.487Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2020-12-12T00:47:03.487Z] Fetched 157 kB in 0s (0 B/s) [2020-12-12T00:47:03.487Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2020-12-12T00:47:03.487Z] Fetched 221 kB in 0s (0 B/s) [2020-12-12T00:47:03.487Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2020-12-12T00:47:03.487Z] Fetched 143 kB in 0s (0 B/s) [2020-12-12T00:47:03.487Z] Pulling edgex-go [2020-12-12T00:47:04.033Z] v3.10.5-164-g6a4c86d368 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-12T00:47:04.033Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-12T00:47:04.033Z] OK: 10169 distinct packages available [2020-12-12T00:47:04.428Z] Pulling version [2020-12-12T00:47:04.643Z] ---> 59d81d10400d [2020-12-12T00:47:04.643Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-12-12T00:47:04.926Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-12T00:47:04.926Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-12T00:47:04.926Z] (3/5) Installing libcurl (7.66.0-r3) [2020-12-12T00:47:04.926Z] (4/5) Installing curl (7.66.0-r3) [2020-12-12T00:47:05.204Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-12T00:47:05.204Z] Executing busybox-1.30.1-r3.trigger [2020-12-12T00:47:05.204Z] Executing ca-certificates-20191127-r2.trigger [2020-12-12T00:47:05.372Z] Building config-common [2020-12-12T00:47:05.482Z] OK: 7 MiB in 19 packages [2020-12-12T00:47:05.758Z] ---> 90ed833d1e99 [2020-12-12T00:47:05.758Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-12-12T00:47:07.220Z] ---> f01b82869c53 [2020-12-12T00:47:07.220Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-12-12T00:47:07.307Z] Skipping build go-build-helper (already ran) [2020-12-12T00:47:07.307Z] Skipping build static-packages (already ran) [2020-12-12T00:47:07.307Z] Skipping build go115 (already ran) [2020-12-12T00:47:07.307Z] Building edgex-go [2020-12-12T00:47:07.307Z] 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 [2020-12-12T00:47:08.672Z] Removing intermediate container 88bbfcecc7e5 [2020-12-12T00:47:08.672Z] ---> 112cf906c853 [2020-12-12T00:47:08.672Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-12T00:47:08.945Z] ---> c7b4d9f34593 [2020-12-12T00:47:08.945Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-12-12T00:47:08.945Z] ---> Running in a1c0bcc608fa [2020-12-12T00:47:09.222Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.121 [2020-12-12T00:47:09.222Z] go: downloading github.com/gorilla/mux v1.8.0 [2020-12-12T00:47:09.222Z] go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.28 [2020-12-12T00:47:09.222Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2020-12-12T00:47:09.222Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2020-12-12T00:47:09.222Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.61 [2020-12-12T00:47:09.222Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-12-12T00:47:09.222Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.27 [2020-12-12T00:47:09.222Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.26 [2020-12-12T00:47:09.486Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2020-12-12T00:47:09.486Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2020-12-12T00:47:09.486Z] go: downloading github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-12-12T00:47:09.486Z] go: downloading github.com/google/uuid v1.1.2 [2020-12-12T00:47:09.486Z] go: downloading github.com/x448/float16 v0.8.4 [2020-12-12T00:47:09.486Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2020-12-12T00:47:09.486Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2020-12-12T00:47:09.486Z] go: downloading github.com/go-kit/kit v0.8.0 [2020-12-12T00:47:09.486Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2020-12-12T00:47:09.486Z] go: downloading github.com/pebbe/zmq4 v1.0.0 [2020-12-12T00:47:09.486Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 [2020-12-12T00:47:09.486Z] go: downloading github.com/imdario/mergo v0.3.11 [2020-12-12T00:47:09.486Z] go: downloading github.com/pkg/errors v0.8.1 [2020-12-12T00:47:09.486Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2020-12-12T00:47:09.486Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-12-12T00:47:09.486Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2020-12-12T00:47:09.486Z] go: downloading github.com/hashicorp/serf v0.8.2 [2020-12-12T00:47:09.486Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2020-12-12T00:47:09.486Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2020-12-12T00:47:09.486Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2020-12-12T00:47:09.486Z] go: downloading github.com/leodido/go-urn v1.2.0 [2020-12-12T00:47:09.486Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-12-12T00:47:09.486Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-12-12T00:47:09.486Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2020-12-12T00:47:09.486Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-12-12T00:47:09.486Z] go: downloading github.com/go-playground/locales v0.13.0 [2020-12-12T00:47:09.747Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2020-12-12T00:47:09.747Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2020-12-12T00:47:09.747Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-12-12T00:47:09.747Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2020-12-12T00:47:09.747Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2020-12-12T00:47:09.747Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2020-12-12T00:47:09.946Z] Removing intermediate container a1c0bcc608fa [2020-12-12T00:47:09.946Z] ---> 240ac92fc869 [2020-12-12T00:47:09.946Z] Step 13/24 : WORKDIR / [2020-12-12T00:47:09.946Z] ---> Running in 654ae8302dd6 [2020-12-12T00:47:10.222Z] ---> a02c9b633a93 [2020-12-12T00:47:10.222Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-12-12T00:47:10.492Z] ---> Running in d42e48d949fa [2020-12-12T00:47:11.121Z] Removing intermediate container 654ae8302dd6 [2020-12-12T00:47:11.121Z] ---> da52072d8762 [2020-12-12T00:47:11.121Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-12-12T00:47:12.810Z] ---> bfa4e1aef6aa [2020-12-12T00:47:12.810Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-12-12T00:47:14.327Z] Removing intermediate container d42e48d949fa [2020-12-12T00:47:14.327Z] ---> 6b6e2a3cad15 [2020-12-12T00:47:14.327Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-12-12T00:47:14.327Z] ---> 941099e01e92 [2020-12-12T00:47:14.327Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-12-12T00:47:15.781Z] ---> dfa356cc6108 [2020-12-12T00:47:15.781Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-12-12T00:47:15.781Z] ---> f0a6cd5aeda3 [2020-12-12T00:47:15.781Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-12T00:47:16.058Z] ---> Running in f53e1bdda787 [2020-12-12T00:47:16.326Z] 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 [2020-12-12T00:47:18.721Z] ---> 53e74248c682 [2020-12-12T00:47:18.721Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-12-12T00:47:21.610Z] 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 [2020-12-12T00:47:21.873Z] 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 [2020-12-12T00:47:22.158Z] Removing intermediate container f53e1bdda787 [2020-12-12T00:47:22.158Z] ---> ac662501f53c [2020-12-12T00:47:22.158Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-12-12T00:47:22.158Z] ---> 0b3d3ad6f0b3 [2020-12-12T00:47:22.158Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-12-12T00:47:22.158Z] ---> Running in 560f69d14b25 [2020-12-12T00:47:22.812Z] 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 [2020-12-12T00:47:23.386Z] 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 [2020-12-12T00:47:23.386Z] go: downloading github.com/stretchr/testify v1.5.1 [2020-12-12T00:47:23.646Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2020-12-12T00:47:23.646Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2020-12-12T00:47:24.789Z] ---> 6bf09758c222 [2020-12-12T00:47:24.789Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-12T00:47:25.046Z] 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 [2020-12-12T00:47:25.046Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2020-12-12T00:47:25.046Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-12-12T00:47:25.067Z] ---> Running in 641c2dc8b9db [2020-12-12T00:47:25.668Z] Removing intermediate container fae151365acf [2020-12-12T00:47:25.668Z] ---> 88ab86a93351 [2020-12-12T00:47:25.668Z] [2020-12-12T00:47:25.668Z] Removing intermediate container 12cc6dbcad62 [2020-12-12T00:47:25.668Z] ---> 7903d7a5c571 [2020-12-12T00:47:25.668Z] [2020-12-12T00:47:25.668Z] Step 10/21 : FROM scratch [2020-12-12T00:47:25.668Z] ---> [2020-12-12T00:47:25.668Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-12T00:47:25.668Z] Step 10/24 : FROM scratch [2020-12-12T00:47:25.668Z] ---> [2020-12-12T00:47:25.668Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-12-12T00:47:25.953Z] ---> Running in 603a23cc0235 [2020-12-12T00:47:25.953Z] ---> Running in d19ac4a40f9f [2020-12-12T00:47:25.989Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-12-12T00:47:26.930Z] 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 [2020-12-12T00:47:26.930Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-12-12T00:47:26.945Z] Removing intermediate container d19ac4a40f9f [2020-12-12T00:47:26.945Z] ---> e7c931dec83e [2020-12-12T00:47:26.945Z] Step 12/24 : ENV APP_PORT=48060 [2020-12-12T00:47:26.945Z] Removing intermediate container 603a23cc0235 [2020-12-12T00:47:26.945Z] ---> cbf134d4e045 [2020-12-12T00:47:26.945Z] Step 12/21 : ENV APP_PORT=48085 [2020-12-12T00:47:27.225Z] ---> Running in d8891cb56cc4 [2020-12-12T00:47:27.225Z] Removing intermediate container 560f69d14b25 [2020-12-12T00:47:27.225Z] ---> c668789a689a [2020-12-12T00:47:27.225Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-12-12T00:47:27.225Z] ---> Running in 4605b9b9c97c [2020-12-12T00:47:27.504Z] ---> Running in 0d9f29f25353 [2020-12-12T00:47:27.870Z] 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 [2020-12-12T00:47:28.105Z] Removing intermediate container d8891cb56cc4 [2020-12-12T00:47:28.105Z] ---> 305c92c75644 [2020-12-12T00:47:28.105Z] Step 13/24 : EXPOSE $APP_PORT [2020-12-12T00:47:28.105Z] Removing intermediate container 4605b9b9c97c [2020-12-12T00:47:28.105Z] ---> 2f38f77484f7 [2020-12-12T00:47:28.105Z] Step 13/21 : EXPOSE $APP_PORT [2020-12-12T00:47:28.105Z] ---> Running in 78185760a9bd [2020-12-12T00:47:28.130Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-12-12T00:47:28.381Z] ---> Running in 5b1d3e4f5201 [2020-12-12T00:47:28.381Z] Removing intermediate container 0d9f29f25353 [2020-12-12T00:47:28.381Z] ---> cf3eed4d9922 [2020-12-12T00:47:28.381Z] Step 26/29 : CMD [ "generate" ] [2020-12-12T00:47:28.656Z] ---> Running in 9f57574fffe6 [2020-12-12T00:47:28.935Z] Removing intermediate container 78185760a9bd [2020-12-12T00:47:28.935Z] ---> 74c5c52b118b [2020-12-12T00:47:28.935Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-12-12T00:47:28.935Z] Removing intermediate container 5b1d3e4f5201 [2020-12-12T00:47:28.935Z] ---> 126ea9975c83 [2020-12-12T00:47:28.935Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-12-12T00:47:28.935Z] Removing intermediate container 641c2dc8b9db [2020-12-12T00:47:28.935Z] ---> 77de77a3f898 [2020-12-12T00:47:28.935Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-12-12T00:47:29.206Z] ---> Running in cfec9481fecc [2020-12-12T00:47:29.479Z] Removing intermediate container 9f57574fffe6 [2020-12-12T00:47:29.480Z] ---> 87d1c3e90bf6 [2020-12-12T00:47:29.480Z] Step 27/29 : LABEL arch=arm64 [2020-12-12T00:47:29.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 [2020-12-12T00:47:29.754Z] ---> Running in 24f98520a03a [2020-12-12T00:47:30.027Z] Removing intermediate container cfec9481fecc [2020-12-12T00:47:30.027Z] ---> bd0a182f7d20 [2020-12-12T00:47:30.027Z] Step 22/24 : LABEL arch=arm64 [2020-12-12T00:47:30.027Z] ---> c770ecaf3d19 [2020-12-12T00:47:30.027Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-12-12T00:47:30.080Z] 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 [2020-12-12T00:47:30.305Z] ---> a7a0e0b1bab7 [2020-12-12T00:47:30.306Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-12-12T00:47:30.306Z] ---> Running in afe997123060 [2020-12-12T00:47:30.306Z] Removing intermediate container 24f98520a03a [2020-12-12T00:47:30.306Z] ---> f1af75f05371 [2020-12-12T00:47:30.306Z] Step 28/29 : LABEL git_sha=8f1695c00aae907ff5828cbfc029c2c45daad569 [2020-12-12T00:47:30.583Z] ---> Running in 69e6851aa7b5 [2020-12-12T00:47:30.652Z] 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 [2020-12-12T00:47:30.861Z] Removing intermediate container afe997123060 [2020-12-12T00:47:30.861Z] ---> 56540ac9abde [2020-12-12T00:47:30.861Z] Step 23/24 : LABEL git_sha=8f1695c00aae907ff5828cbfc029c2c45daad569 [2020-12-12T00:47:31.133Z] ---> Running in 28eb5a4d40cf [2020-12-12T00:47:31.411Z] Removing intermediate container 69e6851aa7b5 [2020-12-12T00:47:31.411Z] ---> 175d3c109614 [2020-12-12T00:47:31.411Z] Step 29/29 : LABEL version=0.0.0 [2020-12-12T00:47:32.025Z] ---> 75485870335c [2020-12-12T00:47:32.025Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-12-12T00:47:32.025Z] ---> Running in 7af9feff8f31 [2020-12-12T00:47:32.308Z] Removing intermediate container 28eb5a4d40cf [2020-12-12T00:47:32.308Z] ---> 4d3db139496b [2020-12-12T00:47:32.308Z] Step 24/24 : LABEL version=0.0.0 [2020-12-12T00:47:32.308Z] ---> cea579a29edd [2020-12-12T00:47:32.308Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-12-12T00:47:32.920Z] ---> Running in 7fd4b5c3a12e [2020-12-12T00:47:32.920Z] Removing intermediate container 7af9feff8f31 [2020-12-12T00:47:32.920Z] ---> aaaf85ee903a [2020-12-12T00:47:32.920Z] [2020-12-12T00:47:33.195Z] Building version [2020-12-12T00:47:33.516Z] Successfully built aaaf85ee903a [2020-12-12T00:47:33.791Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-12-12T00:47:33.791Z] Building docker-security-proxy-setup-go [2020-12-12T00:47:33.791Z]  Building docker-security-secrets-setup-go ... done Removing intermediate container 7fd4b5c3a12e [2020-12-12T00:47:33.791Z] ---> 856a18bf5e8d [2020-12-12T00:47:33.791Z] [2020-12-12T00:47:34.067Z] ---> ec57272d01c6 [2020-12-12T00:47:34.067Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-12-12T00:47:34.067Z] ---> 20bb3c246557 [2020-12-12T00:47:34.067Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-12-12T00:47:34.368Z] Successfully built 856a18bf5e8d [2020-12-12T00:47:34.368Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-12-12T00:47:34.368Z] Building docker-sys-mgmt-agent-go [2020-12-12T00:47:34.368Z]  Building docker-security-secretstore-setup-go ... done  ---> Running in c7cb8359d10e [2020-12-12T00:47:34.588Z] Staging config-common [2020-12-12T00:47:34.973Z] Removing intermediate container c7cb8359d10e [2020-12-12T00:47:35.258Z] ---> 5abc3d19bf6a [2020-12-12T00:47:35.258Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-12T00:47:35.258Z] ---> 416f028192a4 [2020-12-12T00:47:35.258Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-12-12T00:47:35.258Z] ---> Running in 024f9a422e15 [2020-12-12T00:47:35.528Z] Skipping stage go-build-helper (already ran) [2020-12-12T00:47:35.528Z] Skipping stage static-packages (already ran) [2020-12-12T00:47:35.528Z] Skipping stage go115 (already ran) [2020-12-12T00:47:35.528Z] Staging edgex-go [2020-12-12T00:47:36.468Z] Staging version [2020-12-12T00:47:36.703Z] Removing intermediate container 024f9a422e15 [2020-12-12T00:47:36.703Z] ---> 422fb9ab9ee2 [2020-12-12T00:47:36.703Z] Step 19/21 : LABEL arch=arm64 [2020-12-12T00:47:37.410Z] Priming config-common [2020-12-12T00:47:38.190Z] ---> d646399a379b [2020-12-12T00:47:38.190Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-12-12T00:47:38.190Z] ---> Running in 465c0c891eab [2020-12-12T00:47:38.518Z] Priming go-build-helper [2020-12-12T00:47:39.145Z] Priming static-packages [2020-12-12T00:47:40.183Z] Removing intermediate container 465c0c891eab [2020-12-12T00:47:40.183Z] ---> f60c91e8d7b1 [2020-12-12T00:47:40.183Z] Step 20/21 : LABEL git_sha=8f1695c00aae907ff5828cbfc029c2c45daad569 [2020-12-12T00:47:41.176Z] ---> fe2d72ca3768 [2020-12-12T00:47:41.176Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-12-12T00:47:41.742Z] Priming go115 [2020-12-12T00:47:41.778Z] ---> Running in 1d4564ade023 [2020-12-12T00:47:42.390Z] ---> Running in 03aa285ef123 [2020-12-12T00:47:42.434Z] Priming edgex-go [2020-12-12T00:47:43.373Z] Removing intermediate container 1d4564ade023 [2020-12-12T00:47:43.373Z] ---> 387491dff114 [2020-12-12T00:47:43.373Z] Step 21/21 : LABEL version=0.0.0 [2020-12-12T00:47:43.491Z] Priming version [2020-12-12T00:47:43.657Z] Removing intermediate container 03aa285ef123 [2020-12-12T00:47:43.657Z] ---> c2d9c266086f [2020-12-12T00:47:43.657Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-12T00:47:43.935Z] ---> Running in a9215bfe6361 [2020-12-12T00:47:44.154Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [2020-12-12T00:47:44.217Z] ---> Running in 351eecbc4c67 [2020-12-12T00:47:44.490Z] Removing intermediate container e91ecad5526f [2020-12-12T00:47:44.490Z] ---> a1f4fc542974 [2020-12-12T00:47:44.490Z] [2020-12-12T00:47:44.490Z] Step 10/23 : FROM alpine [2020-12-12T00:47:44.490Z] ---> dd36a01c3f31 [2020-12-12T00:47:44.490Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-12T00:47:44.764Z] Removing intermediate container a9215bfe6361 [2020-12-12T00:47:44.764Z] ---> ae8ebe9f65b1 [2020-12-12T00:47:44.764Z] [2020-12-12T00:47:44.764Z] ---> Running in a4b952083ca1 [2020-12-12T00:47:44.764Z] Removing intermediate container 351eecbc4c67 [2020-12-12T00:47:44.764Z] ---> ea44e23a0d5f [2020-12-12T00:47:44.764Z] Step 22/24 : LABEL arch=arm64 [2020-12-12T00:47:45.377Z] ---> Running in 6bac7edff0aa [2020-12-12T00:47:45.377Z] Successfully built ae8ebe9f65b1 [2020-12-12T00:47:45.377Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-12-12T00:47:45.377Z]  Building docker-support-scheduler-go ... done Building docker-core-command-go [2020-12-12T00:47:45.975Z] Removing intermediate container a4b952083ca1 [2020-12-12T00:47:45.975Z] ---> e0028b3f4d01 [2020-12-12T00:47:45.975Z] Step 12/23 : ENV APP_PORT=48080 [Pipeline] } [2020-12-12T00:47:46.247Z] Removing intermediate container 6bac7edff0aa [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [2020-12-12T00:47:46.531Z] ---> f73b507f0e3d [2020-12-12T00:47:46.531Z] Step 23/24 : LABEL git_sha=8f1695c00aae907ff5828cbfc029c2c45daad569 [2020-12-12T00:47:46.531Z] ---> Running in dd7b71e9095d [Pipeline] // node [Pipeline] } [Pipeline] // stage [2020-12-12T00:47:46.803Z] ---> Running in 78e175eb396e [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-12-12T00:47:47.081Z] Removing intermediate container dd7b71e9095d [2020-12-12T00:47:47.081Z] ---> e631d1505867 [2020-12-12T00:47:47.081Z] Step 13/23 : EXPOSE $APP_PORT [2020-12-12T00:47:47.679Z] ---> Running in 8c48cbcf862a [2020-12-12T00:47:47.679Z] Removing intermediate container 78e175eb396e [2020-12-12T00:47:47.679Z] ---> 75548e0697ae [2020-12-12T00:47:47.679Z] Step 24/24 : LABEL version=0.0.0 [2020-12-12T00:47:48.275Z] ---> Running in 136bec87b870 [2020-12-12T00:47:48.871Z] Removing intermediate container 8c48cbcf862a [2020-12-12T00:47:48.871Z] ---> b467921e091f [2020-12-12T00:47:48.871Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-12T00:47:49.167Z] Removing intermediate container 136bec87b870 [2020-12-12T00:47:49.167Z] ---> 9a5dd1aa7526 [2020-12-12T00:47:49.167Z] [2020-12-12T00:47:49.767Z] Successfully built 9a5dd1aa7526 [2020-12-12T00:47:49.767Z] ---> Running in 4a8062ce06ce [2020-12-12T00:47:49.767Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-12-12T00:47:49.767Z] Building docker-security-bootstrap-redis-go [2020-12-12T00:47:53.166Z]  Building docker-support-notifications-go ... done Removing intermediate container 4a8062ce06ce [2020-12-12T00:47:53.166Z] ---> 1603167a7ac4 [2020-12-12T00:47:53.166Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-12-12T00:47:53.166Z] ---> Running in 3925459ce861 [2020-12-12T00:47:54.600Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-12T00:47:55.195Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-12T00:47:56.186Z] (1/5) Installing libgcc (9.3.0-r2) [2020-12-12T00:47:56.186Z] (2/5) Installing libsodium (1.0.18-r0) [2020-12-12T00:47:56.459Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-12-12T00:47:56.734Z] (4/5) Installing libzmq (4.3.3-r0) [2020-12-12T00:47:57.006Z] (5/5) Installing zeromq (4.3.3-r0) [2020-12-12T00:47:57.006Z] Executing busybox-1.31.1-r19.trigger [2020-12-12T00:47:57.006Z] OK: 8 MiB in 19 packages [2020-12-12T00:48:01.327Z] Removing intermediate container 3925459ce861 [2020-12-12T00:48:01.327Z] ---> 6b11f61767bc [2020-12-12T00:48:01.327Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-12-12T00:48:01.925Z] ---> 4cda6e42ba2c [2020-12-12T00:48:01.925Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-12-12T00:48:04.555Z] ---> 2a1e9d4f636f [2020-12-12T00:48:04.555Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-12-12T00:48:05.993Z] ---> a47ca088f965 [2020-12-12T00:48:05.993Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-12-12T00:48:05.993Z] ---> Running in f27b68f0ed14 [2020-12-12T00:48:06.974Z] Removing intermediate container f27b68f0ed14 [2020-12-12T00:48:06.974Z] ---> 2167fa92e28f [2020-12-12T00:48:06.974Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-12T00:48:07.248Z] ---> Running in b0e675f64f26 [2020-12-12T00:48:07.849Z] Removing intermediate container b0e675f64f26 [2020-12-12T00:48:07.849Z] ---> 6c009c88141a [2020-12-12T00:48:07.849Z] Step 21/23 : LABEL arch=arm64 [2020-12-12T00:48:08.121Z] ---> Running in 8247181ac35e [2020-12-12T00:48:08.717Z] Removing intermediate container 8247181ac35e [2020-12-12T00:48:08.717Z] ---> 2f3945efe032 [2020-12-12T00:48:08.717Z] Step 22/23 : LABEL git_sha=8f1695c00aae907ff5828cbfc029c2c45daad569 [2020-12-12T00:48:08.989Z] ---> Running in 2cda72bf8d3a [2020-12-12T00:48:09.590Z] Removing intermediate container 2cda72bf8d3a [2020-12-12T00:48:09.590Z] ---> 64f0f217ba45 [2020-12-12T00:48:09.590Z] Step 23/23 : LABEL version=0.0.0 [2020-12-12T00:48:09.863Z] ---> Running in 99005799ffad [2020-12-12T00:48:10.460Z] Removing intermediate container 99005799ffad [2020-12-12T00:48:10.460Z] ---> a8dd8a9b8463 [2020-12-12T00:48:10.460Z] [2020-12-12T00:48:11.061Z] Successfully built a8dd8a9b8463 [2020-12-12T00:48:11.061Z] Successfully tagged docker-core-data-go-arm64:latest [2020-12-12T00:48:11.061Z]  Building docker-core-data-go ... done Building docker-core-metadata-go [2020-12-12T00:48:21.229Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-12T00:48:21.229Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-12T00:48:21.229Z] ---> 5e6203cfd597 [2020-12-12T00:48:21.229Z] Step 3/21 : WORKDIR /edgex-go [2020-12-12T00:48:21.229Z] ---> Using cache [2020-12-12T00:48:21.229Z] ---> ded11b5a62eb [2020-12-12T00:48:21.229Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-12T00:48:21.229Z] ---> Using cache [2020-12-12T00:48:21.229Z] ---> 8002b1a75554 [2020-12-12T00:48:21.229Z] Step 5/21 : RUN apk update && apk add make git [2020-12-12T00:48:21.229Z] ---> Using cache [2020-12-12T00:48:21.229Z] ---> 6f1c69cc509a [2020-12-12T00:48:21.229Z] Step 6/21 : COPY go.mod . [2020-12-12T00:48:21.229Z] ---> Using cache [2020-12-12T00:48:21.229Z] ---> ad7adfd71697 [2020-12-12T00:48:21.229Z] Step 7/21 : RUN go mod download [2020-12-12T00:48:21.229Z] ---> Using cache [2020-12-12T00:48:21.229Z] ---> 7dda333895cc [2020-12-12T00:48:21.229Z] Step 8/21 : COPY . . [2020-12-12T00:48:21.229Z] ---> Using cache [2020-12-12T00:48:21.229Z] ---> a2fba1e79963 [2020-12-12T00:48:21.229Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2020-12-12T00:48:22.667Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-12T00:48:22.667Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-12-12T00:48:22.667Z] ---> 5e6203cfd597 [2020-12-12T00:48:22.667Z] Step 3/27 : WORKDIR /edgex-go [2020-12-12T00:48:22.667Z] ---> Using cache [2020-12-12T00:48:22.667Z] ---> ded11b5a62eb [2020-12-12T00:48:22.667Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-12T00:48:22.667Z] ---> Using cache [2020-12-12T00:48:22.667Z] ---> 8002b1a75554 [2020-12-12T00:48:22.667Z] Step 5/27 : RUN apk update && apk add make bash git [2020-12-12T00:48:24.654Z] ---> Running in f0f19b16c995 [2020-12-12T00:48:24.654Z] ---> Running in 74bb9b608e6d [2020-12-12T00:48:26.095Z] 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 [2020-12-12T00:48:26.371Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-12T00:48:27.355Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-12T00:48:28.349Z] v3.12.2-5-g9e04b0fdd0 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-12T00:48:28.349Z] v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-12T00:48:28.349Z] OK: 12620 distinct packages available [2020-12-12T00:48:29.338Z] OK: 217 MiB in 51 packages [2020-12-12T00:48:33.706Z] Removing intermediate container 74bb9b608e6d [2020-12-12T00:48:33.706Z] ---> 5495aedef271 [2020-12-12T00:48:33.706Z] Step 6/27 : COPY go.mod . [2020-12-12T00:48:35.181Z] ---> 9351aa4e79c0 [2020-12-12T00:48:35.181Z] Step 7/27 : RUN go mod download [2020-12-12T00:48:35.455Z] ---> Running in cbffe31d6aed [2020-12-12T00:48:40.873Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-12T00:48:40.873Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-12T00:48:40.873Z] ---> 5e6203cfd597 [2020-12-12T00:48:40.873Z] Step 3/22 : WORKDIR /edgex-go [2020-12-12T00:48:40.873Z] ---> Using cache [2020-12-12T00:48:40.873Z] ---> ded11b5a62eb [2020-12-12T00:48:40.873Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-12T00:48:40.873Z] ---> Using cache [2020-12-12T00:48:40.873Z] ---> 8002b1a75554 [2020-12-12T00:48:40.873Z] Step 5/22 : RUN apk update && apk add make git [2020-12-12T00:48:40.873Z] ---> Using cache [2020-12-12T00:48:40.873Z] ---> 6f1c69cc509a [2020-12-12T00:48:40.873Z] Step 6/22 : COPY go.mod . [2020-12-12T00:48:40.873Z] ---> Using cache [2020-12-12T00:48:40.874Z] ---> ad7adfd71697 [2020-12-12T00:48:40.874Z] Step 7/22 : RUN go mod download [2020-12-12T00:48:40.874Z] ---> Using cache [2020-12-12T00:48:40.874Z] ---> 7dda333895cc [2020-12-12T00:48:40.874Z] Step 8/22 : COPY . . [2020-12-12T00:48:40.874Z] ---> Using cache [2020-12-12T00:48:40.874Z] ---> a2fba1e79963 [2020-12-12T00:48:40.874Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-12-12T00:48:41.154Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-12T00:48:41.154Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-12T00:48:41.154Z] ---> 5e6203cfd597 [2020-12-12T00:48:41.154Z] Step 3/22 : WORKDIR /edgex-go [2020-12-12T00:48:41.154Z] ---> Using cache [2020-12-12T00:48:41.154Z] ---> ded11b5a62eb [2020-12-12T00:48:41.154Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-12T00:48:41.154Z] ---> Using cache [2020-12-12T00:48:41.154Z] ---> 8002b1a75554 [2020-12-12T00:48:41.154Z] Step 5/22 : RUN apk update && apk add make git [2020-12-12T00:48:41.154Z] ---> Using cache [2020-12-12T00:48:41.154Z] ---> 6f1c69cc509a [2020-12-12T00:48:41.154Z] Step 6/22 : COPY go.mod . [2020-12-12T00:48:41.154Z] ---> Using cache [2020-12-12T00:48:41.154Z] ---> ad7adfd71697 [2020-12-12T00:48:41.154Z] Step 7/22 : RUN go mod download [2020-12-12T00:48:41.154Z] ---> Using cache [2020-12-12T00:48:41.154Z] ---> 7dda333895cc [2020-12-12T00:48:41.154Z] Step 8/22 : COPY . . [2020-12-12T00:48:41.154Z] Removing intermediate container cbffe31d6aed [2020-12-12T00:48:41.154Z] ---> 03137f575c80 [2020-12-12T00:48:41.154Z] Step 8/27 : COPY . . [2020-12-12T00:48:41.154Z] ---> Using cache [2020-12-12T00:48:41.154Z] ---> a2fba1e79963 [2020-12-12T00:48:41.155Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-12-12T00:48:41.430Z] ---> Running in 3937b7afbd05 [2020-12-12T00:48:41.705Z] ---> Running in 8af433acb8ec [2020-12-12T00:48:44.348Z] 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 [2020-12-12T00:48:44.348Z] 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 [2020-12-12T00:48:54.576Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-12T00:48:54.576Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-12T00:48:54.576Z] ---> 5e6203cfd597 [2020-12-12T00:48:54.576Z] Step 3/22 : WORKDIR /edgex-go [2020-12-12T00:48:54.576Z] ---> Using cache [2020-12-12T00:48:54.576Z] ---> ded11b5a62eb [2020-12-12T00:48:54.576Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-12T00:48:54.576Z] ---> Using cache [2020-12-12T00:48:54.576Z] ---> 8002b1a75554 [2020-12-12T00:48:54.576Z] Step 5/22 : RUN apk update && apk add make git [2020-12-12T00:48:54.576Z] ---> Using cache [2020-12-12T00:48:54.576Z] ---> 6f1c69cc509a [2020-12-12T00:48:54.576Z] Step 6/22 : COPY go.mod . [2020-12-12T00:48:54.576Z] ---> Using cache [2020-12-12T00:48:54.576Z] ---> ad7adfd71697 [2020-12-12T00:48:54.576Z] Step 7/22 : RUN go mod download [2020-12-12T00:48:54.576Z] ---> Using cache [2020-12-12T00:48:54.576Z] ---> 7dda333895cc [2020-12-12T00:48:54.576Z] Step 8/22 : COPY . . [2020-12-12T00:48:54.576Z] ---> Using cache [2020-12-12T00:48:54.576Z] ---> a2fba1e79963 [2020-12-12T00:48:54.576Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-12-12T00:48:58.032Z] ---> Running in 5670a882c77d [2020-12-12T00:49:00.016Z] 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 [2020-12-12T00:49:05.448Z] ---> fd783841a44a [2020-12-12T00:49:05.449Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-12-12T00:49:05.728Z] ---> Running in 03af37798801 [2020-12-12T00:49:07.716Z] 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 [2020-12-12T00:49:29.905Z] 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 [2020-12-12T00:49:45.003Z] Removing intermediate container f0f19b16c995 [2020-12-12T00:49:45.003Z] ---> 5bab6812bf73 [2020-12-12T00:49:45.003Z] [2020-12-12T00:49:45.003Z] Step 10/21 : FROM alpine [2020-12-12T00:49:45.003Z] ---> dd36a01c3f31 [2020-12-12T00:49:45.003Z] Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-12-12T00:49:45.003Z] ---> Running in 6e3428460db8 [2020-12-12T00:49:46.447Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-12T00:49:46.447Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-12T00:49:47.430Z] v3.12.2-5-g9e04b0fdd0 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-12T00:49:47.431Z] v3.12.1-98-gb5a3085db9 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-12T00:49:47.431Z] OK: 12617 distinct packages available [2020-12-12T00:49:48.032Z] (1/4) Installing ca-certificates (20191127-r4) [2020-12-12T00:49:48.032Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-12-12T00:49:48.032Z] (3/4) Installing libcurl (7.69.1-r3) [2020-12-12T00:49:48.032Z] (4/4) Installing curl (7.69.1-r3) [2020-12-12T00:49:48.032Z] Executing busybox-1.31.1-r19.trigger [2020-12-12T00:49:48.032Z] Executing ca-certificates-20191127-r4.trigger [2020-12-12T00:49:48.633Z] OK: 7 MiB in 18 packages [2020-12-12T00:49:51.274Z] Removing intermediate container 6e3428460db8 [2020-12-12T00:49:51.274Z] ---> b8d32482d79b [2020-12-12T00:49:51.274Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-12T00:49:51.274Z] ---> Running in f0b16db53229 [2020-12-12T00:49:51.885Z] Removing intermediate container f0b16db53229 [2020-12-12T00:49:51.885Z] ---> 86e003a5d505 [2020-12-12T00:49:51.885Z] Step 13/21 : WORKDIR /edgex [2020-12-12T00:49:52.161Z] ---> Running in 1a24bf7690c4 [2020-12-12T00:49:52.761Z] Removing intermediate container 1a24bf7690c4 [2020-12-12T00:49:52.761Z] ---> 08062c1abc04 [2020-12-12T00:49:52.761Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-12-12T00:49:53.760Z] ---> c1a0ce690b5c [2020-12-12T00:49:53.760Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-12-12T00:49:55.744Z] ---> 3c2d8dfac6b5 [2020-12-12T00:49:55.745Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2020-12-12T00:49:57.189Z] ---> 3a26345911d7 [2020-12-12T00:49:57.189Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-12-12T00:49:57.189Z] ---> Running in 35b6975dba67 [2020-12-12T00:49:57.790Z] Removing intermediate container 35b6975dba67 [2020-12-12T00:49:57.790Z] ---> ea79d8d2bc4d [2020-12-12T00:49:57.790Z] Step 18/21 : CMD ["--init=true"] [2020-12-12T00:49:58.070Z] ---> Running in f1084960e887 [2020-12-12T00:49:58.733Z] Removing intermediate container f1084960e887 [2020-12-12T00:49:58.733Z] ---> b34de52f5966 [2020-12-12T00:49:58.733Z] Step 19/21 : LABEL arch=arm64 [2020-12-12T00:49:58.733Z] ---> Running in b66d0b2266fe [2020-12-12T00:49:59.401Z] Removing intermediate container b66d0b2266fe [2020-12-12T00:49:59.401Z] ---> f1a9a2513a1c [2020-12-12T00:49:59.401Z] Step 20/21 : LABEL git_sha=8f1695c00aae907ff5828cbfc029c2c45daad569 [2020-12-12T00:49:59.689Z] ---> Running in 7c232316adc3 [2020-12-12T00:50:00.289Z] Removing intermediate container 7c232316adc3 [2020-12-12T00:50:00.289Z] ---> 22a3e1da9ead [2020-12-12T00:50:00.289Z] Step 21/21 : LABEL version=0.0.0 [2020-12-12T00:50:00.576Z] ---> Running in 3ab30025d50f [2020-12-12T00:50:01.181Z] Removing intermediate container 3ab30025d50f [2020-12-12T00:50:01.181Z] ---> 09f847fa698a [2020-12-12T00:50:01.181Z] [2020-12-12T00:50:01.778Z] Successfully built 09f847fa698a [2020-12-12T00:50:01.778Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-12-12T00:50:14.192Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 8af433acb8ec [2020-12-12T00:50:14.192Z] ---> 533e71546006 [2020-12-12T00:50:14.192Z] [2020-12-12T00:50:14.192Z] Step 10/22 : FROM alpine:3.10 [2020-12-12T00:50:14.192Z] ---> 536a684cf733 [2020-12-12T00:50:14.192Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-12T00:50:14.192Z] ---> Using cache [2020-12-12T00:50:14.193Z] ---> 112cf906c853 [2020-12-12T00:50:14.193Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-12-12T00:50:14.193Z] ---> Running in 22f82699d42b [2020-12-12T00:50:14.193Z] Removing intermediate container 22f82699d42b [2020-12-12T00:50:14.193Z] ---> 3db6a34d0844 [2020-12-12T00:50:14.193Z] Step 13/22 : WORKDIR / [2020-12-12T00:50:14.193Z] ---> Running in b158d1e744d5 [2020-12-12T00:50:14.193Z] Removing intermediate container b158d1e744d5 [2020-12-12T00:50:14.193Z] ---> ff2116f74e06 [2020-12-12T00:50:14.193Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-12-12T00:50:15.180Z] ---> 135e3e2bfb04 [2020-12-12T00:50:15.180Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2020-12-12T00:50:17.175Z] ---> b68fe3176dad [2020-12-12T00:50:17.175Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-12-12T00:50:17.776Z] ---> 4208ad9efbb0 [2020-12-12T00:50:17.776Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2020-12-12T00:50:19.225Z] ---> 8bc11d2b1c92 [2020-12-12T00:50:19.225Z] Step 18/22 : RUN chmod +x entrypoint.sh [2020-12-12T00:50:19.500Z] ---> Running in f41b2264b253 [2020-12-12T00:50:22.913Z] Removing intermediate container f41b2264b253 [2020-12-12T00:50:22.913Z] ---> bc1accf6f9ab [2020-12-12T00:50:22.913Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2020-12-12T00:50:22.913Z] ---> Running in f702c8095e62 [2020-12-12T00:50:23.514Z] Removing intermediate container f702c8095e62 [2020-12-12T00:50:23.515Z] ---> 480ab5a20b25 [2020-12-12T00:50:23.515Z] Step 20/22 : LABEL arch=arm64 [2020-12-12T00:50:23.793Z] ---> Running in 4450c310ca7c [2020-12-12T00:50:24.396Z] Removing intermediate container 4450c310ca7c [2020-12-12T00:50:24.396Z] ---> 86d23b668f59 [2020-12-12T00:50:24.396Z] Step 21/22 : LABEL git_sha=8f1695c00aae907ff5828cbfc029c2c45daad569 [2020-12-12T00:50:24.673Z] ---> Running in 94b6bd207cd0 [2020-12-12T00:50:25.277Z] Removing intermediate container 94b6bd207cd0 [2020-12-12T00:50:25.277Z] ---> 24c099f2e01e [2020-12-12T00:50:25.277Z] Step 22/22 : LABEL version=0.0.0 [2020-12-12T00:50:25.558Z] ---> Running in 136339eb2852 [2020-12-12T00:50:26.178Z] Removing intermediate container 136339eb2852 [2020-12-12T00:50:26.178Z] ---> 600ecfe13e8a [2020-12-12T00:50:26.178Z] [2020-12-12T00:50:26.802Z] Successfully built 600ecfe13e8a [2020-12-12T00:50:26.802Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2020-12-12T00:50:37.014Z]  Building docker-security-bootstrap-redis-go ... done Removing intermediate container 3937b7afbd05 [2020-12-12T00:50:37.014Z] ---> 6ad4e87afdcb [2020-12-12T00:50:37.014Z] [2020-12-12T00:50:37.014Z] Step 10/22 : FROM scratch [2020-12-12T00:50:37.014Z] ---> [2020-12-12T00:50:37.014Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-12T00:50:37.014Z] Removing intermediate container 03af37798801 [2020-12-12T00:50:37.014Z] ---> 6fb7afe121a0 [2020-12-12T00:50:37.014Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-12-12T00:50:37.014Z] ---> Using cache [2020-12-12T00:50:37.014Z] ---> cbf134d4e045 [2020-12-12T00:50:37.014Z] Step 12/22 : ENV APP_PORT=48082 [2020-12-12T00:50:37.014Z] ---> Running in ba7cef082bb4 [2020-12-12T00:50:37.014Z] ---> Running in dc1c2a3b3a40 [2020-12-12T00:50:37.014Z] Removing intermediate container ba7cef082bb4 [2020-12-12T00:50:37.014Z] ---> d2c4f8ee137b [2020-12-12T00:50:37.014Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-12T00:50:37.014Z] ---> Running in 81f32480ff48 [2020-12-12T00:50:37.290Z] Removing intermediate container 81f32480ff48 [2020-12-12T00:50:37.290Z] ---> dde460897a9d [2020-12-12T00:50:37.290Z] Step 14/22 : WORKDIR / [2020-12-12T00:50:37.290Z] ---> Running in b09a2090256d [2020-12-12T00:50:37.290Z] 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 [2020-12-12T00:50:37.890Z] Removing intermediate container b09a2090256d [2020-12-12T00:50:37.890Z] ---> ef278b534039 [2020-12-12T00:50:37.890Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-12-12T00:50:38.889Z] ---> f88d1f7c54ce [2020-12-12T00:50:38.889Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-12-12T00:50:40.335Z] ---> 5224e3f65e05 [2020-12-12T00:50:40.335Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-12-12T00:50:41.331Z] Removing intermediate container dc1c2a3b3a40 [2020-12-12T00:50:41.331Z] ---> 5767ad77f1a6 [2020-12-12T00:50:41.331Z] [2020-12-12T00:50:41.331Z] Step 11/27 : FROM docker:latest [2020-12-12T00:50:41.331Z] ---> eeaf43b92773 [2020-12-12T00:50:41.331Z] Step 12/27 : RUN apk add --no-cache bash [2020-12-12T00:50:41.331Z] ---> b2c24a6f8761 [2020-12-12T00:50:41.331Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-12-12T00:50:41.331Z] ---> Running in e2fc0bacc07d [2020-12-12T00:50:41.610Z] ---> Running in 2382769d8d7f [2020-12-12T00:50:42.217Z] Removing intermediate container 2382769d8d7f [2020-12-12T00:50:42.217Z] ---> d308b48e428a [2020-12-12T00:50:42.217Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-12T00:50:42.217Z] ---> Running in 1252c51f425d [2020-12-12T00:50:42.839Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-12T00:50:42.839Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-12T00:50:42.839Z] Removing intermediate container 1252c51f425d [2020-12-12T00:50:42.839Z] ---> 97861a50b2f8 [2020-12-12T00:50:42.839Z] Step 20/22 : LABEL arch=arm64 [2020-12-12T00:50:43.453Z] ---> Running in 386cd99d8691 [2020-12-12T00:50:43.453Z] (1/2) Installing readline (8.0.4-r0) [2020-12-12T00:50:43.453Z] (2/2) Installing bash (5.0.17-r0) [2020-12-12T00:50:43.453Z] Executing bash-5.0.17-r0.post-install [2020-12-12T00:50:43.453Z] Executing busybox-1.31.1-r19.trigger [2020-12-12T00:50:43.453Z] OK: 12 MiB in 22 packages [2020-12-12T00:50:44.084Z] Removing intermediate container 386cd99d8691 [2020-12-12T00:50:44.084Z] ---> 794cafe6d6e0 [2020-12-12T00:50:44.084Z] Step 21/22 : LABEL git_sha=8f1695c00aae907ff5828cbfc029c2c45daad569 [2020-12-12T00:50:44.359Z] ---> Running in 352242e8d2bc [2020-12-12T00:50:44.953Z] Removing intermediate container 352242e8d2bc [2020-12-12T00:50:44.953Z] ---> 3ee41d38dad0 [2020-12-12T00:50:44.953Z] Step 22/22 : LABEL version=0.0.0 [2020-12-12T00:50:45.228Z] ---> Running in a3872b5cb6ff [2020-12-12T00:50:45.228Z] Removing intermediate container e2fc0bacc07d [2020-12-12T00:50:45.228Z] ---> ec7a29c0c67b [2020-12-12T00:50:45.228Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-12-12T00:50:45.228Z] ---> Running in 4234b1f93caf [2020-12-12T00:50:45.827Z] Removing intermediate container a3872b5cb6ff [2020-12-12T00:50:45.827Z] ---> 2dcf304a10c5 [2020-12-12T00:50:45.827Z] [2020-12-12T00:50:46.420Z] Successfully built 2dcf304a10c5 [2020-12-12T00:50:46.420Z] Successfully tagged docker-core-command-go-arm64:latest [2020-12-12T00:50:47.859Z]  Building docker-core-command-go ... done Removing intermediate container 5670a882c77d [2020-12-12T00:50:47.859Z] ---> d15f96fd8810 [2020-12-12T00:50:47.859Z] [2020-12-12T00:50:47.859Z] Step 10/22 : FROM scratch [2020-12-12T00:50:47.859Z] ---> [2020-12-12T00:50:47.859Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-12T00:50:48.128Z] ---> Using cache [2020-12-12T00:50:48.128Z] ---> cbf134d4e045 [2020-12-12T00:50:48.128Z] Step 12/22 : ENV APP_PORT=48081 [2020-12-12T00:50:48.128Z] Removing intermediate container 4234b1f93caf [2020-12-12T00:50:48.128Z] ---> bef888ac2a09 [2020-12-12T00:50:48.128Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-12-12T00:50:48.128Z] ---> Running in 99dc5746000c [2020-12-12T00:50:48.400Z] ---> Running in 0b2bcb6d9382 [2020-12-12T00:50:48.670Z] Removing intermediate container 99dc5746000c [2020-12-12T00:50:48.670Z] ---> 987895321ba3 [2020-12-12T00:50:48.670Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-12T00:50:48.941Z] ---> Running in 97c9b59f8f42 [2020-12-12T00:50:48.941Z] Removing intermediate container 0b2bcb6d9382 [2020-12-12T00:50:48.941Z] ---> 6b8d7c250e13 [2020-12-12T00:50:48.941Z] Step 15/27 : ENV APP_PORT=48090 [2020-12-12T00:50:48.941Z] ---> Running in 40053e44e765 [2020-12-12T00:50:49.214Z] Removing intermediate container 97c9b59f8f42 [2020-12-12T00:50:49.214Z] ---> 10f90861be46 [2020-12-12T00:50:49.214Z] Step 14/22 : WORKDIR / [2020-12-12T00:50:49.486Z] ---> Running in 1fb9cf233140 [2020-12-12T00:50:49.486Z] Removing intermediate container 40053e44e765 [2020-12-12T00:50:49.486Z] ---> d0813c5e83c7 [2020-12-12T00:50:49.486Z] Step 16/27 : EXPOSE $APP_PORT [2020-12-12T00:50:49.758Z] ---> Running in 10ddd6210d56 [2020-12-12T00:50:50.031Z] Removing intermediate container 1fb9cf233140 [2020-12-12T00:50:50.031Z] ---> e84a350df824 [2020-12-12T00:50:50.031Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-12-12T00:50:50.031Z] Removing intermediate container 10ddd6210d56 [2020-12-12T00:50:50.031Z] ---> d291e012085e [2020-12-12T00:50:50.031Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-12-12T00:50:51.009Z] ---> ff1865dfe47f [2020-12-12T00:50:51.009Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-12-12T00:50:51.280Z] ---> 034cd7b1db5d [2020-12-12T00:50:51.280Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-12-12T00:50:52.265Z] ---> 7de815bb7eb6 [2020-12-12T00:50:52.265Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-12-12T00:50:52.265Z] ---> b1078a2e2512 [2020-12-12T00:50:52.265Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-12-12T00:50:53.260Z] ---> a0f1cc0e67e3 [2020-12-12T00:50:53.260Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-12-12T00:50:53.260Z] ---> Running in dbf8a2064b49 [2020-12-12T00:50:53.260Z] ---> 63516a16c4b6 [2020-12-12T00:50:53.260Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-12-12T00:50:53.533Z] ---> Running in ab6ddc675382 [2020-12-12T00:50:53.810Z] Removing intermediate container dbf8a2064b49 [2020-12-12T00:50:53.810Z] ---> c89f9b7d5d97 [2020-12-12T00:50:53.810Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-12T00:50:54.085Z] ---> Running in b66f110bd778 [2020-12-12T00:50:54.357Z] Removing intermediate container b66f110bd778 [2020-12-12T00:50:54.357Z] ---> 16edcb3c6d43 [2020-12-12T00:50:54.357Z] Step 20/22 : LABEL arch=arm64 [2020-12-12T00:50:54.629Z] ---> Running in 6a7cf8d7c351 [2020-12-12T00:50:54.629Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-12T00:50:54.901Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-12T00:50:54.901Z] Removing intermediate container 6a7cf8d7c351 [2020-12-12T00:50:54.901Z] ---> 5b511e076002 [2020-12-12T00:50:54.901Z] Step 21/22 : LABEL git_sha=8f1695c00aae907ff5828cbfc029c2c45daad569 [2020-12-12T00:50:55.171Z] ---> Running in 8482db36a65e [2020-12-12T00:50:55.441Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-12-12T00:50:55.441Z] (2/33) Installing expat (2.2.9-r1) [2020-12-12T00:50:55.441Z] (3/33) Installing libffi (3.3-r2) [2020-12-12T00:50:55.441Z] (4/33) Installing gdbm (1.13-r1) [2020-12-12T00:50:55.723Z] Removing intermediate container 8482db36a65e [2020-12-12T00:50:55.723Z] ---> ff3932f824b1 [2020-12-12T00:50:55.723Z] Step 22/22 : LABEL version=0.0.0 [2020-12-12T00:50:55.723Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-12-12T00:50:55.723Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-12-12T00:50:55.723Z] (7/33) Installing python3 (3.8.5-r0) [2020-12-12T00:50:55.723Z] ---> Running in 3af6bbb4a6af [2020-12-12T00:50:57.149Z] Removing intermediate container 3af6bbb4a6af [2020-12-12T00:50:57.149Z] ---> 759c8c4aad34 [2020-12-12T00:50:57.149Z] [2020-12-12T00:50:57.428Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-12-12T00:50:57.428Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-12-12T00:50:57.428Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-12-12T00:50:57.428Z] (11/33) Installing py3-six (1.15.0-r0) [2020-12-12T00:50:57.428Z] (12/33) Installing py3-packaging (20.4-r0) [2020-12-12T00:50:57.428Z] Successfully built 759c8c4aad34 [2020-12-12T00:50:57.428Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-12-12T00:50:57.707Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-12-12T00:50:57.707Z]  Building docker-core-metadata-go ... done (14/33) Installing py3-chardet (3.0.4-r4) [2020-12-12T00:50:57.707Z] (15/33) Installing py3-idna (2.9-r0) [2020-12-12T00:50:57.707Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-12-12T00:50:57.707Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-12-12T00:50:57.707Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-12-12T00:50:57.707Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-12-12T00:50:57.978Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-12-12T00:50:57.978Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-12-12T00:50:57.978Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-12-12T00:50:57.978Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-12-12T00:50:57.978Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-12-12T00:50:57.978Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-12-12T00:50:57.978Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-12-12T00:50:57.978Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-12-12T00:50:57.978Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-12-12T00:50:57.978Z] (29/33) Installing py3-progress (1.5-r0) [2020-12-12T00:50:57.978Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-12-12T00:50:57.978Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-12-12T00:50:58.248Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-12-12T00:50:58.248Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-12-12T00:50:58.248Z] Executing busybox-1.31.1-r19.trigger [2020-12-12T00:50:58.248Z] OK: 71 MiB in 55 packages [2020-12-12T00:51:05.464Z] Removing intermediate container ab6ddc675382 [2020-12-12T00:51:05.464Z] ---> 59f24aa47ae1 [2020-12-12T00:51:05.464Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-12-12T00:51:05.464Z] ---> Running in ae2c85b630bc [2020-12-12T00:51:09.770Z] Collecting docker-compose==1.23.2 [2020-12-12T00:51:09.770Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-12-12T00:51:09.770Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-12-12T00:51:10.360Z] Collecting docker<4.0,>=3.6.0 [2020-12-12T00:51:10.360Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-12-12T00:51:10.953Z] Collecting websocket-client<1.0,>=0.32.0 [2020-12-12T00:51:10.953Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-12-12T00:51:11.238Z] Collecting docopt<0.7,>=0.6.1 [2020-12-12T00:51:11.517Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-12-12T00:51:14.153Z] Collecting dockerpty<0.5,>=0.4.1 [2020-12-12T00:51:14.153Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-12-12T00:51:15.579Z] Collecting texttable<0.10,>=0.9.0 [2020-12-12T00:51:15.579Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-12-12T00:51:18.180Z] Collecting PyYAML<4,>=3.10 [2020-12-12T00:51:18.180Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-12-12T00:51:20.784Z] Collecting jsonschema<3,>=2.5.1 [2020-12-12T00:51:20.784Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-12-12T00:51:21.055Z] Collecting cached-property<2,>=1.2.0 [2020-12-12T00:51:21.055Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-12-12T00:51:22.022Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-12-12T00:51:22.022Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-12-12T00:51:22.612Z] Collecting docker-pycreds>=0.4.0 [2020-12-12T00:51:22.612Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-12-12T00:51:23.200Z] Collecting urllib3<1.25,>=1.21.1 [2020-12-12T00:51:23.200Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-12-12T00:51:23.470Z] Collecting idna<2.8,>=2.5 [2020-12-12T00:51:23.470Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-12-12T00:51:23.471Z] 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) [2020-12-12T00:51:23.471Z] 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) [2020-12-12T00:51:23.471Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-12-12T00:51:23.471Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-12-12T00:51:23.471Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-12-12T00:51:23.471Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-12-12T00:51:24.437Z] Installing collected packages: urllib3, idna, requests, docker-pycreds, websocket-client, docker, docopt, dockerpty, texttable, PyYAML, jsonschema, cached-property, docker-compose [2020-12-12T00:51:24.437Z] Attempting uninstall: urllib3 [2020-12-12T00:51:24.437Z] Found existing installation: urllib3 1.25.9 [2020-12-12T00:51:24.437Z] Uninstalling urllib3-1.25.9: [2020-12-12T00:51:24.437Z] Successfully uninstalled urllib3-1.25.9 [2020-12-12T00:51:25.030Z] Attempting uninstall: idna [2020-12-12T00:51:25.030Z] Found existing installation: idna 2.9 [2020-12-12T00:51:25.030Z] Uninstalling idna-2.9: [2020-12-12T00:51:25.030Z] Successfully uninstalled idna-2.9 [2020-12-12T00:51:25.620Z] Attempting uninstall: requests [2020-12-12T00:51:25.620Z] Found existing installation: requests 2.23.0 [2020-12-12T00:51:25.620Z] Uninstalling requests-2.23.0: [2020-12-12T00:51:25.890Z] Successfully uninstalled requests-2.23.0 [2020-12-12T00:51:27.312Z] Running setup.py install for docopt: started [2020-12-12T00:51:29.274Z] Running setup.py install for docopt: finished with status 'done' [2020-12-12T00:51:29.274Z] Running setup.py install for dockerpty: started [2020-12-12T00:51:30.699Z] Running setup.py install for dockerpty: finished with status 'done' [2020-12-12T00:51:30.699Z] Running setup.py install for texttable: started [2020-12-12T00:51:32.666Z] Running setup.py install for texttable: finished with status 'done' [2020-12-12T00:51:32.666Z] Running setup.py install for PyYAML: started [2020-12-12T00:51:34.631Z] Running setup.py install for PyYAML: finished with status 'done' [2020-12-12T00:51:35.608Z] 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 [2020-12-12T00:51:39.894Z] Removing intermediate container ae2c85b630bc [2020-12-12T00:51:39.894Z] ---> 9326102df9e5 [2020-12-12T00:51:39.894Z] Step 22/27 : RUN apk --no-cache add curl [2020-12-12T00:51:39.894Z] ---> Running in f5c86779bda7 [2020-12-12T00:51:40.486Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-12T00:51:40.756Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-12T00:51:41.347Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-12-12T00:51:41.347Z] (2/3) Installing libcurl (7.69.1-r3) [2020-12-12T00:51:41.347Z] (3/3) Installing curl (7.69.1-r3) [2020-12-12T00:51:41.347Z] Executing busybox-1.31.1-r19.trigger [2020-12-12T00:51:41.347Z] OK: 71 MiB in 58 packages [2020-12-12T00:51:42.777Z] Removing intermediate container f5c86779bda7 [2020-12-12T00:51:42.777Z] ---> 83ccbfcceebc [2020-12-12T00:51:42.777Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-12-12T00:51:42.777Z] ---> Running in a68005331a40 [2020-12-12T00:51:43.381Z] Removing intermediate container a68005331a40 [2020-12-12T00:51:43.381Z] ---> 56dac972bd67 [2020-12-12T00:51:43.381Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-12T00:51:43.381Z] ---> Running in 38b7d3e8cdd8 [2020-12-12T00:51:43.972Z] Removing intermediate container 38b7d3e8cdd8 [2020-12-12T00:51:43.972Z] ---> 3c999c055404 [2020-12-12T00:51:43.972Z] Step 25/27 : LABEL arch=arm64 [2020-12-12T00:51:43.972Z] ---> Running in 1b2a02acbaaa [2020-12-12T00:51:44.563Z] Removing intermediate container 1b2a02acbaaa [2020-12-12T00:51:44.564Z] ---> 0bf2e36cbdf1 [2020-12-12T00:51:44.564Z] Step 26/27 : LABEL git_sha=8f1695c00aae907ff5828cbfc029c2c45daad569 [2020-12-12T00:51:44.564Z] ---> Running in 5eb39377df19 [2020-12-12T00:51:45.157Z] Removing intermediate container 5eb39377df19 [2020-12-12T00:51:45.157Z] ---> b50f8693ff82 [2020-12-12T00:51:45.157Z] Step 27/27 : LABEL version=0.0.0 [2020-12-12T00:51:45.157Z] ---> Running in 9e3fd7494b01 [2020-12-12T00:51:45.750Z] Removing intermediate container 9e3fd7494b01 [2020-12-12T00:51:45.750Z] ---> 6b19c8672ca9 [2020-12-12T00:51:45.750Z] [2020-12-12T00:51:46.020Z] Successfully built 6b19c8672ca9 [2020-12-12T00:51:46.020Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-12-12T00:51:46.575Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-12-12T00:51:46.597Z] $ docker stop --time=1 b906ad4afdc1bf022a816f8cd48efd5599e280f12e2ab6b62bee055d7dffee5a [2020-12-12T00:51:48.537Z] $ docker rm -f b906ad4afdc1bf022a816f8cd48efd5599e280f12e2ab6b62bee055d7dffee5a [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-12T00:51:49.253Z] + + dockergrep images docker [2020-12-12T00:51:49.253Z] [2020-12-12T00:51:49.523Z] docker-sys-mgmt-agent-go-arm64 latest 6b19c8672ca9 4 seconds ago 300MB [2020-12-12T00:51:49.523Z] docker-core-metadata-go-arm64 latest 759c8c4aad34 53 seconds ago 13.6MB [2020-12-12T00:51:49.523Z] docker-core-command-go-arm64 latest 2dcf304a10c5 About a minute ago 11.4MB [2020-12-12T00:51:49.523Z] docker-security-bootstrap-redis-go-arm64 latest 600ecfe13e8a About a minute ago 15.2MB [2020-12-12T00:51:49.523Z] docker-security-proxy-setup-go-arm64 latest 09f847fa698a About a minute ago 23.4MB [2020-12-12T00:51:49.523Z] docker-core-data-go-arm64 latest a8dd8a9b8463 3 minutes ago 22.3MB [2020-12-12T00:51:49.523Z] docker-support-notifications-go-arm64 latest 9a5dd1aa7526 4 minutes ago 12.9MB [2020-12-12T00:51:49.523Z] docker-support-scheduler-go-arm64 latest ae8ebe9f65b1 4 minutes ago 11.5MB [2020-12-12T00:51:49.523Z] docker-security-secretstore-setup-go-arm64 latest 856a18bf5e8d 4 minutes ago 23.5MB [2020-12-12T00:51:49.523Z] docker-security-secrets-setup-go-arm64 latest aaaf85ee903a 4 minutes ago 22.7MB [2020-12-12T00:51:49.523Z] docker latest eeaf43b92773 21 hours 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 [2020-12-12T00:51:51.384Z] provisioning config files... [2020-12-12T00:51:51.398Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/14@tmp/config7947686046878870491tmp [Pipeline] { [Pipeline] sh [2020-12-12T00:51:51.792Z] + set +x [2020-12-12T00:51:51.792Z] + curl -s https://codecov.io/bash [2020-12-12T00:51:51.792Z] + bash -s -- [2020-12-12T00:51:52.055Z] [2020-12-12T00:51:52.055Z] _____ _ [2020-12-12T00:51:52.055Z] / ____| | | [2020-12-12T00:51:52.055Z] | | ___ __| | ___ ___ _____ __ [2020-12-12T00:51:52.055Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-12-12T00:51:52.055Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-12-12T00:51:52.055Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-12-12T00:51:52.055Z] Bash-20201130-cc6d3fe [2020-12-12T00:51:52.055Z] [2020-12-12T00:51:52.055Z] [2020-12-12T00:51:52.055Z] ==> Jenkins CI detected. [2020-12-12T00:51:52.055Z] project root: . [2020-12-12T00:51:52.055Z] --> token set from env [2020-12-12T00:51:52.055Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-12-12T00:51:52.317Z] ==> Running gcov in . (disable via -X gcov) [2020-12-12T00:51:52.317Z] ==> Python coveragepy not found [2020-12-12T00:51:52.317Z] ==> Searching for coverage reports in: [2020-12-12T00:51:52.317Z] + . [2020-12-12T00:51:52.317Z] -> Found 1 reports [2020-12-12T00:51:52.317Z] ==> Detecting git/mercurial file structure [2020-12-12T00:51:52.317Z] ==> Reading reports [2020-12-12T00:51:52.317Z] + ./coverage.out bytes=569827 [2020-12-12T00:51:52.317Z] ==> Appending adjustments [2020-12-12T00:51:52.317Z] https://docs.codecov.io/docs/fixing-reports [2020-12-12T00:51:55.626Z] + Found adjustments [2020-12-12T00:51:55.626Z] ==> Gzipping contents [2020-12-12T00:51:55.626Z] 88K /tmp/codecov.OzJwLC.gz [2020-12-12T00:51:55.626Z] ==> Uploading reports [2020-12-12T00:51:55.626Z] url: https://codecov.io [2020-12-12T00:51:55.626Z] query: branch=PR-2908&commit=8f1695c00aae907ff5828cbfc029c2c45daad569&build=14&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2908%2F14%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2908&job=&cmd_args= [2020-12-12T00:51:55.626Z] -> Pinging Codecov [2020-12-12T00:51:55.626Z] https://codecov.io/upload/v4?package=bash-20201130-cc6d3fe&token=secret&branch=PR-2908&commit=8f1695c00aae907ff5828cbfc029c2c45daad569&build=14&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2908%2F14%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2908&job=&cmd_args= [2020-12-12T00:51:55.888Z] -> Uploading to [2020-12-12T00:51:55.889Z] https://storage.googleapis.com/codecov/v4/raw/2020-12-12/00271124DB129430A58F1EEE437C3FCB/8f1695c00aae907ff5828cbfc029c2c45daad569/a904f726-bfee-49fc-bdee-eac43b05ce48.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201212%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201212T005155Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=b5039e903cffed6e965b797fc5c753884cc1bc6216165430c36d71d0fd262d5e [2020-12-12T00:51:55.889Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-12T00:51:55.889Z] Dload Upload Total Spent Left Speed [2020-12-12T00:51:56.725Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 88164 0 0 100 88164 0 143k --:--:-- --:--:-- --:--:-- 143k [2020-12-12T00:51:56.725Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/8f1695c00aae907ff5828cbfc029c2c45daad569 [Pipeline] } [2020-12-12T00:51:56.735Z] 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 [2020-12-12T00:51:58.727Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-12T00:51:59.610Z] ---> package-listing.sh [2020-12-12T00:51:59.610Z] ++ facter osfamily [2020-12-12T00:51:59.610Z] ++ tr '[:upper:]' '[:lower:]' [2020-12-12T00:51:59.610Z] + OS_FAMILY=redhat [2020-12-12T00:51:59.610Z] + workspace=/w/workspace/edgex-go/14 [2020-12-12T00:51:59.610Z] + START_PACKAGES=/tmp/packages_start.txt [2020-12-12T00:51:59.610Z] + END_PACKAGES=/tmp/packages_end.txt [2020-12-12T00:51:59.610Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-12-12T00:51:59.610Z] + PACKAGES=/tmp/packages_start.txt [2020-12-12T00:51:59.610Z] + '[' /w/workspace/edgex-go/14 ']' [2020-12-12T00:51:59.610Z] + PACKAGES=/tmp/packages_end.txt [2020-12-12T00:51:59.610Z] + case "${OS_FAMILY}" in [2020-12-12T00:51:59.610Z] + rpm -qa [2020-12-12T00:51:59.610Z] + sort [2020-12-12T00:52:04.920Z] + '[' -f /tmp/packages_start.txt ']' [2020-12-12T00:52:04.920Z] + '[' -f /tmp/packages_end.txt ']' [2020-12-12T00:52:04.920Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-12-12T00:52:04.920Z] + '[' /w/workspace/edgex-go/14 ']' [2020-12-12T00:52:04.920Z] + mkdir -p /w/workspace/edgex-go/14/archives/ [2020-12-12T00:52:04.920Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/14/archives/ [Pipeline] echo [2020-12-12T00:52:04.936Z] 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/14/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-12-12T00:52:05.230Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-12-12T00:52:05.606Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-12T00:52:05.607Z] [2020-12-12T00:52:05.607Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-12-12T00:52:06.059Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-12T00:52:06.059Z] alpine: Pulling from edgex-lftools-log-publisher [2020-12-12T00:52:06.059Z] df20fa9351a1: Pulling fs layer [2020-12-12T00:52:06.060Z] 36b3adc4ff6f: Pulling fs layer [2020-12-12T00:52:06.060Z] 8ad3a11d3b57: Pulling fs layer [2020-12-12T00:52:06.060Z] 46f8f816bc3b: Pulling fs layer [2020-12-12T00:52:06.060Z] 93b61091891f: Pulling fs layer [2020-12-12T00:52:06.060Z] 93b9cdb0e59b: Pulling fs layer [2020-12-12T00:52:06.060Z] 5e14af77c1be: Pulling fs layer [2020-12-12T00:52:06.060Z] 01666e4c0597: Pulling fs layer [2020-12-12T00:52:06.060Z] aa168da1d23b: Pulling fs layer [2020-12-12T00:52:06.060Z] 5e14af77c1be: Waiting [2020-12-12T00:52:06.060Z] 01666e4c0597: Waiting [2020-12-12T00:52:06.060Z] 46f8f816bc3b: Waiting [2020-12-12T00:52:06.060Z] aa168da1d23b: Waiting [2020-12-12T00:52:06.060Z] 93b61091891f: Waiting [2020-12-12T00:52:06.060Z] 93b9cdb0e59b: Waiting [2020-12-12T00:52:06.060Z] 36b3adc4ff6f: Download complete [2020-12-12T00:52:06.060Z] 46f8f816bc3b: Download complete [2020-12-12T00:52:06.340Z] df20fa9351a1: Verifying Checksum [2020-12-12T00:52:06.340Z] df20fa9351a1: Download complete [2020-12-12T00:52:06.340Z] 93b9cdb0e59b: Verifying Checksum [2020-12-12T00:52:06.340Z] 93b9cdb0e59b: Download complete [2020-12-12T00:52:06.340Z] 93b61091891f: Verifying Checksum [2020-12-12T00:52:06.340Z] 93b61091891f: Download complete [2020-12-12T00:52:06.340Z] 5e14af77c1be: Download complete [2020-12-12T00:52:06.340Z] 01666e4c0597: Verifying Checksum [2020-12-12T00:52:06.340Z] 01666e4c0597: Download complete [2020-12-12T00:52:06.628Z] df20fa9351a1: Pull complete [2020-12-12T00:52:06.628Z] 36b3adc4ff6f: Pull complete [2020-12-12T00:52:07.204Z] 8ad3a11d3b57: Verifying Checksum [2020-12-12T00:52:07.204Z] 8ad3a11d3b57: Download complete [2020-12-12T00:52:07.778Z] 8ad3a11d3b57: Pull complete [2020-12-12T00:52:08.045Z] 46f8f816bc3b: Pull complete [2020-12-12T00:52:08.993Z] aa168da1d23b: Verifying Checksum [2020-12-12T00:52:08.993Z] aa168da1d23b: Download complete [2020-12-12T00:52:09.256Z] 93b61091891f: Pull complete [2020-12-12T00:52:09.518Z] 93b9cdb0e59b: Pull complete [2020-12-12T00:52:09.518Z] 5e14af77c1be: Pull complete [2020-12-12T00:52:09.780Z] 01666e4c0597: Pull complete [2020-12-12T00:52:22.051Z] aa168da1d23b: Pull complete [2020-12-12T00:52:22.998Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-12-12T00:52:22.998Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-12T00:52:22.998Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-12-12T00:52:23.254Z] prd-centos7-docker-4c-2g-15681 does not seem to be running inside a container [2020-12-12T00:52:23.315Z] $ 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/14/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/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@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:10003/edgex-lftools-log-publisher:alpine cat [2020-12-12T00:52:26.045Z] $ docker top 9959a6b140e675569297427e7102912d28a62369c2365cb09f7800055f90113a -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-12T00:52:26.566Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-12-12T00:52:26.869Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-12-12T00:52:27.171Z] + ls /var/log/sa-host [2020-12-12T00:52:27.171Z] + sadf -c /var/log/sa-host/sa12 [2020-12-12T00:52:27.171Z] file_magic: OK [2020-12-12T00:52:27.171Z] HZ: Using current value: 100 [2020-12-12T00:52:27.171Z] file_header: OK [2020-12-12T00:52:27.171Z] 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 [2020-12-12T00:52:27.171Z] Statistics: [2020-12-12T00:52:27.171Z] 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... [2020-12-12T00:52:27.171Z] File successfully converted to sysstat format version 12.2.1 [2020-12-12T00:52:27.171Z] + sadf -c /var/log/sa-host/sa23 [2020-12-12T00:52:27.171Z] file_magic: OK [2020-12-12T00:52:27.171Z] HZ: Using current value: 100 [2020-12-12T00:52:27.171Z] file_header: OK [2020-12-12T00:52:27.171Z] 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 [2020-12-12T00:52:27.171Z] Statistics: [2020-12-12T00:52:27.171Z] Hnuu...uuuununununu... [2020-12-12T00:52:27.171Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-12-12T00:52:27.386Z] provisioning config files... [2020-12-12T00:52:27.404Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/14@tmp/config9012040458373673945tmp [Pipeline] { [Pipeline] echo [2020-12-12T00:52:27.478Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-12T00:52:27.777Z] ---> create-netrc.sh [Pipeline] } [2020-12-12T00:52:27.786Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-12-12T00:52:27.879Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-12T00:52:28.179Z] ---> python-tools-install.sh [Pipeline] echo [2020-12-12T00:52:28.191Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-12T00:52:28.490Z] ---> sudo-logs.sh [2020-12-12T00:52:28.490Z] Archiving 'sudo' log.. [Pipeline] echo [2020-12-12T00:52:28.501Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-12T00:52:28.803Z] ---> job-cost.sh [2020-12-12T00:52:28.803Z] lf-activate-venv: SKIPPING [2020-12-12T00:52:28.803Z] INFO: No Stack... [2020-12-12T00:52:29.376Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-12-12T00:52:29.949Z] INFO: Archiving Costs [Pipeline] echo [2020-12-12T00:52:29.962Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-12T00:52:30.258Z] ---> logs-deploy.sh [2020-12-12T00:52:30.258Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2908/14 [2020-12-12T00:52:30.258Z] INFO: archiving workspace using pattern(s): [2020-12-12T00:52:31.649Z] Archives upload complete. [2020-12-12T00:52:31.649Z] INFO: archiving logs to Nexus