Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from fe929cdc9076a4b61d9349ddb828743ec74444d3+8905b2aeb998c2429dd3dac7113c428985f887cf (2a50742b82f99d3e91c4ec206ab2e03d41da78e4) 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-15981 in /w/workspace/edgexfoundry_edgex-go_PR-2908 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/15 [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/15 # 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 8905b2aeb998c2429dd3dac7113c428985f887cf into PR head commit fe929cdc9076a4b61d9349ddb828743ec74444d3 > 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 Merge succeeded, producing bdd14c6a04719bacb5d4ac68c7e102f658622b87 Checking out Revision bdd14c6a04719bacb5d4ac68c7e102f658622b87 (PR-2908) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 8905b2aeb998c2429dd3dac7113c428985f887cf # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f bdd14c6a04719bacb5d4ac68c7e102f658622b87 # timeout=10 Commit message: "Merge commit '8905b2aeb998c2429dd3dac7113c428985f887cf' into HEAD" First time build. Skipping changelog. > git rev-list --no-walk 8f1695c00aae907ff5828cbfc029c2c45daad569 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-12-15T00:31:33.836Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-12-15T00:31:34.131Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-12-15T00:31:34.222Z] ========================================================= [2020-12-15T00:31:34.222Z] EdgeX Global Pipelines Version Info [2020-12-15T00:31:34.222Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-12-15T00:31:35.687Z] ------------------- [2020-12-15T00:31:35.687Z] stable info: [2020-12-15T00:31:35.687Z] ------------------- [2020-12-15T00:31:35.687Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-15T00:31:35.687Z] Commit SHA: 025b6483f761633eb525fab7d6a8b6537d6ee4a4 [2020-12-15T00:31:35.687Z] Message: update stable to v1.0.172 [2020-12-15T00:31:36.639Z] ------------------- [2020-12-15T00:31:36.639Z] experimental info: [2020-12-15T00:31:36.639Z] ------------------- [2020-12-15T00:31:36.639Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-15T00:31:36.639Z] Commit SHA: 025b6483f761633eb525fab7d6a8b6537d6ee4a4 [2020-12-15T00:31:36.639Z] Message: update experimental to v1.0.172 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-15T00:31:36.901Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-12-15T00:31:36.995Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-12-15T00:31:37.081Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-12-15T00:31:37.269Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-12-15T00:31:37.362Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-12-15T00:31:37.447Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-12-15T00:31:37.538Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-12-15T00:31:37.624Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-12-15T00:31:37.714Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-12-15T00:31:37.797Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-12-15T00:31:37.888Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-12-15T00:31:37.994Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-12-15T00:31:38.083Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-12-15T00:31:38.177Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-12-15T00:31:38.270Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-12-15T00:31:38.362Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-12-15T00:31:38.447Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-12-15T00:31:38.529Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-12-15T00:31:38.641Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-12-15T00:31:38.743Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-12-15T00:31:38.841Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-12-15T00:31:38.932Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-12-15T00:31:39.011Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2908 [Pipeline] echo [2020-12-15T00:31:39.096Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2908 [Pipeline] echo [2020-12-15T00:31:39.199Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2908 [Pipeline] echo [2020-12-15T00:31:39.288Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = bdd14c6a04719bacb5d4ac68c7e102f658622b87 [Pipeline] echo [2020-12-15T00:31:39.371Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = bdd14c6 [Pipeline] echo [2020-12-15T00:31:39.460Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-15T00:31:39.629Z] provisioning config files... [2020-12-15T00:31:39.661Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/15@tmp/config1875791052045815424tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-15T00:31:40.078Z] ---> docker-login.sh [2020-12-15T00:31:40.078Z] nexus3.edgexfoundry.org:10001 [2020-12-15T00:31:40.078Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-15T00:31:40.341Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-15T00:31:40.341Z] Configure a credential helper to remove this warning. See [2020-12-15T00:31:40.341Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-15T00:31:40.341Z] [2020-12-15T00:31:40.341Z] Login Succeeded [2020-12-15T00:31:40.341Z] nexus3.edgexfoundry.org:10002 [2020-12-15T00:31:40.341Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-15T00:31:40.610Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-15T00:31:40.610Z] Configure a credential helper to remove this warning. See [2020-12-15T00:31:40.610Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-15T00:31:40.610Z] [2020-12-15T00:31:40.610Z] Login Succeeded [2020-12-15T00:31:40.610Z] nexus3.edgexfoundry.org:10003 [2020-12-15T00:31:40.610Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-15T00:31:40.610Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-15T00:31:40.610Z] Configure a credential helper to remove this warning. See [2020-12-15T00:31:40.610Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-15T00:31:40.610Z] [2020-12-15T00:31:40.610Z] Login Succeeded [2020-12-15T00:31:40.610Z] nexus3.edgexfoundry.org:10004 [2020-12-15T00:31:40.872Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-15T00:31:40.872Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-15T00:31:40.872Z] Configure a credential helper to remove this warning. See [2020-12-15T00:31:40.872Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-15T00:31:40.872Z] [2020-12-15T00:31:40.872Z] Login Succeeded [2020-12-15T00:31:40.872Z] docker.io [2020-12-15T00:31:40.872Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-15T00:31:41.137Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-15T00:31:41.137Z] Configure a credential helper to remove this warning. See [2020-12-15T00:31:41.137Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-15T00:31:41.137Z] [2020-12-15T00:31:41.137Z] Login Succeeded [2020-12-15T00:31:41.137Z] ---> docker-login.sh ends [Pipeline] } [2020-12-15T00:31:41.159Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-15T00:31:41.770Z] ++ 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-15T00:31:41.770Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-15T00:31:41.770Z] ++ dirname cmd/core-command/Dockerfile [2020-12-15T00:31:41.770Z] ++ cut -d/ -f2 [2020-12-15T00:31:41.770Z] + echo core-command,cmd/core-command/Dockerfile [2020-12-15T00:31:41.770Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-15T00:31:41.770Z] ++ dirname cmd/core-data/Dockerfile [2020-12-15T00:31:41.770Z] ++ cut -d/ -f2 [2020-12-15T00:31:41.770Z] + echo core-data,cmd/core-data/Dockerfile [2020-12-15T00:31:41.770Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-15T00:31:41.770Z] ++ dirname cmd/core-metadata/Dockerfile [2020-12-15T00:31:41.770Z] ++ cut -d/ -f2 [2020-12-15T00:31:41.770Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-12-15T00:31:41.770Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-15T00:31:41.770Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2020-12-15T00:31:41.770Z] ++ cut -d/ -f2 [2020-12-15T00:31:41.770Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2020-12-15T00:31:41.770Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-15T00:31:41.770Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-12-15T00:31:41.770Z] ++ cut -d/ -f2 [2020-12-15T00:31:41.770Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-12-15T00:31:41.770Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-15T00:31:41.770Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-12-15T00:31:41.770Z] ++ cut -d/ -f2 [2020-12-15T00:31:41.770Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-12-15T00:31:41.770Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-15T00:31:41.770Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-12-15T00:31:41.770Z] ++ cut -d/ -f2 [2020-12-15T00:31:41.770Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-12-15T00:31:41.770Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-15T00:31:41.770Z] ++ dirname cmd/support-notifications/Dockerfile [2020-12-15T00:31:41.770Z] ++ cut -d/ -f2 [2020-12-15T00:31:41.770Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-12-15T00:31:41.770Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-15T00:31:41.770Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-12-15T00:31:41.770Z] ++ cut -d/ -f2 [2020-12-15T00:31:41.770Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-12-15T00:31:41.770Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-15T00:31:41.770Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-12-15T00:31:41.770Z] ++ cut -d/ -f2 [2020-12-15T00:31:41.770Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-12-15T00:31:41.839Z] 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-15T00:31:42.724Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-15T00:31:42.725Z] [2020-12-15T00:31:42.725Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-12-15T00:31:43.337Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-15T00:31:43.337Z] latest: Pulling from edgex-devops/git-semver [2020-12-15T00:31:43.337Z] 31603596830f: Pulling fs layer [2020-12-15T00:31:43.337Z] 2a8b12db71e7: Pulling fs layer [2020-12-15T00:31:43.337Z] 6ca5941a6612: Pulling fs layer [2020-12-15T00:31:43.337Z] ecc8261a40a4: Pulling fs layer [2020-12-15T00:31:43.337Z] ecc8261a40a4: Waiting [2020-12-15T00:31:43.337Z] 2a8b12db71e7: Download complete [2020-12-15T00:31:43.605Z] 31603596830f: Download complete [2020-12-15T00:31:43.605Z] ecc8261a40a4: Verifying Checksum [2020-12-15T00:31:43.605Z] ecc8261a40a4: Download complete [2020-12-15T00:31:43.866Z] 6ca5941a6612: Verifying Checksum [2020-12-15T00:31:43.866Z] 6ca5941a6612: Download complete [2020-12-15T00:31:43.866Z] 31603596830f: Pull complete [2020-12-15T00:31:43.866Z] 2a8b12db71e7: Pull complete [2020-12-15T00:31:44.819Z] 6ca5941a6612: Pull complete [2020-12-15T00:31:45.085Z] ecc8261a40a4: Pull complete [2020-12-15T00:31:45.085Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-12-15T00:31:45.085Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-15T00:31:45.085Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-12-15T00:31:45.196Z] prd-centos7-docker-4c-2g-15981 does not seem to be running inside a container [2020-12-15T00:31:45.256Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@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-15T00:31:47.736Z] $ docker top 1d0e02c9070fe19e581626942315458495f3aa5db391cee81572965ab3162589 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-15T00:31:48.125Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-15T00:31:48.125Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-15T00:31:48.332Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-15T00:31:48.339Z] $ docker exec 1d0e02c9070fe19e581626942315458495f3aa5db391cee81572965ab3162589 ssh-agent [2020-12-15T00:31:48.506Z] SSH_AUTH_SOCK=/tmp/ssh-xlmWCpkH5p1W/agent.13 [2020-12-15T00:31:48.506Z] SSH_AGENT_PID=18 [2020-12-15T00:31:48.521Z] Running ssh-add (command line suppressed) [2020-12-15T00:31:48.641Z] Identity added: /w/workspace/edgex-go/15@tmp/private_key_1438981792826457391.key (/w/workspace/edgex-go/15@tmp/private_key_1438981792826457391.key) [2020-12-15T00:31:48.688Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-15T00:31:49.021Z] + git tag --points-at HEAD [Pipeline] } [2020-12-15T00:31:49.047Z] $ docker exec --env ******** --env ******** 1d0e02c9070fe19e581626942315458495f3aa5db391cee81572965ab3162589 ssh-agent -k [2020-12-15T00:31:49.167Z] unset SSH_AUTH_SOCK; [2020-12-15T00:31:49.167Z] unset SSH_AGENT_PID; [2020-12-15T00:31:49.167Z] echo Agent pid 18 killed; [2020-12-15T00:31:49.221Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-12-15T00:31:49.364Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-15T00:31:49.364Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-15T00:31:49.537Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-15T00:31:49.543Z] $ docker exec 1d0e02c9070fe19e581626942315458495f3aa5db391cee81572965ab3162589 ssh-agent [2020-12-15T00:31:49.701Z] SSH_AUTH_SOCK=/tmp/ssh-F41Gxc8KiKsM/agent.48 [2020-12-15T00:31:49.702Z] SSH_AGENT_PID=53 [2020-12-15T00:31:49.718Z] Running ssh-add (command line suppressed) [2020-12-15T00:31:49.834Z] Identity added: /w/workspace/edgex-go/15@tmp/private_key_1092342715501700852.key (/w/workspace/edgex-go/15@tmp/private_key_1092342715501700852.key) [2020-12-15T00:31:49.882Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-15T00:31:50.258Z] + git semver init [2020-12-15T00:31:50.258Z] # -> Open(): unable to determine branch for HEAD [2020-12-15T00:31:50.258Z] # $GIT_DIR = /w/workspace/edgex-go/15/.git [2020-12-15T00:31:50.258Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/15 [2020-12-15T00:31:50.258Z] # $SEMVER_REMOTE_NAME = origin [2020-12-15T00:31:50.258Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-15T00:31:50.258Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-15T00:31:50.258Z] # $SEMVER_BRANCH = PR-2908 [2020-12-15T00:31:50.258Z] # $SEMVER_TEMP = /tmp/semver-513628441 [2020-12-15T00:31:50.258Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-12-15T00:32:16.880Z] # '/tmp/semver-513628441' -> '/w/workspace/edgex-go/15/.semver' [2020-12-15T00:32:16.880Z] # -> Force: false [2020-12-15T00:32:16.880Z] # $SEMVER_DIR = /w/workspace/edgex-go/15/.semver [Pipeline] } [2020-12-15T00:32:16.895Z] $ docker exec --env ******** --env ******** 1d0e02c9070fe19e581626942315458495f3aa5db391cee81572965ab3162589 ssh-agent -k [2020-12-15T00:32:17.089Z] unset SSH_AUTH_SOCK; [2020-12-15T00:32:17.089Z] unset SSH_AGENT_PID; [2020-12-15T00:32:17.089Z] echo Agent pid 53 killed; [2020-12-15T00:32:17.153Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-15T00:32:17.636Z] + git semver [Pipeline] } [2020-12-15T00:32:17.655Z] $ docker stop --time=1 1d0e02c9070fe19e581626942315458495f3aa5db391cee81572965ab3162589 [2020-12-15T00:32:19.398Z] $ docker rm -f 1d0e02c9070fe19e581626942315458495f3aa5db391cee81572965ab3162589 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-15T00:32:19.948Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-12-15T00:32:20.429Z] Stashed 1 file(s) [Pipeline] echo [2020-12-15T00:32:20.432Z] [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-15T00:32:21.535Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2020-12-15T00:32:21.844Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-15T00:32:22.141Z] + sudo service docker restart [2020-12-15T00:32:22.142Z] + true [2020-12-15T00:32:22.142Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2020-12-15T00:32:22.731Z] ========================================================= [2020-12-15T00:32:22.731Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-12-15T00:32:22.731Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-15T00:32:23.071Z] + 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-15T00:32:26.394Z] Sending build context to Docker daemon 326.4MB [2020-12-15T00:32:26.394Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-12-15T00:32:26.394Z] Step 2/7 : FROM ${BASE} [2020-12-15T00:32:26.658Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-12-15T00:32:26.658Z] 188c0c94c7c5: Pulling fs layer [2020-12-15T00:32:26.658Z] 0ef7d3d256c8: Pulling fs layer [2020-12-15T00:32:26.658Z] de9db76c5a1d: Pulling fs layer [2020-12-15T00:32:26.658Z] bca2f99d35d6: Pulling fs layer [2020-12-15T00:32:26.658Z] 93359f2a8cfa: Pulling fs layer [2020-12-15T00:32:26.658Z] 7c6f9722023f: Pulling fs layer [2020-12-15T00:32:26.658Z] a35cf1a2eb13: Pulling fs layer [2020-12-15T00:32:26.658Z] 93359f2a8cfa: Waiting [2020-12-15T00:32:26.658Z] 7c6f9722023f: Waiting [2020-12-15T00:32:26.658Z] a35cf1a2eb13: Waiting [2020-12-15T00:32:26.658Z] bca2f99d35d6: Waiting [2020-12-15T00:32:26.658Z] de9db76c5a1d: Verifying Checksum [2020-12-15T00:32:26.658Z] de9db76c5a1d: Download complete [2020-12-15T00:32:26.658Z] 0ef7d3d256c8: Download complete [2020-12-15T00:32:26.658Z] 93359f2a8cfa: Verifying Checksum [2020-12-15T00:32:26.658Z] 93359f2a8cfa: Download complete [2020-12-15T00:32:26.658Z] 7c6f9722023f: Download complete [2020-12-15T00:32:26.658Z] 188c0c94c7c5: Verifying Checksum [2020-12-15T00:32:26.658Z] 188c0c94c7c5: Download complete [2020-12-15T00:32:27.234Z] 188c0c94c7c5: Pull complete [2020-12-15T00:32:28.191Z] 0ef7d3d256c8: Pull complete [2020-12-15T00:32:28.460Z] a35cf1a2eb13: Verifying Checksum [2020-12-15T00:32:28.460Z] a35cf1a2eb13: Download complete [2020-12-15T00:32:29.035Z] bca2f99d35d6: Download complete [2020-12-15T00:32:29.302Z] de9db76c5a1d: Pull complete [2020-12-15T00:32:34.629Z] bca2f99d35d6: Pull complete [2020-12-15T00:32:34.894Z] 93359f2a8cfa: Pull complete [2020-12-15T00:32:34.894Z] 7c6f9722023f: Pull complete [2020-12-15T00:32:36.021Z] Still waiting to schedule task [2020-12-15T00:32:36.022Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-15973’ [2020-12-15T00:32:40.226Z] a35cf1a2eb13: Pull complete [2020-12-15T00:32:40.226Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2020-12-15T00:32:40.226Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-12-15T00:32:40.226Z] ---> a62c8e92a672 [2020-12-15T00:32:40.226Z] 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-15T00:32:40.226Z] ---> Running in 7edeed2e7924 [2020-12-15T00:32:40.226Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-15T00:32:41.175Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-15T00:32:43.098Z] (1/12) Installing libmagic (5.38-r0) [2020-12-15T00:32:44.043Z] (2/12) Installing file (5.38-r0) [2020-12-15T00:32:44.043Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-12-15T00:32:44.043Z] (4/12) Installing g++ (9.3.0-r2) [2020-12-15T00:33:10.667Z] (5/12) Installing fortify-headers (1.1-r0) [2020-12-15T00:33:10.667Z] (6/12) Installing patch (2.7.6-r6) [2020-12-15T00:33:10.667Z] (7/12) Installing build-base (0.5-r2) [2020-12-15T00:33:10.667Z] (8/12) Installing libsodium (1.0.18-r0) [2020-12-15T00:33:10.667Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-12-15T00:33:10.667Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-12-15T00:33:10.667Z] (11/12) Installing libzmq (4.3.3-r0) [2020-12-15T00:33:10.667Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-12-15T00:33:10.667Z] Executing busybox-1.31.1-r19.trigger [2020-12-15T00:33:10.667Z] OK: 233 MiB in 51 packages [2020-12-15T00:33:10.667Z] Removing intermediate container 7edeed2e7924 [2020-12-15T00:33:10.667Z] ---> b4022e72fafc [2020-12-15T00:33:10.667Z] Step 4/7 : WORKDIR /edgex-go [2020-12-15T00:33:10.667Z] ---> Running in b16f69ca4d33 [2020-12-15T00:33:10.667Z] Removing intermediate container b16f69ca4d33 [2020-12-15T00:33:10.667Z] ---> b2bd2da733f2 [2020-12-15T00:33:10.667Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-12-15T00:33:11.250Z] latest: Pulling from library/docker [2020-12-15T00:33:11.522Z] 05e7bc50f07f: Pulling fs layer [2020-12-15T00:33:11.522Z] 6db28d0fdbf6: Pulling fs layer [2020-12-15T00:33:11.522Z] 292df0bc6bf3: Pulling fs layer [2020-12-15T00:33:11.522Z] 2e060f4bd70b: Pulling fs layer [2020-12-15T00:33:11.522Z] 80e8d568a223: Pulling fs layer [2020-12-15T00:33:11.522Z] 8dc6ef1a942a: Pulling fs layer [2020-12-15T00:33:11.522Z] 2312dd95470a: Pulling fs layer [2020-12-15T00:33:11.522Z] 2e060f4bd70b: Waiting [2020-12-15T00:33:11.522Z] 80e8d568a223: Waiting [2020-12-15T00:33:11.522Z] 8dc6ef1a942a: Waiting [2020-12-15T00:33:11.522Z] 2312dd95470a: Waiting [2020-12-15T00:33:11.522Z] 292df0bc6bf3: Verifying Checksum [2020-12-15T00:33:11.522Z] 292df0bc6bf3: Download complete [2020-12-15T00:33:11.522Z] 6db28d0fdbf6: Verifying Checksum [2020-12-15T00:33:11.522Z] 6db28d0fdbf6: Download complete [2020-12-15T00:33:11.522Z] 05e7bc50f07f: Verifying Checksum [2020-12-15T00:33:11.522Z] 05e7bc50f07f: Download complete [2020-12-15T00:33:11.801Z] 80e8d568a223: Verifying Checksum [2020-12-15T00:33:11.801Z] 80e8d568a223: Download complete [2020-12-15T00:33:11.801Z] 8dc6ef1a942a: Verifying Checksum [2020-12-15T00:33:11.801Z] 8dc6ef1a942a: Download complete [2020-12-15T00:33:11.801Z] 2312dd95470a: Verifying Checksum [2020-12-15T00:33:11.801Z] 2312dd95470a: Download complete [2020-12-15T00:33:11.801Z] 05e7bc50f07f: Pull complete [2020-12-15T00:33:12.083Z] 6db28d0fdbf6: Pull complete [2020-12-15T00:33:12.357Z] 292df0bc6bf3: Pull complete [2020-12-15T00:33:12.956Z] 2e060f4bd70b: Download complete [2020-12-15T00:33:16.375Z] 2e060f4bd70b: Pull complete [2020-12-15T00:33:16.375Z] 80e8d568a223: Pull complete [2020-12-15T00:33:16.375Z] 8dc6ef1a942a: Pull complete [2020-12-15T00:33:16.375Z] 2312dd95470a: Pull complete [2020-12-15T00:33:16.375Z] Digest: sha256:11663df6a04f355f0d726c8ae20de03ee3b1ef1008bbb63027d0e13b137a8186 [2020-12-15T00:33:16.375Z] Status: Downloaded newer image for docker:latest [2020-12-15T00:33:18.400Z] ---> 972dfe8453df [2020-12-15T00:33:18.400Z] Step 6/7 : COPY go.mod . [2020-12-15T00:33:18.400Z] ---> 6bcf3331b8ee [2020-12-15T00:33:18.400Z] Step 7/7 : RUN go mod download [2020-12-15T00:33:18.400Z] ---> Running in 5cf7879f28e4 [2020-12-15T00:33:40.444Z] Removing intermediate container 5cf7879f28e4 [2020-12-15T00:33:40.444Z] ---> 035f5eb93015 [2020-12-15T00:33:40.444Z] Successfully built 035f5eb93015 [2020-12-15T00:33:40.444Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-15T00:33:40.763Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-15T00:33:40.763Z] . [Pipeline] withDockerContainer [2020-12-15T00:33:40.865Z] prd-centos7-docker-4c-2g-15981 does not seem to be running inside a container [2020-12-15T00:33:40.914Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@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-15T00:33:41.629Z] $ docker top e51255807cce0e07fd9e795ce609ae31ca56995772d90ac107de5389b3b46628 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-15T00:33:42.200Z] + go version [2020-12-15T00:33:42.200Z] go version go1.15.5 linux/amd64 [Pipeline] } [2020-12-15T00:33:42.239Z] $ docker stop --time=1 e51255807cce0e07fd9e795ce609ae31ca56995772d90ac107de5389b3b46628 [2020-12-15T00:33:43.605Z] $ docker rm -f e51255807cce0e07fd9e795ce609ae31ca56995772d90ac107de5389b3b46628 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-15T00:33:44.550Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-15T00:33:44.550Z] . [Pipeline] withDockerContainer [2020-12-15T00:33:44.700Z] prd-centos7-docker-4c-2g-15981 does not seem to be running inside a container [2020-12-15T00:33:44.807Z] $ 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/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@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-15T00:33:45.440Z] $ docker top 547b630eb229bb4b28b106fbabd9ed3ed7ae2c7d5ce6016810decff324cf5290 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-12-15T00:33:45.636Z] ========================================================= [2020-12-15T00:33:45.636Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-12-15T00:33:45.636Z] ========================================================= [Pipeline] sh [2020-12-15T00:33:45.924Z] + make test [2020-12-15T00:33:45.924Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-12-15T00:33:54.104Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-12-15T00:34:09.461Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-12-15T00:34:15.072Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-12-15T00:34:15.690Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-12-15T00:34:15.690Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2020-12-15T00:34:15.690Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2020-12-15T00:34:15.690Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-12-15T00:34:15.690Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-12-15T00:34:17.640Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.026s [2020-12-15T00:34:17.640Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-12-15T00:34:17.640Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-12-15T00:34:18.246Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-12-15T00:34:18.246Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-12-15T00:34:18.246Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-12-15T00:34:18.246Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-12-15T00:34:20.887Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.075s coverage: 46.6% of statements [2020-12-15T00:34:20.887Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-12-15T00:34:20.887Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-12-15T00:34:20.887Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-12-15T00:34:20.887Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-12-15T00:34:20.887Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-12-15T00:34:24.041Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.147s coverage: 27.1% of statements [2020-12-15T00:34:24.041Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-12-15T00:34:24.041Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-12-15T00:34:24.041Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-12-15T00:34:24.041Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-12-15T00:34:24.041Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-12-15T00:34:24.041Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-12-15T00:34:24.041Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.043s coverage: 100.0% of statements [2020-12-15T00:34:24.041Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-12-15T00:34:24.041Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.048s coverage: 100.0% of statements [2020-12-15T00:34:24.041Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-12-15T00:34:24.041Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-12-15T00:34:24.041Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.405s coverage: 68.9% of statements [2020-12-15T00:34:24.041Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-12-15T00:34:24.041Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-12-15T00:34:24.305Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.440s coverage: 82.6% of statements [2020-12-15T00:34:24.305Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-12-15T00:34:24.305Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-12-15T00:34:24.305Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-12-15T00:34:24.305Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-12-15T00:34:26.240Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.304s coverage: 28.6% of statements [2020-12-15T00:34:26.240Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-12-15T00:34:26.240Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-12-15T00:34:26.240Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-12-15T00:34:26.240Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-12-15T00:34:26.240Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-12-15T00:34:26.240Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.050s coverage: 100.0% of statements [2020-12-15T00:34:26.240Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-12-15T00:34:26.240Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.030s coverage: 100.0% of statements [2020-12-15T00:34:26.240Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-12-15T00:34:26.240Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.109s coverage: 86.7% of statements [2020-12-15T00:34:26.240Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-12-15T00:34:26.519Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.112s coverage: 97.5% of statements [2020-12-15T00:34:26.519Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-12-15T00:34:26.788Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.061s coverage: 78.3% of statements [2020-12-15T00:34:26.788Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-12-15T00:34:26.788Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-12-15T00:34:26.788Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-12-15T00:34:26.788Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-12-15T00:34:28.758Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.297s coverage: 93.8% of statements [2020-12-15T00:34:28.759Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-12-15T00:34:28.759Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-12-15T00:34:28.759Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-12-15T00:34:28.759Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-12-15T00:34:28.759Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-12-15T00:34:28.759Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-12-15T00:34:28.759Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-12-15T00:34:28.759Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-12-15T00:34:28.759Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-12-15T00:34:28.759Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-12-15T00:34:28.759Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-12-15T00:34:28.759Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-12-15T00:34:28.759Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-12-15T00:34:28.759Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-12-15T00:34:28.759Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-12-15T00:34:28.759Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-12-15T00:34:28.759Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-12-15T00:34:28.759Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-12-15T00:34:28.759Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-12-15T00:34:28.759Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-12-15T00:34:28.759Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.038s coverage: 58.8% of statements [2020-12-15T00:34:28.759Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-12-15T00:34:28.759Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-12-15T00:34:28.759Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.079s coverage: 0.1% of statements [2020-12-15T00:34:28.759Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-12-15T00:34:28.759Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-12-15T00:34:28.759Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2020-12-15T00:34:28.759Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2020-12-15T00:34:28.759Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.050s coverage: 100.0% of statements [2020-12-15T00:34:28.759Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2020-12-15T00:34:28.759Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.051s coverage: 75.5% of statements [2020-12-15T00:34:28.759Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2020-12-15T00:34:28.759Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.051s coverage: 80.8% of statements [2020-12-15T00:34:28.759Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.078s coverage: 87.2% of statements [2020-12-15T00:34:29.041Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.054s coverage: 84.2% of statements [2020-12-15T00:34:29.317Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.084s coverage: 91.4% of statements [2020-12-15T00:34:29.317Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2020-12-15T00:34:30.292Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.167s coverage: 63.5% of statements [2020-12-15T00:34:30.292Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-12-15T00:34:30.292Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-12-15T00:34:30.292Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.042s coverage: 100.0% of statements [2020-12-15T00:34:30.292Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.044s coverage: 91.3% of statements [2020-12-15T00:34:30.292Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.044s coverage: 100.0% of statements [2020-12-15T00:34:30.292Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.031s coverage: 73.7% of statements [2020-12-15T00:34:30.895Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.043s coverage: 100.0% of statements [2020-12-15T00:34:31.869Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.339s coverage: 55.9% of statements [2020-12-15T00:34:31.869Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-12-15T00:34:31.869Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-12-15T00:34:31.869Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2020-12-15T00:34:31.869Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2020-12-15T00:34:31.869Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2020-12-15T00:34:31.869Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-12-15T00:34:44.252Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 11.652s coverage: 86.3% of statements [2020-12-15T00:34:44.252Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-12-15T00:34:44.252Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.062s coverage: 72.2% of statements [2020-12-15T00:34:44.252Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.372s coverage: 72.1% of statements [2020-12-15T00:34:44.252Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.045s coverage: 82.4% of statements [2020-12-15T00:34:44.252Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.063s coverage: 48.4% of statements [2020-12-15T00:34:44.252Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-12-15T00:34:44.252Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-12-15T00:34:44.252Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-12-15T00:34:44.252Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.044s coverage: 28.8% of statements [2020-12-15T00:34:44.252Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-12-15T00:34:44.252Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.059s coverage: 96.8% of statements [2020-12-15T00:34:44.252Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-12-15T00:34:44.253Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.121s coverage: 37.0% of statements [2020-12-15T00:34:44.253Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-12-15T00:34:44.253Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-12-15T00:34:44.253Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.300s coverage: 84.0% of statements [2020-12-15T00:34:44.253Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.052s coverage: 100.0% of statements [2020-12-15T00:34:44.253Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.107s coverage: 47.1% of statements [2020-12-15T00:34:44.253Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-12-15T00:34:44.253Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-12-15T00:34:44.253Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.034s coverage: 100.0% of statements [2020-12-15T00:34:44.253Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-12-15T00:34:44.253Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-12-15T00:34:44.253Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-12-15T00:34:44.253Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.058s coverage: 100.0% of statements [2020-12-15T00:34:44.253Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-12-15T00:34:44.253Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.069s coverage: 100.0% of statements [2020-12-15T00:34:44.253Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-12-15T00:34:44.253Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.652s coverage: 29.1% of statements [2020-12-15T00:34:44.253Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-12-15T00:34:44.253Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-12-15T00:34:44.253Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-12-15T00:34:44.253Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-12-15T00:34:44.253Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-12-15T00:34:44.253Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.060s coverage: 99.0% of statements [2020-12-15T00:34:44.253Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-12-15T00:34:44.253Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.037s coverage: 100.0% of statements [2020-12-15T00:34:44.253Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-12-15T00:34:44.253Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.054s coverage: 0.0% of statements [2020-12-15T00:34:44.253Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-12-15T00:34:44.253Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.039s coverage: 100.0% of statements [2020-12-15T00:34:44.253Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-12-15T00:34:44.253Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-12-15T00:34:44.253Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-12-15T00:34:44.253Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-12-15T00:34:44.253Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.064s coverage: 87.9% of statements [2020-12-15T00:34:44.253Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-12-15T00:34:44.253Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-12-15T00:34:44.253Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.037s coverage: 100.0% of statements [2020-12-15T00:34:44.253Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.035s coverage: 32.1% of statements [2020-12-15T00:34:44.253Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.042s coverage: 100.0% of statements [2020-12-15T00:34:44.253Z] GO111MODULE=on go vet ./... [2020-12-15T00:35:06.401Z] gofmt -l . [2020-12-15T00:35:06.401Z] [ "`gofmt -l .`" = "" ] [2020-12-15T00:35:06.401Z] ./bin/test-go-mod-tidy.sh [2020-12-15T00:35:06.663Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-12-15T00:35:08.355Z] + ls -al . [2020-12-15T00:35:08.355Z] total 668 [2020-12-15T00:35:08.355Z] drwxrwxr-x 10 1001 1001 4096 Dec 15 00:35 . [2020-12-15T00:35:08.355Z] drwxr-xr-x 4 root root 30 Dec 15 00:33 .. [2020-12-15T00:35:08.355Z] -rw-rw-r-- 1 1001 1001 11 Dec 15 00:31 .dockerignore [2020-12-15T00:35:08.355Z] drwxrwxr-x 8 1001 1001 179 Dec 15 00:31 .git [2020-12-15T00:35:08.355Z] drwxrwxr-x 3 1001 1001 125 Dec 15 00:31 .github [2020-12-15T00:35:08.355Z] -rw-rw-r-- 1 1001 1001 943 Dec 15 00:31 .gitignore [2020-12-15T00:35:08.355Z] drwx------ 3 1001 1001 47 Dec 15 00:32 .semver [2020-12-15T00:35:08.355Z] -rw-rw-r-- 1 1001 1001 166 Dec 15 00:31 .sonarcloud.properties [2020-12-15T00:35:08.355Z] -rw-rw-r-- 1 1001 1001 3804 Dec 15 00:31 CONTRIBUTING.md [2020-12-15T00:35:08.356Z] -rw-rw-r-- 1 1001 1001 1035 Dec 15 00:31 Dockerfile.build [2020-12-15T00:35:08.356Z] -rw-rw-r-- 1 1001 1001 863 Dec 15 00:31 Jenkinsfile [2020-12-15T00:35:08.356Z] -rw-rw-r-- 1 1001 1001 10775 Dec 15 00:31 LICENSE [2020-12-15T00:35:08.356Z] -rw-rw-r-- 1 1001 1001 6318 Dec 15 00:31 Makefile [2020-12-15T00:35:08.356Z] -rw-rw-r-- 1 1001 1001 6447 Dec 15 00:31 README.md [2020-12-15T00:35:08.356Z] -rw-rw-r-- 1 1001 1001 7286 Dec 15 00:31 SECURITY.md [2020-12-15T00:35:08.356Z] -rw-rw-r-- 1 1001 1001 5 Dec 15 00:32 VERSION [2020-12-15T00:35:08.356Z] -rw-rw-r-- 1 1001 1001 4131 Dec 15 00:31 ZMQWindows.md [2020-12-15T00:35:08.356Z] drwxrwxr-x 2 1001 1001 117 Dec 15 00:31 bin [2020-12-15T00:35:08.356Z] drwxrwxr-x 15 1001 1001 4096 Dec 15 00:31 cmd [2020-12-15T00:35:08.356Z] -rw-r--r-- 1 root root 572038 Dec 15 00:34 coverage.out [2020-12-15T00:35:08.356Z] -rw-r--r-- 1 root root 1041 Dec 15 00:35 go.mod [2020-12-15T00:35:08.356Z] -rw-r--r-- 1 root root 18746 Dec 15 00:35 go.sum [2020-12-15T00:35:08.356Z] drwxrwxr-x 8 1001 1001 127 Dec 15 00:31 internal [2020-12-15T00:35:08.356Z] drwxrwxr-x 4 1001 1001 26 Dec 15 00:31 openapi [2020-12-15T00:35:08.356Z] drwxrwxr-x 4 1001 1001 71 Dec 15 00:31 snap [2020-12-15T00:35:08.356Z] -rw-rw-r-- 1 1001 1001 168 Dec 15 00:31 version.go [Pipeline] sh [2020-12-15T00:35:08.651Z] + '[' -e coverage.out ] [2020-12-15T00:35:08.651Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-12-15T00:35:08.868Z] Stashed 1 file(s) [Pipeline] sh [2020-12-15T00:35:09.160Z] + make build [2020-12-15T00:35:09.160Z] 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-15T00:35:12.465Z] 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-15T00:35:20.648Z] 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-15T00:35:22.036Z] 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-15T00:35:23.428Z] 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-15T00:35:23.692Z] 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-15T00:35:25.095Z] 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-15T00:35:26.486Z] 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-15T00:35:27.439Z] 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-15T00:35:28.280Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-15988 in /w/workspace/edgexfoundry_edgex-go_PR-2908 [Pipeline] { [Pipeline] ws [2020-12-15T00:35:28.341Z] Running in /w/workspace/edgex-go/15 [Pipeline] { [2020-12-15T00:35:28.394Z] 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 [Pipeline] checkout [2020-12-15T00:35:29.348Z] 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-15T00:35:30.741Z] 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-15T00:35:31.707Z] 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-15T00:35:32.674Z] $ docker stop --time=1 547b630eb229bb4b28b106fbabd9ed3ed7ae2c7d5ce6016810decff324cf5290 [2020-12-15T00:35:33.849Z] using credential edgex-jenkins-ssh [2020-12-15T00:35:33.950Z] Cloning the remote Git repository [2020-12-15T00:35:34.016Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-12-15T00:35:34.127Z] > git init /w/workspace/edgex-go/15 # timeout=10 [2020-12-15T00:35:34.215Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-15T00:35:34.216Z] > git --version # timeout=10 [2020-12-15T00:35:34.243Z] > git --version # 'git version 2.17.1' [2020-12-15T00:35:34.245Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-15T00:35:34.305Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-15T00:35:35.580Z] $ docker rm -f 547b630eb229bb4b28b106fbabd9ed3ed7ae2c7d5ce6016810decff324cf5290 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-15T00:35:37.451Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-15T00:35:37.451Z] [2020-12-15T00:35:37.451Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-12-15T00:35:37.962Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-15T00:35:37.962Z] latest: Pulling from edgex-devops/edgex-compose [2020-12-15T00:35:37.962Z] cbdbe7a5bc2a: Pulling fs layer [2020-12-15T00:35:37.962Z] ca9280d653b3: Pulling fs layer [2020-12-15T00:35:37.962Z] 7e9c9ca2126c: Pulling fs layer [2020-12-15T00:35:38.253Z] cbdbe7a5bc2a: Verifying Checksum [2020-12-15T00:35:38.253Z] cbdbe7a5bc2a: Download complete [2020-12-15T00:35:38.520Z] cbdbe7a5bc2a: Pull complete [2020-12-15T00:35:38.520Z] ca9280d653b3: Verifying Checksum [2020-12-15T00:35:38.520Z] ca9280d653b3: Download complete [2020-12-15T00:35:39.476Z] ca9280d653b3: Pull complete [2020-12-15T00:35:46.106Z] 7e9c9ca2126c: Pull complete [2020-12-15T00:35:46.106Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-12-15T00:35:46.106Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-15T00:35:46.106Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-12-15T00:35:46.238Z] prd-centos7-docker-4c-2g-15981 does not seem to be running inside a container [2020-12-15T00:35:46.292Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@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-15T00:35:49.247Z] $ docker top f331ae6973aa4134638674ac4d3e9a2ea8d4bf0dad8b143ea9ac276bd60897f3 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-15T00:35:49.738Z] + docker-compose build --help [2020-12-15T00:35:49.738Z] + grep parallel [2020-12-15T00:35:50.701Z] --parallel Build images in parallel. [Pipeline] } [2020-12-15T00:35:50.717Z] $ docker stop --time=1 f331ae6973aa4134638674ac4d3e9a2ea8d4bf0dad8b143ea9ac276bd60897f3 [2020-12-15T00:35:52.115Z] $ docker rm -f f331ae6973aa4134638674ac4d3e9a2ea8d4bf0dad8b143ea9ac276bd60897f3 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-15T00:35:52.730Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-15T00:35:52.730Z] . [Pipeline] withDockerContainer [2020-12-15T00:35:52.829Z] prd-centos7-docker-4c-2g-15981 does not seem to be running inside a container [2020-12-15T00:35:52.880Z] $ 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/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@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-15T00:35:53.476Z] $ docker top 2956bddcbcacce7fb080ee90d4ea134156f2147a3ad34f18c0d20b003a3ca938 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-15T00:35:53.965Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-12-15T00:35:54.908Z] Building docker-core-command-go ... [2020-12-15T00:35:54.908Z] Building docker-core-data-go ... [2020-12-15T00:35:54.908Z] Building docker-core-metadata-go ... [2020-12-15T00:35:54.908Z] Building docker-security-bootstrap-redis-go ... [2020-12-15T00:35:54.908Z] Building docker-security-proxy-setup-go ... [2020-12-15T00:35:54.908Z] Building docker-security-secrets-setup-go ... [2020-12-15T00:35:54.908Z] Building docker-security-secretstore-setup-go ... [2020-12-15T00:35:54.908Z] Building docker-support-notifications-go ... [2020-12-15T00:35:54.908Z] Building docker-support-scheduler-go ... [2020-12-15T00:35:54.908Z] Building docker-sys-mgmt-agent-go ... [2020-12-15T00:35:54.908Z] Building docker-core-data-go [2020-12-15T00:35:54.908Z] Building docker-core-command-go [2020-12-15T00:35:54.908Z] Building docker-security-bootstrap-redis-go [2020-12-15T00:35:54.908Z] Building docker-core-metadata-go [2020-12-15T00:35:54.908Z] Building docker-security-proxy-setup-go [2020-12-15T00:35:54.612Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-15T00:35:54.638Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-15T00:35:54.678Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-15T00:35:54.727Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-15T00:35:54.727Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-15T00:35:54.741Z] > 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-15T00:35:55.349Z] Merging remotes/origin/master commit 8905b2aeb998c2429dd3dac7113c428985f887cf into PR head commit fe929cdc9076a4b61d9349ddb828743ec74444d3 [2020-12-15T00:35:56.215Z] Merge succeeded, producing a2c86c1455f10d1043ff1cdd4b0623c0b8df64bf [2020-12-15T00:35:56.215Z] Checking out Revision a2c86c1455f10d1043ff1cdd4b0623c0b8df64bf (PR-2908) [2020-12-15T00:35:55.376Z] > git config core.sparsecheckout # timeout=10 [2020-12-15T00:35:55.407Z] > git checkout -f fe929cdc9076a4b61d9349ddb828743ec74444d3 # timeout=10 [2020-12-15T00:35:55.771Z] > git remote # timeout=10 [2020-12-15T00:35:55.796Z] > git config --get remote.origin.url # timeout=10 [2020-12-15T00:35:55.814Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-15T00:35:55.827Z] > git merge 8905b2aeb998c2429dd3dac7113c428985f887cf # timeout=10 [2020-12-15T00:35:56.203Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-15T00:35:56.264Z] > git config core.sparsecheckout # timeout=10 [2020-12-15T00:35:56.281Z] > git checkout -f a2c86c1455f10d1043ff1cdd4b0623c0b8df64bf # timeout=10 [2020-12-15T00:36:00.885Z] Commit message: "Merge commit '8905b2aeb998c2429dd3dac7113c428985f887cf' into HEAD" [2020-12-15T00:36:00.912Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-15T00:36:00.899Z] > git rev-list --no-walk 8f1695c00aae907ff5828cbfc029c2c45daad569 # timeout=10 [2020-12-15T00:36:02.794Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2020-12-15T00:36:03.283Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-15T00:36:03.622Z] + + sudo service docker restart [2020-12-15T00:36:03.622Z] true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-15T00:36:05.683Z] provisioning config files... [2020-12-15T00:36:05.730Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/15@tmp/config1696101627648935326tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-15T00:36:06.140Z] ---> docker-login.sh [2020-12-15T00:36:06.140Z] nexus3.edgexfoundry.org:10001 [2020-12-15T00:36:07.120Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-15T00:36:07.394Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-15T00:36:07.394Z] Configure a credential helper to remove this warning. See [2020-12-15T00:36:07.394Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-15T00:36:07.394Z] [2020-12-15T00:36:07.394Z] Login Succeeded [2020-12-15T00:36:07.394Z] nexus3.edgexfoundry.org:10002 [2020-12-15T00:36:07.667Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-15T00:36:07.941Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-15T00:36:07.941Z] Configure a credential helper to remove this warning. See [2020-12-15T00:36:07.941Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-15T00:36:07.941Z] [2020-12-15T00:36:07.941Z] Login Succeeded [2020-12-15T00:36:07.941Z] nexus3.edgexfoundry.org:10003 [2020-12-15T00:36:08.213Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-15T00:36:08.484Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-15T00:36:08.484Z] Configure a credential helper to remove this warning. See [2020-12-15T00:36:08.484Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-15T00:36:08.484Z] [2020-12-15T00:36:08.484Z] Login Succeeded [2020-12-15T00:36:08.484Z] nexus3.edgexfoundry.org:10004 [2020-12-15T00:36:08.757Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-15T00:36:08.757Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-15T00:36:08.757Z] Configure a credential helper to remove this warning. See [2020-12-15T00:36:08.757Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-15T00:36:08.757Z] [2020-12-15T00:36:08.757Z] Login Succeeded [2020-12-15T00:36:08.757Z] docker.io [2020-12-15T00:36:09.351Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-15T00:36:09.623Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-15T00:36:09.623Z] Configure a credential helper to remove this warning. See [2020-12-15T00:36:09.623Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-15T00:36:09.623Z] [2020-12-15T00:36:09.623Z] Login Succeeded [2020-12-15T00:36:09.623Z] ---> docker-login.sh ends [Pipeline] } [2020-12-15T00:36:09.640Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-12-15T00:36:10.135Z] ========================================================= [2020-12-15T00:36:10.135Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-12-15T00:36:10.135Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-15T00:36:10.537Z] + 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-15T00:36:12.557Z] Sending build context to Docker daemon 165.7MB [2020-12-15T00:36:12.834Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-12-15T00:36:12.834Z] Step 2/7 : FROM ${BASE} [2020-12-15T00:36:12.834Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-12-15T00:36:12.834Z] 5f621e34cdf4: Pulling fs layer [2020-12-15T00:36:12.834Z] a4357932f1b6: Pulling fs layer [2020-12-15T00:36:12.834Z] 18c013af1878: Pulling fs layer [2020-12-15T00:36:12.835Z] 00ac8860ef70: Pulling fs layer [2020-12-15T00:36:12.835Z] 63d7cb157983: Pulling fs layer [2020-12-15T00:36:12.835Z] b116817d02f9: Pulling fs layer [2020-12-15T00:36:12.835Z] 745a02a5169b: Pulling fs layer [2020-12-15T00:36:12.835Z] 00ac8860ef70: Waiting [2020-12-15T00:36:12.835Z] 63d7cb157983: Waiting [2020-12-15T00:36:12.835Z] 745a02a5169b: Waiting [2020-12-15T00:36:12.835Z] b116817d02f9: Waiting [2020-12-15T00:36:12.835Z] 18c013af1878: Verifying Checksum [2020-12-15T00:36:12.835Z] a4357932f1b6: Verifying Checksum [2020-12-15T00:36:12.835Z] a4357932f1b6: Download complete [2020-12-15T00:36:12.835Z] 63d7cb157983: Download complete [2020-12-15T00:36:13.112Z] b116817d02f9: Download complete [2020-12-15T00:36:14.557Z] 5f621e34cdf4: Verifying Checksum [2020-12-15T00:36:14.557Z] 5f621e34cdf4: Download complete [2020-12-15T00:36:14.831Z] 5f621e34cdf4: Pull complete [2020-12-15T00:36:15.445Z] a4357932f1b6: Pull complete [2020-12-15T00:36:15.720Z] 18c013af1878: Pull complete [2020-12-15T00:36:16.707Z] 745a02a5169b: Verifying Checksum [2020-12-15T00:36:16.707Z] 745a02a5169b: Download complete [2020-12-15T00:36:18.682Z] 00ac8860ef70: Verifying Checksum [2020-12-15T00:36:18.682Z] 00ac8860ef70: Download complete [2020-12-15T00:36:27.097Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpineStep 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-15T00:36:27.097Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-15T00:36:27.097Z] [2020-12-15T00:36:27.097Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-15T00:36:27.097Z] ---> 035f5eb93015 [2020-12-15T00:36:27.097Z] Step 3/22 : WORKDIR /edgex-go [2020-12-15T00:36:27.097Z] ---> 035f5eb93015 [2020-12-15T00:36:27.097Z] Step 3/22 : WORKDIR /edgex-go [2020-12-15T00:36:27.097Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-15T00:36:27.097Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-15T00:36:27.097Z] ---> 035f5eb93015 [2020-12-15T00:36:27.097Z] Step 3/22 : WORKDIR /edgex-go [2020-12-15T00:36:27.097Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-15T00:36:27.097Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-12-15T00:36:27.097Z] ---> 035f5eb93015 [2020-12-15T00:36:27.097Z] Step 3/23 : WORKDIR /edgex-go [2020-12-15T00:36:27.097Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-15T00:36:27.097Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-15T00:36:27.097Z] ---> 035f5eb93015 [2020-12-15T00:36:27.097Z] Step 3/21 : WORKDIR /edgex-go [2020-12-15T00:36:27.097Z] ---> Running in fc2291643afe [2020-12-15T00:36:27.097Z] ---> Running in 06a92c2a1679 [2020-12-15T00:36:27.097Z] ---> Running in 291eabb4720d [2020-12-15T00:36:27.097Z] ---> Running in 9b3d0d2945f2 [2020-12-15T00:36:27.097Z] ---> Running in 9c19b07b376c [2020-12-15T00:36:27.097Z] Removing intermediate container 06a92c2a1679 [2020-12-15T00:36:27.097Z] ---> fa868ac16c09 [2020-12-15T00:36:27.097Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T00:36:27.097Z] Removing intermediate container 291eabb4720d [2020-12-15T00:36:27.097Z] ---> 3ae9d9797559 [2020-12-15T00:36:27.097Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T00:36:27.097Z] Removing intermediate container 9c19b07b376c [2020-12-15T00:36:27.097Z] ---> 5be07aef51d9 [2020-12-15T00:36:27.097Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T00:36:27.097Z] Removing intermediate container 9b3d0d2945f2 [2020-12-15T00:36:27.097Z] ---> a6e23496028a [2020-12-15T00:36:27.097Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T00:36:27.097Z] Removing intermediate container fc2291643afe [2020-12-15T00:36:27.097Z] ---> 42f4787d85c5 [2020-12-15T00:36:27.097Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T00:36:27.097Z] ---> Running in 608dc9b74865 [2020-12-15T00:36:27.097Z] ---> Running in 3b71e3884961 [2020-12-15T00:36:27.097Z] ---> Running in 62c13724fdad [2020-12-15T00:36:27.097Z] ---> Running in 2fec6b8229c9 [2020-12-15T00:36:27.097Z] ---> Running in 02d4caa93a95 [2020-12-15T00:36:27.097Z] Removing intermediate container 608dc9b74865 [2020-12-15T00:36:27.097Z] ---> ebf27c350c0b [2020-12-15T00:36:27.097Z] Step 5/22 : RUN apk update && apk add make git [2020-12-15T00:36:27.097Z] Removing intermediate container 3b71e3884961 [2020-12-15T00:36:27.097Z] ---> 3934bd46f6af [2020-12-15T00:36:27.097Z] Step 5/22 : RUN apk update && apk add make git [2020-12-15T00:36:27.097Z] ---> Running in a413bcd0fb11 [2020-12-15T00:36:27.097Z] Removing intermediate container 62c13724fdad [2020-12-15T00:36:27.097Z] ---> 275b296b1ccc [2020-12-15T00:36:27.097Z] Step 5/21 : RUN apk update && apk add make git [2020-12-15T00:36:27.097Z] ---> Running in 3ab10bbf806b [2020-12-15T00:36:27.097Z] Removing intermediate container 2fec6b8229c9 [2020-12-15T00:36:27.097Z] ---> 6a20c3a8a01a [2020-12-15T00:36:27.097Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-12-15T00:36:27.097Z] ---> Running in 4b8b5a0146bc [2020-12-15T00:36:27.097Z] ---> Running in 84f621e7364d [2020-12-15T00:36:27.097Z] Removing intermediate container 02d4caa93a95 [2020-12-15T00:36:27.097Z] ---> 807da5998695 [2020-12-15T00:36:27.097Z] Step 5/22 : RUN apk update && apk add make git [2020-12-15T00:36:27.097Z] ---> Running in ac3a170bc833 [2020-12-15T00:36:27.363Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-15T00:36:27.363Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-15T00:36:27.625Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-15T00:36:27.625Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-15T00:36:27.625Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-15T00:36:28.588Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-15T00:36:28.588Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-15T00:36:28.843Z] 00ac8860ef70: Pull complete [2020-12-15T00:36:28.843Z] 63d7cb157983: Pull complete [2020-12-15T00:36:28.843Z] b116817d02f9: Pull complete [2020-12-15T00:36:28.849Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-15T00:36:28.849Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-15T00:36:29.110Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-15T00:36:31.027Z] v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-15T00:36:31.027Z] v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-15T00:36:31.027Z] OK: 12750 distinct packages available [2020-12-15T00:36:31.027Z] v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-15T00:36:31.027Z] v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-15T00:36:31.027Z] OK: 12750 distinct packages available [2020-12-15T00:36:31.306Z] OK: 233 MiB in 51 packages [2020-12-15T00:36:31.306Z] OK: 233 MiB in 51 packages [2020-12-15T00:36:31.306Z] v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-15T00:36:31.306Z] v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-15T00:36:31.306Z] OK: 12750 distinct packages available [2020-12-15T00:36:31.567Z] v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-15T00:36:31.567Z] v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-15T00:36:31.567Z] OK: 12750 distinct packages available [2020-12-15T00:36:31.567Z] OK: 233 MiB in 51 packages [2020-12-15T00:36:31.834Z] OK: 233 MiB in 51 packages [2020-12-15T00:36:32.098Z] Removing intermediate container a413bcd0fb11 [2020-12-15T00:36:32.098Z] ---> 3780de5e11a5 [2020-12-15T00:36:32.098Z] Step 6/22 : COPY go.mod . [2020-12-15T00:36:32.098Z] Removing intermediate container 3ab10bbf806b [2020-12-15T00:36:32.098Z] ---> a17c4a252482 [2020-12-15T00:36:32.098Z] Step 6/22 : COPY go.mod . [2020-12-15T00:36:32.231Z] 745a02a5169b: Pull complete [2020-12-15T00:36:32.231Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2020-12-15T00:36:32.231Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-12-15T00:36:32.231Z] ---> b7e6874047d6 [2020-12-15T00:36:32.231Z] 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-15T00:36:32.359Z] Removing intermediate container 4b8b5a0146bc [2020-12-15T00:36:32.359Z] ---> 832a697f1b32 [2020-12-15T00:36:32.359Z] Step 6/21 : COPY go.mod . [2020-12-15T00:36:32.359Z] ---> 99bdacd75bd0 [2020-12-15T00:36:32.359Z] Step 7/22 : RUN go mod download [2020-12-15T00:36:32.359Z] ---> 0cdf5e8d2355 [2020-12-15T00:36:32.359Z] Step 7/22 : RUN go mod download [2020-12-15T00:36:32.624Z] ---> Running in bb9c0da5b487 [2020-12-15T00:36:32.624Z] ---> Running in 74d68ee00b61 [2020-12-15T00:36:32.624Z] ---> b031977509e2 [2020-12-15T00:36:32.624Z] Step 7/21 : RUN go mod download [2020-12-15T00:36:32.624Z] Removing intermediate container ac3a170bc833 [2020-12-15T00:36:32.624Z] ---> 4500cce22ca4 [2020-12-15T00:36:32.624Z] Step 6/22 : COPY go.mod . [2020-12-15T00:36:32.898Z] ---> Running in 560adcdfae6e [2020-12-15T00:36:32.898Z] ---> 9c5aa608ad3e [2020-12-15T00:36:32.898Z] Step 7/22 : RUN go mod download [2020-12-15T00:36:33.170Z] ---> Running in 4c907a92c869 [2020-12-15T00:36:33.445Z] v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-15T00:36:33.445Z] v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-15T00:36:33.445Z] OK: 12750 distinct packages available [2020-12-15T00:36:33.724Z] OK: 233 MiB in 51 packages [2020-12-15T00:36:34.313Z] Removing intermediate container 84f621e7364d [2020-12-15T00:36:34.313Z] ---> 309de187c5b3 [2020-12-15T00:36:34.313Z] Step 6/23 : COPY go.mod . [2020-12-15T00:36:35.278Z] ---> 269ae212327f [2020-12-15T00:36:35.278Z] Step 7/23 : RUN go mod download [2020-12-15T00:36:35.278Z] ---> Running in 1f0a18e4af82 [2020-12-15T00:36:35.861Z] Removing intermediate container bb9c0da5b487 [2020-12-15T00:36:35.861Z] ---> 38cfc42b4beb [2020-12-15T00:36:35.861Z] Step 8/22 : COPY . . [2020-12-15T00:36:36.134Z] Removing intermediate container 560adcdfae6e [2020-12-15T00:36:36.134Z] ---> 26ece89d6c1c [2020-12-15T00:36:36.134Z] Step 8/21 : COPY . . [2020-12-15T00:36:36.134Z] Removing intermediate container 74d68ee00b61 [2020-12-15T00:36:36.134Z] ---> 2528a908f478 [2020-12-15T00:36:36.134Z] Step 8/22 : COPY . . [2020-12-15T00:36:36.134Z] Removing intermediate container 4c907a92c869 [2020-12-15T00:36:36.134Z] ---> a4795937dba3 [2020-12-15T00:36:36.134Z] Step 8/22 : COPY . . [2020-12-15T00:36:36.537Z] ---> Running in 0cb177f594af [2020-12-15T00:36:37.561Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-15T00:36:40.191Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-15T00:36:42.161Z] (1/12) Installing libmagic (5.38-r0) [2020-12-15T00:36:42.432Z] (2/12) Installing file (5.38-r0) [2020-12-15T00:36:42.704Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-12-15T00:36:42.704Z] (4/12) Installing g++ (9.3.0-r2) [2020-12-15T00:36:51.146Z] Removing intermediate container 1f0a18e4af82 [2020-12-15T00:36:51.146Z] ---> d1414e0a5257 [2020-12-15T00:36:51.146Z] Step 8/23 : COPY . . [2020-12-15T00:36:55.074Z] (5/12) Installing fortify-headers (1.1-r0) [2020-12-15T00:36:55.074Z] (6/12) Installing patch (2.7.6-r6) [2020-12-15T00:36:55.074Z] (7/12) Installing build-base (0.5-r2) [2020-12-15T00:36:55.074Z] (8/12) Installing libsodium (1.0.18-r0) [2020-12-15T00:36:55.350Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-12-15T00:36:55.350Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-12-15T00:36:55.350Z] (11/12) Installing libzmq (4.3.3-r0) [2020-12-15T00:36:55.629Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-12-15T00:36:55.629Z] Executing busybox-1.31.1-r19.trigger [2020-12-15T00:36:55.629Z] OK: 217 MiB in 51 packages [2020-12-15T00:37:00.024Z] Removing intermediate container 0cb177f594af [2020-12-15T00:37:00.024Z] ---> c8135ed0e66c [2020-12-15T00:37:00.024Z] Step 4/7 : WORKDIR /edgex-go [2020-12-15T00:37:00.299Z] ---> Running in efcc3cc0765c [2020-12-15T00:37:00.894Z] Removing intermediate container efcc3cc0765c [2020-12-15T00:37:00.894Z] ---> 1ab83e7bef9b [2020-12-15T00:37:00.894Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-12-15T00:37:01.496Z] latest: Pulling from library/docker [2020-12-15T00:37:01.769Z] a3cc7d3b244e: Pulling fs layer [2020-12-15T00:37:01.769Z] 02a3295e0d61: Pulling fs layer [2020-12-15T00:37:01.769Z] 0f4f2e6d8100: Pulling fs layer [2020-12-15T00:37:01.769Z] 330b718f631f: Pulling fs layer [2020-12-15T00:37:01.769Z] a93816041522: Pulling fs layer [2020-12-15T00:37:01.769Z] bdb6da89ff94: Pulling fs layer [2020-12-15T00:37:01.769Z] 2a70c0c122f4: Pulling fs layer [2020-12-15T00:37:01.770Z] 330b718f631f: Waiting [2020-12-15T00:37:01.770Z] a93816041522: Waiting [2020-12-15T00:37:01.770Z] bdb6da89ff94: Waiting [2020-12-15T00:37:01.770Z] 2a70c0c122f4: Waiting [2020-12-15T00:37:02.043Z] 0f4f2e6d8100: Verifying Checksum [2020-12-15T00:37:02.043Z] a3cc7d3b244e: Verifying Checksum [2020-12-15T00:37:02.043Z] a3cc7d3b244e: Download complete [2020-12-15T00:37:02.043Z] 02a3295e0d61: Download complete [2020-12-15T00:37:02.322Z] a93816041522: Verifying Checksum [2020-12-15T00:37:02.322Z] a93816041522: Download complete [2020-12-15T00:37:02.322Z] 2a70c0c122f4: Download complete [2020-12-15T00:37:02.322Z] bdb6da89ff94: Verifying Checksum [2020-12-15T00:37:02.322Z] bdb6da89ff94: Download complete [2020-12-15T00:37:02.922Z] a3cc7d3b244e: Pull complete [2020-12-15T00:37:03.539Z] 02a3295e0d61: Pull complete [2020-12-15T00:37:03.815Z] 0f4f2e6d8100: Pull complete [2020-12-15T00:37:04.092Z] 330b718f631f: Verifying Checksum [2020-12-15T00:37:04.092Z] 330b718f631f: Download complete [2020-12-15T00:37:08.391Z] 330b718f631f: Pull complete [2020-12-15T00:37:08.391Z] a93816041522: Pull complete [2020-12-15T00:37:08.391Z] bdb6da89ff94: Pull complete [2020-12-15T00:37:08.995Z] 2a70c0c122f4: Pull complete [2020-12-15T00:37:08.995Z] Digest: sha256:11663df6a04f355f0d726c8ae20de03ee3b1ef1008bbb63027d0e13b137a8186 [2020-12-15T00:37:08.995Z] Status: Downloaded newer image for docker:latest [2020-12-15T00:37:09.622Z] ---> 3342df7e018d [2020-12-15T00:37:09.622Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-12-15T00:37:09.622Z] ---> a4430a48e836 [2020-12-15T00:37:09.622Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-12-15T00:37:09.895Z] ---> d320dba7eb87 [2020-12-15T00:37:09.895Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-12-15T00:37:10.471Z] ---> 7df35f9fdd8e [2020-12-15T00:37:10.471Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2020-12-15T00:37:10.741Z] ---> Running in 03e2ab911da6 [2020-12-15T00:37:10.741Z] ---> Running in 0ddc6ddc277c [2020-12-15T00:37:10.741Z] ---> Running in 6487beb8c980 [2020-12-15T00:37:10.741Z] ---> Running in 3a4f2709701b [2020-12-15T00:37:12.136Z] 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-15T00:37:12.136Z] 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-15T00:37:13.084Z] 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-15T00:37:13.084Z] 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-15T00:37:13.084Z] ---> dc07fc65c7a0 [2020-12-15T00:37:13.084Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-12-15T00:37:13.312Z] ---> d4c7c3fbda67 [2020-12-15T00:37:13.312Z] Step 6/7 : COPY go.mod . [2020-12-15T00:37:13.312Z] ---> 56bbcf954f8d [2020-12-15T00:37:13.312Z] Step 7/7 : RUN go mod download [2020-12-15T00:37:13.356Z] ---> Running in 4bc3194c11c8 [2020-12-15T00:37:13.586Z] ---> Running in b19adcafde41 [2020-12-15T00:37:14.209Z] 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-15T00:37:40.639Z] Removing intermediate container b19adcafde41 [2020-12-15T00:37:40.639Z] ---> 0d6995fec2d8 [2020-12-15T00:37:40.639Z] Successfully built 0d6995fec2d8 [2020-12-15T00:37:40.639Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-15T00:37:41.104Z] + docker inspect -f . ci-base-image-arm64 [2020-12-15T00:37:41.104Z] . [Pipeline] withDockerContainer [2020-12-15T00:37:41.348Z] 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-15T00:37:41.395Z] prd-ubuntu18.04-docker-arm64-4c-16g-15988 does not seem to be running inside a container [2020-12-15T00:37:41.531Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@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-arm64 cat [2020-12-15T00:37:42.782Z] Removing intermediate container 03e2ab911da6 [2020-12-15T00:37:42.782Z] ---> 99d9f415c30a [2020-12-15T00:37:42.782Z] [2020-12-15T00:37:42.782Z] Step 10/22 : FROM alpine:3.10 [2020-12-15T00:37:42.782Z] 3.10: Pulling from library/alpine [2020-12-15T00:37:42.952Z] $ docker top a496463b7be1db0581fa04b5c4d1b47fc62b05995c9a786b7f540cdf46f04a3e -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-15T00:37:43.867Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-12-15T00:37:43.867Z] Status: Downloaded newer image for alpine:3.10 [2020-12-15T00:37:43.867Z] ---> be4e4bea2c2e [2020-12-15T00:37:43.867Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-15T00:37:44.136Z] + go version [2020-12-15T00:37:44.136Z] go version go1.15.5 linux/arm64 [Pipeline] } [2020-12-15T00:37:44.164Z] $ docker stop --time=1 a496463b7be1db0581fa04b5c4d1b47fc62b05995c9a786b7f540cdf46f04a3e [2020-12-15T00:37:45.967Z] ---> Running in fff383fd4f55 [2020-12-15T00:37:46.074Z] $ docker rm -f a496463b7be1db0581fa04b5c4d1b47fc62b05995c9a786b7f540cdf46f04a3e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-15T00:37:47.188Z] + docker inspect -f . ci-base-image-arm64 [2020-12-15T00:37:47.188Z] . [Pipeline] withDockerContainer [2020-12-15T00:37:47.489Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-12-15T00:37:47.489Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-12-15T00:37:47.510Z] prd-ubuntu18.04-docker-arm64-4c-16g-15988 does not seem to be running inside a container [2020-12-15T00:37:47.714Z] $ 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/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@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-arm64 cat [2020-12-15T00:37:47.836Z] v3.10.5-168-g2fc5df2ea2 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-15T00:37:47.836Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-15T00:37:47.836Z] OK: 10348 distinct packages available [2020-12-15T00:37:48.157Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-15T00:37:48.157Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-15T00:37:48.157Z] (3/5) Installing libcurl (7.66.0-r3) [2020-12-15T00:37:48.157Z] (4/5) Installing curl (7.66.0-r3) [2020-12-15T00:37:48.157Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-15T00:37:48.157Z] Executing busybox-1.30.1-r3.trigger [2020-12-15T00:37:48.157Z] Executing ca-certificates-20191127-r2.trigger [2020-12-15T00:37:49.120Z] $ docker top 47d7078edd3140ce7cb526c07a846fda5417457f601a586b56d98ca4eca14de8 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-12-15T00:37:49.518Z] ========================================================= [2020-12-15T00:37:49.518Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-12-15T00:37:49.518Z] ========================================================= [Pipeline] sh [2020-12-15T00:37:49.682Z] OK: 7 MiB in 19 packages [2020-12-15T00:37:49.682Z] Removing intermediate container 3a4f2709701b [2020-12-15T00:37:49.682Z] ---> 7b4da5d54375 [2020-12-15T00:37:49.682Z] [2020-12-15T00:37:49.682Z] Step 10/21 : FROM alpine [2020-12-15T00:37:49.682Z] latest: Pulling from library/alpine [2020-12-15T00:37:49.961Z] Digest: sha256:a126728cb7db157f0deb377bcba3c5e473e612d7bafc27f6bb4e5e083f9f08c2 [2020-12-15T00:37:49.961Z] Status: Downloaded newer image for alpine:latest [2020-12-15T00:37:49.961Z] ---> b14afc6dfb98 [2020-12-15T00:37:49.961Z] Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-12-15T00:37:49.961Z] Removing intermediate container 6487beb8c980 [2020-12-15T00:37:49.961Z] ---> 2f04452effdf [2020-12-15T00:37:49.961Z] [2020-12-15T00:37:49.961Z] Step 10/22 : FROM scratch [2020-12-15T00:37:49.961Z] ---> [2020-12-15T00:37:49.961Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-15T00:37:50.237Z] ---> Running in dcdaa2b860ae [2020-12-15T00:37:50.237Z] ---> Running in 52d740b95711 [2020-12-15T00:37:50.290Z] + make test [2020-12-15T00:37:50.290Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-12-15T00:37:51.266Z] Removing intermediate container dcdaa2b860ae [2020-12-15T00:37:51.266Z] ---> 4ac8bb08bf59 [2020-12-15T00:37:51.266Z] Step 12/22 : ENV APP_PORT=48082 [2020-12-15T00:37:53.291Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-15T00:37:53.291Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-15T00:37:53.291Z] ---> Running in a6e6fa53d616 [2020-12-15T00:37:53.291Z] Removing intermediate container fff383fd4f55 [2020-12-15T00:37:53.291Z] ---> 2a623d9fc49c [2020-12-15T00:37:53.291Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-12-15T00:37:53.589Z] v3.12.2-16-g7439663916 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-15T00:37:53.589Z] v3.12.2-17-g25bd54f97d [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-15T00:37:53.589Z] OK: 12747 distinct packages available [2020-12-15T00:37:53.887Z] (1/4) Installing ca-certificates (20191127-r4) [2020-12-15T00:37:53.887Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-12-15T00:37:53.887Z] (3/4) Installing libcurl (7.69.1-r3) [2020-12-15T00:37:53.887Z] (4/4) Installing curl (7.69.1-r3) [2020-12-15T00:37:53.887Z] Executing busybox-1.31.1-r19.trigger [2020-12-15T00:37:53.887Z] Executing ca-certificates-20191127-r4.trigger [2020-12-15T00:37:53.887Z] OK: 7 MiB in 18 packages [2020-12-15T00:37:54.506Z] ---> Running in 0d6127dd32d5 [2020-12-15T00:37:54.788Z] Removing intermediate container 0ddc6ddc277c [2020-12-15T00:37:54.788Z] ---> c986688bbf34 [2020-12-15T00:37:54.788Z] [2020-12-15T00:37:54.788Z] Step 10/22 : FROM scratch [2020-12-15T00:37:54.788Z] ---> [2020-12-15T00:37:54.788Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-15T00:37:54.788Z] Removing intermediate container a6e6fa53d616 [2020-12-15T00:37:54.788Z] ---> 2877256da649 [2020-12-15T00:37:54.788Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-15T00:37:54.788Z] ---> Using cache [2020-12-15T00:37:54.788Z] ---> 4ac8bb08bf59 [2020-12-15T00:37:54.788Z] Step 12/22 : ENV APP_PORT=48081 [2020-12-15T00:37:54.788Z] ---> Running in 7461b8f34c97 [2020-12-15T00:37:54.788Z] ---> Running in a9b5530cbf4b [2020-12-15T00:37:55.064Z] Removing intermediate container 0d6127dd32d5 [2020-12-15T00:37:55.064Z] ---> 87fbdf7cf32d [2020-12-15T00:37:55.064Z] Step 13/22 : WORKDIR / [2020-12-15T00:37:55.336Z] ---> Running in da1e4cec162e [2020-12-15T00:37:55.336Z] Removing intermediate container 7461b8f34c97 [2020-12-15T00:37:55.336Z] ---> 5d0035b0d19d [2020-12-15T00:37:55.336Z] Step 14/22 : WORKDIR / [2020-12-15T00:37:57.343Z] Removing intermediate container a9b5530cbf4b [2020-12-15T00:37:57.343Z] ---> 874c122fc341 [2020-12-15T00:37:57.343Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-15T00:37:57.343Z] ---> Running in acc973b1f272 [2020-12-15T00:37:57.628Z] ---> Running in e6a415ea3b32 [2020-12-15T00:37:57.628Z] Removing intermediate container 52d740b95711 [2020-12-15T00:37:57.628Z] ---> 8d23ccc01dc2 [2020-12-15T00:37:57.628Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-15T00:37:57.628Z] Removing intermediate container da1e4cec162e [2020-12-15T00:37:57.628Z] ---> 465d18896a9a [2020-12-15T00:37:57.628Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-12-15T00:37:57.910Z] Removing intermediate container 4bc3194c11c8 [2020-12-15T00:37:57.910Z] ---> 67c58ceb8228 [2020-12-15T00:37:57.910Z] [2020-12-15T00:37:57.910Z] Step 10/23 : FROM alpine [2020-12-15T00:37:57.911Z] ---> b14afc6dfb98 [2020-12-15T00:37:57.911Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-15T00:37:57.911Z] ---> Running in eb377c9d3ece [2020-12-15T00:37:57.911Z] Removing intermediate container acc973b1f272 [2020-12-15T00:37:57.911Z] ---> e6892dcd049a [2020-12-15T00:37:57.911Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-12-15T00:37:57.911Z] Removing intermediate container e6a415ea3b32 [2020-12-15T00:37:57.911Z] ---> 0dd184b21ab1 [2020-12-15T00:37:57.911Z] Step 14/22 : WORKDIR / [2020-12-15T00:37:58.181Z] ---> Running in eeb7009f57fa [2020-12-15T00:37:58.182Z] ---> Running in c9a384bd7d6a [2020-12-15T00:37:58.182Z] ---> 1ad1669dacce [2020-12-15T00:37:58.182Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2020-12-15T00:37:58.182Z] Removing intermediate container eb377c9d3ece [2020-12-15T00:37:58.182Z] ---> f260b5a2e0c1 [2020-12-15T00:37:58.182Z] Step 13/21 : WORKDIR /edgex [2020-12-15T00:37:58.454Z] ---> 6b9388f9f353 [2020-12-15T00:37:58.454Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-12-15T00:37:59.480Z] ---> Running in e04c06b472bf [2020-12-15T00:37:59.480Z] Removing intermediate container eeb7009f57fa [2020-12-15T00:37:59.480Z] ---> 9ca8213c1daf [2020-12-15T00:37:59.480Z] Step 12/23 : ENV APP_PORT=48080 [2020-12-15T00:37:59.480Z] Removing intermediate container c9a384bd7d6a [2020-12-15T00:37:59.480Z] ---> cd0a4b1eb054 [2020-12-15T00:37:59.480Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-12-15T00:37:59.480Z] ---> c37ae193bb96 [2020-12-15T00:37:59.480Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-12-15T00:37:59.480Z] ---> e89c1cee0569 [2020-12-15T00:37:59.480Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-12-15T00:37:59.480Z] ---> Running in dd8527c34d11 [2020-12-15T00:37:59.802Z] Removing intermediate container e04c06b472bf [2020-12-15T00:37:59.802Z] ---> 85e6b975eb15 [2020-12-15T00:37:59.802Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-12-15T00:37:59.802Z] Removing intermediate container dd8527c34d11 [2020-12-15T00:37:59.802Z] ---> df16acf70611 [2020-12-15T00:37:59.802Z] Step 13/23 : EXPOSE $APP_PORT [2020-12-15T00:37:59.802Z] ---> d92b64397e2f [2020-12-15T00:37:59.802Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-12-15T00:38:00.116Z] ---> 277f8b4c7ca8 [2020-12-15T00:38:00.116Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-12-15T00:38:00.116Z] ---> af79e451c6e0 [2020-12-15T00:38:00.116Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2020-12-15T00:38:00.116Z] ---> e7ec142079e4 [2020-12-15T00:38:00.116Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-12-15T00:38:00.116Z] ---> Running in 98cbb3e9a7bc [2020-12-15T00:38:00.399Z] ---> Running in 4d5948158cd1 [2020-12-15T00:38:00.749Z] Removing intermediate container 98cbb3e9a7bc [2020-12-15T00:38:00.749Z] ---> 9badfb0b02d6 [2020-12-15T00:38:00.749Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T00:38:00.749Z] ---> 98d6cf5c60d7 [2020-12-15T00:38:00.749Z] Step 18/22 : RUN chmod +x entrypoint.sh [2020-12-15T00:38:00.749Z] ---> Running in 697c12ba0fcb [2020-12-15T00:38:00.749Z] Removing intermediate container 4d5948158cd1 [2020-12-15T00:38:00.749Z] ---> 52422019359b [2020-12-15T00:38:00.749Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-15T00:38:00.749Z] ---> Running in 4a3c7c545564 [2020-12-15T00:38:01.021Z] ---> 646981f6983b [2020-12-15T00:38:01.021Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2020-12-15T00:38:01.021Z] ---> a5eadc482c5a [2020-12-15T00:38:01.021Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-12-15T00:38:01.338Z] ---> Running in eec44977fb5c [2020-12-15T00:38:02.026Z] ---> 73e41d4f3fcf [2020-12-15T00:38:02.026Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-12-15T00:38:02.026Z] ---> a6042f3bc130 [2020-12-15T00:38:02.026Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-12-15T00:38:02.026Z] Removing intermediate container eec44977fb5c [2020-12-15T00:38:02.026Z] ---> e287882e486d [2020-12-15T00:38:02.026Z] Step 20/22 : LABEL arch=x86_64 [2020-12-15T00:38:02.026Z] ---> Running in b12edc3c0ce7 [2020-12-15T00:38:02.026Z] ---> Running in 09ae1d493b93 [2020-12-15T00:38:02.395Z] ---> Running in d8e00e5090a9 [2020-12-15T00:38:02.395Z] Removing intermediate container 09ae1d493b93 [2020-12-15T00:38:02.395Z] ---> 8d2b53119cc7 [2020-12-15T00:38:02.395Z] Step 18/21 : CMD ["--init=true"] [2020-12-15T00:38:02.395Z] Removing intermediate container b12edc3c0ce7 [2020-12-15T00:38:02.395Z] ---> a8b36737af80 [2020-12-15T00:38:02.395Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-15T00:38:02.675Z] Removing intermediate container d8e00e5090a9 [2020-12-15T00:38:02.675Z] ---> 041091a4699e [2020-12-15T00:38:02.675Z] Step 21/22 : LABEL git_sha=bdd14c6a04719bacb5d4ac68c7e102f658622b87 [2020-12-15T00:38:02.675Z] ---> Running in 226b6696322b [2020-12-15T00:38:02.675Z] ---> Running in 0531d2e13480 [2020-12-15T00:38:02.675Z] ---> Running in cbdf14fd5957 [2020-12-15T00:38:02.965Z] Removing intermediate container 0531d2e13480 [2020-12-15T00:38:02.965Z] ---> cf4bdc79f83c [2020-12-15T00:38:02.965Z] Step 20/22 : LABEL arch=x86_64 [2020-12-15T00:38:03.288Z] Removing intermediate container 226b6696322b [2020-12-15T00:38:03.288Z] ---> 407624a7be02 [2020-12-15T00:38:03.288Z] Step 19/21 : LABEL arch=x86_64 [2020-12-15T00:38:03.288Z] Removing intermediate container cbdf14fd5957 [2020-12-15T00:38:03.288Z] ---> 322dc045b954 [2020-12-15T00:38:03.288Z] Step 22/22 : LABEL version=0.0.0 [2020-12-15T00:38:03.288Z] ---> Running in de88fda60b49 [2020-12-15T00:38:03.288Z] ---> Running in 63adacee381c [2020-12-15T00:38:03.288Z] ---> Running in 4f67d25fa308 [2020-12-15T00:38:03.590Z] Removing intermediate container 4a3c7c545564 [2020-12-15T00:38:03.590Z] ---> 52dec6e948fe [2020-12-15T00:38:03.590Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2020-12-15T00:38:03.590Z] Removing intermediate container de88fda60b49 [2020-12-15T00:38:03.590Z] ---> 3cf8497c7be3 [2020-12-15T00:38:03.590Z] Step 21/22 : LABEL git_sha=bdd14c6a04719bacb5d4ac68c7e102f658622b87 [2020-12-15T00:38:03.590Z] Removing intermediate container 697c12ba0fcb [2020-12-15T00:38:03.590Z] ---> f5a8f74117e3 [2020-12-15T00:38:03.590Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-12-15T00:38:03.868Z] ---> Running in 8ae0eb15a408 [2020-12-15T00:38:03.868Z] Removing intermediate container 63adacee381c [2020-12-15T00:38:03.868Z] ---> af38f71b2adf [2020-12-15T00:38:03.868Z] Step 20/21 : LABEL git_sha=bdd14c6a04719bacb5d4ac68c7e102f658622b87 [2020-12-15T00:38:03.868Z] Removing intermediate container 4f67d25fa308 [2020-12-15T00:38:03.868Z] ---> 969680e6b4f5 [2020-12-15T00:38:03.868Z] [2020-12-15T00:38:04.136Z] ---> Running in 38b017c19bf2 [2020-12-15T00:38:04.136Z] ---> Running in bbac673a8ac7 [2020-12-15T00:38:04.136Z] ---> Running in dac744c3d60a [2020-12-15T00:38:04.422Z] Successfully built 969680e6b4f5 [2020-12-15T00:38:04.422Z] Removing intermediate container 8ae0eb15a408 [2020-12-15T00:38:04.422Z] ---> cc7083f663df [2020-12-15T00:38:04.422Z] Step 20/22 : LABEL arch=x86_64 [2020-12-15T00:38:04.422Z] Successfully tagged docker-core-command-go:latest [2020-12-15T00:38:04.422Z] Building docker-support-notifications-go [2020-12-15T00:38:04.422Z]  Building docker-core-command-go ... done  ---> Running in 2356dccba767 [2020-12-15T00:38:04.740Z] Removing intermediate container 38b017c19bf2 [2020-12-15T00:38:04.740Z] ---> 3cef0b3e3de7 [2020-12-15T00:38:04.740Z] Step 22/22 : LABEL version=0.0.0 [2020-12-15T00:38:04.740Z] Removing intermediate container dac744c3d60a [2020-12-15T00:38:04.740Z] ---> 868afbb7dd38 [2020-12-15T00:38:04.740Z] Step 21/21 : LABEL version=0.0.0 [2020-12-15T00:38:04.740Z] ---> Running in cf1d051e0947 [2020-12-15T00:38:05.358Z] ---> Running in a16c0532490d [2020-12-15T00:38:05.625Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-15T00:38:05.910Z] Removing intermediate container 2356dccba767 [2020-12-15T00:38:05.910Z] ---> 1cea82b7cba5 [2020-12-15T00:38:05.910Z] Step 21/22 : LABEL git_sha=bdd14c6a04719bacb5d4ac68c7e102f658622b87 [2020-12-15T00:38:05.910Z] Removing intermediate container cf1d051e0947 [2020-12-15T00:38:05.910Z] ---> 31e19011dac5 [2020-12-15T00:38:05.910Z] [2020-12-15T00:38:05.910Z] ---> Running in 57d23d29e968 [2020-12-15T00:38:05.910Z] Removing intermediate container a16c0532490d [2020-12-15T00:38:05.910Z] ---> 343264e6d627 [2020-12-15T00:38:05.910Z] [2020-12-15T00:38:06.201Z] Successfully built 31e19011dac5 [2020-12-15T00:38:06.201Z] Successfully tagged docker-core-metadata-go:latest [2020-12-15T00:38:06.201Z] Building docker-security-secretstore-setup-go [2020-12-15T00:38:06.201Z]  Building docker-core-metadata-go ... done Successfully built 343264e6d627 [2020-12-15T00:38:06.201Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-12-15T00:38:06.201Z] Building docker-sys-mgmt-agent-go [2020-12-15T00:38:06.201Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 57d23d29e968 [2020-12-15T00:38:06.201Z] ---> d6878e4d12b7 [2020-12-15T00:38:06.201Z] Step 22/22 : LABEL version=0.0.0 [2020-12-15T00:38:06.487Z] ---> Running in c72e7a104963 [2020-12-15T00:38:06.487Z] Removing intermediate container c72e7a104963 [2020-12-15T00:38:06.487Z] ---> 12bc0b2f2589 [2020-12-15T00:38:06.487Z] [2020-12-15T00:38:06.840Z] Successfully built 12bc0b2f2589 [2020-12-15T00:38:06.840Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2020-12-15T00:38:06.840Z] Building docker-support-scheduler-go [2020-12-15T00:38:06.840Z]  Building docker-security-bootstrap-redis-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-15T00:38:07.859Z] (1/5) Installing libgcc (9.3.0-r2) [2020-12-15T00:38:07.859Z] (2/5) Installing libsodium (1.0.18-r0) [2020-12-15T00:38:08.132Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-12-15T00:38:08.770Z] (4/5) Installing libzmq (4.3.3-r0) [2020-12-15T00:38:11.182Z] (5/5) Installing zeromq (4.3.3-r0) [2020-12-15T00:38:11.182Z] Executing busybox-1.31.1-r19.trigger [2020-12-15T00:38:11.182Z] OK: 8 MiB in 19 packages [2020-12-15T00:38:14.023Z] Removing intermediate container bbac673a8ac7 [2020-12-15T00:38:14.023Z] ---> 6f55f016bc42 [2020-12-15T00:38:14.023Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-12-15T00:38:14.643Z] ---> f64d93c91c07 [2020-12-15T00:38:14.643Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-12-15T00:38:15.273Z] ---> 27d01aa6c45a [2020-12-15T00:38:15.273Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-12-15T00:38:15.557Z] ---> 506b8a9040d3 [2020-12-15T00:38:15.557Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-12-15T00:38:15.557Z] ---> Running in 2c554a1affc0 [2020-12-15T00:38:15.855Z] Removing intermediate container 2c554a1affc0 [2020-12-15T00:38:15.855Z] ---> 6df6e936426b [2020-12-15T00:38:15.855Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-15T00:38:15.855Z] ---> Running in 331260f737c6 [2020-12-15T00:38:16.154Z] Removing intermediate container 331260f737c6 [2020-12-15T00:38:16.154Z] ---> ca7ab53973a5 [2020-12-15T00:38:16.154Z] Step 21/23 : LABEL arch=x86_64 [2020-12-15T00:38:16.154Z] ---> Running in 6783a7e3526d [2020-12-15T00:38:17.996Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-12-15T00:38:19.691Z] Removing intermediate container 6783a7e3526d [2020-12-15T00:38:19.691Z] ---> f8558cf5b192 [2020-12-15T00:38:19.691Z] Step 22/23 : LABEL git_sha=bdd14c6a04719bacb5d4ac68c7e102f658622b87 [2020-12-15T00:38:21.928Z] ---> Running in 32628269a28f [2020-12-15T00:38:22.548Z] Removing intermediate container 32628269a28f [2020-12-15T00:38:22.548Z] ---> 6b09c2a5b411 [2020-12-15T00:38:22.548Z] Step 23/23 : LABEL version=0.0.0 [2020-12-15T00:38:23.216Z] ---> Running in 27da89ecd787 [2020-12-15T00:38:23.855Z] Removing intermediate container 27da89ecd787 [2020-12-15T00:38:23.855Z] ---> 9eadfb7ab401 [2020-12-15T00:38:23.855Z] [2020-12-15T00:38:24.541Z] Successfully built 9eadfb7ab401 [2020-12-15T00:38:24.541Z] Successfully tagged docker-core-data-go:latest [2020-12-15T00:38:24.541Z] Building docker-security-secrets-setup-go [2020-12-15T00:38:27.379Z]  Building docker-core-data-go ... done Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-15T00:38:27.379Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-15T00:38:27.379Z] ---> 035f5eb93015 [2020-12-15T00:38:27.379Z] Step 3/24 : WORKDIR /edgex-go [2020-12-15T00:38:27.379Z] ---> Using cache [2020-12-15T00:38:27.379Z] ---> a6e23496028a [2020-12-15T00:38:27.379Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T00:38:27.379Z] ---> Using cache [2020-12-15T00:38:27.379Z] ---> 6a20c3a8a01a [2020-12-15T00:38:27.379Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-12-15T00:38:29.402Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-15T00:38:29.402Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-12-15T00:38:29.402Z] ---> 035f5eb93015 [2020-12-15T00:38:29.402Z] Step 3/27 : WORKDIR /edgex-go [2020-12-15T00:38:29.402Z] ---> Using cache [2020-12-15T00:38:29.402Z] ---> a6e23496028a [2020-12-15T00:38:29.402Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T00:38:29.402Z] ---> Using cache [2020-12-15T00:38:29.402Z] ---> 6a20c3a8a01a [2020-12-15T00:38:29.402Z] Step 5/27 : RUN apk update && apk add make bash git [2020-12-15T00:38:30.830Z] ---> Running in baa8f1e0a899 [2020-12-15T00:38:31.119Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-15T00:38:31.119Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-15T00:38:31.119Z] ---> 035f5eb93015 [2020-12-15T00:38:31.119Z] Step 3/21 : WORKDIR /edgex-go [2020-12-15T00:38:31.119Z] ---> Using cache [2020-12-15T00:38:31.119Z] ---> a6e23496028a [2020-12-15T00:38:31.119Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T00:38:31.119Z] ---> Using cache [2020-12-15T00:38:31.119Z] ---> 6a20c3a8a01a [2020-12-15T00:38:31.119Z] Step 5/21 : RUN apk update && apk add make git [2020-12-15T00:38:31.119Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-15T00:38:31.119Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-15T00:38:31.119Z] ---> 035f5eb93015 [2020-12-15T00:38:31.119Z] Step 3/24 : WORKDIR /edgex-go [2020-12-15T00:38:31.119Z] ---> Using cache [2020-12-15T00:38:31.119Z] ---> a6e23496028a [2020-12-15T00:38:31.119Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T00:38:31.119Z] ---> Using cache [2020-12-15T00:38:31.119Z] ---> 6a20c3a8a01a [2020-12-15T00:38:31.119Z] Step 5/24 : RUN apk update && apk add make git [2020-12-15T00:38:34.582Z] ---> Running in 9ed4d3403824 [2020-12-15T00:38:34.582Z] ---> Running in 2b70d614564e [2020-12-15T00:38:34.582Z] ---> Running in e20bac26f935 [2020-12-15T00:38:36.096Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-15T00:38:36.749Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-15T00:38:36.749Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-15T00:38:36.749Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-15T00:38:37.747Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-15T00:38:37.747Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-15T00:38:37.747Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-15T00:38:38.347Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-15T00:38:38.347Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-12-15T00:38:38.347Z] ---> 035f5eb93015 [2020-12-15T00:38:38.347Z] Step 3/29 : WORKDIR /edgex-go [2020-12-15T00:38:38.347Z] ---> Using cache [2020-12-15T00:38:38.347Z] ---> a6e23496028a [2020-12-15T00:38:38.347Z] Step 4/29 : RUN apk update && apk add make git [2020-12-15T00:38:38.636Z] v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-15T00:38:38.636Z] v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-15T00:38:38.636Z] OK: 12750 distinct packages available [2020-12-15T00:38:38.910Z] v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-15T00:38:38.910Z] v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-15T00:38:38.910Z] OK: 12750 distinct packages available [2020-12-15T00:38:38.910Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-15T00:38:38.910Z] v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-15T00:38:38.910Z] v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-15T00:38:38.910Z] OK: 12750 distinct packages available [2020-12-15T00:38:38.910Z] OK: 233 MiB in 51 packages [2020-12-15T00:38:38.910Z] ---> Running in af2578e8a7d5 [2020-12-15T00:38:38.910Z] OK: 233 MiB in 51 packages [2020-12-15T00:38:39.204Z] OK: 233 MiB in 51 packages [2020-12-15T00:38:39.812Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-15T00:38:39.812Z] Removing intermediate container 2b70d614564e [2020-12-15T00:38:39.812Z] ---> f65d8ce87254 [2020-12-15T00:38:39.812Z] Step 6/27 : COPY go.mod . [2020-12-15T00:38:39.812Z] Removing intermediate container e20bac26f935 [2020-12-15T00:38:39.812Z] ---> bbbcc7770edd [2020-12-15T00:38:39.812Z] Step 6/24 : COPY go.mod . [2020-12-15T00:38:40.097Z] Removing intermediate container 9ed4d3403824 [2020-12-15T00:38:40.097Z] ---> b64e5228e7f4 [2020-12-15T00:38:40.097Z] Step 6/21 : COPY go.mod . [2020-12-15T00:38:40.097Z] ---> c97fc5b45d4b [2020-12-15T00:38:40.097Z] Step 7/27 : RUN go mod download [2020-12-15T00:38:40.097Z] ---> 82a83ae39be7 [2020-12-15T00:38:40.097Z] Step 7/24 : RUN go mod download [2020-12-15T00:38:40.097Z] ---> Running in 2b96b702ddc2 [2020-12-15T00:38:40.097Z] ---> Running in 7bf56dbd4991 [2020-12-15T00:38:40.402Z] ---> 24e4b550437f [2020-12-15T00:38:40.402Z] Step 7/21 : RUN go mod download [2020-12-15T00:38:40.402Z] ---> Running in 0b33506ac41c [2020-12-15T00:38:40.687Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-15T00:38:41.322Z] v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-15T00:38:41.322Z] v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-15T00:38:41.322Z] OK: 12750 distinct packages available [2020-12-15T00:38:41.605Z] OK: 233 MiB in 51 packages [2020-12-15T00:38:41.605Z] v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-15T00:38:41.605Z] v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-15T00:38:41.605Z] OK: 12750 distinct packages available [2020-12-15T00:38:41.875Z] OK: 233 MiB in 51 packages [2020-12-15T00:38:42.163Z] Removing intermediate container 0b33506ac41c [2020-12-15T00:38:42.163Z] ---> 5cfa00ed7d8f [2020-12-15T00:38:42.163Z] Step 8/21 : COPY . . [2020-12-15T00:38:42.458Z] Removing intermediate container 7bf56dbd4991 [2020-12-15T00:38:42.458Z] ---> 39211cd3a3c3 [2020-12-15T00:38:42.458Z] Step 8/24 : COPY . . [2020-12-15T00:38:42.458Z] Removing intermediate container 2b96b702ddc2 [2020-12-15T00:38:42.458Z] ---> dfb3f7682745 [2020-12-15T00:38:42.458Z] Step 8/27 : COPY . . [2020-12-15T00:38:45.754Z] Removing intermediate container baa8f1e0a899 [2020-12-15T00:38:45.754Z] ---> 7444855e41a9 [2020-12-15T00:38:45.754Z] Step 6/24 : COPY go.mod . [2020-12-15T00:38:49.240Z] Removing intermediate container af2578e8a7d5 [2020-12-15T00:38:49.240Z] ---> 9a5402c669a5 [2020-12-15T00:38:49.240Z] Step 5/29 : COPY go.mod . [2020-12-15T00:38:53.647Z] ---> 64b9f697538a [2020-12-15T00:38:53.647Z] Step 7/24 : RUN go mod download [2020-12-15T00:38:56.568Z] ---> 2bf97cee398d [2020-12-15T00:38:56.568Z] Step 6/29 : RUN go mod download [2020-12-15T00:39:00.935Z] ---> Running in 61341983ba93 [2020-12-15T00:39:00.935Z] ---> Running in c562519108b6 [2020-12-15T00:39:05.600Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-12-15T00:39:06.535Z] Removing intermediate container c562519108b6 [2020-12-15T00:39:06.535Z] ---> 3dd28f1ebab3 [2020-12-15T00:39:06.535Z] Step 7/29 : COPY . . [2020-12-15T00:39:06.535Z] Removing intermediate container 61341983ba93 [2020-12-15T00:39:06.535Z] ---> f1538e2f02fc [2020-12-15T00:39:06.535Z] Step 8/24 : COPY . . [2020-12-15T00:39:19.608Z] ---> 6238bb612a29 [2020-12-15T00:39:19.608Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-12-15T00:39:19.608Z] ---> 37e8055eac07 [2020-12-15T00:39:19.608Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-12-15T00:39:20.642Z] ---> 871629dcfe19 [2020-12-15T00:39:20.642Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-12-15T00:39:23.331Z] ---> Running in e3b93ac13319 [2020-12-15T00:39:23.331Z] ---> Running in 6184dd3a3039 [2020-12-15T00:39:23.612Z] ---> Running in c4ed426767c7 [2020-12-15T00:39:24.570Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-12-15T00:39:24.571Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-12-15T00:39:24.571Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2020-12-15T00:39:24.571Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2020-12-15T00:39:24.571Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-12-15T00:39:24.571Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-12-15T00:39:26.687Z] 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-15T00:39:26.687Z] 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-15T00:39:26.687Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-12-15T00:39:29.455Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.108s [2020-12-15T00:39:29.455Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-12-15T00:39:29.455Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-12-15T00:39:31.070Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-12-15T00:39:31.070Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-12-15T00:39:31.070Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-12-15T00:39:31.070Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-12-15T00:39:33.671Z] ---> dbbe2d7d75a0 [2020-12-15T00:39:33.671Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-12-15T00:39:33.671Z] ---> df73c1c9b4fa [2020-12-15T00:39:33.671Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-12-15T00:39:33.671Z] ---> Running in fce0d91dde3d [2020-12-15T00:39:33.986Z] ---> Running in be1bca77633f [2020-12-15T00:39:34.845Z] 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-15T00:39:34.845Z] 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-15T00:39:41.706Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.304s coverage: 46.6% of statements [2020-12-15T00:39:41.706Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-12-15T00:39:41.706Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-12-15T00:39:41.706Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-12-15T00:39:41.706Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-12-15T00:39:41.706Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-12-15T00:39:48.636Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.681s coverage: 27.1% of statements [2020-12-15T00:39:48.636Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-12-15T00:39:48.636Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-12-15T00:39:48.636Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-12-15T00:39:48.636Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-12-15T00:39:48.636Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-12-15T00:39:48.636Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-12-15T00:39:48.636Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.065s coverage: 100.0% of statements [2020-12-15T00:39:48.636Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-12-15T00:39:48.636Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.081s coverage: 100.0% of statements [2020-12-15T00:39:48.636Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-12-15T00:39:48.636Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-12-15T00:39:48.636Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.302s coverage: 68.2% of statements [2020-12-15T00:39:48.636Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-12-15T00:39:48.636Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-12-15T00:39:48.636Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.654s coverage: 82.6% of statements [2020-12-15T00:39:48.636Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-12-15T00:39:48.636Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-12-15T00:39:48.636Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-12-15T00:39:48.636Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-12-15T00:39:50.213Z] 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-15T00:39:52.973Z] Removing intermediate container 6184dd3a3039 [2020-12-15T00:39:52.973Z] ---> 3afa24be44f4 [2020-12-15T00:39:52.973Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-12-15T00:39:53.261Z] ---> Running in b548f83c96d4 [2020-12-15T00:39:54.246Z] 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-15T00:39:57.023Z] Removing intermediate container e3b93ac13319 [2020-12-15T00:39:57.023Z] ---> 5cc4c17f7801 [2020-12-15T00:39:57.023Z] [2020-12-15T00:39:57.023Z] Step 10/24 : FROM alpine:3.10 [2020-12-15T00:39:57.023Z] ---> be4e4bea2c2e [2020-12-15T00:39:57.023Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-15T00:39:57.023Z] ---> Using cache [2020-12-15T00:39:57.023Z] ---> 2a623d9fc49c [2020-12-15T00:39:57.023Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-15T00:39:57.215Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.303s coverage: 28.6% of statements [2020-12-15T00:39:57.215Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-12-15T00:39:57.215Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-12-15T00:39:57.215Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-12-15T00:39:57.215Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-12-15T00:39:57.215Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-12-15T00:39:57.215Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.158s coverage: 100.0% of statements [2020-12-15T00:39:57.215Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-12-15T00:39:57.215Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.073s coverage: 100.0% of statements [2020-12-15T00:39:57.215Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-12-15T00:39:57.215Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.424s coverage: 86.7% of statements [2020-12-15T00:39:57.215Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-12-15T00:39:57.517Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.449s coverage: 97.5% of statements [2020-12-15T00:39:57.517Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-12-15T00:39:57.669Z] ---> Running in d26063b72283 [2020-12-15T00:39:57.814Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.218s coverage: 78.3% of statements [2020-12-15T00:39:57.814Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-12-15T00:39:57.814Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-12-15T00:39:57.814Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-12-15T00:39:57.814Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-12-15T00:39:57.957Z] Removing intermediate container b548f83c96d4 [2020-12-15T00:39:57.957Z] ---> dbc51a0e11f4 [2020-12-15T00:39:57.957Z] [2020-12-15T00:39:57.957Z] Step 11/27 : FROM docker:latest [2020-12-15T00:39:57.957Z] ---> aefe523efa57 [2020-12-15T00:39:57.957Z] Step 12/27 : RUN apk add --no-cache bash [2020-12-15T00:39:58.236Z] Removing intermediate container d26063b72283 [2020-12-15T00:39:58.236Z] ---> f621c4b7e99f [2020-12-15T00:39:58.236Z] Step 13/24 : WORKDIR / [2020-12-15T00:39:59.857Z] ---> Running in ece8ba65a2e1 [2020-12-15T00:40:00.437Z] ---> Running in cca92f250d5b [2020-12-15T00:40:00.810Z] Removing intermediate container c4ed426767c7 [2020-12-15T00:40:00.810Z] ---> c6f9c6a1390d [2020-12-15T00:40:00.810Z] [2020-12-15T00:40:00.810Z] Step 10/21 : FROM scratch [2020-12-15T00:40:00.810Z] ---> [2020-12-15T00:40:00.810Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-15T00:40:01.192Z] ---> Using cache [2020-12-15T00:40:01.192Z] ---> 4ac8bb08bf59 [2020-12-15T00:40:01.192Z] Step 12/21 : ENV APP_PORT=48085 [2020-12-15T00:40:01.192Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-15T00:40:02.308Z] Removing intermediate container cca92f250d5b [2020-12-15T00:40:02.308Z] ---> 89457c41fcd6 [2020-12-15T00:40:02.308Z] 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-15T00:40:02.308Z] ---> Running in f02c2d437403 [2020-12-15T00:40:02.308Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-15T00:40:02.669Z] Removing intermediate container be1bca77633f [2020-12-15T00:40:02.669Z] ---> d9553946b6e1 [2020-12-15T00:40:02.669Z] [2020-12-15T00:40:02.669Z] Step 9/29 : FROM alpine:latest [2020-12-15T00:40:02.669Z] ---> b14afc6dfb98 [2020-12-15T00:40:02.669Z] 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-15T00:40:02.669Z] (1/2) Installing readline (8.0.4-r0) [2020-12-15T00:40:02.669Z] (2/2) Installing bash (5.0.17-r0) [2020-12-15T00:40:02.669Z] Executing bash-5.0.17-r0.post-install [2020-12-15T00:40:02.984Z] Executing busybox-1.31.1-r19.trigger [2020-12-15T00:40:02.984Z] OK: 12 MiB in 22 packages [2020-12-15T00:40:04.484Z] Removing intermediate container f02c2d437403 [2020-12-15T00:40:04.484Z] ---> d2004e3835fb [2020-12-15T00:40:04.484Z] Step 13/21 : EXPOSE $APP_PORT [2020-12-15T00:40:04.484Z] ---> Running in 448376472c26 [2020-12-15T00:40:04.756Z] ---> Running in 9849a086db59 [2020-12-15T00:40:04.756Z] ---> 842eacb1d09d [2020-12-15T00:40:04.757Z] 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-15T00:40:04.757Z] Removing intermediate container fce0d91dde3d [2020-12-15T00:40:04.757Z] ---> dcea2971666d [2020-12-15T00:40:04.757Z] [2020-12-15T00:40:04.757Z] Step 10/24 : FROM scratch [2020-12-15T00:40:04.757Z] ---> [2020-12-15T00:40:04.757Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-12-15T00:40:06.269Z] Removing intermediate container 9849a086db59 [2020-12-15T00:40:06.269Z] ---> 68744d2a42f4 [2020-12-15T00:40:06.269Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-12-15T00:40:06.269Z] ---> Running in 5244196da61e [2020-12-15T00:40:06.269Z] Removing intermediate container 448376472c26 [2020-12-15T00:40:06.269Z] ---> 9e887217f533 [2020-12-15T00:40:06.269Z] Step 11/29 : USER root [2020-12-15T00:40:06.269Z] Removing intermediate container ece8ba65a2e1 [2020-12-15T00:40:06.269Z] ---> 5639025edf20 [2020-12-15T00:40:06.269Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-12-15T00:40:06.269Z] ---> 7a2f1a58133c [2020-12-15T00:40:06.269Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-12-15T00:40:06.570Z] ---> Running in b48e8c9a756f [2020-12-15T00:40:06.570Z] ---> Running in 77c0458b52a0 [2020-12-15T00:40:06.570Z] ---> 8b7be086320e [2020-12-15T00:40:06.570Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-12-15T00:40:06.570Z] Removing intermediate container 5244196da61e [2020-12-15T00:40:06.570Z] ---> a228d3d65f67 [2020-12-15T00:40:06.570Z] Step 12/24 : ENV APP_PORT=48060 [2020-12-15T00:40:06.865Z] ---> Running in a83136dad210 [2020-12-15T00:40:06.865Z] ---> 6201390b907e [2020-12-15T00:40:06.865Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-12-15T00:40:07.044Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.182s coverage: 93.8% of statements [2020-12-15T00:40:07.044Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-12-15T00:40:07.044Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-12-15T00:40:07.044Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-12-15T00:40:07.044Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-12-15T00:40:07.044Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-12-15T00:40:07.044Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-12-15T00:40:07.044Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-12-15T00:40:07.044Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-12-15T00:40:07.044Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-12-15T00:40:07.044Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-12-15T00:40:07.044Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-12-15T00:40:07.044Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-12-15T00:40:07.044Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-12-15T00:40:07.044Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-12-15T00:40:07.044Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-12-15T00:40:07.044Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-12-15T00:40:07.044Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-12-15T00:40:07.044Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-12-15T00:40:07.044Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-12-15T00:40:07.044Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-12-15T00:40:07.044Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.101s coverage: 58.8% of statements [2020-12-15T00:40:07.044Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-12-15T00:40:07.044Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-12-15T00:40:07.044Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.176s coverage: 0.1% of statements [2020-12-15T00:40:07.044Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-12-15T00:40:07.044Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-12-15T00:40:07.044Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2020-12-15T00:40:07.044Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2020-12-15T00:40:07.044Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.060s coverage: 100.0% of statements [2020-12-15T00:40:07.044Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2020-12-15T00:40:07.044Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.097s coverage: 75.5% of statements [2020-12-15T00:40:07.044Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2020-12-15T00:40:07.044Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.067s coverage: 80.8% of statements [2020-12-15T00:40:07.044Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.149s coverage: 87.2% of statements [2020-12-15T00:40:07.044Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.185s coverage: 84.2% of statements [2020-12-15T00:40:07.154Z] Removing intermediate container 77c0458b52a0 [2020-12-15T00:40:07.154Z] ---> 95e59cf23646 [2020-12-15T00:40:07.154Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-12-15T00:40:07.154Z] ---> Running in 49855aa29899 [2020-12-15T00:40:07.154Z] ---> 44b8dee6279a [2020-12-15T00:40:07.154Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-12-15T00:40:07.154Z] Removing intermediate container a83136dad210 [2020-12-15T00:40:07.154Z] ---> aaeb549c9d91 [2020-12-15T00:40:07.154Z] Step 13/24 : EXPOSE $APP_PORT [2020-12-15T00:40:07.352Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.228s coverage: 91.4% of statements [2020-12-15T00:40:07.352Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2020-12-15T00:40:07.441Z] ---> Running in 23a1b0d8b082 [2020-12-15T00:40:07.721Z] ---> 6073efa70b6e [2020-12-15T00:40:07.721Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-12-15T00:40:08.001Z] ---> b55ae76a925a [2020-12-15T00:40:08.001Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-12-15T00:40:08.001Z] Removing intermediate container 23a1b0d8b082 [2020-12-15T00:40:08.001Z] ---> 568aed10f017 [2020-12-15T00:40:08.001Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-12-15T00:40:08.001Z] ---> Running in 06bbcf9fdc76 [2020-12-15T00:40:08.298Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-15T00:40:08.298Z] Removing intermediate container b48e8c9a756f [2020-12-15T00:40:08.298Z] ---> 094c4e37d786 [2020-12-15T00:40:08.298Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-12-15T00:40:08.298Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-15T00:40:08.298Z] ---> Running in 81b9b655ab6c [2020-12-15T00:40:08.298Z] Removing intermediate container 06bbcf9fdc76 [2020-12-15T00:40:08.298Z] ---> 86ec93a3d5d3 [2020-12-15T00:40:08.298Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-15T00:40:08.298Z] ---> 8fe2a6bedc2b [2020-12-15T00:40:08.298Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-12-15T00:40:08.594Z] ---> f8e6d3817041 [2020-12-15T00:40:08.594Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-12-15T00:40:08.594Z] v3.12.2-16-g7439663916 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-15T00:40:08.594Z] v3.12.2-17-g25bd54f97d [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-15T00:40:08.594Z] OK: 12747 distinct packages available [2020-12-15T00:40:08.594Z] ---> Running in 7219706263ea [2020-12-15T00:40:08.594Z] Removing intermediate container 81b9b655ab6c [2020-12-15T00:40:08.594Z] ---> d65f9f36a46d [2020-12-15T00:40:08.594Z] Step 15/27 : ENV APP_PORT=48090 [2020-12-15T00:40:08.594Z] ---> Running in be003b9ec062 [2020-12-15T00:40:08.594Z] (1/2) Installing ca-certificates (20191127-r4) [2020-12-15T00:40:09.111Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-12-15T00:40:09.407Z] Executing busybox-1.31.1-r19.trigger [2020-12-15T00:40:09.407Z] Executing ca-certificates-20191127-r4.trigger [2020-12-15T00:40:09.407Z] OK: 6 MiB in 16 packages [2020-12-15T00:40:09.699Z] ---> 59cb3d1ed260 [2020-12-15T00:40:09.699Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-15T00:40:10.012Z] Removing intermediate container 7219706263ea [2020-12-15T00:40:10.012Z] ---> 71015f2e9f32 [2020-12-15T00:40:10.012Z] Step 19/21 : LABEL arch=x86_64 [2020-12-15T00:40:10.012Z] ---> Running in fb038956ee3a [2020-12-15T00:40:10.302Z] Removing intermediate container be003b9ec062 [2020-12-15T00:40:10.302Z] ---> ca2ab3b62cc8 [2020-12-15T00:40:10.302Z] Step 16/27 : EXPOSE $APP_PORT [2020-12-15T00:40:10.302Z] ---> Running in 207b95203a2d [2020-12-15T00:40:10.302Z] ---> 4c1181ee9a07 [2020-12-15T00:40:10.302Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-12-15T00:40:10.302Z] ---> Running in 054d417bd3b1 [2020-12-15T00:40:11.308Z] Removing intermediate container 207b95203a2d [2020-12-15T00:40:11.308Z] ---> 55510c750452 [2020-12-15T00:40:11.308Z] Step 20/21 : LABEL git_sha=bdd14c6a04719bacb5d4ac68c7e102f658622b87 [2020-12-15T00:40:11.308Z] Removing intermediate container 49855aa29899 [2020-12-15T00:40:11.308Z] ---> db5d7338cbc6 [2020-12-15T00:40:11.308Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-12-15T00:40:11.308Z] ---> Running in 7bd91eb2b6f8 [2020-12-15T00:40:11.308Z] ---> Running in 7ca471255a43 [2020-12-15T00:40:11.308Z] ---> 5dffaa274884 [2020-12-15T00:40:11.308Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-12-15T00:40:11.308Z] Removing intermediate container 054d417bd3b1 [2020-12-15T00:40:11.308Z] ---> 43f99cb5083a [2020-12-15T00:40:11.308Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-12-15T00:40:11.975Z] Removing intermediate container 7ca471255a43 [2020-12-15T00:40:11.975Z] ---> 1c2eca6c7317 [2020-12-15T00:40:11.975Z] Step 21/21 : LABEL version=0.0.0 [2020-12-15T00:40:11.975Z] Removing intermediate container 7bd91eb2b6f8 [2020-12-15T00:40:11.975Z] ---> 31b600e689ca [2020-12-15T00:40:11.975Z] Step 14/29 : WORKDIR $BASE_DIR [2020-12-15T00:40:11.975Z] ---> 9a042cbbbd9f [2020-12-15T00:40:11.975Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-12-15T00:40:12.042Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.722s coverage: 63.5% of statements [2020-12-15T00:40:12.042Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-12-15T00:40:12.042Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-12-15T00:40:12.042Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.075s coverage: 100.0% of statements [2020-12-15T00:40:12.042Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.111s coverage: 91.3% of statements [2020-12-15T00:40:12.042Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.065s coverage: 100.0% of statements [2020-12-15T00:40:12.347Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.066s coverage: 73.7% of statements [2020-12-15T00:40:12.582Z] ---> Running in b067b45fa774 [2020-12-15T00:40:12.582Z] ---> Running in 68215123d1d5 [2020-12-15T00:40:12.583Z] Removing intermediate container fb038956ee3a [2020-12-15T00:40:12.583Z] ---> 311edd1e5c46 [2020-12-15T00:40:12.583Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-12-15T00:40:12.583Z] ---> f86f3f6cf627 [2020-12-15T00:40:12.583Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-12-15T00:40:12.583Z] ---> Running in 5abc051284e6 [2020-12-15T00:40:12.583Z] ---> 0f054e8970fd [2020-12-15T00:40:12.583Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-12-15T00:40:12.663Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.054s coverage: 100.0% of statements [2020-12-15T00:40:12.870Z] Removing intermediate container b067b45fa774 [2020-12-15T00:40:12.870Z] ---> 1aaa5277e618 [2020-12-15T00:40:12.870Z] [2020-12-15T00:40:12.870Z] Removing intermediate container 68215123d1d5 [2020-12-15T00:40:12.870Z] ---> 871b952594c0 [2020-12-15T00:40:12.870Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-12-15T00:40:12.870Z] ---> Running in de51827618ca [2020-12-15T00:40:12.870Z] Removing intermediate container 5abc051284e6 [2020-12-15T00:40:12.870Z] ---> 215e69570529 [2020-12-15T00:40:12.870Z] Step 22/24 : LABEL arch=x86_64 [2020-12-15T00:40:13.227Z] ---> 7925d5301efd [2020-12-15T00:40:13.227Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-12-15T00:40:13.227Z] ---> d717a1e2f2dd [2020-12-15T00:40:13.227Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-12-15T00:40:13.227Z] Successfully built 1aaa5277e618 [2020-12-15T00:40:13.227Z] Successfully tagged docker-support-scheduler-go:latest [2020-12-15T00:40:13.618Z]  Building docker-support-scheduler-go ... done  ---> Running in 2cb28610ef70 [2020-12-15T00:40:13.618Z] ---> Running in aaddcfcb3ce8 [2020-12-15T00:40:13.618Z] ---> 78829451e81d [2020-12-15T00:40:13.618Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-12-15T00:40:13.618Z] ---> Running in 170467fc7c19 [2020-12-15T00:40:13.618Z] Removing intermediate container 2cb28610ef70 [2020-12-15T00:40:13.618Z] ---> 28c0d17eccb7 [2020-12-15T00:40:13.618Z] Step 23/24 : LABEL git_sha=bdd14c6a04719bacb5d4ac68c7e102f658622b87 [2020-12-15T00:40:13.908Z] Removing intermediate container aaddcfcb3ce8 [2020-12-15T00:40:13.908Z] ---> 08b28f9edab1 [2020-12-15T00:40:13.908Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-15T00:40:13.908Z] ---> Running in b335482e0dae [2020-12-15T00:40:13.908Z] ---> Running in 0cdca7e3f9e7 [2020-12-15T00:40:14.189Z] Removing intermediate container b335482e0dae [2020-12-15T00:40:14.190Z] ---> 8396ca70f276 [2020-12-15T00:40:14.190Z] Step 24/24 : LABEL version=0.0.0 [2020-12-15T00:40:14.466Z] ---> Running in af05726fb797 [2020-12-15T00:40:14.466Z] Removing intermediate container 0cdca7e3f9e7 [2020-12-15T00:40:14.466Z] ---> d23938b04210 [2020-12-15T00:40:14.466Z] Step 22/24 : LABEL arch=x86_64 [2020-12-15T00:40:14.466Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-15T00:40:14.466Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-15T00:40:14.755Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-12-15T00:40:14.755Z] (2/33) Installing expat (2.2.9-r1) [2020-12-15T00:40:14.755Z] (3/33) Installing libffi (3.3-r2) [2020-12-15T00:40:14.755Z] (4/33) Installing gdbm (1.13-r1) [2020-12-15T00:40:14.755Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-12-15T00:40:14.755Z] ---> Running in 745853ca5e15 [2020-12-15T00:40:14.755Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-12-15T00:40:14.755Z] (7/33) Installing python3 (3.8.5-r0) [2020-12-15T00:40:15.069Z] Removing intermediate container af05726fb797 [2020-12-15T00:40:15.069Z] ---> 20b4d8e459e9 [2020-12-15T00:40:15.069Z] [2020-12-15T00:40:15.070Z] Removing intermediate container de51827618ca [2020-12-15T00:40:15.070Z] ---> 42699d27041e [2020-12-15T00:40:15.070Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-12-15T00:40:18.444Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.963s coverage: 55.9% of statements [2020-12-15T00:40:18.444Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-12-15T00:40:18.444Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-12-15T00:40:18.444Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2020-12-15T00:40:18.444Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2020-12-15T00:40:18.444Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2020-12-15T00:40:18.444Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-12-15T00:40:18.599Z] Removing intermediate container 745853ca5e15 [2020-12-15T00:40:18.599Z] ---> de83041e516f [2020-12-15T00:40:18.599Z] Step 23/24 : LABEL git_sha=bdd14c6a04719bacb5d4ac68c7e102f658622b87 [2020-12-15T00:40:18.599Z] Successfully built 20b4d8e459e9 [2020-12-15T00:40:18.599Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-12-15T00:40:18.599Z]  Building docker-security-secretstore-setup-go ... done  ---> Running in b6a405384613 [2020-12-15T00:40:18.599Z] ---> 4aacd57b9135 [2020-12-15T00:40:18.599Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-12-15T00:40:18.599Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-12-15T00:40:18.599Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-12-15T00:40:18.599Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-12-15T00:40:18.599Z] (11/33) Installing py3-six (1.15.0-r0) [2020-12-15T00:40:18.599Z] (12/33) Installing py3-packaging (20.4-r0) [2020-12-15T00:40:18.599Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-12-15T00:40:18.599Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-12-15T00:40:18.599Z] (15/33) Installing py3-idna (2.9-r0) [2020-12-15T00:40:19.196Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-12-15T00:40:19.196Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-12-15T00:40:19.196Z] Removing intermediate container b6a405384613 [2020-12-15T00:40:19.196Z] ---> 8df9e5d5a45b [2020-12-15T00:40:19.196Z] Step 24/24 : LABEL version=0.0.0 [2020-12-15T00:40:19.196Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-12-15T00:40:19.196Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-12-15T00:40:19.488Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-12-15T00:40:19.488Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-12-15T00:40:20.143Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-12-15T00:40:20.143Z] ---> Running in 493c2b69c948 [2020-12-15T00:40:20.143Z] ---> 4468c13e78d5 [2020-12-15T00:40:20.143Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-12-15T00:40:20.143Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-12-15T00:40:20.143Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-12-15T00:40:20.143Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-12-15T00:40:20.143Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-12-15T00:40:20.143Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-12-15T00:40:20.143Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-12-15T00:40:20.143Z] (29/33) Installing py3-progress (1.5-r0) [2020-12-15T00:40:20.143Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-12-15T00:40:21.149Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-12-15T00:40:21.149Z] Removing intermediate container 493c2b69c948 [2020-12-15T00:40:21.149Z] ---> 6754121da817 [2020-12-15T00:40:21.149Z] [2020-12-15T00:40:21.149Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-12-15T00:40:21.149Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-12-15T00:40:22.155Z] ---> f217d81d040b [2020-12-15T00:40:22.155Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-12-15T00:40:22.155Z] Executing busybox-1.31.1-r19.trigger [2020-12-15T00:40:22.155Z] Successfully built 6754121da817 [2020-12-15T00:40:22.155Z] OK: 71 MiB in 55 packages [2020-12-15T00:40:22.155Z] Successfully tagged docker-support-notifications-go:latest [2020-12-15T00:40:22.155Z]  Building docker-support-notifications-go ... done  ---> 98330c233b93 [2020-12-15T00:40:22.155Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-12-15T00:40:23.182Z] ---> 9f709d850585 [2020-12-15T00:40:23.182Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-12-15T00:40:26.853Z] ---> Running in 4c3810cc3edc [2020-12-15T00:40:28.899Z] Removing intermediate container 170467fc7c19 [2020-12-15T00:40:28.899Z] ---> dee5949280e6 [2020-12-15T00:40:28.899Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-12-15T00:40:28.899Z] ---> Running in cdee0e90ed07 [2020-12-15T00:40:29.188Z] Removing intermediate container 4c3810cc3edc [2020-12-15T00:40:29.188Z] ---> fa3fdc5572d1 [2020-12-15T00:40:29.188Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-12-15T00:40:29.458Z] ---> be328f629952 [2020-12-15T00:40:29.458Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-15T00:40:29.458Z] ---> Running in 6fb0ea99912c [2020-12-15T00:40:30.071Z] Collecting docker-compose==1.23.2 [2020-12-15T00:40:30.071Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-12-15T00:40:30.356Z] Collecting dockerpty<0.5,>=0.4.1 [2020-12-15T00:40:30.356Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-12-15T00:40:30.356Z] Removing intermediate container 6fb0ea99912c [2020-12-15T00:40:30.356Z] ---> d2d424c69b53 [2020-12-15T00:40:30.356Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-12-15T00:40:30.356Z] ---> Running in 6e2a672878bb [2020-12-15T00:40:30.979Z] Collecting jsonschema<3,>=2.5.1 [2020-12-15T00:40:30.979Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-12-15T00:40:31.251Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-12-15T00:40:31.252Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-12-15T00:40:31.252Z] Collecting docker<4.0,>=3.6.0 [2020-12-15T00:40:31.252Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-12-15T00:40:31.520Z] Collecting docopt<0.7,>=0.6.1 [2020-12-15T00:40:31.520Z] Removing intermediate container 6e2a672878bb [2020-12-15T00:40:31.520Z] ---> 2f2276240265 [2020-12-15T00:40:31.520Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-12-15T00:40:31.520Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-12-15T00:40:31.820Z] ---> Running in 422434f00679 [2020-12-15T00:40:31.820Z] Removing intermediate container 422434f00679 [2020-12-15T00:40:31.820Z] ---> d8dfcc381572 [2020-12-15T00:40:31.820Z] Step 26/29 : CMD [ "generate" ] [2020-12-15T00:40:31.820Z] ---> Running in fcc34a8a2273 [2020-12-15T00:40:32.101Z] Removing intermediate container fcc34a8a2273 [2020-12-15T00:40:32.101Z] ---> 815b23c78f71 [2020-12-15T00:40:32.101Z] Step 27/29 : LABEL arch=x86_64 [2020-12-15T00:40:32.101Z] ---> Running in b7e5657ef493 [2020-12-15T00:40:32.101Z] Collecting texttable<0.10,>=0.9.0 [2020-12-15T00:40:32.101Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-12-15T00:40:32.101Z] Removing intermediate container b7e5657ef493 [2020-12-15T00:40:32.101Z] ---> deaf2aa30582 [2020-12-15T00:40:32.101Z] Step 28/29 : LABEL git_sha=bdd14c6a04719bacb5d4ac68c7e102f658622b87 [2020-12-15T00:40:32.390Z] ---> Running in 5a5b53f595bb [2020-12-15T00:40:32.390Z] Removing intermediate container 5a5b53f595bb [2020-12-15T00:40:32.390Z] ---> a62bedd99296 [2020-12-15T00:40:32.390Z] Step 29/29 : LABEL version=0.0.0 [2020-12-15T00:40:32.390Z] ---> Running in fb5f902e0616 [2020-12-15T00:40:32.663Z] Removing intermediate container fb5f902e0616 [2020-12-15T00:40:32.663Z] ---> e9d46d0c6163 [2020-12-15T00:40:32.663Z] [2020-12-15T00:40:32.663Z] Collecting websocket-client<1.0,>=0.32.0 [2020-12-15T00:40:32.663Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-12-15T00:40:32.663Z] 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-15T00:40:32.663Z] Successfully built e9d46d0c6163 [2020-12-15T00:40:32.663Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-12-15T00:40:32.933Z]  Building docker-security-secrets-setup-go ... done Collecting PyYAML<4,>=3.10 [2020-12-15T00:40:32.933Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-12-15T00:40:33.542Z] Collecting cached-property<2,>=1.2.0 [2020-12-15T00:40:33.542Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-12-15T00:40:33.830Z] Collecting urllib3<1.25,>=1.21.1 [2020-12-15T00:40:33.831Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-12-15T00:40:33.831Z] Collecting idna<2.8,>=2.5 [2020-12-15T00:40:33.831Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-12-15T00:40:33.831Z] 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-15T00:40:33.831Z] 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-15T00:40:34.121Z] Collecting docker-pycreds>=0.4.0 [2020-12-15T00:40:34.121Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-12-15T00:40:34.121Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-12-15T00:40:34.121Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-12-15T00:40:34.121Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-12-15T00:40:34.121Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-12-15T00:40:34.121Z] Installing collected packages: dockerpty, jsonschema, urllib3, idna, requests, websocket-client, docker-pycreds, docker, docopt, texttable, PyYAML, cached-property, docker-compose [2020-12-15T00:40:34.121Z] Running setup.py install for dockerpty: started [2020-12-15T00:40:34.734Z] Running setup.py install for dockerpty: finished with status 'done' [2020-12-15T00:40:36.123Z] Attempting uninstall: urllib3 [2020-12-15T00:40:36.123Z] Found existing installation: urllib3 1.25.9 [2020-12-15T00:40:36.123Z] Uninstalling urllib3-1.25.9: [2020-12-15T00:40:36.386Z] Successfully uninstalled urllib3-1.25.9 [2020-12-15T00:40:36.386Z] Attempting uninstall: idna [2020-12-15T00:40:36.386Z] Found existing installation: idna 2.9 [2020-12-15T00:40:36.386Z] Uninstalling idna-2.9: [2020-12-15T00:40:36.386Z] Successfully uninstalled idna-2.9 [2020-12-15T00:40:36.651Z] Attempting uninstall: requests [2020-12-15T00:40:36.651Z] Found existing installation: requests 2.23.0 [2020-12-15T00:40:36.651Z] Uninstalling requests-2.23.0: [2020-12-15T00:40:36.651Z] Successfully uninstalled requests-2.23.0 [2020-12-15T00:40:37.224Z] Running setup.py install for docopt: started [2020-12-15T00:40:37.485Z] Running setup.py install for docopt: finished with status 'done' [2020-12-15T00:40:37.485Z] Running setup.py install for texttable: started [2020-12-15T00:40:38.060Z] Running setup.py install for texttable: finished with status 'done' [2020-12-15T00:40:38.060Z] Running setup.py install for PyYAML: started [2020-12-15T00:40:38.322Z] Running setup.py install for PyYAML: finished with status 'done' [2020-12-15T00:40:38.895Z] 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-15T00:40:41.115Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 22.130s coverage: 86.3% of statements [2020-12-15T00:40:41.116Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-12-15T00:40:41.116Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 5.208s coverage: 72.2% of statements [2020-12-15T00:40:41.116Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 1.932s coverage: 72.1% of statements [2020-12-15T00:40:41.116Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.109s coverage: 82.4% of statements [2020-12-15T00:40:41.116Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.080s coverage: 48.4% of statements [2020-12-15T00:40:41.116Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-12-15T00:40:41.116Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-12-15T00:40:41.116Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-12-15T00:40:41.116Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.089s coverage: 28.8% of statements [2020-12-15T00:40:41.116Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-12-15T00:40:41.116Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.090s coverage: 96.8% of statements [2020-12-15T00:40:41.116Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-12-15T00:40:41.116Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.434s coverage: 37.0% of statements [2020-12-15T00:40:41.116Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-12-15T00:40:41.116Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-12-15T00:40:41.116Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.924s coverage: 84.0% of statements [2020-12-15T00:40:41.116Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.095s coverage: 100.0% of statements [2020-12-15T00:40:41.116Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.460s coverage: 47.1% of statements [2020-12-15T00:40:41.116Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-12-15T00:40:41.116Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-12-15T00:40:41.116Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.048s coverage: 100.0% of statements [2020-12-15T00:40:41.116Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-12-15T00:40:41.116Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-12-15T00:40:41.116Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-12-15T00:40:41.116Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.131s coverage: 100.0% of statements [2020-12-15T00:40:41.116Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-12-15T00:40:41.116Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.141s coverage: 100.0% of statements [2020-12-15T00:40:41.116Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-12-15T00:40:41.439Z] Removing intermediate container cdee0e90ed07 [2020-12-15T00:40:41.439Z] ---> 6b91b06e19a3 [2020-12-15T00:40:41.439Z] Step 22/27 : RUN apk --no-cache add curl [2020-12-15T00:40:41.439Z] ---> Running in 745d34226006 [2020-12-15T00:40:41.701Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-15T00:40:41.701Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-15T00:40:41.963Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-12-15T00:40:41.963Z] (2/3) Installing libcurl (7.69.1-r3) [2020-12-15T00:40:41.963Z] (3/3) Installing curl (7.69.1-r3) [2020-12-15T00:40:41.963Z] Executing busybox-1.31.1-r19.trigger [2020-12-15T00:40:41.963Z] OK: 72 MiB in 58 packages [2020-12-15T00:40:42.535Z] Removing intermediate container 745d34226006 [2020-12-15T00:40:42.535Z] ---> c04ea5b17326 [2020-12-15T00:40:42.535Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-12-15T00:40:42.535Z] ---> Running in a582d0201aba [2020-12-15T00:40:42.797Z] Removing intermediate container a582d0201aba [2020-12-15T00:40:42.797Z] ---> 1f35366a81d0 [2020-12-15T00:40:42.797Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-15T00:40:42.797Z] ---> Running in a1ad68583e8e [2020-12-15T00:40:42.797Z] Removing intermediate container a1ad68583e8e [2020-12-15T00:40:42.797Z] ---> d368b41e780b [2020-12-15T00:40:42.797Z] Step 25/27 : LABEL arch=x86_64 [2020-12-15T00:40:43.060Z] ---> Running in e4c61e4044b1 [2020-12-15T00:40:43.060Z] Removing intermediate container e4c61e4044b1 [2020-12-15T00:40:43.060Z] ---> 5202ba3eda25 [2020-12-15T00:40:43.060Z] Step 26/27 : LABEL git_sha=bdd14c6a04719bacb5d4ac68c7e102f658622b87 [2020-12-15T00:40:43.060Z] ---> Running in 4635c1860ecb [2020-12-15T00:40:43.324Z] Removing intermediate container 4635c1860ecb [2020-12-15T00:40:43.324Z] ---> 830620c92f9e [2020-12-15T00:40:43.324Z] Step 27/27 : LABEL version=0.0.0 [2020-12-15T00:40:43.324Z] ---> Running in 5fb92100bc4c [2020-12-15T00:40:43.585Z] Removing intermediate container 5fb92100bc4c [2020-12-15T00:40:43.585Z] ---> 25b6c0083fbb [2020-12-15T00:40:43.585Z] [2020-12-15T00:40:43.585Z] Successfully built 25b6c0083fbb [2020-12-15T00:40:43.853Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-12-15T00:40:44.126Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-12-15T00:40:44.155Z] $ docker stop --time=1 2956bddcbcacce7fb080ee90d4ea134156f2147a3ad34f18c0d20b003a3ca938 [2020-12-15T00:40:45.745Z] $ docker rm -f 2956bddcbcacce7fb080ee90d4ea134156f2147a3ad34f18c0d20b003a3ca938 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-15T00:40:46.318Z] + docker images [2020-12-15T00:40:46.318Z] + grep docker [2020-12-15T00:40:46.318Z] docker-sys-mgmt-agent-go latest 25b6c0083fbb 3 seconds ago 313MB [2020-12-15T00:40:46.318Z] docker-security-secrets-setup-go latest e9d46d0c6163 14 seconds ago 23.9MB [2020-12-15T00:40:46.318Z] docker-support-notifications-go latest 6754121da817 26 seconds ago 13.6MB [2020-12-15T00:40:46.318Z] docker-security-secretstore-setup-go latest 20b4d8e459e9 32 seconds ago 24.7MB [2020-12-15T00:40:46.318Z] docker-support-scheduler-go latest 1aaa5277e618 34 seconds ago 12.3MB [2020-12-15T00:40:46.318Z] docker-core-data-go latest 9eadfb7ab401 2 minutes ago 23.8MB [2020-12-15T00:40:46.318Z] docker-security-bootstrap-redis-go latest 12bc0b2f2589 2 minutes ago 15.8MB [2020-12-15T00:40:46.318Z] docker-core-metadata-go latest 31e19011dac5 2 minutes ago 14.5MB [2020-12-15T00:40:46.318Z] docker-security-proxy-setup-go latest 343264e6d627 2 minutes ago 24.6MB [2020-12-15T00:40:46.318Z] docker-core-command-go latest 969680e6b4f5 2 minutes ago 12.2MB [2020-12-15T00:40:46.318Z] docker latest aefe523efa57 3 days 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-15T00:40:51.354Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.828s coverage: 29.1% of statements [2020-12-15T00:40:51.354Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-12-15T00:40:51.354Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-12-15T00:40:51.354Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-12-15T00:40:51.354Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-12-15T00:40:51.354Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-12-15T00:40:51.354Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.228s coverage: 99.0% of statements [2020-12-15T00:40:51.354Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-12-15T00:40:51.354Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.151s coverage: 100.0% of statements [2020-12-15T00:40:51.354Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-12-15T00:40:51.354Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.047s coverage: 0.0% of statements [2020-12-15T00:40:51.354Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-12-15T00:40:51.354Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.069s coverage: 100.0% of statements [2020-12-15T00:40:51.354Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-12-15T00:40:51.354Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-12-15T00:40:51.354Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-12-15T00:40:51.354Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-12-15T00:40:51.354Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.101s coverage: 87.9% of statements [2020-12-15T00:40:51.354Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-12-15T00:40:51.354Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-12-15T00:40:51.354Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.062s coverage: 100.0% of statements [2020-12-15T00:40:51.354Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.062s coverage: 32.1% of statements [2020-12-15T00:40:51.354Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.090s coverage: 100.0% of statements [2020-12-15T00:40:51.959Z] GO111MODULE=on go vet ./... [2020-12-15T00:41:02.108Z] Still waiting to schedule task [2020-12-15T00:41:02.108Z] ‘prd-ubuntu18.04-docker-8c-8g-15995’ is offline [2020-12-15T00:42:13.873Z] gofmt -l . [2020-12-15T00:42:13.873Z] [ "`gofmt -l .`" = "" ] [2020-12-15T00:42:16.545Z] ./bin/test-go-mod-tidy.sh [2020-12-15T00:42:17.681Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-12-15T00:42:22.722Z] + ls -al . [2020-12-15T00:42:22.722Z] total 696 [2020-12-15T00:42:22.722Z] drwxrwxr-x 9 1001 1001 4096 Dec 15 00:42 . [2020-12-15T00:42:22.722Z] drwxr-xr-x 4 root root 4096 Dec 15 00:37 .. [2020-12-15T00:42:22.722Z] -rw-rw-r-- 1 1001 1001 11 Dec 15 00:35 .dockerignore [2020-12-15T00:42:22.722Z] drwxrwxr-x 8 1001 1001 4096 Dec 15 00:36 .git [2020-12-15T00:42:22.722Z] drwxrwxr-x 3 1001 1001 4096 Dec 15 00:35 .github [2020-12-15T00:42:22.722Z] -rw-rw-r-- 1 1001 1001 943 Dec 15 00:35 .gitignore [2020-12-15T00:42:22.722Z] -rw-rw-r-- 1 1001 1001 166 Dec 15 00:35 .sonarcloud.properties [2020-12-15T00:42:22.722Z] -rw-rw-r-- 1 1001 1001 3804 Dec 15 00:35 CONTRIBUTING.md [2020-12-15T00:42:22.722Z] -rw-rw-r-- 1 1001 1001 1035 Dec 15 00:35 Dockerfile.build [2020-12-15T00:42:22.722Z] -rw-rw-r-- 1 1001 1001 863 Dec 15 00:35 Jenkinsfile [2020-12-15T00:42:22.722Z] -rw-rw-r-- 1 1001 1001 10775 Dec 15 00:35 LICENSE [2020-12-15T00:42:22.722Z] -rw-rw-r-- 1 1001 1001 6318 Dec 15 00:35 Makefile [2020-12-15T00:42:22.722Z] -rw-rw-r-- 1 1001 1001 6447 Dec 15 00:35 README.md [2020-12-15T00:42:22.722Z] -rw-rw-r-- 1 1001 1001 7286 Dec 15 00:35 SECURITY.md [2020-12-15T00:42:22.722Z] -rw-rw-r-- 1 1001 1001 5 Dec 15 00:32 VERSION [2020-12-15T00:42:22.722Z] -rw-rw-r-- 1 1001 1001 4131 Dec 15 00:35 ZMQWindows.md [2020-12-15T00:42:22.722Z] drwxrwxr-x 2 1001 1001 4096 Dec 15 00:35 bin [2020-12-15T00:42:22.722Z] drwxrwxr-x 15 1001 1001 4096 Dec 15 00:35 cmd [2020-12-15T00:42:22.722Z] -rw-r--r-- 1 root root 572038 Dec 15 00:40 coverage.out [2020-12-15T00:42:22.722Z] -rw-r--r-- 1 root root 1041 Dec 15 00:42 go.mod [2020-12-15T00:42:22.722Z] -rw-r--r-- 1 root root 18746 Dec 15 00:42 go.sum [2020-12-15T00:42:22.722Z] drwxrwxr-x 8 1001 1001 4096 Dec 15 00:35 internal [2020-12-15T00:42:22.722Z] drwxrwxr-x 4 1001 1001 4096 Dec 15 00:35 openapi [2020-12-15T00:42:22.722Z] drwxrwxr-x 4 1001 1001 4096 Dec 15 00:35 snap [2020-12-15T00:42:22.722Z] -rw-rw-r-- 1 1001 1001 168 Dec 15 00:35 version.go [Pipeline] sh [2020-12-15T00:42:23.391Z] + '[' -e coverage.out ] [2020-12-15T00:42:23.391Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-12-15T00:42:23.413Z] Warning: overwriting stash ‘coverage-report’ [2020-12-15T00:42:24.663Z] Stashed 1 file(s) [Pipeline] sh [2020-12-15T00:42:25.319Z] + make build [2020-12-15T00:42:25.319Z] 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-15T00:42:40.424Z] 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-15T00:42:51.232Z] Running on prd-ubuntu18.04-docker-8c-8g-15997 in /w/workspace/edgexfoundry_edgex-go_PR-2908 [Pipeline] { [Pipeline] ws [2020-12-15T00:42:51.296Z] Running in /w/workspace/edgex-go/15 [Pipeline] { [Pipeline] checkout [2020-12-15T00:42:53.360Z] using credential edgex-jenkins-ssh [2020-12-15T00:42:53.416Z] Cloning the remote Git repository [2020-12-15T00:42:53.446Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-12-15T00:42:53.507Z] > git init /w/workspace/edgex-go/15 # timeout=10 [2020-12-15T00:42:53.530Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-15T00:42:53.530Z] > git --version # timeout=10 [2020-12-15T00:42:53.536Z] > git --version # 'git version 2.17.1' [2020-12-15T00:42:53.536Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-15T00:42:53.557Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-15T00:43:07.308Z] 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-15T00:43:09.025Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-15T00:43:09.038Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-15T00:43:09.048Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-15T00:43:09.057Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-15T00:43:09.058Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-15T00:43:09.060Z] > 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-15T00:43:09.493Z] Merging remotes/origin/master commit 8905b2aeb998c2429dd3dac7113c428985f887cf into PR head commit fe929cdc9076a4b61d9349ddb828743ec74444d3 [2020-12-15T00:43:09.684Z] Merge succeeded, producing ebaafebdfcf061a8d8a650ec82d0cd7afea75982 [2020-12-15T00:43:09.685Z] Checking out Revision ebaafebdfcf061a8d8a650ec82d0cd7afea75982 (PR-2908) [2020-12-15T00:43:09.506Z] > git config core.sparsecheckout # timeout=10 [2020-12-15T00:43:09.510Z] > git checkout -f fe929cdc9076a4b61d9349ddb828743ec74444d3 # timeout=10 [2020-12-15T00:43:09.579Z] > git remote # timeout=10 [2020-12-15T00:43:09.585Z] > git config --get remote.origin.url # timeout=10 [2020-12-15T00:43:09.593Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-15T00:43:09.596Z] > git merge 8905b2aeb998c2429dd3dac7113c428985f887cf # timeout=10 [2020-12-15T00:43:09.671Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-15T00:43:09.693Z] > git config core.sparsecheckout # timeout=10 [2020-12-15T00:43:09.697Z] > git checkout -f ebaafebdfcf061a8d8a650ec82d0cd7afea75982 # timeout=10 [2020-12-15T00:43:13.399Z] Commit message: "Merge commit '8905b2aeb998c2429dd3dac7113c428985f887cf' into HEAD" [2020-12-15T00:43:13.408Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-15T00:43:14.098Z] 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-15T00:43:14.566Z] + echo snap-build.sh [2020-12-15T00:43:14.566Z] snap-build.sh [2020-12-15T00:43:14.566Z] + SNAP_BASE_DIR=. [2020-12-15T00:43:14.566Z] + '[' '!' -z /w/workspace/edgex-go/15 ']' [2020-12-15T00:43:14.566Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/15 [2020-12-15T00:43:14.566Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/15]' [2020-12-15T00:43:14.566Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/15] [2020-12-15T00:43:14.566Z] + cd /w/workspace/edgex-go/15 [2020-12-15T00:43:14.566Z] + sudo apt-get remove -qy --purge lxd lxd-client [2020-12-15T00:43:14.566Z] Reading package lists... [2020-12-15T00:43:14.566Z] Building dependency tree... [2020-12-15T00:43:14.566Z] Reading state information... [2020-12-15T00:43:14.831Z] The following packages were automatically installed and are no longer required: [2020-12-15T00:43:14.831Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2020-12-15T00:43:14.831Z] uidmap xdelta3 [2020-12-15T00:43:14.831Z] Use 'sudo apt autoremove' to remove them. [2020-12-15T00:43:14.831Z] The following packages will be REMOVED: [2020-12-15T00:43:14.831Z] lxd* lxd-client* [2020-12-15T00:43:15.092Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2020-12-15T00:43:15.092Z] After this operation, 31.7 MB disk space will be freed. [2020-12-15T00:43:13.407Z] > git rev-list --no-walk 8f1695c00aae907ff5828cbfc029c2c45daad569 # timeout=10 [2020-12-15T00:43:16.396Z] (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-15T00:43:16.396Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2020-12-15T00:43:16.967Z] Removing lxd dnsmasq configuration [2020-12-15T00:43:17.231Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2020-12-15T00:43:17.231Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2020-12-15T00:43:18.185Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2020-12-15T00:43:18.446Z] (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-15T00:43:18.447Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2020-12-15T00:43:19.490Z] 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-15T00:43:19.833Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2020-12-15T00:43:19.833Z] Processing triggers for ureadahead (0.100.0-21) ... [2020-12-15T00:43:20.919Z] 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-15T00:43:21.222Z] + sudo snap remove --purge lxd [2020-12-15T00:43:21.222Z] snap "lxd" is not installed [2020-12-15T00:43:21.222Z] + sudo groupadd --force --system lxd [2020-12-15T00:43:21.222Z] ++ whoami [2020-12-15T00:43:21.222Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2020-12-15T00:43:21.222Z] + newgrp - lxd [2020-12-15T00:43:21.222Z] + sudo snap install lxd [2020-12-15T00:43:26.305Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-12-15T00:43:31.688Z] 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-15T00:43:36.012Z] 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-15T00:43:39.344Z] 2020-12-15T00:43:37Z INFO Waiting for automatic snapd restart... [2020-12-15T00:43:39.400Z] 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-15T00:43:44.804Z] 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-15T00:43:49.104Z] 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-15T00:43:53.404Z] 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-15T00:43:57.731Z] $ docker stop --time=1 47d7078edd3140ce7cb526c07a846fda5417457f601a586b56d98ca4eca14de8 [2020-12-15T00:44:00.529Z] $ docker rm -f 47d7078edd3140ce7cb526c07a846fda5417457f601a586b56d98ca4eca14de8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-15T00:44:02.826Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-15T00:44:03.101Z] [2020-12-15T00:44:03.101Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-15T00:44:03.519Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-15T00:44:03.794Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-12-15T00:44:03.794Z] 29e5d40040c1: Pulling fs layer [2020-12-15T00:44:03.794Z] 1ce36da41761: Pulling fs layer [2020-12-15T00:44:03.794Z] 25b303627fd3: Pulling fs layer [2020-12-15T00:44:04.392Z] 29e5d40040c1: Verifying Checksum [2020-12-15T00:44:04.392Z] 29e5d40040c1: Download complete [2020-12-15T00:44:05.000Z] 1ce36da41761: Download complete [2020-12-15T00:44:05.000Z] 29e5d40040c1: Pull complete [2020-12-15T00:44:06.436Z] 1ce36da41761: Pull complete [2020-12-15T00:44:07.034Z] 25b303627fd3: Verifying Checksum [2020-12-15T00:44:07.034Z] 25b303627fd3: Download complete [2020-12-15T00:44:11.578Z] lxd 4.8 from Canonical* installed [2020-12-15T00:44:11.578Z] + sudo lxd init --auto [2020-12-15T00:44:15.788Z] + sudo snap install --classic snapcraft [2020-12-15T00:44:17.189Z] 25b303627fd3: Pull complete [2020-12-15T00:44:17.190Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-12-15T00:44:17.190Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-15T00:44:17.190Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-12-15T00:44:17.468Z] prd-ubuntu18.04-docker-arm64-4c-16g-15988 does not seem to be running inside a container [2020-12-15T00:44:17.550Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@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-arm64:latest cat [2020-12-15T00:44:21.036Z] $ docker top d37e8ce7b693eeee0dee3a91dffc066f433bf91a678525e08e249f396ffda02d -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-15T00:44:22.188Z] + docker-compose build --help [2020-12-15T00:44:22.188Z] + grep parallel [2020-12-15T00:44:25.816Z] snapcraft 4.4.4 from Canonical* installed [2020-12-15T00:44:25.816Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2020-12-15T00:44:25.816Z] + patch --verbose -p1 [2020-12-15T00:44:25.816Z] Hmm... Looks like a unified diff to me... [2020-12-15T00:44:25.816Z] The text leading up to this was: [2020-12-15T00:44:25.816Z] -------------------------- [2020-12-15T00:44:25.816Z] |From a8e6179902fe6bccada5d6ad9dd7e850ca774bef Mon Sep 17 00:00:00 2001 [2020-12-15T00:44:25.816Z] |From: Tony Espy [2020-12-15T00:44:25.816Z] |Date: Wed, 2 Dec 2020 17:38:31 -0500 [2020-12-15T00:44:25.816Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2020-12-15T00:44:25.816Z] | [2020-12-15T00:44:25.816Z] |This patch is used by the EdgeX CI pipeline builds to [2020-12-15T00:44:25.816Z] |optimize the snap CI check run for pull requests. When [2020-12-15T00:44:25.816Z] |applied, it essentially strips out everything (apps and [2020-12-15T00:44:25.816Z] |parts) from the snapcraft.yaml file except those required [2020-12-15T00:44:25.816Z] |to build edgex-go, as the whole idea of the CI check is to [2020-12-15T00:44:25.816Z] |catch changes to edgex-go that break the snap build. [2020-12-15T00:44:25.816Z] | [2020-12-15T00:44:25.816Z] |In general, anyone updating snapcraft.yaml will also need [2020-12-15T00:44:25.816Z] |to update this patch file, otherwise it may fail to apply, [2020-12-15T00:44:25.816Z] |resulting in a failed snap build CI check in the associated [2020-12-15T00:44:25.816Z] |pull request. [2020-12-15T00:44:25.816Z] | [2020-12-15T00:44:25.816Z] |Note - in addition to applying this patch, the pipeline also [2020-12-15T00:44:25.816Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2020-12-15T00:44:25.816Z] |need to build the finally binary .snap file (and it won't [2020-12-15T00:44:25.816Z] |work with the patch applied). This further reduces the build [2020-12-15T00:44:25.816Z] |time. [2020-12-15T00:44:25.816Z] |--- [2020-12-15T00:44:25.816Z] | snap/snapcraft.yaml | 466 +------------------------------------------- [2020-12-15T00:44:25.816Z] | 1 file changed, 2 insertions(+), 464 deletions(-) [2020-12-15T00:44:25.816Z] | [2020-12-15T00:44:25.816Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2020-12-15T00:44:25.816Z] |index b265277c..d7e1de37 100644 [2020-12-15T00:44:25.816Z] |--- a/snap/snapcraft.yaml [2020-12-15T00:44:25.816Z] |+++ b/snap/snapcraft.yaml [2020-12-15T00:44:25.816Z] -------------------------- [2020-12-15T00:44:25.816Z] patching file snap/snapcraft.yaml [2020-12-15T00:44:25.816Z] Using Plan A... [2020-12-15T00:44:25.816Z] Hunk #1 succeeded at 72 with fuzz 2 (offset -3 lines). [2020-12-15T00:44:25.816Z] Hunk #2 succeeded at 81 (offset -3 lines). [2020-12-15T00:44:25.816Z] Hunk #3 succeeded at 211 (offset -7 lines). [2020-12-15T00:44:25.816Z] Hunk #4 succeeded at 226 (offset -7 lines). [2020-12-15T00:44:25.816Z] Hunk #5 succeeded at 234 (offset -7 lines). [2020-12-15T00:44:25.816Z] Hunk #6 succeeded at 241 (offset -7 lines). [2020-12-15T00:44:25.816Z] Hunk #7 succeeded at 268 (offset -7 lines). [2020-12-15T00:44:25.816Z] Hunk #8 succeeded at 302 (offset -7 lines). [2020-12-15T00:44:25.816Z] Hunk #9 succeeded at 358 (offset -7 lines). [2020-12-15T00:44:25.816Z] Hmm... Ignoring the trailing garbage. [2020-12-15T00:44:25.816Z] done [2020-12-15T00:44:25.816Z] + sudo snapcraft prime --use-lxd [2020-12-15T00:44:26.078Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2020-12-15T00:44:26.078Z] 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-15T00:44:26.078Z] - README.md [2020-12-15T00:44:26.078Z] - snapcraft.yaml.orig [2020-12-15T00:44:26.078Z] [2020-12-15T00:44:26.078Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2020-12-15T00:44:27.024Z] Launching a container. [2020-12-15T00:44:28.897Z] --parallel Build images in parallel. [Pipeline] } [2020-12-15T00:44:28.922Z] $ docker stop --time=1 d37e8ce7b693eeee0dee3a91dffc066f433bf91a678525e08e249f396ffda02d [2020-12-15T00:44:30.978Z] $ docker rm -f d37e8ce7b693eeee0dee3a91dffc066f433bf91a678525e08e249f396ffda02d [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-15T00:44:31.922Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-15T00:44:31.922Z] . [Pipeline] withDockerContainer [2020-12-15T00:44:32.242Z] prd-ubuntu18.04-docker-arm64-4c-16g-15988 does not seem to be running inside a container [2020-12-15T00:44:32.335Z] $ 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/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@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-15T00:44:33.963Z] $ docker top 27ac10b521c7b2a478506cf5d5f8a77479841752290d1f211378aebd70020946 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-15T00:44:35.063Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-12-15T00:44:39.254Z] Waiting for container to be ready [2020-12-15T00:44:39.254Z] To start your first instance, try: lxc launch ubuntu:18.04 [2020-12-15T00:44:39.254Z] [2020-12-15T00:44:41.165Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2020-12-15T00:44:41.165Z] Waiting for network to be ready... [2020-12-15T00:44:41.426Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2020-12-15T00:44:41.686Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2020-12-15T00:44:41.686Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1452 kB] [2020-12-15T00:44:41.948Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [284 kB] [2020-12-15T00:44:41.948Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.8 kB] [2020-12-15T00:44:41.948Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2872 B] [2020-12-15T00:44:41.948Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [185 kB] [2020-12-15T00:44:41.948Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [24.3 kB] [2020-12-15T00:44:41.948Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1094 kB] [2020-12-15T00:44:41.948Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [244 kB] [2020-12-15T00:44:41.976Z] Building docker-core-command-go ... [2020-12-15T00:44:41.976Z] Building docker-core-data-go ... [2020-12-15T00:44:41.976Z] Building docker-core-metadata-go ... [2020-12-15T00:44:41.976Z] Building docker-security-bootstrap-redis-go ... [2020-12-15T00:44:41.976Z] Building docker-security-proxy-setup-go ... [2020-12-15T00:44:41.976Z] Building docker-security-secrets-setup-go ... [2020-12-15T00:44:41.976Z] Building docker-security-secretstore-setup-go ... [2020-12-15T00:44:41.976Z] Building docker-support-notifications-go ... [2020-12-15T00:44:41.976Z] Building docker-support-scheduler-go ... [2020-12-15T00:44:41.976Z] Building docker-sys-mgmt-agent-go ... [2020-12-15T00:44:41.976Z] Building docker-security-secretstore-setup-go [2020-12-15T00:44:41.976Z] Building docker-sys-mgmt-agent-go [2020-12-15T00:44:41.977Z] Building docker-security-bootstrap-redis-go [2020-12-15T00:44:41.977Z] Building docker-core-metadata-go [2020-12-15T00:44:41.977Z] Building docker-core-command-go [2020-12-15T00:44:42.221Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2020-12-15T00:44:42.221Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2020-12-15T00:44:42.481Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2020-12-15T00:44:42.481Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2020-12-15T00:44:42.481Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2020-12-15T00:44:42.481Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2020-12-15T00:44:42.481Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2020-12-15T00:44:42.481Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2020-12-15T00:44:42.742Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2020-12-15T00:44:43.003Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1789 kB] [2020-12-15T00:44:43.263Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [376 kB] [2020-12-15T00:44:43.264Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.6 kB] [2020-12-15T00:44:43.264Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] [2020-12-15T00:44:43.264Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [206 kB] [2020-12-15T00:44:43.264Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [27.9 kB] [2020-12-15T00:44:43.264Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1697 kB] [2020-12-15T00:44:43.264Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [357 kB] [2020-12-15T00:44:45.182Z] Fetched 23.5 MB in 4s (6238 kB/s) [2020-12-15T00:44:46.124Z] Reading package lists... [2020-12-15T00:44:46.386Z] Reading package lists... [2020-12-15T00:44:46.386Z] Building dependency tree... [2020-12-15T00:44:46.386Z] Reading state information... [2020-12-15T00:44:46.649Z] The following additional packages will be installed: [2020-12-15T00:44:46.649Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2020-12-15T00:44:46.649Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2020-12-15T00:44:46.649Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2020-12-15T00:44:46.649Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2020-12-15T00:44:46.649Z] Suggested packages: [2020-12-15T00:44:46.649Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2020-12-15T00:44:46.649Z] Recommended packages: [2020-12-15T00:44:46.649Z] gnupg libsasl2-modules [2020-12-15T00:44:46.649Z] The following NEW packages will be installed: [2020-12-15T00:44:46.649Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2020-12-15T00:44:46.649Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2020-12-15T00:44:46.649Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2020-12-15T00:44:46.649Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2020-12-15T00:44:46.649Z] The following packages will be upgraded: [2020-12-15T00:44:46.649Z] gpg gpg-agent gpgconf libudev1 [2020-12-15T00:44:46.649Z] 4 upgraded, 18 newly installed, 0 to remove and 101 not upgraded. [2020-12-15T00:44:46.649Z] Need to get 3531 kB of archives. [2020-12-15T00:44:46.649Z] After this operation, 13.3 MB of additional disk space will be used. [2020-12-15T00:44:46.649Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2020-12-15T00:44:46.649Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2020-12-15T00:44:46.649Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2020-12-15T00:44:46.649Z] 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-15T00:44:46.649Z] 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-15T00:44:46.649Z] 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-15T00:44:46.649Z] 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-15T00:44:46.649Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2020-12-15T00:44:46.910Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] [2020-12-15T00:44:47.170Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] [2020-12-15T00:44:47.432Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2020-12-15T00:44:47.432Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2020-12-15T00:44:47.432Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2020-12-15T00:44:47.432Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2020-12-15T00:44:47.432Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2020-12-15T00:44:47.432Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2020-12-15T00:44:47.432Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2020-12-15T00:44:47.432Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2020-12-15T00:44:47.432Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2020-12-15T00:44:47.693Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2020-12-15T00:44:47.693Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2020-12-15T00:44:47.693Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2020-12-15T00:44:47.693Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-15T00:44:47.955Z] Fetched 3531 kB in 1s (3161 kB/s) [2020-12-15T00:44:47.955Z] (Reading database ... 12511 files and directories currently installed.) [2020-12-15T00:44:47.955Z] Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... [2020-12-15T00:44:47.955Z] Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2020-12-15T00:44:47.955Z] Setting up libudev1:amd64 (237-3ubuntu10.43) ... [2020-12-15T00:44:48.218Z] Selecting previously unselected package udev. [2020-12-15T00:44:48.218Z] (Reading database ... 12511 files and directories currently installed.) [2020-12-15T00:44:48.218Z] Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... [2020-12-15T00:44:48.218Z] Unpacking udev (237-3ubuntu10.43) ... [2020-12-15T00:44:48.479Z] Selecting previously unselected package libfuse2:amd64. [2020-12-15T00:44:48.479Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2020-12-15T00:44:48.479Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2020-12-15T00:44:48.479Z] Selecting previously unselected package fuse. [2020-12-15T00:44:48.479Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2020-12-15T00:44:48.479Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2020-12-15T00:44:48.479Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2020-12-15T00:44:48.742Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2020-12-15T00:44:48.742Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2020-12-15T00:44:48.742Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2020-12-15T00:44:49.006Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2020-12-15T00:44:49.006Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2020-12-15T00:44:49.006Z] Selecting previously unselected package libksba8:amd64. [2020-12-15T00:44:49.006Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2020-12-15T00:44:49.006Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2020-12-15T00:44:49.006Z] Selecting previously unselected package libroken18-heimdal:amd64. [2020-12-15T00:44:49.006Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-15T00:44:49.006Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-15T00:44:49.274Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2020-12-15T00:44:49.274Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-15T00:44:49.274Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-15T00:44:49.274Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2020-12-15T00:44:49.274Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-15T00:44:49.274Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-15T00:44:49.274Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2020-12-15T00:44:49.274Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-15T00:44:49.274Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-15T00:44:49.550Z] Selecting previously unselected package libwind0-heimdal:amd64. [2020-12-15T00:44:49.550Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-15T00:44:49.550Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-15T00:44:49.550Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2020-12-15T00:44:49.550Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-15T00:44:49.550Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-15T00:44:49.550Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2020-12-15T00:44:49.550Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-15T00:44:49.550Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-15T00:44:49.814Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2020-12-15T00:44:49.814Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-15T00:44:49.814Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-15T00:44:49.814Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2020-12-15T00:44:49.814Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-15T00:44:49.814Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-15T00:44:50.075Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2020-12-15T00:44:50.075Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... [2020-12-15T00:44:50.075Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2020-12-15T00:44:50.075Z] Selecting previously unselected package libsasl2-2:amd64. [2020-12-15T00:44:50.075Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... [2020-12-15T00:44:50.075Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2020-12-15T00:44:50.075Z] Selecting previously unselected package libldap-common. [2020-12-15T00:44:50.075Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2020-12-15T00:44:50.075Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2020-12-15T00:44:50.336Z] Selecting previously unselected package libldap-2.4-2:amd64. [2020-12-15T00:44:50.336Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2020-12-15T00:44:50.336Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2020-12-15T00:44:50.336Z] Selecting previously unselected package dirmngr. [2020-12-15T00:44:50.336Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2020-12-15T00:44:50.336Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2020-12-15T00:44:50.336Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2020-12-15T00:44:50.597Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2020-12-15T00:44:50.597Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2020-12-15T00:44:50.597Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2020-12-15T00:44:50.597Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2020-12-15T00:44:50.597Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2020-12-15T00:44:50.597Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-15T00:44:50.597Z] Setting up libksba8:amd64 (1.3.5-2) ... [2020-12-15T00:44:50.597Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-12-15T00:44:50.858Z] Setting up udev (237-3ubuntu10.43) ... [2020-12-15T00:44:51.120Z] invoke-rc.d: policy-rc.d denied execution of start. [2020-12-15T00:44:51.120Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-15T00:44:51.120Z] Processing triggers for systemd (237-3ubuntu10) ... [2020-12-15T00:44:51.380Z] Setting up fuse (2.9.7-1ubuntu1) ... [2020-12-15T00:44:51.380Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2020-12-15T00:44:51.380Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-15T00:44:51.380Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-15T00:44:51.380Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-15T00:44:51.380Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-15T00:44:51.380Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-15T00:44:51.642Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-15T00:44:51.642Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-15T00:44:51.642Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2020-12-15T00:44:51.642Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2020-12-15T00:44:51.642Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-12-15T00:44:52.215Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2020-12-15T00:44:52.215Z] settings in the [Install] section, and DefaultInstance for template units). [2020-12-15T00:44:52.215Z] This means they are not meant to be enabled using systemctl. [2020-12-15T00:44:52.215Z] Possible reasons for having this kind of units are: [2020-12-15T00:44:52.215Z] 1) A unit may be statically enabled by being symlinked from another unit's [2020-12-15T00:44:52.215Z] .wants/ or .requires/ directory. [2020-12-15T00:44:52.215Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2020-12-15T00:44:52.215Z] a requirement dependency on it. [2020-12-15T00:44:52.215Z] 3) A unit may be started when needed via activation (socket, path, timer, [2020-12-15T00:44:52.215Z] D-Bus, udev, scripted systemctl call, ...). [2020-12-15T00:44:52.215Z] 4) In case of template units, the unit is meant to be enabled with some [2020-12-15T00:44:52.215Z] instance name specified. [2020-12-15T00:44:52.215Z] Reading package lists... [2020-12-15T00:44:52.478Z] Building dependency tree... [2020-12-15T00:44:52.478Z] Reading state information... [2020-12-15T00:44:52.742Z] The following additional packages will be installed: [2020-12-15T00:44:52.742Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2020-12-15T00:44:52.742Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2020-12-15T00:44:52.742Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2020-12-15T00:44:52.742Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2020-12-15T00:44:52.742Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2020-12-15T00:44:52.742Z] Suggested packages: [2020-12-15T00:44:52.743Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2020-12-15T00:44:52.743Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2020-12-15T00:44:52.743Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2020-12-15T00:44:52.743Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2020-12-15T00:44:52.743Z] systemd-container policykit-1 [2020-12-15T00:44:52.743Z] Recommended packages: [2020-12-15T00:44:52.743Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2020-12-15T00:44:52.743Z] The following NEW packages will be installed: [2020-12-15T00:44:52.743Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2020-12-15T00:44:52.743Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2020-12-15T00:44:52.743Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2020-12-15T00:44:52.743Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2020-12-15T00:44:52.743Z] python3.6-minimal snapd squashfs-tools sudo [2020-12-15T00:44:52.743Z] The following packages will be upgraded: [2020-12-15T00:44:52.743Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2020-12-15T00:44:52.743Z] 5 upgraded, 25 newly installed, 0 to remove and 96 not upgraded. [2020-12-15T00:44:52.743Z] Need to get 35.2 MB of archives. [2020-12-15T00:44:52.743Z] After this operation, 141 MB of additional disk space will be used. [2020-12-15T00:44:52.743Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2020-12-15T00:44:52.743Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2020-12-15T00:44:52.743Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] [2020-12-15T00:44:52.743Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] [2020-12-15T00:44:53.005Z] 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-15T00:44:53.005Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2020-12-15T00:44:53.005Z] 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-15T00:44:53.005Z] 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-15T00:44:53.005Z] 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-15T00:44:53.005Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2020-12-15T00:44:53.005Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2020-12-15T00:44:53.005Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2020-12-15T00:44:53.005Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2020-12-15T00:44:53.005Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2020-12-15T00:44:53.005Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2020-12-15T00:44:53.005Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2020-12-15T00:44:53.005Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2020-12-15T00:44:53.580Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] [2020-12-15T00:44:53.580Z] 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-15T00:44:53.580Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2020-12-15T00:44:53.580Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2020-12-15T00:44:53.580Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2020-12-15T00:44:53.580Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2020-12-15T00:44:53.580Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.3 [6948 B] [2020-12-15T00:44:53.580Z] Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2020-12-15T00:44:53.580Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] [2020-12-15T00:44:53.843Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2020-12-15T00:44:53.843Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2020-12-15T00:44:53.843Z] 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-15T00:44:53.843Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2020-12-15T00:44:55.231Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-15T00:44:55.231Z] Fetched 35.2 MB in 2s (15.8 MB/s) [2020-12-15T00:44:55.231Z] (Reading database ... 12757 files and directories currently installed.) [2020-12-15T00:44:55.231Z] Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... [2020-12-15T00:44:55.231Z] Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... [2020-12-15T00:44:55.808Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... [2020-12-15T00:44:55.808Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2020-12-15T00:44:55.808Z] Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... [2020-12-15T00:44:55.808Z] (Reading database ... 12757 files and directories currently installed.) [2020-12-15T00:44:55.808Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2020-12-15T00:44:56.067Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2020-12-15T00:44:56.067Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2020-12-15T00:44:56.067Z] (Reading database ... 12757 files and directories currently installed.) [2020-12-15T00:44:56.067Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2020-12-15T00:44:56.328Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2020-12-15T00:44:56.590Z] Setting up apt (1.6.12ubuntu0.2) ... [2020-12-15T00:44:56.590Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2020-12-15T00:44:56.852Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2020-12-15T00:44:57.113Z] (Reading database ... 12764 files and directories currently installed.) [2020-12-15T00:44:57.113Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2020-12-15T00:44:57.113Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2020-12-15T00:44:57.113Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2020-12-15T00:44:57.113Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2020-12-15T00:44:57.374Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-15T00:44:57.374Z] Selecting previously unselected package libexpat1:amd64. [2020-12-15T00:44:57.374Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2020-12-15T00:44:57.374Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2020-12-15T00:44:57.634Z] Selecting previously unselected package python3.6-minimal. [2020-12-15T00:44:57.634Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2020-12-15T00:44:57.634Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2020-12-15T00:44:57.895Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2020-12-15T00:44:57.895Z] Checking for services that may need to be restarted...done. [2020-12-15T00:44:57.895Z] Checking for services that may need to be restarted...done. [2020-12-15T00:44:57.895Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-15T00:44:57.895Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2020-12-15T00:44:58.157Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2020-12-15T00:44:58.418Z] Selecting previously unselected package python3-minimal. [2020-12-15T00:44:58.679Z] (Reading database ... 13012 files and directories currently installed.) [2020-12-15T00:44:58.679Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2020-12-15T00:44:58.679Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2020-12-15T00:44:58.679Z] Selecting previously unselected package mime-support. [2020-12-15T00:44:58.680Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2020-12-15T00:44:58.680Z] Unpacking mime-support (3.60ubuntu1) ... [2020-12-15T00:44:58.943Z] Selecting previously unselected package libmpdec2:amd64. [2020-12-15T00:44:58.943Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2020-12-15T00:44:58.943Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2020-12-15T00:44:59.206Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2020-12-15T00:44:59.206Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2020-12-15T00:44:59.206Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-15T00:44:59.468Z] Selecting previously unselected package python3.6. [2020-12-15T00:44:59.468Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2020-12-15T00:44:59.468Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-15T00:44:59.468Z] Selecting previously unselected package libpython3-stdlib:amd64. [2020-12-15T00:44:59.468Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2020-12-15T00:44:59.468Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2020-12-15T00:44:59.729Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2020-12-15T00:44:59.990Z] Selecting previously unselected package python3. [2020-12-15T00:44:59.990Z] (Reading database ... 13442 files and directories currently installed.) [2020-12-15T00:44:59.990Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2020-12-15T00:44:59.990Z] Unpacking python3 (3.6.7-1~18.04) ... [2020-12-15T00:44:59.990Z] Selecting previously unselected package multiarch-support. [2020-12-15T00:44:59.990Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.3_amd64.deb ... [2020-12-15T00:44:59.990Z] Unpacking multiarch-support (2.27-3ubuntu1.3) ... [2020-12-15T00:44:59.990Z] Setting up multiarch-support (2.27-3ubuntu1.3) ... [2020-12-15T00:45:00.251Z] Selecting previously unselected package liblzo2-2:amd64. [2020-12-15T00:45:00.251Z] (Reading database ... 13479 files and directories currently installed.) [2020-12-15T00:45:00.251Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2020-12-15T00:45:00.251Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2020-12-15T00:45:00.251Z] Selecting previously unselected package libbsd0:amd64. [2020-12-15T00:45:00.251Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2020-12-15T00:45:00.251Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2020-12-15T00:45:00.511Z] Selecting previously unselected package sudo. [2020-12-15T00:45:00.511Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... [2020-12-15T00:45:00.511Z] Unpacking sudo (1.8.21p2-3ubuntu1.3) ... [2020-12-15T00:45:00.511Z] Selecting previously unselected package apparmor. [2020-12-15T00:45:00.511Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2020-12-15T00:45:00.772Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2020-12-15T00:45:00.772Z] Selecting previously unselected package libedit2:amd64. [2020-12-15T00:45:00.772Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2020-12-15T00:45:00.772Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2020-12-15T00:45:01.034Z] Selecting previously unselected package libkrb5support0:amd64. [2020-12-15T00:45:01.034Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2020-12-15T00:45:01.034Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2020-12-15T00:45:01.034Z] Selecting previously unselected package libk5crypto3:amd64. [2020-12-15T00:45:01.034Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2020-12-15T00:45:01.034Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2020-12-15T00:45:01.034Z] Selecting previously unselected package libkeyutils1:amd64. [2020-12-15T00:45:01.034Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2020-12-15T00:45:01.299Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2020-12-15T00:45:01.299Z] Selecting previously unselected package libkrb5-3:amd64. [2020-12-15T00:45:01.299Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2020-12-15T00:45:01.300Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2020-12-15T00:45:01.300Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2020-12-15T00:45:01.300Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2020-12-15T00:45:01.300Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2020-12-15T00:45:01.563Z] Selecting previously unselected package libssl1.0.0:amd64. [2020-12-15T00:45:01.563Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2020-12-15T00:45:01.563Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2020-12-15T00:45:01.824Z] Selecting previously unselected package openssh-client. [2020-12-15T00:45:01.824Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2020-12-15T00:45:01.824Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2020-12-15T00:45:01.824Z] Selecting previously unselected package squashfs-tools. [2020-12-15T00:45:01.824Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2020-12-15T00:45:01.824Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2020-12-15T00:45:01.824Z] Selecting previously unselected package snapd. [2020-12-15T00:45:01.824Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2020-12-15T00:45:02.091Z] Unpacking snapd (2.48+18.04) ... [2020-12-15T00:45:04.019Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2020-12-15T00:45:04.019Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2020-12-15T00:45:04.019Z] Setting up mime-support (3.60ubuntu1) ... [2020-12-15T00:45:04.019Z] Setting up sudo (1.8.21p2-3ubuntu1.3) ... [2020-12-15T00:45:04.019Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2020-12-15T00:45:04.019Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2020-12-15T00:45:04.019Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-12-15T00:45:04.019Z] Setting up systemd (237-3ubuntu10.43) ... [2020-12-15T00:45:04.019Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2020-12-15T00:45:04.962Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2020-12-15T00:45:04.962Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2020-12-15T00:45:04.962Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2020-12-15T00:45:04.962Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-15T00:45:04.962Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2020-12-15T00:45:04.962Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-15T00:45:05.534Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2020-12-15T00:45:05.534Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2020-12-15T00:45:05.534Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2020-12-15T00:45:05.534Z] Setting up python3 (3.6.7-1~18.04) ... [2020-12-15T00:45:05.534Z] running python rtupdate hooks for python3.6... [2020-12-15T00:45:05.534Z] running python post-rtupdate hooks for python3.6... [2020-12-15T00:45:05.795Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2020-12-15T00:45:06.736Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2020-12-15T00:45:06.998Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2020-12-15T00:45:06.998Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2020-12-15T00:45:06.998Z] Setting up snapd (2.48+18.04) ... [2020-12-15T00:45:07.258Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2020-12-15T00:45:07.519Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2020-12-15T00:45:07.780Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2020-12-15T00:45:08.041Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2020-12-15T00:45:08.041Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2020-12-15T00:45:08.041Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2020-12-15T00:45:08.302Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2020-12-15T00:45:08.563Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2020-12-15T00:45:08.563Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2020-12-15T00:45:08.823Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2020-12-15T00:45:08.823Z] /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' [2020-12-15T00:45:09.084Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-12-15T00:45:09.084Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2020-12-15T00:45:10.029Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-12-15T00:45:10.029Z] Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [2020-12-15T00:45:10.029Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-12-15T00:45:11.235Z] Reading package lists... [2020-12-15T00:45:11.235Z] Reading package lists... [2020-12-15T00:45:11.495Z] Building dependency tree... [2020-12-15T00:45:11.495Z] Reading state information... [2020-12-15T00:45:11.495Z] Calculating upgrade... [2020-12-15T00:45:11.755Z] The following packages will be upgraded: [2020-12-15T00:45:11.755Z] advancecomp base-files bash binutils binutils-common [2020-12-15T00:45:11.755Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2020-12-15T00:45:11.755Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2020-12-15T00:45:11.755Z] grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 [2020-12-15T00:45:11.755Z] libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 [2020-12-15T00:45:11.755Z] libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 [2020-12-15T00:45:11.755Z] libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 [2020-12-15T00:45:11.755Z] libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 [2020-12-15T00:45:11.755Z] libncursesw5 libpam-modules libpam-modules-bin libpam-runtime libpam0g [2020-12-15T00:45:11.755Z] libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 [2020-12-15T00:45:11.755Z] libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 [2020-12-15T00:45:11.755Z] libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base [2020-12-15T00:45:11.755Z] ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 [2020-12-15T00:45:11.755Z] pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2020-12-15T00:45:11.755Z] 96 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2020-12-15T00:45:11.755Z] Need to get 63.5 MB of archives. [2020-12-15T00:45:11.755Z] After this operation, 5191 kB of additional disk space will be used. [2020-12-15T00:45:11.755Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.3 [2586 kB] [2020-12-15T00:45:11.755Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-128.131 [989 kB] [2020-12-15T00:45:12.701Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2020-12-15T00:45:12.701Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2020-12-15T00:45:12.701Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2020-12-15T00:45:12.701Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2020-12-15T00:45:12.701Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2020-12-15T00:45:12.701Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2020-12-15T00:45:12.701Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2020-12-15T00:45:12.701Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2020-12-15T00:45:12.701Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2020-12-15T00:45:12.701Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2020-12-15T00:45:12.701Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2020-12-15T00:45:12.701Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2020-12-15T00:45:12.701Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2020-12-15T00:45:12.701Z] Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.3 [71.8 kB] [2020-12-15T00:45:12.701Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2020-12-15T00:45:12.701Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.3 [2831 kB] [2020-12-15T00:45:12.701Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2020-12-15T00:45:12.701Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2020-12-15T00:45:12.701Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2020-12-15T00:45:12.701Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 tar amd64 1.29b-2ubuntu0.1 [234 kB] [2020-12-15T00:45:12.701Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2020-12-15T00:45:12.962Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2020-12-15T00:45:12.962Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2020-12-15T00:45:12.962Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2020-12-15T00:45:12.962Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2020-12-15T00:45:12.962Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2020-12-15T00:45:12.962Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2020-12-15T00:45:12.962Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2020-12-15T00:45:12.962Z] Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2020-12-15T00:45:12.962Z] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.3 [639 kB] [2020-12-15T00:45:12.962Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2020-12-15T00:45:12.962Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2020-12-15T00:45:12.962Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2020-12-15T00:45:12.962Z] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2020-12-15T00:45:12.962Z] Get:37 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-15T00:45:12.962Z] Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2020-12-15T00:45:12.962Z] Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] [2020-12-15T00:45:12.962Z] Get:40 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-15T00:45:12.962Z] Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2020-12-15T00:45:13.223Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2020-12-15T00:45:13.223Z] Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2020-12-15T00:45:13.223Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2020-12-15T00:45:13.223Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2020-12-15T00:45:13.223Z] Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2020-12-15T00:45:13.223Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2020-12-15T00:45:13.223Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2020-12-15T00:45:13.223Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2020-12-15T00:45:13.223Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2020-12-15T00:45:13.223Z] Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2020-12-15T00:45:13.223Z] Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2020-12-15T00:45:13.223Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2020-12-15T00:45:13.223Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2020-12-15T00:45:13.223Z] Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2020-12-15T00:45:13.223Z] Get:56 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-15T00:45:13.223Z] Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2020-12-15T00:45:13.223Z] Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2020-12-15T00:45:13.223Z] Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2020-12-15T00:45:13.223Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2020-12-15T00:45:13.223Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2020-12-15T00:45:13.223Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2020-12-15T00:45:13.223Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2020-12-15T00:45:13.223Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2020-12-15T00:45:13.223Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2020-12-15T00:45:13.223Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2020-12-15T00:45:13.223Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2020-12-15T00:45:13.223Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2020-12-15T00:45:13.223Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2020-12-15T00:45:13.223Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2020-12-15T00:45:13.223Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2020-12-15T00:45:13.223Z] Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2020-12-15T00:45:13.223Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2020-12-15T00:45:13.223Z] 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-15T00:45:13.223Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2020-12-15T00:45:13.223Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020d-0ubuntu0.18.04 [190 kB] [2020-12-15T00:45:13.223Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2020-12-15T00:45:13.223Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2020-12-15T00:45:13.223Z] Get:79 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-15T00:45:13.484Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2020-12-15T00:45:13.484Z] Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2020-12-15T00:45:13.484Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2020-12-15T00:45:13.484Z] Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2020-12-15T00:45:13.484Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2020-12-15T00:45:13.484Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2020-12-15T00:45:13.484Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2020-12-15T00:45:13.484Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2020-12-15T00:45:14.056Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2020-12-15T00:45:14.630Z] 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-15T00:45:14.630Z] 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-15T00:45:14.895Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2020-12-15T00:45:15.163Z] 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-15T00:45:15.163Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2020-12-15T00:45:15.163Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2020-12-15T00:45:15.163Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2020-12-15T00:45:15.163Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2020-12-15T00:45:15.423Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-15T00:45:15.423Z] Fetched 63.5 MB in 4s (17.7 MB/s) [2020-12-15T00:45:15.423Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-15T00:45:15.423Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.3_amd64.deb ... [2020-12-15T00:45:15.688Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.3) over (2.27-3ubuntu1) ... [2020-12-15T00:45:16.269Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.3_amd64.deb ... [2020-12-15T00:45:16.269Z] Unpacking libc-dev-bin (2.27-3ubuntu1.3) over (2.27-3ubuntu1) ... [2020-12-15T00:45:16.269Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-128.131_amd64.deb ... [2020-12-15T00:45:16.269Z] Unpacking linux-libc-dev:amd64 (4.15.0-128.131) over (4.15.0-20.21) ... [2020-12-15T00:45:17.211Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-15T00:45:17.211Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-15T00:45:17.211Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-15T00:45:17.211Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-15T00:45:17.211Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-15T00:45:17.211Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-15T00:45:17.470Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-15T00:45:17.470Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-15T00:45:17.470Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-15T00:45:17.470Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-15T00:45:17.732Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-15T00:45:17.732Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-15T00:45:17.732Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-15T00:45:17.732Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-15T00:45:17.732Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-15T00:45:17.992Z] (Reading database ... 13911 files and directories currently installed.) [2020-12-15T00:45:17.992Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-15T00:45:17.992Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2020-12-15T00:45:17.992Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2020-12-15T00:45:18.261Z] (Reading database ... 13911 files and directories currently installed.) [2020-12-15T00:45:18.261Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-15T00:45:18.261Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-15T00:45:18.261Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-15T00:45:18.261Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-15T00:45:18.522Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-15T00:45:18.522Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-15T00:45:18.783Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-15T00:45:18.783Z] (Reading database ... 13911 files and directories currently installed.) [2020-12-15T00:45:18.783Z] Preparing to unpack .../libc6_2.27-3ubuntu1.3_amd64.deb ... [2020-12-15T00:45:19.043Z] Unpacking libc6:amd64 (2.27-3ubuntu1.3) over (2.27-3ubuntu1) ... [2020-12-15T00:45:19.302Z] Setting up libc6:amd64 (2.27-3ubuntu1.3) ... [2020-12-15T00:45:19.562Z] (Reading database ... 13911 files and directories currently installed.) [2020-12-15T00:45:19.562Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2020-12-15T00:45:19.825Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2020-12-15T00:45:19.825Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2020-12-15T00:45:19.825Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2020-12-15T00:45:20.087Z] Setting up base-files (10.1ubuntu2.10) ... [2020-12-15T00:45:20.087Z] Installing new version of config file /etc/issue ... [2020-12-15T00:45:20.087Z] Installing new version of config file /etc/issue.net ... [2020-12-15T00:45:20.087Z] Installing new version of config file /etc/lsb-release ... [2020-12-15T00:45:20.087Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2020-12-15T00:45:20.347Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2020-12-15T00:45:20.347Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2020-12-15T00:45:20.347Z] Removing obsolete conffile /etc/default/motd-news ... [2020-12-15T00:45:20.614Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-15T00:45:20.614Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2020-12-15T00:45:20.614Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2020-12-15T00:45:20.614Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2020-12-15T00:45:20.875Z] 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-15T00:45:20.875Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-15T00:45:20.875Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-15T00:45:20.875Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2020-12-15T00:45:20.875Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2020-12-15T00:45:21.142Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-15T00:45:21.142Z] Preparing to unpack .../tar_1.29b-2ubuntu0.1_amd64.deb ... [2020-12-15T00:45:21.142Z] Unpacking tar (1.29b-2ubuntu0.1) over (1.29b-2) ... [2020-12-15T00:45:21.142Z] Setting up tar (1.29b-2ubuntu0.1) ... [2020-12-15T00:45:21.418Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-15T00:45:21.418Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2020-12-15T00:45:21.418Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2020-12-15T00:45:21.678Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2020-12-15T00:45:21.678Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-15T00:45:21.678Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2020-12-15T00:45:21.678Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2020-12-15T00:45:21.942Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2020-12-15T00:45:21.942Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-15T00:45:21.942Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2020-12-15T00:45:22.202Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2020-12-15T00:45:22.202Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2020-12-15T00:45:22.468Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-15T00:45:22.468Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2020-12-15T00:45:22.468Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2020-12-15T00:45:22.468Z] Setting up grep (3.1-2build1) ... [2020-12-15T00:45:22.730Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-15T00:45:22.730Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2020-12-15T00:45:22.730Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2020-12-15T00:45:22.730Z] Setting up login (1:4.5-1ubuntu2) ... [2020-12-15T00:45:22.991Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-15T00:45:22.991Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2020-12-15T00:45:22.991Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2020-12-15T00:45:22.991Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2020-12-15T00:45:23.250Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-15T00:45:23.251Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2020-12-15T00:45:23.251Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2020-12-15T00:45:23.820Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2020-12-15T00:45:23.820Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2020-12-15T00:45:23.820Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2020-12-15T00:45:23.820Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2020-12-15T00:45:24.395Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2020-12-15T00:45:24.656Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-15T00:45:24.656Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2020-12-15T00:45:24.656Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2020-12-15T00:45:25.609Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2020-12-15T00:45:25.609Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2020-12-15T00:45:25.869Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2020-12-15T00:45:25.869Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2020-12-15T00:45:26.131Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2020-12-15T00:45:26.131Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-15T00:45:26.131Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2020-12-15T00:45:26.131Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2020-12-15T00:45:26.131Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2020-12-15T00:45:26.390Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-15T00:45:26.390Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-15T00:45:26.390Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-15T00:45:26.390Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2020-12-15T00:45:26.390Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-15T00:45:26.390Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-15T00:45:26.390Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-15T00:45:26.650Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2020-12-15T00:45:26.650Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-15T00:45:26.650Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-15T00:45:26.650Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-15T00:45:26.650Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2020-12-15T00:45:26.912Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-15T00:45:26.912Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-15T00:45:26.912Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-15T00:45:26.912Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2020-12-15T00:45:26.912Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-15T00:45:26.912Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2020-12-15T00:45:26.912Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2020-12-15T00:45:27.173Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2020-12-15T00:45:27.173Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2020-12-15T00:45:27.173Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2020-12-15T00:45:27.173Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-15T00:45:27.173Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2020-12-15T00:45:27.173Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2020-12-15T00:45:27.434Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2020-12-15T00:45:27.434Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-15T00:45:27.434Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-15T00:45:27.434Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-15T00:45:27.434Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2020-12-15T00:45:27.695Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-15T00:45:27.695Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-15T00:45:27.695Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-15T00:45:27.695Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2020-12-15T00:45:27.695Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-15T00:45:27.695Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-15T00:45:27.957Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-15T00:45:28.220Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2020-12-15T00:45:28.481Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2020-12-15T00:45:28.741Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2020-12-15T00:45:28.741Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-15T00:45:28.741Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.3_amd64.deb ... [2020-12-15T00:45:28.741Z] Unpacking libc-bin (2.27-3ubuntu1.3) over (2.27-3ubuntu1) ... [2020-12-15T00:45:29.001Z] Setting up libc-bin (2.27-3ubuntu1.3) ... [2020-12-15T00:45:29.261Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-15T00:45:29.261Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2020-12-15T00:45:29.261Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2020-12-15T00:45:29.261Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2020-12-15T00:45:29.523Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-15T00:45:29.523Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2020-12-15T00:45:29.523Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2020-12-15T00:45:29.523Z] Setting up debconf (1.5.66ubuntu1) ... [2020-12-15T00:45:29.783Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-15T00:45:29.783Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2020-12-15T00:45:29.783Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2020-12-15T00:45:30.044Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2020-12-15T00:45:30.044Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-15T00:45:30.044Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2020-12-15T00:45:30.044Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2020-12-15T00:45:30.305Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2020-12-15T00:45:30.305Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-15T00:45:30.305Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2020-12-15T00:45:30.305Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2020-12-15T00:45:30.566Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2020-12-15T00:45:30.566Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-15T00:45:30.566Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-15T00:45:30.566Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-15T00:45:30.827Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... [2020-12-15T00:45:30.827Z] Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... [2020-12-15T00:45:30.827Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2020-12-15T00:45:30.827Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2020-12-15T00:45:30.827Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2020-12-15T00:45:31.089Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-15T00:45:31.089Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2020-12-15T00:45:31.089Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2020-12-15T00:45:31.089Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2020-12-15T00:45:31.350Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-15T00:45:31.350Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2020-12-15T00:45:31.350Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2020-12-15T00:45:31.611Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2020-12-15T00:45:31.873Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-15T00:45:31.873Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2020-12-15T00:45:31.873Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2020-12-15T00:45:31.873Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2020-12-15T00:45:31.873Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-15T00:45:31.873Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2020-12-15T00:45:31.873Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2020-12-15T00:45:32.135Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2020-12-15T00:45:32.135Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-15T00:45:32.135Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2020-12-15T00:45:32.135Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2020-12-15T00:45:32.395Z] Setting up passwd (1:4.5-1ubuntu2) ... [2020-12-15T00:45:32.659Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-15T00:45:32.659Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2020-12-15T00:45:32.659Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2020-12-15T00:45:32.659Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2020-12-15T00:45:33.016Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-15T00:45:33.016Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2020-12-15T00:45:33.016Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2020-12-15T00:45:33.016Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2020-12-15T00:45:33.016Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-15T00:45:33.016Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2020-12-15T00:45:33.016Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2020-12-15T00:45:33.282Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2020-12-15T00:45:33.282Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-15T00:45:33.282Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2020-12-15T00:45:33.282Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2020-12-15T00:45:33.543Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2020-12-15T00:45:33.544Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-15T00:45:33.544Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2020-12-15T00:45:33.544Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2020-12-15T00:45:33.544Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2020-12-15T00:45:33.804Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-15T00:45:33.804Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2020-12-15T00:45:33.804Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2020-12-15T00:45:33.804Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2020-12-15T00:45:34.065Z] (Reading database ... 13915 files and directories currently installed.) [2020-12-15T00:45:34.065Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2020-12-15T00:45:34.065Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2020-12-15T00:45:34.065Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2020-12-15T00:45:34.328Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2020-12-15T00:45:34.328Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2020-12-15T00:45:34.591Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2020-12-15T00:45:34.591Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2020-12-15T00:45:34.591Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2020-12-15T00:45:34.853Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2020-12-15T00:45:34.853Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2020-12-15T00:45:35.121Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2020-12-15T00:45:35.121Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2020-12-15T00:45:35.121Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2020-12-15T00:45:35.121Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2020-12-15T00:45:35.387Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2020-12-15T00:45:35.387Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2020-12-15T00:45:35.387Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2020-12-15T00:45:35.387Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2020-12-15T00:45:35.650Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2020-12-15T00:45:35.650Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2020-12-15T00:45:35.650Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2020-12-15T00:45:35.650Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2020-12-15T00:45:35.915Z] Preparing to unpack .../11-tzdata_2020d-0ubuntu0.18.04_all.deb ... [2020-12-15T00:45:35.915Z] Unpacking tzdata (2020d-0ubuntu0.18.04) over (2018d-1) ... [2020-12-15T00:45:37.300Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2020-12-15T00:45:37.300Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2020-12-15T00:45:37.300Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2020-12-15T00:45:37.300Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2020-12-15T00:45:37.300Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-12-15T00:45:37.300Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2020-12-15T00:45:37.560Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-12-15T00:45:37.560Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2020-12-15T00:45:37.835Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-12-15T00:45:37.836Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2020-12-15T00:45:37.836Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-12-15T00:45:37.836Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2020-12-15T00:45:37.836Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-15T00:45:38.095Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-15T00:45:38.095Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-15T00:45:38.095Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-15T00:45:38.356Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-15T00:45:38.356Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-15T00:45:38.356Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-15T00:45:38.356Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-15T00:45:39.296Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-15T00:45:39.296Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-15T00:45:40.237Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-15T00:45:40.237Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-15T00:45:40.807Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-15T00:45:40.808Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-15T00:45:41.068Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-15T00:45:41.068Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-15T00:45:42.043Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-15T00:45:42.043Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-15T00:45:42.043Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-12-15T00:45:42.043Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2020-12-15T00:45:42.043Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2020-12-15T00:45:42.043Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2020-12-15T00:45:42.309Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2020-12-15T00:45:42.309Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2020-12-15T00:45:42.309Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2020-12-15T00:45:42.310Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2020-12-15T00:45:42.571Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-12-15T00:45:42.571Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2020-12-15T00:45:42.571Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-12-15T00:45:42.571Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2020-12-15T00:45:42.874Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2020-12-15T00:45:42.874Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2020-12-15T00:45:42.874Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-15T00:45:42.874Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2020-12-15T00:45:42.874Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-15T00:45:42.874Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-15T00:45:43.165Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-15T00:45:43.166Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2020-12-15T00:45:43.166Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2020-12-15T00:45:43.166Z] Setting up tzdata (2020d-0ubuntu0.18.04) ... [2020-12-15T00:45:43.166Z] [2020-12-15T00:45:43.166Z] Current default time zone: 'Etc/UTC' [2020-12-15T00:45:43.166Z] Local time is now: Tue Dec 15 00:45:43 UTC 2020. [2020-12-15T00:45:43.166Z] Universal Time is now: Tue Dec 15 00:45:43 UTC 2020. [2020-12-15T00:45:43.166Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2020-12-15T00:45:43.166Z] [2020-12-15T00:45:43.166Z] Setting up systemd-sysv (237-3ubuntu10.43) ... [2020-12-15T00:45:43.166Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-15T00:45:43.166Z] Setting up linux-libc-dev:amd64 (4.15.0-128.131) ... [2020-12-15T00:45:43.166Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2020-12-15T00:45:43.464Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2020-12-15T00:45:43.464Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2020-12-15T00:45:43.464Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2020-12-15T00:45:43.464Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2020-12-15T00:45:43.464Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2020-12-15T00:45:43.464Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2020-12-15T00:45:43.464Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-15T00:45:43.464Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2020-12-15T00:45:43.763Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-15T00:45:43.763Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2020-12-15T00:45:43.763Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-15T00:45:43.763Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2020-12-15T00:45:43.763Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2020-12-15T00:45:43.763Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2020-12-15T00:45:43.763Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2020-12-15T00:45:43.763Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2020-12-15T00:45:44.051Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2020-12-15T00:45:44.051Z] Setting up libc-dev-bin (2.27-3ubuntu1.3) ... [2020-12-15T00:45:44.051Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2020-12-15T00:45:45.484Z] Updating certificates in /etc/ssl/certs... [2020-12-15T00:45:46.428Z] 22 added, 17 removed; done. [2020-12-15T00:45:46.428Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.3) ... [2020-12-15T00:45:46.428Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-15T00:45:46.688Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2020-12-15T00:45:46.688Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2020-12-15T00:45:46.688Z] Setting up pkgbinarymangler (138.18.04.1) ... [2020-12-15T00:45:46.688Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-15T00:45:46.688Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2020-12-15T00:45:46.688Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-15T00:45:46.688Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-15T00:45:46.688Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-15T00:45:46.688Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2020-12-15T00:45:46.688Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-15T00:45:46.688Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2020-12-15T00:45:46.949Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2020-12-15T00:45:46.949Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2020-12-15T00:45:46.949Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2020-12-15T00:45:46.949Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2020-12-15T00:45:46.949Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2020-12-15T00:45:46.949Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2020-12-15T00:45:46.949Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2020-12-15T00:45:46.949Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2020-12-15T00:45:46.949Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2020-12-15T00:45:47.209Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2020-12-15T00:45:47.209Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2020-12-15T00:45:47.209Z] Processing triggers for mime-support (3.60ubuntu1) ... [2020-12-15T00:45:47.209Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2020-12-15T00:45:47.209Z] Updating certificates in /etc/ssl/certs... [2020-12-15T00:45:47.782Z] 0 added, 0 removed; done. [2020-12-15T00:45:47.782Z] Running hooks in /etc/ca-certificates/update.d... [2020-12-15T00:45:47.782Z] done. [2020-12-15T00:45:48.353Z] Reading package lists... [2020-12-15T00:45:48.353Z] Building dependency tree... [2020-12-15T00:45:48.353Z] Reading state information... [2020-12-15T00:45:48.614Z] The following NEW packages will be installed: [2020-12-15T00:45:48.614Z] apt-transport-https [2020-12-15T00:45:48.614Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2020-12-15T00:45:48.614Z] Need to get 1696 B of archives. [2020-12-15T00:45:48.614Z] After this operation, 153 kB of additional disk space will be used. [2020-12-15T00:45:48.614Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2020-12-15T00:45:48.614Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-15T00:45:48.614Z] Fetched 1696 B in 0s (41.1 kB/s) [2020-12-15T00:45:48.614Z] Selecting previously unselected package apt-transport-https. [2020-12-15T00:45:48.614Z] (Reading database ... 13929 files and directories currently installed.) [2020-12-15T00:45:48.614Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2020-12-15T00:45:48.614Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2020-12-15T00:45:48.875Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2020-12-15T00:45:49.134Z] Waiting for network to be ready... [2020-12-15T00:46:03.738Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-15T00:46:03.738Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-15T00:46:03.738Z] ---> 0d6995fec2d8 [2020-12-15T00:46:03.738Z] Step 3/22 : WORKDIR /edgex-go [2020-12-15T00:46:03.738Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-15T00:46:03.738Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-12-15T00:46:03.738Z] ---> 0d6995fec2d8 [2020-12-15T00:46:03.738Z] Step 3/27 : WORKDIR /edgex-go [2020-12-15T00:46:03.738Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-15T00:46:03.738Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-15T00:46:03.738Z] ---> 0d6995fec2d8 [2020-12-15T00:46:03.738Z] Step 3/24 : WORKDIR /edgex-go [2020-12-15T00:46:03.738Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-15T00:46:03.738Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-15T00:46:03.738Z] ---> 0d6995fec2d8 [2020-12-15T00:46:03.738Z] Step 3/22 : WORKDIR /edgex-go [2020-12-15T00:46:03.738Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-15T00:46:03.738Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-15T00:46:03.738Z] ---> 0d6995fec2d8 [2020-12-15T00:46:03.738Z] Step 3/22 : WORKDIR /edgex-go [2020-12-15T00:46:03.738Z] ---> Running in c23b0355fb4d [2020-12-15T00:46:03.738Z] ---> Running in 6c38abdec515 [2020-12-15T00:46:03.738Z] ---> Running in 3f666a2949ac [2020-12-15T00:46:03.738Z] ---> Running in b0171e0eb234 [2020-12-15T00:46:03.738Z] ---> Running in a839df76829b [2020-12-15T00:46:03.738Z] Removing intermediate container 3f666a2949ac [2020-12-15T00:46:03.738Z] ---> 79aabe906e19 [2020-12-15T00:46:03.738Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T00:46:03.738Z] Removing intermediate container a839df76829b [2020-12-15T00:46:03.738Z] ---> c04fcf7c8cb7 [2020-12-15T00:46:03.738Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T00:46:03.738Z] Removing intermediate container 6c38abdec515 [2020-12-15T00:46:03.738Z] ---> 1f87da703b37 [2020-12-15T00:46:03.738Z] Removing intermediate container b0171e0eb234 [2020-12-15T00:46:03.738Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T00:46:03.738Z] ---> de66d8774272 [2020-12-15T00:46:03.738Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T00:46:03.738Z] Removing intermediate container c23b0355fb4d [2020-12-15T00:46:03.738Z] ---> 94defc75891f [2020-12-15T00:46:03.738Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T00:46:03.738Z] ---> Running in c8c70a5c49fd [2020-12-15T00:46:03.738Z] ---> Running in b21ed411a8ce [2020-12-15T00:46:03.738Z] ---> Running in c7f8ec7c8d3a [2020-12-15T00:46:03.738Z] ---> Running in 8b5586e5fb81 [2020-12-15T00:46:03.738Z] ---> Running in f3ffcba8f5ec [2020-12-15T00:46:03.738Z] Removing intermediate container c8c70a5c49fd [2020-12-15T00:46:03.738Z] ---> 6cc3b7366ec4 [2020-12-15T00:46:03.738Z] Step 5/27 : RUN apk update && apk add make bash git [2020-12-15T00:46:03.738Z] ---> Running in 756cf1fa1ed0 [2020-12-15T00:46:03.738Z] Removing intermediate container b21ed411a8ce [2020-12-15T00:46:03.738Z] ---> 7573d965e4f9 [2020-12-15T00:46:03.738Z] Step 5/24 : RUN apk update && apk add make git [2020-12-15T00:46:04.022Z] ---> Running in 9508ede7edc1 [2020-12-15T00:46:04.304Z] Removing intermediate container f3ffcba8f5ec [2020-12-15T00:46:04.304Z] ---> f26d10bf00c0 [2020-12-15T00:46:04.304Z] Step 5/22 : RUN apk update && apk add make git [2020-12-15T00:46:04.304Z] Removing intermediate container 8b5586e5fb81 [2020-12-15T00:46:04.304Z] ---> e0f6e6c4926e [2020-12-15T00:46:04.304Z] Step 5/22 : RUN apk update && apk add make git [2020-12-15T00:46:04.582Z] ---> Running in e32cf188f29a [2020-12-15T00:46:04.582Z] Removing intermediate container c7f8ec7c8d3a [2020-12-15T00:46:04.582Z] ---> 1aeb9eaafe8e [2020-12-15T00:46:04.582Z] Step 5/22 : RUN apk update && apk add make git [2020-12-15T00:46:04.582Z] ---> Running in e135846e0189 [2020-12-15T00:46:04.866Z] ---> Running in 193067db4cd6 [2020-12-15T00:46:05.476Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-15T00:46:05.754Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-15T00:46:06.351Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-15T00:46:06.351Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-15T00:46:06.622Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-15T00:46:06.622Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-15T00:46:06.622Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-15T00:46:07.223Z] v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-15T00:46:07.223Z] v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-15T00:46:07.223Z] OK: 12620 distinct packages available [2020-12-15T00:46:07.223Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-15T00:46:07.249Z] 2020-12-15T00:46:02Z INFO Waiting for automatic snapd restart... [2020-12-15T00:46:07.505Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-15T00:46:07.505Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-15T00:46:07.505Z] v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-15T00:46:07.505Z] v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-15T00:46:07.505Z] OK: 12620 distinct packages available [2020-12-15T00:46:08.108Z] OK: 217 MiB in 51 packages [2020-12-15T00:46:08.394Z] OK: 217 MiB in 51 packages [2020-12-15T00:46:08.394Z] v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-15T00:46:08.394Z] v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-15T00:46:08.394Z] OK: 12620 distinct packages available [2020-12-15T00:46:08.674Z] v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-15T00:46:08.674Z] v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-15T00:46:08.674Z] OK: 12620 distinct packages available [2020-12-15T00:46:08.953Z] v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-15T00:46:08.953Z] v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-15T00:46:08.953Z] OK: 12620 distinct packages available [2020-12-15T00:46:09.572Z] OK: 217 MiB in 51 packages [2020-12-15T00:46:09.851Z] OK: 217 MiB in 51 packages [2020-12-15T00:46:10.144Z] OK: 217 MiB in 51 packages [2020-12-15T00:46:10.421Z] Removing intermediate container 756cf1fa1ed0 [2020-12-15T00:46:10.421Z] ---> ce35af2b122d [2020-12-15T00:46:10.421Z] Step 6/27 : COPY go.mod . [2020-12-15T00:46:10.700Z] Removing intermediate container 9508ede7edc1 [2020-12-15T00:46:10.700Z] ---> aeaf82da50ea [2020-12-15T00:46:10.700Z] Step 6/24 : COPY go.mod . [2020-12-15T00:46:11.690Z] Removing intermediate container e32cf188f29a [2020-12-15T00:46:11.690Z] ---> d6fd4c7a8cc0 [2020-12-15T00:46:11.690Z] Step 6/22 : COPY go.mod . [2020-12-15T00:46:11.978Z] ---> e64bb54219e2 [2020-12-15T00:46:11.978Z] Step 7/27 : RUN go mod download [2020-12-15T00:46:11.978Z] Removing intermediate container 193067db4cd6 [2020-12-15T00:46:11.978Z] ---> 8dc17e2a4d3b [2020-12-15T00:46:11.978Z] Step 6/22 : COPY go.mod . [2020-12-15T00:46:11.978Z] ---> f80841e4e952 [2020-12-15T00:46:11.978Z] Step 7/24 : RUN go mod download [2020-12-15T00:46:12.265Z] Removing intermediate container e135846e0189 [2020-12-15T00:46:12.265Z] ---> 15f27be85477 [2020-12-15T00:46:12.265Z] Step 6/22 : COPY go.mod . [2020-12-15T00:46:12.265Z] ---> Running in e74a2b3603eb [2020-12-15T00:46:12.265Z] ---> Running in 9c4eec764dda [2020-12-15T00:46:12.890Z] ---> f186f76ba2bf [2020-12-15T00:46:12.890Z] Step 7/22 : RUN go mod download [2020-12-15T00:46:12.890Z] ---> Running in 2b5daef5cb02 [2020-12-15T00:46:13.173Z] ---> b2cc5d978910 [2020-12-15T00:46:13.173Z] Step 7/22 : RUN go mod download [2020-12-15T00:46:13.469Z] ---> 487076226230 [2020-12-15T00:46:13.469Z] Step 7/22 : RUN go mod download [2020-12-15T00:46:13.469Z] ---> Running in 5acf0b375dea [2020-12-15T00:46:13.750Z] ---> Running in 4545224d1ec0 [2020-12-15T00:46:17.187Z] Removing intermediate container e74a2b3603eb [2020-12-15T00:46:17.187Z] ---> 0db122cfb6c1 [2020-12-15T00:46:17.187Z] Step 8/27 : COPY . . [2020-12-15T00:46:17.187Z] Removing intermediate container 9c4eec764dda [2020-12-15T00:46:17.187Z] ---> c38f64ff1cd6 [2020-12-15T00:46:17.187Z] Step 8/24 : COPY . . [2020-12-15T00:46:17.241Z] snapd 2.48.1 from Canonical* installed [2020-12-15T00:46:17.241Z] "snapd" switched to the "latest/stable" channel [2020-12-15T00:46:17.241Z] [2020-12-15T00:46:17.794Z] Removing intermediate container 2b5daef5cb02 [2020-12-15T00:46:17.794Z] ---> 2834ad0207dc [2020-12-15T00:46:17.794Z] Step 8/22 : COPY . . [2020-12-15T00:46:19.244Z] Removing intermediate container 5acf0b375dea [2020-12-15T00:46:19.244Z] ---> 60bd1baf6a63 [2020-12-15T00:46:19.244Z] Step 8/22 : COPY . . [2020-12-15T00:46:19.793Z] core18 20200929 from Canonical* installed [2020-12-15T00:46:19.793Z] "core18" switched to the "latest/stable" channel [2020-12-15T00:46:19.793Z] [2020-12-15T00:46:20.231Z] Removing intermediate container 4545224d1ec0 [2020-12-15T00:46:20.231Z] ---> 2f8c39b8cb6c [2020-12-15T00:46:20.231Z] Step 8/22 : COPY . . [2020-12-15T00:46:23.090Z] snapcraft 4.4.4 from Canonical* installed [2020-12-15T00:46:23.090Z] "snapcraft" switched to the "latest/stable" channel [2020-12-15T00:46:23.090Z] [2020-12-15T00:46:27.313Z] 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-15T00:46:27.313Z] - README.md [2020-12-15T00:46:27.313Z] - snapcraft.yaml.orig [2020-12-15T00:46:27.313Z] [2020-12-15T00:46:27.313Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2020-12-15T00:46:33.895Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2020-12-15T00:46:33.895Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2020-12-15T00:46:33.895Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-12-15T00:46:33.896Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-12-15T00:46:34.465Z] Reading package lists... [2020-12-15T00:46:34.726Z] 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-15T00:46:41.407Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2020-12-15T00:46:41.407Z] Reading package lists... [2020-12-15T00:46:41.407Z] Building dependency tree... [2020-12-15T00:46:41.407Z] Reading state information... [2020-12-15T00:46:41.407Z] Suggested packages: [2020-12-15T00:46:41.407Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2020-12-15T00:46:41.407Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2020-12-15T00:46:41.407Z] Recommended packages: [2020-12-15T00:46:41.407Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2020-12-15T00:46:41.407Z] The following NEW packages will be installed: [2020-12-15T00:46:41.407Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2020-12-15T00:46:41.407Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2020-12-15T00:46:41.407Z] pkg-config zip [2020-12-15T00:46:41.407Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2020-12-15T00:46:41.407Z] Need to get 7655 kB of archives. [2020-12-15T00:46:41.407Z] After this operation, 43.7 MB of additional disk space will be used. [2020-12-15T00:46:41.407Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] [2020-12-15T00:46:41.407Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2020-12-15T00:46:41.407Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2020-12-15T00:46:41.407Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2020-12-15T00:46:41.407Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2020-12-15T00:46:41.407Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2020-12-15T00:46:41.407Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2020-12-15T00:46:41.668Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2020-12-15T00:46:41.668Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2020-12-15T00:46:41.668Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2020-12-15T00:46:41.668Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2020-12-15T00:46:41.929Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2020-12-15T00:46:41.929Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2020-12-15T00:46:41.929Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2020-12-15T00:46:41.929Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2020-12-15T00:46:41.929Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-15T00:46:41.929Z] Fetched 7655 kB in 1s (9516 kB/s) [2020-12-15T00:46:42.190Z] Selecting previously unselected package libglib2.0-0:amd64. [2020-12-15T00:46:42.190Z] (Reading database ... 13933 files and directories currently installed.) [2020-12-15T00:46:42.190Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2020-12-15T00:46:42.190Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2020-12-15T00:46:42.452Z] Selecting previously unselected package libpsl5:amd64. [2020-12-15T00:46:42.452Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2020-12-15T00:46:42.452Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2020-12-15T00:46:42.452Z] Selecting previously unselected package libnghttp2-14:amd64. [2020-12-15T00:46:42.452Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2020-12-15T00:46:42.452Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2020-12-15T00:46:42.712Z] Selecting previously unselected package librtmp1:amd64. [2020-12-15T00:46:42.712Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2020-12-15T00:46:42.712Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2020-12-15T00:46:42.712Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2020-12-15T00:46:42.712Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2020-12-15T00:46:42.712Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2020-12-15T00:46:42.973Z] Selecting previously unselected package liberror-perl. [2020-12-15T00:46:42.973Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2020-12-15T00:46:42.973Z] Unpacking liberror-perl (0.17025-1) ... [2020-12-15T00:46:42.973Z] Selecting previously unselected package git-man. [2020-12-15T00:46:42.973Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2020-12-15T00:46:42.973Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2020-12-15T00:46:43.233Z] Selecting previously unselected package git. [2020-12-15T00:46:43.233Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2020-12-15T00:46:43.233Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2020-12-15T00:46:43.804Z] Selecting previously unselected package libnorm1:amd64. [2020-12-15T00:46:44.065Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2020-12-15T00:46:44.065Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2020-12-15T00:46:44.065Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2020-12-15T00:46:44.065Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2020-12-15T00:46:44.065Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2020-12-15T00:46:44.065Z] Selecting previously unselected package libsodium23:amd64. [2020-12-15T00:46:44.065Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2020-12-15T00:46:44.065Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2020-12-15T00:46:44.326Z] Selecting previously unselected package libzmq5:amd64. [2020-12-15T00:46:44.326Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2020-12-15T00:46:44.326Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2020-12-15T00:46:44.326Z] Selecting previously unselected package libzmq3-dev:amd64. [2020-12-15T00:46:44.326Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2020-12-15T00:46:44.326Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2020-12-15T00:46:44.587Z] Selecting previously unselected package pkg-config. [2020-12-15T00:46:44.587Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2020-12-15T00:46:44.587Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2020-12-15T00:46:44.587Z] Selecting previously unselected package zip. [2020-12-15T00:46:44.587Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2020-12-15T00:46:44.587Z] Unpacking zip (3.0-11build1) ... [2020-12-15T00:46:44.850Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2020-12-15T00:46:44.850Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2020-12-15T00:46:44.850Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2020-12-15T00:46:44.850Z] Setting up liberror-perl (0.17025-1) ... [2020-12-15T00:46:44.850Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2020-12-15T00:46:44.850Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2020-12-15T00:46:44.850Z] No schema files found: doing nothing. [2020-12-15T00:46:45.110Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2020-12-15T00:46:45.110Z] Setting up zip (3.0-11build1) ... [2020-12-15T00:46:45.110Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2020-12-15T00:46:45.110Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2020-12-15T00:46:45.110Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2020-12-15T00:46:45.110Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2020-12-15T00:46:45.110Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2020-12-15T00:46:45.372Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2020-12-15T00:46:45.372Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2020-12-15T00:46:45.372Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2020-12-15T00:46:51.959Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2020-12-15T00:46:51.959Z] git set to automatically installed. [2020-12-15T00:46:51.959Z] git-man set to automatically installed. [2020-12-15T00:46:51.959Z] libcurl3-gnutls set to automatically installed. [2020-12-15T00:46:51.959Z] liberror-perl set to automatically installed. [2020-12-15T00:46:51.959Z] libglib2.0-0 set to automatically installed. [2020-12-15T00:46:51.959Z] libnghttp2-14 set to automatically installed. [2020-12-15T00:46:51.959Z] libnorm1 set to automatically installed. [2020-12-15T00:46:51.959Z] libpgm-5.2-0 set to automatically installed. [2020-12-15T00:46:51.959Z] libpsl5 set to automatically installed. [2020-12-15T00:46:51.959Z] librtmp1 set to automatically installed. [2020-12-15T00:46:51.959Z] libsodium23 set to automatically installed. [2020-12-15T00:46:51.959Z] libzmq3-dev set to automatically installed. [2020-12-15T00:46:51.959Z] libzmq5 set to automatically installed. [2020-12-15T00:46:51.959Z] pkg-config set to automatically installed. [2020-12-15T00:46:51.959Z] zip set to automatically installed. [2020-12-15T00:46:52.639Z] ---> f4177f71e51e [2020-12-15T00:46:52.639Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-12-15T00:46:52.639Z] ---> 20182a9184ee [2020-12-15T00:46:52.639Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-12-15T00:46:52.639Z] ---> 2d3aae1046c7 [2020-12-15T00:46:52.639Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-12-15T00:46:52.639Z] ---> a1a6a1620713 [2020-12-15T00:46:52.639Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-12-15T00:46:52.639Z] ---> 0772a17a76b2 [2020-12-15T00:46:52.639Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-12-15T00:46:52.639Z] ---> Running in a666131e9615 [2020-12-15T00:46:52.639Z] ---> Running in 273710f60112 [2020-12-15T00:46:52.639Z] ---> Running in b569514f3701 [2020-12-15T00:46:52.639Z] ---> Running in 862517ff88bc [2020-12-15T00:46:52.639Z] ---> Running in 85f567dc7aa3 [2020-12-15T00:46:52.639Z] 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-15T00:46:52.639Z] 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-15T00:46:52.639Z] 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-15T00:46:52.639Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-12-15T00:46:52.639Z] 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-15T00:46:53.877Z] snapd is not logged in, snap install commands will use sudo [2020-12-15T00:47:00.503Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2020-12-15T00:47:01.886Z] snap "core18" has no updates available [2020-12-15T00:47:02.459Z] Pulling config-common [2020-12-15T00:47:03.400Z] Pulling go-build-helper [2020-12-15T00:47:25.370Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2020-12-15T00:47:25.370Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2020-12-15T00:47:25.370Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2020-12-15T00:47:25.370Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1452 kB] [2020-12-15T00:47:25.370Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2020-12-15T00:47:25.370Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2020-12-15T00:47:25.370Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [284 kB] [2020-12-15T00:47:25.370Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2020-12-15T00:47:25.370Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.8 kB] [2020-12-15T00:47:25.370Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2872 B] [2020-12-15T00:47:25.370Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [185 kB] [2020-12-15T00:47:25.370Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2020-12-15T00:47:25.370Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [24.3 kB] [2020-12-15T00:47:25.370Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2020-12-15T00:47:25.370Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2020-12-15T00:47:25.370Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1094 kB] [2020-12-15T00:47:25.370Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2020-12-15T00:47:25.370Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [244 kB] [2020-12-15T00:47:25.370Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2020-12-15T00:47:25.370Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1789 kB] [2020-12-15T00:47:25.370Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [376 kB] [2020-12-15T00:47:25.370Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.6 kB] [2020-12-15T00:47:25.370Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] [2020-12-15T00:47:25.370Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [206 kB] [2020-12-15T00:47:25.370Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [27.9 kB] [2020-12-15T00:47:25.370Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1697 kB] [2020-12-15T00:47:25.370Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [357 kB] [2020-12-15T00:47:25.370Z] Fetched 23.5 MB in 0s (0 B/s) [2020-12-15T00:47:25.370Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2020-12-15T00:47:25.370Z] Fetched 96.5 kB in 0s (0 B/s) [2020-12-15T00:47:25.370Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2020-12-15T00:47:25.370Z] Fetched 279 kB in 0s (0 B/s) [2020-12-15T00:47:25.370Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2020-12-15T00:47:25.370Z] Fetched 122 kB in 0s (0 B/s) [2020-12-15T00:47:25.370Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2020-12-15T00:47:25.370Z] Fetched 77.8 kB in 0s (0 B/s) [2020-12-15T00:47:25.370Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2020-12-15T00:47:25.370Z] Fetched 8848 B in 0s (0 B/s) [2020-12-15T00:47:25.370Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2020-12-15T00:47:25.370Z] Fetched 47.8 kB in 0s (0 B/s) [2020-12-15T00:47:25.370Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2020-12-15T00:47:25.370Z] Fetched 45.6 kB in 0s (0 B/s) [2020-12-15T00:47:25.370Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [14.8 kB] [2020-12-15T00:47:25.370Z] Fetched 14.8 kB in 0s (0 B/s) [2020-12-15T00:47:25.370Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2020-12-15T00:47:25.370Z] Fetched 214 kB in 0s (0 B/s) [2020-12-15T00:47:25.370Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2020-12-15T00:47:25.370Z] Fetched 155 kB in 0s (0 B/s) [2020-12-15T00:47:25.370Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2020-12-15T00:47:25.370Z] Fetched 50.6 kB in 0s (0 B/s) [2020-12-15T00:47:25.370Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2020-12-15T00:47:25.370Z] Fetched 14.8 kB in 0s (0 B/s) [2020-12-15T00:47:25.370Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2020-12-15T00:47:25.370Z] Fetched 41.8 kB in 0s (0 B/s) [2020-12-15T00:47:25.370Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2020-12-15T00:47:25.370Z] Fetched 499 kB in 0s (0 B/s) [2020-12-15T00:47:25.370Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2020-12-15T00:47:25.370Z] Fetched 111 kB in 0s (0 B/s) [2020-12-15T00:47:25.370Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2020-12-15T00:47:25.370Z] Fetched 240 kB in 0s (0 B/s) [2020-12-15T00:47:25.370Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2020-12-15T00:47:25.370Z] Fetched 29.3 kB in 0s (0 B/s) [2020-12-15T00:47:25.370Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2020-12-15T00:47:25.370Z] Fetched 85.5 kB in 0s (0 B/s) [2020-12-15T00:47:25.370Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2020-12-15T00:47:25.370Z] Fetched 24.5 kB in 0s (0 B/s) [2020-12-15T00:47:25.370Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [49.2 kB] [2020-12-15T00:47:25.370Z] Fetched 49.2 kB in 0s (0 B/s) [2020-12-15T00:47:25.370Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2020-12-15T00:47:25.371Z] Fetched 54.2 kB in 0s (0 B/s) [2020-12-15T00:47:25.371Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2020-12-15T00:47:25.371Z] Fetched 30.8 kB in 0s (0 B/s) [2020-12-15T00:47:25.371Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2020-12-15T00:47:25.371Z] Fetched 17.0 kB in 0s (0 B/s) [2020-12-15T00:47:25.371Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2020-12-15T00:47:25.371Z] Fetched 85.9 kB in 0s (0 B/s) [2020-12-15T00:47:25.371Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2020-12-15T00:47:25.371Z] Fetched 8720 B in 0s (0 B/s) [2020-12-15T00:47:25.371Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2020-12-15T00:47:25.371Z] Fetched 137 kB in 0s (0 B/s) [2020-12-15T00:47:25.371Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2020-12-15T00:47:25.371Z] Fetched 119 kB in 0s (0 B/s) [2020-12-15T00:47:25.371Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2020-12-15T00:47:25.371Z] Fetched 109 kB in 0s (0 B/s) [2020-12-15T00:47:25.371Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2020-12-15T00:47:25.371Z] Fetched 11.1 kB in 0s (0 B/s) [2020-12-15T00:47:25.371Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2020-12-15T00:47:25.371Z] Fetched 645 kB in 0s (0 B/s) [2020-12-15T00:47:25.371Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2020-12-15T00:47:25.371Z] Fetched 41.3 kB in 0s (0 B/s) [2020-12-15T00:47:25.371Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2020-12-15T00:47:25.371Z] Fetched 17.9 kB in 0s (0 B/s) [2020-12-15T00:47:25.371Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2020-12-15T00:47:25.371Z] Fetched 368 kB in 0s (0 B/s) [2020-12-15T00:47:25.371Z] Get:1 libp11-kit0_0.23.9-2_amd64.deb [187 kB] [2020-12-15T00:47:25.371Z] Fetched 187 kB in 0s (0 B/s) [2020-12-15T00:47:25.371Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2020-12-15T00:47:25.371Z] Fetched 175 kB in 0s (0 B/s) [2020-12-15T00:47:25.371Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2020-12-15T00:47:29.587Z] Fetched 206 kB in 0s (0 B/s) [2020-12-15T00:47:29.587Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2020-12-15T00:47:29.587Z] Fetched 1301 kB in 0s (0 B/s) [2020-12-15T00:47:29.588Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2020-12-15T00:47:29.588Z] Fetched 36.2 kB in 0s (0 B/s) [2020-12-15T00:47:29.588Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2020-12-15T00:47:29.588Z] Fetched 159 kB in 0s (0 B/s) [2020-12-15T00:47:29.588Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2020-12-15T00:47:29.588Z] Fetched 107 kB in 0s (0 B/s) [2020-12-15T00:47:29.588Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2020-12-15T00:47:29.588Z] Fetched 48.7 kB in 0s (0 B/s) [2020-12-15T00:47:29.588Z] Pulling static-packages [2020-12-15T00:47:29.856Z] 'go115' has dependencies that need to be staged: static-packages go-build-helper [2020-12-15T00:47:29.856Z] Skipping pull go-build-helper (already ran) [2020-12-15T00:47:29.856Z] Skipping pull static-packages (already ran) [2020-12-15T00:47:29.856Z] Building go-build-helper [2020-12-15T00:47:33.428Z] Building static-packages [2020-12-15T00:47:35.389Z] Staging go-build-helper [2020-12-15T00:47:36.346Z] Staging static-packages [2020-12-15T00:47:37.296Z] Pulling go115 [2020-12-15T00:47:38.242Z] 'edgex-go' has dependencies that need to be staged: go115 [2020-12-15T00:47:38.242Z] Skipping pull go115 (already ran) [2020-12-15T00:47:38.242Z] Building go115 [2020-12-15T00:47:38.242Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-15T00:47:38.242Z] Dload Upload Total Spent Left Speed [2020-12-15T00:47:44.108Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 19 115M 19 22.5M 0 0 23.3M 0 0:00:04 --:--:-- 0:00:04 23.2M 31 115M 31 36.7M 0 0 18.5M 0 0:00:06 0:00:01 0:00:05 18.5M 41 115M 41 48.0M 0 0 16.2M 0 0:00:07 0:00:02 0:00:05 16.2M 54 115M 54 62.8M 0 0 15.8M 0 0:00:07 0:00:03 0:00:04 15.8M 80 115M 80 92.7M 0 0 18.5M 0 0:00:06 0:00:04 0:00:02 18.5M 100 115M 100 115M 0 0 20.5M 0 0:00:05 0:00:05 --:--:-- 19.9M [2020-12-15T00:47:44.369Z] go1.15.2.linux-amd64.tar.gz: OK [2020-12-15T00:47:48.578Z] Staging go115 [2020-12-15T00:47:53.863Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2020-12-15T00:47:53.863Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2020-12-15T00:47:53.863Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-12-15T00:47:53.863Z] Fetched 0 B in 0s (0 B/s) [2020-12-15T00:47:53.863Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2020-12-15T00:47:53.863Z] Fetched 224 kB in 0s (0 B/s) [2020-12-15T00:47:53.863Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2020-12-15T00:47:53.863Z] Fetched 157 kB in 0s (0 B/s) [2020-12-15T00:47:53.863Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2020-12-15T00:47:53.863Z] Fetched 221 kB in 0s (0 B/s) [2020-12-15T00:47:53.863Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2020-12-15T00:47:53.863Z] Fetched 143 kB in 0s (0 B/s) [2020-12-15T00:47:53.863Z] Pulling edgex-go [2020-12-15T00:47:54.435Z] Pulling version [2020-12-15T00:47:55.376Z] Building config-common [2020-12-15T00:47:57.287Z] Skipping build go-build-helper (already ran) [2020-12-15T00:47:57.287Z] Skipping build static-packages (already ran) [2020-12-15T00:47:57.287Z] Skipping build go115 (already ran) [2020-12-15T00:47:57.287Z] Building edgex-go [2020-12-15T00:47:57.548Z] 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-15T00:47:58.505Z] go: downloading github.com/gorilla/mux v1.8.0 [2020-12-15T00:47:58.505Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.61 [2020-12-15T00:47:58.505Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2020-12-15T00:47:58.505Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2020-12-15T00:47:58.505Z] go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.28 [2020-12-15T00:47:58.505Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.121 [2020-12-15T00:47:58.505Z] go: downloading github.com/google/uuid v1.1.2 [2020-12-15T00:47:58.505Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.27 [2020-12-15T00:47:58.505Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2020-12-15T00:47:58.505Z] go: downloading github.com/x448/float16 v0.8.4 [2020-12-15T00:47:58.505Z] go: downloading github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-12-15T00:47:58.505Z] go: downloading github.com/imdario/mergo v0.3.11 [2020-12-15T00:47:58.505Z] go: downloading github.com/pkg/errors v0.8.1 [2020-12-15T00:47:58.505Z] go: downloading github.com/go-kit/kit v0.8.0 [2020-12-15T00:47:58.505Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2020-12-15T00:47:58.505Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2020-12-15T00:47:58.505Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 [2020-12-15T00:47:58.505Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-12-15T00:47:58.505Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2020-12-15T00:47:58.505Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.26 [2020-12-15T00:47:58.505Z] go: downloading github.com/pebbe/zmq4 v1.0.0 [2020-12-15T00:47:58.505Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2020-12-15T00:47:58.505Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2020-12-15T00:47:58.766Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-12-15T00:47:59.027Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2020-12-15T00:47:59.027Z] go: downloading github.com/leodido/go-urn v1.2.0 [2020-12-15T00:47:59.027Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-12-15T00:47:59.027Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2020-12-15T00:47:59.027Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-12-15T00:47:59.027Z] go: downloading github.com/go-playground/locales v0.13.0 [2020-12-15T00:47:59.027Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2020-12-15T00:47:59.027Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-12-15T00:47:59.027Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2020-12-15T00:47:59.027Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2020-12-15T00:47:59.027Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2020-12-15T00:47:59.027Z] go: downloading github.com/hashicorp/serf v0.8.2 [2020-12-15T00:47:59.290Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2020-12-15T00:47:59.290Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2020-12-15T00:47:59.290Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-12-15T00:47:59.290Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2020-12-15T00:47:59.290Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2020-12-15T00:48:05.929Z] 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-15T00:48:10.138Z] 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-15T00:48:10.714Z] 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-15T00:48:12.104Z] 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-15T00:48:12.104Z] 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-15T00:48:12.367Z] go: downloading github.com/stretchr/testify v1.5.1 [2020-12-15T00:48:12.367Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2020-12-15T00:48:12.367Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2020-12-15T00:48:13.753Z] 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-15T00:48:13.753Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2020-12-15T00:48:13.753Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-12-15T00:48:14.716Z] 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-15T00:48:15.661Z] 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-15T00:48:15.661Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-12-15T00:48:16.605Z] 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-15T00:48:16.875Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-12-15T00:48:18.272Z] 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-15T00:48:18.845Z] 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-15T00:48:19.787Z] 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-15T00:48:21.735Z] Building version [2020-12-15T00:48:23.655Z] Staging config-common [2020-12-15T00:48:24.597Z] Skipping stage go-build-helper (already ran) [2020-12-15T00:48:24.597Z] Skipping stage static-packages (already ran) [2020-12-15T00:48:24.597Z] Skipping stage go115 (already ran) [2020-12-15T00:48:24.597Z] Staging edgex-go [2020-12-15T00:48:25.539Z] Staging version [2020-12-15T00:48:26.496Z] Priming config-common [2020-12-15T00:48:27.447Z] Priming go-build-helper [2020-12-15T00:48:28.021Z] Priming static-packages [2020-12-15T00:48:29.607Z] 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-15T00:48:30.596Z] Priming go115 [2020-12-15T00:48:31.185Z] Priming edgex-go [2020-12-15T00:48:32.589Z] Priming version [2020-12-15T00:48:33.538Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-12-15T00:48:44.830Z] Removing intermediate container 85f567dc7aa3 [2020-12-15T00:48:44.830Z] ---> 57b3da3bb838 [2020-12-15T00:48:44.830Z] [2020-12-15T00:48:44.830Z] Step 10/22 : FROM alpine:3.10 [2020-12-15T00:48:44.830Z] 3.10: Pulling from library/alpine [2020-12-15T00:48:46.280Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-12-15T00:48:46.280Z] Status: Downloaded newer image for alpine:3.10 [2020-12-15T00:48:46.280Z] ---> 536a684cf733 [2020-12-15T00:48:46.280Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-15T00:48:47.270Z] ---> Running in 2353916d823e [2020-12-15T00:48:48.721Z] Removing intermediate container a666131e9615 [2020-12-15T00:48:48.721Z] ---> 3c02b4b44e49 [2020-12-15T00:48:48.721Z] [2020-12-15T00:48:48.721Z] Step 10/24 : FROM alpine:3.10 [2020-12-15T00:48:48.721Z] ---> 536a684cf733 [2020-12-15T00:48:48.721Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-15T00:48:49.326Z] ---> Running in 1574b45fd187 [2020-12-15T00:48:49.937Z] Removing intermediate container 273710f60112 [2020-12-15T00:48:49.937Z] ---> 4e64e32cdc07 [2020-12-15T00:48:49.937Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-12-15T00:48:50.218Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-12-15T00:48:50.218Z] ---> Running in 37cc2411cc55 [2020-12-15T00:48:50.829Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-12-15T00:48:51.434Z] v3.10.5-168-g2fc5df2ea2 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-15T00:48:51.434Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-15T00:48:51.434Z] OK: 10169 distinct packages available [2020-12-15T00:48:51.434Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-12-15T00:48:52.051Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-12-15T00:48:52.051Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-15T00:48:52.328Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-15T00:48:52.328Z] (3/5) Installing libcurl (7.66.0-r3) [2020-12-15T00:48:52.328Z] (4/5) Installing curl (7.66.0-r3) [2020-12-15T00:48:52.328Z] 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-15T00:48:52.328Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-15T00:48:52.328Z] Executing busybox-1.30.1-r3.trigger [2020-12-15T00:48:52.328Z] Executing ca-certificates-20191127-r2.trigger [2020-12-15T00:48:52.328Z] v3.10.5-168-g2fc5df2ea2 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-15T00:48:52.328Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-15T00:48:52.328Z] OK: 10169 distinct packages available [2020-12-15T00:48:52.928Z] OK: 7 MiB in 19 packages [2020-12-15T00:48:53.260Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-15T00:48:53.260Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-15T00:48:53.260Z] (3/5) Installing libcurl (7.66.0-r3) [2020-12-15T00:48:53.260Z] (4/5) Installing curl (7.66.0-r3) [2020-12-15T00:48:53.260Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-15T00:48:53.260Z] Executing busybox-1.30.1-r3.trigger [2020-12-15T00:48:53.704Z] Executing ca-certificates-20191127-r2.trigger [2020-12-15T00:48:54.008Z] OK: 7 MiB in 19 packages [2020-12-15T00:48:56.717Z] Removing intermediate container 2353916d823e [2020-12-15T00:48:56.717Z] ---> a0b775092cd2 [2020-12-15T00:48:56.717Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-12-15T00:48:56.717Z] ---> Running in 672a87c50312 [2020-12-15T00:48:57.323Z] Removing intermediate container 1574b45fd187 [2020-12-15T00:48:57.323Z] ---> 6bd79dfbc29d [2020-12-15T00:48:57.323Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-15T00:48:57.606Z] Removing intermediate container 672a87c50312 [2020-12-15T00:48:57.606Z] ---> 3d0d2c54addd [2020-12-15T00:48:57.606Z] Step 13/22 : WORKDIR / [2020-12-15T00:48:57.606Z] ---> Running in 6b033622ff81 [2020-12-15T00:48:57.606Z] ---> Running in 11f0e4283349 [2020-12-15T00:48:58.603Z] Removing intermediate container 6b033622ff81 [2020-12-15T00:48:58.603Z] ---> 4b1cf282b76c [2020-12-15T00:48:58.603Z] Step 13/24 : WORKDIR / [2020-12-15T00:48:58.884Z] ---> Running in 146b85664328 [2020-12-15T00:48:58.884Z] Removing intermediate container 11f0e4283349 [2020-12-15T00:48:58.884Z] ---> bb37529f81bb [2020-12-15T00:48:58.884Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-12-15T00:48:59.877Z] Removing intermediate container 146b85664328 [2020-12-15T00:48:59.877Z] ---> 42bb04d5ea1b [2020-12-15T00:48:59.877Z] 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-15T00:49:00.153Z] Removing intermediate container 37cc2411cc55 [2020-12-15T00:49:00.153Z] ---> a4aefccfa7af [2020-12-15T00:49:00.153Z] [2020-12-15T00:49:00.153Z] Step 11/27 : FROM docker:latest [2020-12-15T00:49:00.153Z] ---> eeaf43b92773 [2020-12-15T00:49:00.153Z] Step 12/27 : RUN apk add --no-cache bash [2020-12-15T00:49:00.437Z] ---> Running in ee5c6fff5844 [2020-12-15T00:49:01.038Z] ---> a175d1eb93f3 [2020-12-15T00:49:01.038Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2020-12-15T00:49:01.641Z] ---> 5228d3c2cffe [2020-12-15T00:49:01.641Z] 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-15T00:49:03.170Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-15T00:49:03.452Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-15T00:49:03.731Z] ---> b8839af98910 [2020-12-15T00:49:03.731Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-12-15T00:49:04.015Z] ---> 1d2baed75281 [2020-12-15T00:49:04.015Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-12-15T00:49:04.291Z] (1/2) Installing readline (8.0.4-r0) [2020-12-15T00:49:04.291Z] (2/2) Installing bash (5.0.17-r0) [2020-12-15T00:49:04.579Z] Executing bash-5.0.17-r0.post-install [2020-12-15T00:49:04.579Z] Executing busybox-1.31.1-r19.trigger [2020-12-15T00:49:04.579Z] OK: 12 MiB in 22 packages [2020-12-15T00:49:05.593Z] ---> c9a1c5f6e066 [2020-12-15T00:49:05.593Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2020-12-15T00:49:06.575Z] ---> 6409bb16fe3e [2020-12-15T00:49:06.575Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-12-15T00:49:07.571Z] Removing intermediate container ee5c6fff5844 [2020-12-15T00:49:07.571Z] ---> 72e54cfef4ae [2020-12-15T00:49:07.571Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-12-15T00:49:08.183Z] ---> 1d9f6d0b754f [2020-12-15T00:49:08.183Z] Step 18/22 : RUN chmod +x entrypoint.sh [2020-12-15T00:49:08.183Z] ---> Running in 09d2c661c6d0 [2020-12-15T00:49:08.472Z] ---> Running in fce0f18fce79 [2020-12-15T00:49:09.931Z] ---> 0c28a3793d24 [2020-12-15T00:49:09.931Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-12-15T00:49:11.376Z] Removing intermediate container b569514f3701 [2020-12-15T00:49:11.376Z] ---> 624bdffdc21b [2020-12-15T00:49:11.376Z] [2020-12-15T00:49:11.376Z] Step 10/22 : FROM scratch [2020-12-15T00:49:11.376Z] ---> [2020-12-15T00:49:11.376Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-15T00:49:11.973Z] ---> Running in e25a4b6a4f1e [2020-12-15T00:49:12.249Z] ---> f9dbc49d8963 [2020-12-15T00:49:12.249Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-12-15T00:49:12.523Z] Removing intermediate container e25a4b6a4f1e [2020-12-15T00:49:12.523Z] ---> 9c5440d00d73 [2020-12-15T00:49:12.523Z] Step 12/22 : ENV APP_PORT=48082 [2020-12-15T00:49:12.811Z] ---> Running in 5bca8c7bdb08 [2020-12-15T00:49:12.811Z] Removing intermediate container 09d2c661c6d0 [2020-12-15T00:49:13.082Z] ---> 842b99a293a5 [2020-12-15T00:49:13.082Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-12-15T00:49:13.082Z] Removing intermediate container fce0f18fce79 [2020-12-15T00:49:13.082Z] ---> 6f7a16d87bcd [2020-12-15T00:49:13.082Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2020-12-15T00:49:13.082Z] ---> Running in 2d532cc97e37 [2020-12-15T00:49:13.376Z] ---> Running in e53d3fe5f352 [2020-12-15T00:49:13.376Z] ---> 9e3cf7c0d6d7 [2020-12-15T00:49:13.376Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-15T00:49:13.648Z] Removing intermediate container 5bca8c7bdb08 [2020-12-15T00:49:13.648Z] ---> c4db96b6c816 [2020-12-15T00:49:13.648Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-15T00:49:13.648Z] ---> Running in 1eb2226b4cf3 [2020-12-15T00:49:13.922Z] ---> Running in 51268d62e256 [2020-12-15T00:49:13.922Z] Removing intermediate container 2d532cc97e37 [2020-12-15T00:49:13.922Z] ---> 3e143e26e170 [2020-12-15T00:49:13.922Z] Step 15/27 : ENV APP_PORT=48090 [2020-12-15T00:49:14.201Z] Removing intermediate container e53d3fe5f352 [2020-12-15T00:49:14.201Z] ---> a57ff6dd5263 [2020-12-15T00:49:14.201Z] Step 20/22 : LABEL arch=arm64 [2020-12-15T00:49:14.201Z] ---> Running in 6fd632d727ea [2020-12-15T00:49:14.476Z] ---> Running in 1354cc3ce423 [2020-12-15T00:49:14.756Z] Removing intermediate container 51268d62e256 [2020-12-15T00:49:14.756Z] ---> c029efe1efb3 [2020-12-15T00:49:14.756Z] Step 14/22 : WORKDIR / [2020-12-15T00:49:14.756Z] ---> Running in 8fdc3f672bd3 [2020-12-15T00:49:15.028Z] Removing intermediate container 6fd632d727ea [2020-12-15T00:49:15.028Z] ---> 56bff68319a8 [2020-12-15T00:49:15.028Z] Step 16/27 : EXPOSE $APP_PORT [2020-12-15T00:49:15.028Z] Removing intermediate container 1354cc3ce423 [2020-12-15T00:49:15.028Z] ---> 70363c1cbcc0 [2020-12-15T00:49:15.028Z] Step 21/22 : LABEL git_sha=bdd14c6a04719bacb5d4ac68c7e102f658622b87 [2020-12-15T00:49:15.299Z] ---> Running in d7e570a55005 [2020-12-15T00:49:15.574Z] ---> Running in b281fbd0c4b8 [2020-12-15T00:49:15.574Z] Removing intermediate container 8fdc3f672bd3 [2020-12-15T00:49:15.574Z] ---> bb3e21d0764e [2020-12-15T00:49:15.574Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-12-15T00:49:15.848Z] Removing intermediate container d7e570a55005 [2020-12-15T00:49:15.848Z] ---> 89b47a082de8 [2020-12-15T00:49:15.848Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-12-15T00:49:16.832Z] Removing intermediate container b281fbd0c4b8 [2020-12-15T00:49:16.832Z] ---> 293e6f9faf6d [2020-12-15T00:49:16.832Z] Step 22/22 : LABEL version=0.0.0 [2020-12-15T00:49:17.107Z] ---> 57ac9d512e46 [2020-12-15T00:49:17.107Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-12-15T00:49:17.706Z] ---> Running in 3c696a3619c8 [2020-12-15T00:49:17.706Z] Removing intermediate container 1eb2226b4cf3 [2020-12-15T00:49:17.706Z] ---> 3bb33c88651e [2020-12-15T00:49:17.706Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-12-15T00:49:17.981Z] ---> 9dc13f7bd829 [2020-12-15T00:49:17.981Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-12-15T00:49:17.981Z] ---> Running in 4ce2b98ed6e1 [2020-12-15T00:49:18.584Z] Removing intermediate container 3c696a3619c8 [2020-12-15T00:49:18.584Z] ---> 64e4363d6901 [2020-12-15T00:49:18.584Z] [2020-12-15T00:49:18.858Z] ---> 9953c73eefeb [2020-12-15T00:49:18.858Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-12-15T00:49:19.138Z] Successfully built 64e4363d6901 [2020-12-15T00:49:19.138Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2020-12-15T00:49:19.138Z]  Building docker-security-bootstrap-redis-go ... done Building docker-support-scheduler-go [2020-12-15T00:49:19.138Z] Removing intermediate container 4ce2b98ed6e1 [2020-12-15T00:49:19.138Z] ---> 75b8c46977ae [2020-12-15T00:49:19.138Z] Step 22/24 : LABEL arch=arm64 [2020-12-15T00:49:19.138Z] ---> 1b10bb0817bb [2020-12-15T00:49:19.138Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-12-15T00:49:19.432Z] ---> Running in bf29bc03c8ed [2020-12-15T00:49:20.450Z] ---> 95a29cc7bdb3 [2020-12-15T00:49:20.450Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-12-15T00:49:22.430Z] ---> 305197eca264 [2020-12-15T00:49:22.430Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-12-15T00:49:22.430Z] ---> Running in 1f8eaa11cc19 [2020-12-15T00:49:22.430Z] Removing intermediate container bf29bc03c8ed [2020-12-15T00:49:22.430Z] ---> e5c370a635fc [2020-12-15T00:49:22.430Z] Step 23/24 : LABEL git_sha=bdd14c6a04719bacb5d4ac68c7e102f658622b87 [2020-12-15T00:49:23.032Z] ---> Running in 3bddfe5df7ac [2020-12-15T00:49:23.032Z] ---> Running in fb9f5d7c091e [2020-12-15T00:49:23.307Z] Removing intermediate container 1f8eaa11cc19 [2020-12-15T00:49:23.307Z] ---> 1fd10de1d45a [2020-12-15T00:49:23.307Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-15T00:49:23.307Z] Removing intermediate container 862517ff88bc [2020-12-15T00:49:23.307Z] ---> beb96a528a33 [2020-12-15T00:49:23.307Z] [2020-12-15T00:49:23.307Z] Step 10/22 : FROM scratch [2020-12-15T00:49:23.307Z] ---> [2020-12-15T00:49:23.307Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-15T00:49:23.580Z] ---> Using cache [2020-12-15T00:49:23.580Z] ---> 9c5440d00d73 [2020-12-15T00:49:23.580Z] Step 12/22 : ENV APP_PORT=48081 [2020-12-15T00:49:24.178Z] ---> Running in 547cf36f6a15 [2020-12-15T00:49:24.178Z] ---> Running in 1ab8fee77472 [2020-12-15T00:49:24.778Z] Removing intermediate container fb9f5d7c091e [2020-12-15T00:49:24.778Z] ---> 44736292bbcb [2020-12-15T00:49:24.778Z] Step 24/24 : LABEL version=0.0.0 [2020-12-15T00:49:25.053Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-15T00:49:25.329Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-15T00:49:25.329Z] Removing intermediate container 547cf36f6a15 [2020-12-15T00:49:25.329Z] ---> 7dc9658ce344 [2020-12-15T00:49:25.329Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-15T00:49:25.329Z] Removing intermediate container 1ab8fee77472 [2020-12-15T00:49:25.329Z] ---> 4d8bec1a7e2d [2020-12-15T00:49:25.329Z] Step 20/22 : LABEL arch=arm64 [2020-12-15T00:49:25.612Z] ---> Running in 962e312e33f7 [2020-12-15T00:49:25.612Z] ---> Running in 916b9f5f972e [2020-12-15T00:49:25.612Z] ---> Running in 9cc9bb959dc4 [2020-12-15T00:49:25.893Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-12-15T00:49:25.893Z] (2/33) Installing expat (2.2.9-r1) [2020-12-15T00:49:25.893Z] (3/33) Installing libffi (3.3-r2) [2020-12-15T00:49:25.893Z] (4/33) Installing gdbm (1.13-r1) [2020-12-15T00:49:25.893Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-12-15T00:49:26.173Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-12-15T00:49:26.173Z] (7/33) Installing python3 (3.8.5-r0) [2020-12-15T00:49:26.450Z] Removing intermediate container 916b9f5f972e [2020-12-15T00:49:26.450Z] ---> d8aff7607b33 [2020-12-15T00:49:26.450Z] Step 14/22 : WORKDIR / [2020-12-15T00:49:26.450Z] Removing intermediate container 962e312e33f7 [2020-12-15T00:49:26.450Z] ---> 123d5325340f [2020-12-15T00:49:26.450Z] [2020-12-15T00:49:27.054Z] Successfully built 123d5325340f [2020-12-15T00:49:27.054Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-12-15T00:49:27.054Z]  Building docker-security-secretstore-setup-go ... done Building docker-security-proxy-setup-go [2020-12-15T00:49:27.054Z] ---> Running in 7c11b678fbed [2020-12-15T00:49:27.328Z] Removing intermediate container 9cc9bb959dc4 [2020-12-15T00:49:27.328Z] ---> fdfa59910063 [2020-12-15T00:49:27.328Z] Step 21/22 : LABEL git_sha=bdd14c6a04719bacb5d4ac68c7e102f658622b87 [2020-12-15T00:49:27.603Z] ---> Running in f2836b18b38f [2020-12-15T00:49:28.203Z] Removing intermediate container 7c11b678fbed [2020-12-15T00:49:28.203Z] ---> ca80b0c9b01f [2020-12-15T00:49:28.203Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-12-15T00:49:28.478Z] Removing intermediate container f2836b18b38f [2020-12-15T00:49:28.478Z] ---> ff2d53129ef4 [2020-12-15T00:49:28.478Z] Step 22/22 : LABEL version=0.0.0 [2020-12-15T00:49:28.478Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-12-15T00:49:28.478Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-12-15T00:49:28.478Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-12-15T00:49:28.478Z] (11/33) Installing py3-six (1.15.0-r0) [2020-12-15T00:49:28.478Z] (12/33) Installing py3-packaging (20.4-r0) [2020-12-15T00:49:28.478Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-12-15T00:49:28.763Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-12-15T00:49:28.763Z] (15/33) Installing py3-idna (2.9-r0) [2020-12-15T00:49:28.763Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-12-15T00:49:28.763Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-12-15T00:49:28.763Z] ---> Running in dadbb6f71ec6 [2020-12-15T00:49:28.763Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-12-15T00:49:29.034Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-12-15T00:49:29.034Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-12-15T00:49:29.034Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-12-15T00:49:29.034Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-12-15T00:49:29.034Z] ---> 7999b87ceebb [2020-12-15T00:49:29.034Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-12-15T00:49:29.034Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-12-15T00:49:29.034Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-12-15T00:49:29.034Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-12-15T00:49:29.310Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-12-15T00:49:29.310Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-12-15T00:49:29.310Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-12-15T00:49:29.310Z] (29/33) Installing py3-progress (1.5-r0) [2020-12-15T00:49:29.310Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-12-15T00:49:29.310Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-12-15T00:49:29.310Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-12-15T00:49:29.310Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-12-15T00:49:29.584Z] Executing busybox-1.31.1-r19.trigger [2020-12-15T00:49:29.584Z] OK: 71 MiB in 55 packages [2020-12-15T00:49:29.862Z] Removing intermediate container dadbb6f71ec6 [2020-12-15T00:49:29.862Z] ---> c1e9541ffa5c [2020-12-15T00:49:29.862Z] [2020-12-15T00:49:30.978Z] Successfully built c1e9541ffa5c [2020-12-15T00:49:31.602Z] Successfully tagged docker-core-command-go-arm64:latest [2020-12-15T00:49:31.602Z]  Building docker-core-command-go ... done Building docker-security-secrets-setup-go [2020-12-15T00:49:32.220Z] ---> 5abb4f90db0c [2020-12-15T00:49:32.220Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-12-15T00:49:34.237Z] ---> e50a30882741 [2020-12-15T00:49:34.237Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-12-15T00:49:34.854Z] ---> Running in 6470144c412d [2020-12-15T00:49:36.360Z] Removing intermediate container 6470144c412d [2020-12-15T00:49:36.360Z] ---> bbe0afd311e0 [2020-12-15T00:49:36.360Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-15T00:49:36.972Z] ---> Running in 11003ed3ed77 [2020-12-15T00:49:38.440Z] Removing intermediate container 11003ed3ed77 [2020-12-15T00:49:38.440Z] ---> 9c7c7e137444 [2020-12-15T00:49:38.440Z] Step 20/22 : LABEL arch=arm64 [2020-12-15T00:49:39.455Z] ---> Running in cb5f4432b1dd [2020-12-15T00:49:40.062Z] Removing intermediate container 3bddfe5df7ac [2020-12-15T00:49:40.062Z] ---> fee1d37036ff [2020-12-15T00:49:40.062Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-12-15T00:49:41.055Z] Removing intermediate container cb5f4432b1dd [2020-12-15T00:49:41.055Z] ---> ac2f28629196 [2020-12-15T00:49:41.055Z] Step 21/22 : LABEL git_sha=bdd14c6a04719bacb5d4ac68c7e102f658622b87 [2020-12-15T00:49:41.332Z] ---> Running in b4465e7855eb [2020-12-15T00:49:41.332Z] ---> Running in ca8514a8c1fd [2020-12-15T00:49:42.809Z] Removing intermediate container ca8514a8c1fd [2020-12-15T00:49:42.809Z] ---> 5e06e4c68cf5 [2020-12-15T00:49:42.809Z] Step 22/22 : LABEL version=0.0.0 [2020-12-15T00:49:43.088Z] ---> Running in dff9a6560ae9 [2020-12-15T00:49:43.696Z] Removing intermediate container dff9a6560ae9 [2020-12-15T00:49:43.696Z] ---> 42c880a7c138 [2020-12-15T00:49:43.696Z] [2020-12-15T00:49:44.302Z] Successfully built 42c880a7c138 [2020-12-15T00:49:44.302Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-12-15T00:49:44.302Z]  Building docker-core-metadata-go ... done Building docker-core-data-go [2020-12-15T00:49:49.734Z] Collecting docker-compose==1.23.2 [2020-12-15T00:49:49.734Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-12-15T00:49:50.010Z] Collecting cached-property<2,>=1.2.0 [2020-12-15T00:49:50.010Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-12-15T00:49:50.618Z] Collecting jsonschema<3,>=2.5.1 [2020-12-15T00:49:50.898Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-12-15T00:49:51.506Z] Collecting dockerpty<0.5,>=0.4.1 [2020-12-15T00:49:51.506Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-12-15T00:49:54.987Z] Collecting texttable<0.10,>=0.9.0 [2020-12-15T00:49:54.987Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-12-15T00:49:57.289Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-15T00:49:57.289Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-15T00:49:57.289Z] ---> 0d6995fec2d8 [2020-12-15T00:49:57.289Z] Step 3/21 : WORKDIR /edgex-go [2020-12-15T00:49:57.289Z] ---> Using cache [2020-12-15T00:49:57.289Z] ---> 94defc75891f [2020-12-15T00:49:57.289Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T00:49:57.289Z] ---> Using cache [2020-12-15T00:49:57.289Z] ---> f26d10bf00c0 [2020-12-15T00:49:57.289Z] Step 5/21 : RUN apk update && apk add make git [2020-12-15T00:49:57.289Z] ---> Using cache [2020-12-15T00:49:57.289Z] ---> d6fd4c7a8cc0 [2020-12-15T00:49:57.289Z] Step 6/21 : COPY go.mod . [2020-12-15T00:49:57.289Z] ---> Using cache [2020-12-15T00:49:57.289Z] ---> f186f76ba2bf [2020-12-15T00:49:57.289Z] Step 7/21 : RUN go mod download [2020-12-15T00:49:57.289Z] ---> Using cache [2020-12-15T00:49:57.289Z] ---> 2834ad0207dc [2020-12-15T00:49:57.289Z] Step 8/21 : COPY . . [2020-12-15T00:49:57.289Z] ---> Using cache [2020-12-15T00:49:57.289Z] ---> a1a6a1620713 [2020-12-15T00:49:57.289Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-12-15T00:49:59.976Z] Collecting PyYAML<4,>=3.10 [2020-12-15T00:49:59.976Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-12-15T00:50:01.438Z] ---> Running in 6063e36df528 [2020-12-15T00:50:02.901Z] 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-15T00:50:05.561Z] Collecting websocket-client<1.0,>=0.32.0 [2020-12-15T00:50:05.561Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-12-15T00:50:06.177Z] Collecting docopt<0.7,>=0.6.1 [2020-12-15T00:50:06.177Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-12-15T00:50:10.541Z] Collecting docker<4.0,>=3.6.0 [2020-12-15T00:50:10.542Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-12-15T00:50:13.209Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-12-15T00:50:13.209Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-12-15T00:50:13.209Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-15T00:50:13.209Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-15T00:50:13.209Z] ---> 0d6995fec2d8 [2020-12-15T00:50:13.209Z] Step 3/21 : WORKDIR /edgex-go [2020-12-15T00:50:13.209Z] ---> Using cache [2020-12-15T00:50:13.209Z] ---> 94defc75891f [2020-12-15T00:50:13.209Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T00:50:13.209Z] ---> Using cache [2020-12-15T00:50:13.209Z] ---> f26d10bf00c0 [2020-12-15T00:50:13.209Z] Step 5/21 : RUN apk update && apk add make git [2020-12-15T00:50:13.209Z] ---> Using cache [2020-12-15T00:50:13.209Z] ---> d6fd4c7a8cc0 [2020-12-15T00:50:13.209Z] Step 6/21 : COPY go.mod . [2020-12-15T00:50:13.209Z] ---> Using cache [2020-12-15T00:50:13.209Z] ---> f186f76ba2bf [2020-12-15T00:50:13.209Z] Step 7/21 : RUN go mod download [2020-12-15T00:50:13.209Z] ---> Using cache [2020-12-15T00:50:13.209Z] ---> 2834ad0207dc [2020-12-15T00:50:13.209Z] Step 8/21 : COPY . . [2020-12-15T00:50:13.209Z] ---> Using cache [2020-12-15T00:50:13.209Z] ---> a1a6a1620713 [2020-12-15T00:50:13.209Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2020-12-15T00:50:14.677Z] 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-15T00:50:15.290Z] Collecting docker-pycreds>=0.4.0 [2020-12-15T00:50:15.290Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-12-15T00:50:16.736Z] ---> Running in dde969c4a789 [2020-12-15T00:50:17.727Z] Collecting urllib3<1.25,>=1.21.1 [2020-12-15T00:50:17.727Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-12-15T00:50:18.000Z] 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-15T00:50:18.000Z] 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-15T00:50:18.278Z] Collecting idna<2.8,>=2.5 [2020-12-15T00:50:18.556Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-12-15T00:50:18.556Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-12-15T00:50:18.556Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-12-15T00:50:18.556Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-12-15T00:50:18.556Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-12-15T00:50:18.835Z] 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-15T00:50:20.285Z] Installing collected packages: cached-property, jsonschema, dockerpty, texttable, PyYAML, websocket-client, docopt, urllib3, idna, requests, docker-pycreds, docker, docker-compose [2020-12-15T00:50:20.285Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-15T00:50:20.285Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-12-15T00:50:20.285Z] ---> 0d6995fec2d8 [2020-12-15T00:50:20.285Z] Step 3/29 : WORKDIR /edgex-go [2020-12-15T00:50:20.285Z] ---> Using cache [2020-12-15T00:50:20.285Z] ---> 94defc75891f [2020-12-15T00:50:20.285Z] Step 4/29 : RUN apk update && apk add make git [2020-12-15T00:50:21.294Z] ---> Running in 8caa35b202f4 [2020-12-15T00:50:21.573Z] Running setup.py install for dockerpty: started [2020-12-15T00:50:23.039Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-15T00:50:24.043Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-15T00:50:25.517Z] v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-15T00:50:25.517Z] v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-15T00:50:25.517Z] OK: 12620 distinct packages available [2020-12-15T00:50:26.517Z] Running setup.py install for dockerpty: finished with status 'done' [2020-12-15T00:50:26.517Z] Running setup.py install for texttable: started [2020-12-15T00:50:27.135Z] OK: 217 MiB in 51 packages [2020-12-15T00:50:30.583Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-15T00:50:30.583Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-12-15T00:50:30.583Z] ---> 0d6995fec2d8 [2020-12-15T00:50:30.583Z] Step 3/23 : WORKDIR /edgex-go [2020-12-15T00:50:30.583Z] ---> Using cache [2020-12-15T00:50:30.583Z] ---> 94defc75891f [2020-12-15T00:50:30.583Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T00:50:30.583Z] ---> Using cache [2020-12-15T00:50:30.583Z] ---> f26d10bf00c0 [2020-12-15T00:50:30.583Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-12-15T00:50:30.583Z] ---> Running in b596165d2fa6 [2020-12-15T00:50:30.583Z] Removing intermediate container 8caa35b202f4 [2020-12-15T00:50:30.583Z] ---> 886c7748e1b6 [2020-12-15T00:50:30.583Z] Step 5/29 : COPY go.mod . [2020-12-15T00:50:30.583Z] Running setup.py install for texttable: finished with status 'done' [2020-12-15T00:50:30.583Z] Running setup.py install for PyYAML: started [2020-12-15T00:50:31.587Z] ---> ab6c1f4c40c9 [2020-12-15T00:50:31.587Z] Step 6/29 : RUN go mod download [2020-12-15T00:50:31.866Z] ---> Running in e8b5e4e108ad [2020-12-15T00:50:32.148Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-15T00:50:33.148Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-15T00:50:34.144Z] v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-15T00:50:34.144Z] v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-15T00:50:34.144Z] OK: 12620 distinct packages available [2020-12-15T00:50:34.755Z] Running setup.py install for PyYAML: finished with status 'done' [2020-12-15T00:50:35.387Z] OK: 217 MiB in 51 packages [2020-12-15T00:50:35.387Z] Running setup.py install for docopt: started [2020-12-15T00:50:36.860Z] Removing intermediate container e8b5e4e108ad [2020-12-15T00:50:36.860Z] ---> d6f2121e2735 [2020-12-15T00:50:36.860Z] Step 7/29 : COPY . . [2020-12-15T00:50:37.140Z] Removing intermediate container b596165d2fa6 [2020-12-15T00:50:37.140Z] ---> 4e5cdf00d34f [2020-12-15T00:50:37.140Z] Step 6/23 : COPY go.mod . [2020-12-15T00:50:39.142Z] ---> 07c98e731fc6 [2020-12-15T00:50:39.142Z] Step 7/23 : RUN go mod download [2020-12-15T00:50:39.418Z] ---> Running in 06883e303947 [2020-12-15T00:50:39.418Z] Running setup.py install for docopt: finished with status 'done' [2020-12-15T00:50:39.418Z] Attempting uninstall: urllib3 [2020-12-15T00:50:39.418Z] Found existing installation: urllib3 1.25.9 [2020-12-15T00:50:39.418Z] Uninstalling urllib3-1.25.9: [2020-12-15T00:50:40.027Z] Successfully uninstalled urllib3-1.25.9 [2020-12-15T00:50:40.632Z] Attempting uninstall: idna [2020-12-15T00:50:40.632Z] Found existing installation: idna 2.9 [2020-12-15T00:50:40.632Z] Uninstalling idna-2.9: [2020-12-15T00:50:40.912Z] Successfully uninstalled idna-2.9 [2020-12-15T00:50:41.916Z] Attempting uninstall: requests [2020-12-15T00:50:41.916Z] Found existing installation: requests 2.23.0 [2020-12-15T00:50:41.916Z] Uninstalling requests-2.23.0: [2020-12-15T00:50:42.205Z] Successfully uninstalled requests-2.23.0 [2020-12-15T00:50:45.642Z] Removing intermediate container 06883e303947 [2020-12-15T00:50:45.642Z] ---> 013ba9ba4411 [2020-12-15T00:50:45.642Z] Step 8/23 : COPY . . [2020-12-15T00:50:45.922Z] 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-15T00:50:58.374Z] Removing intermediate container b4465e7855eb [2020-12-15T00:50:58.374Z] ---> f706f08c9b9a [2020-12-15T00:50:58.374Z] Step 22/27 : RUN apk --no-cache add curl [2020-12-15T00:50:58.374Z] ---> Running in 6988a89a0b8b [2020-12-15T00:50:59.369Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-15T00:50:59.369Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-15T00:51:00.367Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-12-15T00:51:00.367Z] (2/3) Installing libcurl (7.69.1-r3) [2020-12-15T00:51:00.367Z] (3/3) Installing curl (7.69.1-r3) [2020-12-15T00:51:00.367Z] Executing busybox-1.31.1-r19.trigger [2020-12-15T00:51:00.367Z] OK: 71 MiB in 58 packages [2020-12-15T00:51:02.390Z] ---> f13df5140d48 [2020-12-15T00:51:02.390Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-12-15T00:51:03.010Z] ---> Running in d3e18acd1236 [2020-12-15T00:51:03.292Z] Removing intermediate container 6988a89a0b8b [2020-12-15T00:51:03.292Z] ---> 5858ab7a1f1b [2020-12-15T00:51:03.292Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-12-15T00:51:03.573Z] ---> Running in 7cefc15a1c1d [2020-12-15T00:51:05.577Z] Removing intermediate container 7cefc15a1c1d [2020-12-15T00:51:05.577Z] ---> b0abf39f78e8 [2020-12-15T00:51:05.577Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-15T00:51:05.577Z] 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-15T00:51:05.938Z] ---> Running in 23c023f20691 [2020-12-15T00:51:08.225Z] Removing intermediate container 23c023f20691 [2020-12-15T00:51:08.225Z] ---> 34c6ca618d04 [2020-12-15T00:51:08.225Z] Step 25/27 : LABEL arch=arm64 [2020-12-15T00:51:08.225Z] ---> Running in 1d52a515f8bc [2020-12-15T00:51:09.670Z] Removing intermediate container 1d52a515f8bc [2020-12-15T00:51:09.670Z] ---> 86d1fc60e169 [2020-12-15T00:51:09.670Z] Step 26/27 : LABEL git_sha=bdd14c6a04719bacb5d4ac68c7e102f658622b87 [2020-12-15T00:51:09.961Z] ---> Running in d0fffc4d7f6d [2020-12-15T00:51:11.413Z] Removing intermediate container d0fffc4d7f6d [2020-12-15T00:51:11.413Z] ---> 3055e239d1a4 [2020-12-15T00:51:11.413Z] Step 27/27 : LABEL version=0.0.0 [2020-12-15T00:51:11.689Z] ---> Running in aec94239acf5 [2020-12-15T00:51:13.145Z] Removing intermediate container aec94239acf5 [2020-12-15T00:51:13.145Z] ---> 1ee370e8217e [2020-12-15T00:51:13.145Z] [2020-12-15T00:51:14.135Z] Successfully built 1ee370e8217e [2020-12-15T00:51:14.135Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-12-15T00:51:14.135Z]  Building docker-sys-mgmt-agent-go ... done Building docker-support-notifications-go [2020-12-15T00:51:15.127Z] ---> 7a97dbb5b8c2 [2020-12-15T00:51:15.127Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-12-15T00:51:15.127Z] ---> Running in 8852707acbf7 [2020-12-15T00:51:17.145Z] 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-15T00:51:44.000Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-15T00:51:44.000Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-15T00:51:44.000Z] ---> 0d6995fec2d8 [2020-12-15T00:51:44.000Z] Step 3/24 : WORKDIR /edgex-go [2020-12-15T00:51:44.000Z] ---> Using cache [2020-12-15T00:51:44.000Z] ---> 94defc75891f [2020-12-15T00:51:44.000Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T00:51:44.000Z] ---> Using cache [2020-12-15T00:51:44.000Z] ---> f26d10bf00c0 [2020-12-15T00:51:44.000Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-12-15T00:51:44.000Z] ---> Running in fba1eb40a82c [2020-12-15T00:51:44.000Z] 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-15T00:51:44.000Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-15T00:51:44.607Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-15T00:51:46.609Z] v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-15T00:51:46.609Z] v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-15T00:51:46.609Z] OK: 12620 distinct packages available [2020-12-15T00:51:47.598Z] OK: 217 MiB in 51 packages [2020-12-15T00:51:50.234Z] Removing intermediate container 6063e36df528 [2020-12-15T00:51:50.234Z] ---> 83596db39b2f [2020-12-15T00:51:50.234Z] [2020-12-15T00:51:50.234Z] Step 10/21 : FROM scratch [2020-12-15T00:51:50.234Z] ---> [2020-12-15T00:51:50.234Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-15T00:51:50.234Z] Removing intermediate container fba1eb40a82c [2020-12-15T00:51:50.234Z] ---> a1cea3fb9595 [2020-12-15T00:51:50.234Z] Step 6/24 : COPY go.mod . [2020-12-15T00:51:50.234Z] ---> Using cache [2020-12-15T00:51:50.234Z] ---> 9c5440d00d73 [2020-12-15T00:51:50.234Z] Step 12/21 : ENV APP_PORT=48085 [2020-12-15T00:51:50.511Z] ---> Running in 1aa3877ac86a [2020-12-15T00:51:51.499Z] ---> 7b38cfb6133a [2020-12-15T00:51:51.499Z] Step 7/24 : RUN go mod download [2020-12-15T00:51:51.499Z] Removing intermediate container 1aa3877ac86a [2020-12-15T00:51:51.499Z] ---> 06c04a4ad687 [2020-12-15T00:51:51.499Z] Step 13/21 : EXPOSE $APP_PORT [2020-12-15T00:51:51.771Z] ---> Running in a84b46cfb032 [2020-12-15T00:51:51.771Z] ---> Running in a40604304243 [2020-12-15T00:51:52.758Z] Removing intermediate container a40604304243 [2020-12-15T00:51:52.758Z] ---> 45bffe8d2317 [2020-12-15T00:51:52.758Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-12-15T00:51:54.212Z] ---> 799d4cf8ab8c [2020-12-15T00:51:54.212Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-12-15T00:51:56.855Z] ---> 82ae8de62395 [2020-12-15T00:51:56.855Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-12-15T00:51:57.468Z] Removing intermediate container a84b46cfb032 [2020-12-15T00:51:57.468Z] ---> 1f3d2e8b06ae [2020-12-15T00:51:57.468Z] Step 8/24 : COPY . . [2020-12-15T00:51:58.531Z] ---> c023b4f5e749 [2020-12-15T00:51:58.531Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-12-15T00:51:58.815Z] ---> Running in 281f50c510ff [2020-12-15T00:52:00.287Z] Removing intermediate container 281f50c510ff [2020-12-15T00:52:00.287Z] ---> 5cd63a8964b5 [2020-12-15T00:52:00.287Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-15T00:52:00.915Z] ---> Running in 48b173290577 [2020-12-15T00:52:02.396Z] Removing intermediate container 48b173290577 [2020-12-15T00:52:02.396Z] ---> 78eb421318e7 [2020-12-15T00:52:02.396Z] Step 19/21 : LABEL arch=arm64 [2020-12-15T00:52:02.683Z] ---> Running in 8cf413a92792 [2020-12-15T00:52:03.308Z] Removing intermediate container dde969c4a789 [2020-12-15T00:52:03.308Z] ---> 5e958c66bcf2 [2020-12-15T00:52:03.308Z] [2020-12-15T00:52:03.308Z] Step 10/21 : FROM alpine [2020-12-15T00:52:03.308Z] latest: Pulling from library/alpine [2020-12-15T00:52:03.308Z] Digest: sha256:a126728cb7db157f0deb377bcba3c5e473e612d7bafc27f6bb4e5e083f9f08c2 [2020-12-15T00:52:03.588Z] Status: Downloaded newer image for alpine:latest [2020-12-15T00:52:03.588Z] ---> dd36a01c3f31 [2020-12-15T00:52:03.588Z] Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-12-15T00:52:04.220Z] ---> Running in 929e93ea21ba [2020-12-15T00:52:04.220Z] Removing intermediate container 8cf413a92792 [2020-12-15T00:52:04.220Z] ---> 3e304f8f5be1 [2020-12-15T00:52:04.220Z] Step 20/21 : LABEL git_sha=bdd14c6a04719bacb5d4ac68c7e102f658622b87 [2020-12-15T00:52:04.509Z] ---> Running in b27ec1d9269c [2020-12-15T00:52:05.529Z] Removing intermediate container b27ec1d9269c [2020-12-15T00:52:05.529Z] ---> 5da35534b320 [2020-12-15T00:52:05.529Z] Step 21/21 : LABEL version=0.0.0 [2020-12-15T00:52:06.143Z] ---> Running in c0e2eee9b0b9 [2020-12-15T00:52:06.421Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-15T00:52:06.706Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-15T00:52:06.706Z] Removing intermediate container c0e2eee9b0b9 [2020-12-15T00:52:06.706Z] ---> b593c850cfcc [2020-12-15T00:52:06.706Z] [2020-12-15T00:52:07.310Z] v3.12.2-16-g7439663916 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-15T00:52:07.310Z] v3.12.2-17-g25bd54f97d [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-15T00:52:07.310Z] OK: 12617 distinct packages available [2020-12-15T00:52:07.907Z] Successfully built b593c850cfcc [2020-12-15T00:52:07.907Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-12-15T00:52:08.509Z]  Building docker-support-scheduler-go ... done (1/4) Installing ca-certificates (20191127-r4) [2020-12-15T00:52:08.509Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-12-15T00:52:08.509Z] (3/4) Installing libcurl (7.69.1-r3) [2020-12-15T00:52:08.509Z] (4/4) Installing curl (7.69.1-r3) [2020-12-15T00:52:08.509Z] Executing busybox-1.31.1-r19.trigger [2020-12-15T00:52:08.509Z] Executing ca-certificates-20191127-r4.trigger [2020-12-15T00:52:09.120Z] OK: 7 MiB in 18 packages [2020-12-15T00:52:12.545Z] Removing intermediate container 929e93ea21ba [2020-12-15T00:52:12.545Z] ---> b04873143e7c [2020-12-15T00:52:12.545Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-15T00:52:13.149Z] ---> Running in 618a746807f5 [2020-12-15T00:52:14.139Z] Removing intermediate container 618a746807f5 [2020-12-15T00:52:14.139Z] ---> 768b67d63801 [2020-12-15T00:52:14.139Z] Step 13/21 : WORKDIR /edgex [2020-12-15T00:52:14.415Z] ---> Running in 6cd9fdd4c70e [2020-12-15T00:52:15.403Z] Removing intermediate container 6cd9fdd4c70e [2020-12-15T00:52:15.403Z] ---> 6e80c6fc1125 [2020-12-15T00:52:15.403Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-12-15T00:52:17.404Z] ---> 3e6c3c3795fe [2020-12-15T00:52:17.404Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-12-15T00:52:20.087Z] ---> 70fc9c5ba6dd [2020-12-15T00:52:20.087Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2020-12-15T00:52:23.490Z] ---> b9dfb79eb2cb [2020-12-15T00:52:23.490Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-12-15T00:52:23.490Z] ---> Running in f400095a9bbf [2020-12-15T00:52:24.092Z] Removing intermediate container f400095a9bbf [2020-12-15T00:52:24.092Z] ---> a85df4ca09a1 [2020-12-15T00:52:24.092Z] Step 18/21 : CMD ["--init=true"] [2020-12-15T00:52:24.368Z] ---> 76bc2cccba27 [2020-12-15T00:52:24.368Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-12-15T00:52:24.368Z] ---> Running in 6dbb29436717 [2020-12-15T00:52:24.644Z] ---> Running in ced0b1cd1642 [2020-12-15T00:52:25.251Z] Removing intermediate container 6dbb29436717 [2020-12-15T00:52:25.251Z] ---> e49ddb974453 [2020-12-15T00:52:25.251Z] Step 19/21 : LABEL arch=arm64 [2020-12-15T00:52:25.534Z] ---> Running in 239f83ee9b92 [2020-12-15T00:52:26.147Z] Removing intermediate container 239f83ee9b92 [2020-12-15T00:52:26.147Z] ---> 8b096cd6143e [2020-12-15T00:52:26.147Z] Step 20/21 : LABEL git_sha=bdd14c6a04719bacb5d4ac68c7e102f658622b87 [2020-12-15T00:52:26.431Z] ---> Running in 531432b2f41e [2020-12-15T00:52:26.810Z] 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-15T00:52:27.155Z] Removing intermediate container 531432b2f41e [2020-12-15T00:52:27.155Z] ---> 66e6d5bb7619 [2020-12-15T00:52:27.155Z] Step 21/21 : LABEL version=0.0.0 [2020-12-15T00:52:27.478Z] ---> Running in 030fd4481eb6 [2020-12-15T00:52:28.176Z] Removing intermediate container 030fd4481eb6 [2020-12-15T00:52:28.176Z] ---> bcd4c38af258 [2020-12-15T00:52:28.176Z] [2020-12-15T00:52:29.206Z] Successfully built bcd4c38af258 [2020-12-15T00:52:29.206Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-12-15T00:52:32.626Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container d3e18acd1236 [2020-12-15T00:52:32.626Z] ---> f7f583c47b40 [2020-12-15T00:52:32.626Z] [2020-12-15T00:52:32.626Z] Step 9/29 : FROM alpine:latest [2020-12-15T00:52:32.626Z] ---> dd36a01c3f31 [2020-12-15T00:52:32.626Z] 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-15T00:52:32.626Z] ---> Running in 3307c21107ec [2020-12-15T00:52:32.908Z] Removing intermediate container 3307c21107ec [2020-12-15T00:52:32.908Z] ---> c361b0062b94 [2020-12-15T00:52:32.908Z] Step 11/29 : USER root [2020-12-15T00:52:33.184Z] ---> Running in 32e792f3116f [2020-12-15T00:52:33.786Z] Removing intermediate container 32e792f3116f [2020-12-15T00:52:33.786Z] ---> 00243c4b7662 [2020-12-15T00:52:33.786Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-12-15T00:52:33.786Z] ---> Running in 74db01c35475 [2020-12-15T00:52:35.792Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-15T00:52:36.069Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-15T00:52:36.674Z] v3.12.2-16-g7439663916 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-15T00:52:36.674Z] v3.12.2-17-g25bd54f97d [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-15T00:52:36.674Z] OK: 12617 distinct packages available [2020-12-15T00:52:37.670Z] (1/2) Installing ca-certificates (20191127-r4) [2020-12-15T00:52:37.670Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-12-15T00:52:37.670Z] Executing busybox-1.31.1-r19.trigger [2020-12-15T00:52:37.670Z] Executing ca-certificates-20191127-r4.trigger [2020-12-15T00:52:37.952Z] OK: 6 MiB in 16 packages [2020-12-15T00:52:40.589Z] Removing intermediate container 74db01c35475 [2020-12-15T00:52:40.589Z] ---> bcc6f1794cc4 [2020-12-15T00:52:40.589Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-12-15T00:52:40.865Z] ---> Running in 164a46781837 [2020-12-15T00:52:41.467Z] Removing intermediate container 164a46781837 [2020-12-15T00:52:41.467Z] ---> ca4b05e48f5b [2020-12-15T00:52:41.467Z] Step 14/29 : WORKDIR $BASE_DIR [2020-12-15T00:52:41.743Z] ---> Running in 0dbec5d0d91a [2020-12-15T00:52:42.345Z] Removing intermediate container 0dbec5d0d91a [2020-12-15T00:52:42.345Z] ---> 556f3a58e082 [2020-12-15T00:52:42.345Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-12-15T00:52:42.626Z] ---> Running in 91f5d47240f5 [2020-12-15T00:52:46.033Z] Removing intermediate container 91f5d47240f5 [2020-12-15T00:52:46.033Z] ---> 9855cd4d14e9 [2020-12-15T00:52:46.033Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-12-15T00:52:48.026Z] ---> 2af769476a27 [2020-12-15T00:52:48.026Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-12-15T00:52:48.650Z] ---> 37017ba88233 [2020-12-15T00:52:48.650Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-12-15T00:52:50.098Z] ---> 7c3f04845190 [2020-12-15T00:52:50.098Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-12-15T00:52:51.080Z] ---> f73a90790cf0 [2020-12-15T00:52:51.080Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-12-15T00:52:52.058Z] ---> 67184f6589f0 [2020-12-15T00:52:52.058Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-12-15T00:52:52.332Z] ---> Running in 1638200d5171 [2020-12-15T00:52:55.752Z] Removing intermediate container 1638200d5171 [2020-12-15T00:52:55.752Z] ---> f31cf1781cb0 [2020-12-15T00:52:55.752Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-12-15T00:52:56.758Z] ---> 710f1d10ab2d [2020-12-15T00:52:56.758Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-15T00:52:56.758Z] ---> Running in 8169c052c0d7 [2020-12-15T00:53:00.165Z] Removing intermediate container 8169c052c0d7 [2020-12-15T00:53:00.165Z] ---> b4dce8dd36b3 [2020-12-15T00:53:00.165Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-12-15T00:53:00.165Z] ---> Running in 6597a865b52a [2020-12-15T00:53:03.574Z] Removing intermediate container 6597a865b52a [2020-12-15T00:53:03.574Z] ---> 4b0b9ab0109b [2020-12-15T00:53:03.574Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-12-15T00:53:03.574Z] ---> Running in c16cbeaa7411 [2020-12-15T00:53:04.565Z] Removing intermediate container c16cbeaa7411 [2020-12-15T00:53:04.565Z] ---> 7f6a43e0ba84 [2020-12-15T00:53:04.565Z] Step 26/29 : CMD [ "generate" ] [2020-12-15T00:53:04.565Z] ---> Running in 83bb8900d2d6 [2020-12-15T00:53:05.163Z] Removing intermediate container 83bb8900d2d6 [2020-12-15T00:53:05.163Z] ---> cd7597d8af96 [2020-12-15T00:53:05.163Z] Step 27/29 : LABEL arch=arm64 [2020-12-15T00:53:05.438Z] ---> Running in 748ad230d7ad [2020-12-15T00:53:06.039Z] Removing intermediate container 748ad230d7ad [2020-12-15T00:53:06.039Z] ---> e2cbde4eeb59 [2020-12-15T00:53:06.039Z] Step 28/29 : LABEL git_sha=bdd14c6a04719bacb5d4ac68c7e102f658622b87 [2020-12-15T00:53:06.326Z] ---> Running in f8d5444ac444 [2020-12-15T00:53:06.938Z] Removing intermediate container f8d5444ac444 [2020-12-15T00:53:06.938Z] ---> e4d1bb135fe7 [2020-12-15T00:53:06.938Z] Step 29/29 : LABEL version=0.0.0 [2020-12-15T00:53:07.213Z] ---> Running in 162b6790c97e [2020-12-15T00:53:08.204Z] Removing intermediate container 162b6790c97e [2020-12-15T00:53:08.204Z] ---> a910c6229771 [2020-12-15T00:53:08.204Z] [2020-12-15T00:53:08.490Z] Successfully built a910c6229771 [2020-12-15T00:53:08.490Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-12-15T00:53:18.759Z]  Building docker-security-secrets-setup-go ... done Removing intermediate container 8852707acbf7 [2020-12-15T00:53:18.759Z] ---> b7b1b07faaf9 [2020-12-15T00:53:18.759Z] [2020-12-15T00:53:18.759Z] Step 10/23 : FROM alpine [2020-12-15T00:53:18.759Z] ---> dd36a01c3f31 [2020-12-15T00:53:18.759Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-15T00:53:18.759Z] ---> Running in 523bbf1108be [2020-12-15T00:53:19.352Z] Removing intermediate container 523bbf1108be [2020-12-15T00:53:19.352Z] ---> 59177da35dd0 [2020-12-15T00:53:19.352Z] Step 12/23 : ENV APP_PORT=48080 [2020-12-15T00:53:19.352Z] ---> Running in f7c0f1c9409d [2020-12-15T00:53:19.948Z] Removing intermediate container f7c0f1c9409d [2020-12-15T00:53:19.948Z] ---> fc72f0662472 [2020-12-15T00:53:19.948Z] Step 13/23 : EXPOSE $APP_PORT [2020-12-15T00:53:19.948Z] ---> Running in 96f1dec74eaa [2020-12-15T00:53:20.538Z] Removing intermediate container 96f1dec74eaa [2020-12-15T00:53:20.538Z] ---> 0d01c0bc7798 [2020-12-15T00:53:20.538Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T00:53:20.538Z] ---> Running in 564509eabda4 [2020-12-15T00:53:23.165Z] Removing intermediate container 564509eabda4 [2020-12-15T00:53:23.165Z] ---> 23f6e7bc8525 [2020-12-15T00:53:23.165Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-12-15T00:53:23.165Z] ---> Running in 7d6a86cd41f1 [2020-12-15T00:53:24.149Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-15T00:53:25.171Z] Removing intermediate container ced0b1cd1642 [2020-12-15T00:53:25.171Z] ---> 2a88f77bff26 [2020-12-15T00:53:25.171Z] [2020-12-15T00:53:25.171Z] Step 10/24 : FROM scratch [2020-12-15T00:53:25.171Z] ---> [2020-12-15T00:53:25.171Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-12-15T00:53:25.171Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-15T00:53:25.442Z] ---> Running in 1f4c840c148d [2020-12-15T00:53:25.717Z] Removing intermediate container 1f4c840c148d [2020-12-15T00:53:25.717Z] ---> 93efb64b86f7 [2020-12-15T00:53:25.717Z] Step 12/24 : ENV APP_PORT=48060 [2020-12-15T00:53:25.717Z] ---> Running in 4125a99f326e [2020-12-15T00:53:25.987Z] (1/5) Installing libgcc (9.3.0-r2) [2020-12-15T00:53:25.987Z] (2/5) Installing libsodium (1.0.18-r0) [2020-12-15T00:53:26.262Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-12-15T00:53:26.262Z] Removing intermediate container 4125a99f326e [2020-12-15T00:53:26.262Z] ---> a67e838f49de [2020-12-15T00:53:26.262Z] Step 13/24 : EXPOSE $APP_PORT [2020-12-15T00:53:26.262Z] ---> Running in 539d1b68fb9f [2020-12-15T00:53:26.552Z] (4/5) Installing libzmq (4.3.3-r0) [2020-12-15T00:53:26.552Z] (5/5) Installing zeromq (4.3.3-r0) [2020-12-15T00:53:26.842Z] Executing busybox-1.31.1-r19.trigger [2020-12-15T00:53:26.842Z] OK: 8 MiB in 19 packages [2020-12-15T00:53:26.842Z] Removing intermediate container 539d1b68fb9f [2020-12-15T00:53:26.842Z] ---> 05d5d2f78ba1 [2020-12-15T00:53:26.842Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-12-15T00:53:27.851Z] ---> 75ecedf5fe9f [2020-12-15T00:53:27.851Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-12-15T00:53:28.137Z] Removing intermediate container 7d6a86cd41f1 [2020-12-15T00:53:28.137Z] ---> 6e98461daa30 [2020-12-15T00:53:28.137Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-12-15T00:53:28.735Z] ---> 8ff05f0f5e31 [2020-12-15T00:53:28.735Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-12-15T00:53:29.010Z] ---> b8ae82e86cfd [2020-12-15T00:53:29.010Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-12-15T00:53:30.455Z] ---> ebe200d894b4 [2020-12-15T00:53:30.455Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-12-15T00:53:30.455Z] ---> 37a788107988 [2020-12-15T00:53:30.455Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-12-15T00:53:31.054Z] ---> 1580bea1d8a1 [2020-12-15T00:53:31.054Z] ---> 5fa32aa13518 [2020-12-15T00:53:31.054Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications /Step 19/23 : ENTRYPOINT ["/core-data"] [2020-12-15T00:53:31.054Z] [2020-12-15T00:53:31.329Z] ---> Running in 7dee0952b2a4 [2020-12-15T00:53:31.938Z] Removing intermediate container 7dee0952b2a4 [2020-12-15T00:53:31.938Z] ---> 469b763ffc45 [2020-12-15T00:53:31.938Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-15T00:53:32.225Z] ---> Running in 8f92affebfd0 [2020-12-15T00:53:32.225Z] ---> 6fb80d73cb6e [2020-12-15T00:53:32.225Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-12-15T00:53:32.520Z] Removing intermediate container 8f92affebfd0 [2020-12-15T00:53:32.520Z] ---> 5030a0288f22 [2020-12-15T00:53:32.520Z] Step 21/23 : LABEL arch=arm64 [2020-12-15T00:53:32.802Z] ---> Running in 40712340aaae [2020-12-15T00:53:33.076Z] ---> 939d32733160 [2020-12-15T00:53:33.076Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-12-15T00:53:33.360Z] ---> Running in b8d490c21fd1 [2020-12-15T00:53:33.360Z] Removing intermediate container 40712340aaae [2020-12-15T00:53:33.360Z] ---> 4413e518186c [2020-12-15T00:53:33.360Z] Step 22/23 : LABEL git_sha=bdd14c6a04719bacb5d4ac68c7e102f658622b87 [2020-12-15T00:53:33.360Z] ---> Running in 1323d0fb8c1c [2020-12-15T00:53:33.637Z] Removing intermediate container b8d490c21fd1 [2020-12-15T00:53:33.637Z] ---> 51c35394c444 [2020-12-15T00:53:33.637Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-15T00:53:33.910Z] ---> Running in 26a0288a2239 [2020-12-15T00:53:33.910Z] Removing intermediate container 1323d0fb8c1c [2020-12-15T00:53:33.910Z] ---> 1a3027b9bc36 [2020-12-15T00:53:33.910Z] Step 23/23 : LABEL version=0.0.0 [2020-12-15T00:53:34.183Z] ---> Running in 67b104df092e [2020-12-15T00:53:34.456Z] Removing intermediate container 26a0288a2239 [2020-12-15T00:53:34.456Z] ---> 6a48f319a0bc [2020-12-15T00:53:34.456Z] Step 22/24 : LABEL arch=arm64 [2020-12-15T00:53:34.456Z] ---> Running in eb1e586ab222 [2020-12-15T00:53:34.728Z] Removing intermediate container 67b104df092e [2020-12-15T00:53:34.728Z] ---> 504bc80daedb [2020-12-15T00:53:34.728Z] [2020-12-15T00:53:35.001Z] Successfully built 504bc80daedb [2020-12-15T00:53:35.001Z] Successfully tagged docker-core-data-go-arm64:latest [2020-12-15T00:53:35.001Z]  Building docker-core-data-go ... done Removing intermediate container eb1e586ab222 [2020-12-15T00:53:35.001Z] ---> 05a0f6992dc3 [2020-12-15T00:53:35.275Z] Step 23/24 : LABEL git_sha=bdd14c6a04719bacb5d4ac68c7e102f658622b87 [2020-12-15T00:53:35.275Z] ---> Running in eccc8f975db3 [2020-12-15T00:53:35.875Z] Removing intermediate container eccc8f975db3 [2020-12-15T00:53:35.875Z] ---> 20ab3da87bcd [2020-12-15T00:53:35.875Z] Step 24/24 : LABEL version=0.0.0 [2020-12-15T00:53:35.875Z] ---> Running in b9445a976b32 [2020-12-15T00:53:36.473Z] Removing intermediate container b9445a976b32 [2020-12-15T00:53:36.473Z] ---> e99cd187c816 [2020-12-15T00:53:36.473Z] [2020-12-15T00:53:36.749Z] Successfully built e99cd187c816 [2020-12-15T00:53:36.749Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-12-15T00:53:37.364Z]  Building docker-support-notifications-go ... done  [Pipeline] } [2020-12-15T00:53:37.367Z] $ docker stop --time=1 27ac10b521c7b2a478506cf5d5f8a77479841752290d1f211378aebd70020946 [2020-12-15T00:53:39.399Z] $ docker rm -f 27ac10b521c7b2a478506cf5d5f8a77479841752290d1f211378aebd70020946 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-15T00:53:40.082Z] + docker images+ grep [2020-12-15T00:53:40.082Z] docker [2020-12-15T00:53:40.355Z] docker-support-notifications-go-arm64 latest e99cd187c816 4 seconds ago 12.9MB [2020-12-15T00:53:40.355Z] docker-core-data-go-arm64 latest 504bc80daedb 6 seconds ago 22.4MB [2020-12-15T00:53:40.355Z] docker-security-secrets-setup-go-arm64 latest a910c6229771 33 seconds ago 22.7MB [2020-12-15T00:53:40.355Z] docker-security-proxy-setup-go-arm64 latest bcd4c38af258 About a minute ago 23.4MB [2020-12-15T00:53:40.355Z] docker-support-scheduler-go-arm64 latest b593c850cfcc About a minute ago 11.5MB [2020-12-15T00:53:40.355Z] docker-sys-mgmt-agent-go-arm64 latest 1ee370e8217e 2 minutes ago 300MB [2020-12-15T00:53:40.355Z] docker-core-metadata-go-arm64 latest 42c880a7c138 3 minutes ago 13.6MB [2020-12-15T00:53:40.355Z] docker-core-command-go-arm64 latest c1e9541ffa5c 4 minutes ago 11.4MB [2020-12-15T00:53:40.355Z] docker-security-secretstore-setup-go-arm64 latest 123d5325340f 4 minutes ago 23.5MB [2020-12-15T00:53:40.355Z] docker-security-bootstrap-redis-go-arm64 latest 64e4363d6901 4 minutes ago 15.2MB [2020-12-15T00:53:40.355Z] docker latest eeaf43b92773 3 days 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-15T00:53:42.461Z] provisioning config files... [2020-12-15T00:53:42.475Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/15@tmp/config2249057143704664157tmp [Pipeline] { [Pipeline] sh [2020-12-15T00:53:42.847Z] + set +x [2020-12-15T00:53:42.847Z] + curl -s https://codecov.io/bash [2020-12-15T00:53:42.847Z] + bash -s -- [2020-12-15T00:53:43.111Z] [2020-12-15T00:53:43.111Z] _____ _ [2020-12-15T00:53:43.111Z] / ____| | | [2020-12-15T00:53:43.111Z] | | ___ __| | ___ ___ _____ __ [2020-12-15T00:53:43.111Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-12-15T00:53:43.111Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-12-15T00:53:43.111Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-12-15T00:53:43.111Z] Bash-20201130-cc6d3fe [2020-12-15T00:53:43.111Z] [2020-12-15T00:53:43.111Z] [2020-12-15T00:53:43.111Z] ==> Jenkins CI detected. [2020-12-15T00:53:43.111Z] project root: . [2020-12-15T00:53:43.111Z] --> token set from env [2020-12-15T00:53:43.111Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-12-15T00:53:43.375Z] ==> Running gcov in . (disable via -X gcov) [2020-12-15T00:53:43.375Z] ==> Python coveragepy not found [2020-12-15T00:53:43.375Z] ==> Searching for coverage reports in: [2020-12-15T00:53:43.375Z] + . [2020-12-15T00:53:43.375Z] -> Found 1 reports [2020-12-15T00:53:43.375Z] ==> Detecting git/mercurial file structure [2020-12-15T00:53:43.375Z] ==> Reading reports [2020-12-15T00:53:43.375Z] + ./coverage.out bytes=572038 [2020-12-15T00:53:43.375Z] ==> Appending adjustments [2020-12-15T00:53:43.375Z] https://docs.codecov.io/docs/fixing-reports [2020-12-15T00:53:46.704Z] + Found adjustments [2020-12-15T00:53:46.704Z] ==> Gzipping contents [2020-12-15T00:53:46.704Z] 88K /tmp/codecov.KRi8xT.gz [2020-12-15T00:53:46.704Z] ==> Uploading reports [2020-12-15T00:53:46.704Z] url: https://codecov.io [2020-12-15T00:53:46.704Z] query: branch=PR-2908&commit=bdd14c6a04719bacb5d4ac68c7e102f658622b87&build=15&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2908%2F15%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2908&job=&cmd_args= [2020-12-15T00:53:46.704Z] -> Pinging Codecov [2020-12-15T00:53:46.704Z] https://codecov.io/upload/v4?package=bash-20201130-cc6d3fe&token=secret&branch=PR-2908&commit=bdd14c6a04719bacb5d4ac68c7e102f658622b87&build=15&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2908%2F15%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2908&job=&cmd_args= [2020-12-15T00:53:46.965Z] -> Uploading to [2020-12-15T00:53:46.965Z] https://storage.googleapis.com/codecov/v4/raw/2020-12-15/00271124DB129430A58F1EEE437C3FCB/bdd14c6a04719bacb5d4ac68c7e102f658622b87/b5a0177d-4b1a-44b8-9840-5d1ec94c53f3.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201215%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201215T005346Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=279752a41982fbc993fd1bab697e2f0911ae2f86682e4e2a2bd7c4151006900a [2020-12-15T00:53:46.965Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-15T00:53:46.965Z] Dload Upload Total Spent Left Speed [2020-12-15T00:53:47.797Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 88316 0 0 100 88316 0 145k --:--:-- --:--:-- --:--:-- 145k [2020-12-15T00:53:47.797Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/bdd14c6a04719bacb5d4ac68c7e102f658622b87 [Pipeline] } [2020-12-15T00:53:47.807Z] 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-15T00:53:49.692Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-15T00:53:50.606Z] ---> package-listing.sh [2020-12-15T00:53:50.606Z] ++ facter osfamily [2020-12-15T00:53:50.606Z] ++ tr '[:upper:]' '[:lower:]' [2020-12-15T00:53:50.606Z] + OS_FAMILY=redhat [2020-12-15T00:53:50.606Z] + workspace=/w/workspace/edgex-go/15 [2020-12-15T00:53:50.606Z] + START_PACKAGES=/tmp/packages_start.txt [2020-12-15T00:53:50.606Z] + END_PACKAGES=/tmp/packages_end.txt [2020-12-15T00:53:50.606Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-12-15T00:53:50.606Z] + PACKAGES=/tmp/packages_start.txt [2020-12-15T00:53:50.606Z] + '[' /w/workspace/edgex-go/15 ']' [2020-12-15T00:53:50.606Z] + PACKAGES=/tmp/packages_end.txt [2020-12-15T00:53:50.606Z] + case "${OS_FAMILY}" in [2020-12-15T00:53:50.606Z] + sort [2020-12-15T00:53:50.606Z] + rpm -qa [2020-12-15T00:53:56.041Z] + '[' -f /tmp/packages_start.txt ']' [2020-12-15T00:53:56.041Z] + '[' -f /tmp/packages_end.txt ']' [2020-12-15T00:53:56.041Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-12-15T00:53:56.041Z] + '[' /w/workspace/edgex-go/15 ']' [2020-12-15T00:53:56.041Z] + mkdir -p /w/workspace/edgex-go/15/archives/ [2020-12-15T00:53:56.041Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/15/archives/ [Pipeline] echo [2020-12-15T00:53:56.054Z] 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/15/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-12-15T00:53:56.347Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-12-15T00:53:56.651Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-15T00:53:56.651Z] [2020-12-15T00:53:56.651Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-12-15T00:53:57.004Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-15T00:53:57.004Z] alpine: Pulling from edgex-lftools-log-publisher [2020-12-15T00:53:57.004Z] df20fa9351a1: Pulling fs layer [2020-12-15T00:53:57.004Z] 36b3adc4ff6f: Pulling fs layer [2020-12-15T00:53:57.004Z] 8ad3a11d3b57: Pulling fs layer [2020-12-15T00:53:57.004Z] 46f8f816bc3b: Pulling fs layer [2020-12-15T00:53:57.004Z] 93b61091891f: Pulling fs layer [2020-12-15T00:53:57.004Z] 93b9cdb0e59b: Pulling fs layer [2020-12-15T00:53:57.004Z] 5e14af77c1be: Pulling fs layer [2020-12-15T00:53:57.004Z] 01666e4c0597: Pulling fs layer [2020-12-15T00:53:57.005Z] aa168da1d23b: Pulling fs layer [2020-12-15T00:53:57.005Z] 46f8f816bc3b: Waiting [2020-12-15T00:53:57.005Z] 93b61091891f: Waiting [2020-12-15T00:53:57.005Z] 93b9cdb0e59b: Waiting [2020-12-15T00:53:57.005Z] 5e14af77c1be: Waiting [2020-12-15T00:53:57.005Z] 01666e4c0597: Waiting [2020-12-15T00:53:57.005Z] aa168da1d23b: Waiting [2020-12-15T00:53:57.005Z] 36b3adc4ff6f: Verifying Checksum [2020-12-15T00:53:57.005Z] 36b3adc4ff6f: Download complete [2020-12-15T00:53:57.005Z] 46f8f816bc3b: Verifying Checksum [2020-12-15T00:53:57.005Z] 46f8f816bc3b: Download complete [2020-12-15T00:53:57.005Z] df20fa9351a1: Verifying Checksum [2020-12-15T00:53:57.005Z] df20fa9351a1: Download complete [2020-12-15T00:53:57.266Z] 93b9cdb0e59b: Verifying Checksum [2020-12-15T00:53:57.266Z] 93b9cdb0e59b: Download complete [2020-12-15T00:53:57.267Z] 5e14af77c1be: Download complete [2020-12-15T00:53:57.267Z] 93b61091891f: Download complete [2020-12-15T00:53:57.267Z] 01666e4c0597: Verifying Checksum [2020-12-15T00:53:57.267Z] 01666e4c0597: Download complete [2020-12-15T00:53:57.267Z] 8ad3a11d3b57: Verifying Checksum [2020-12-15T00:53:57.267Z] 8ad3a11d3b57: Download complete [2020-12-15T00:53:57.539Z] df20fa9351a1: Pull complete [2020-12-15T00:53:57.817Z] 36b3adc4ff6f: Pull complete [2020-12-15T00:53:58.803Z] 8ad3a11d3b57: Pull complete [2020-12-15T00:53:59.077Z] 46f8f816bc3b: Pull complete [2020-12-15T00:53:59.701Z] 93b61091891f: Pull complete [2020-12-15T00:54:00.279Z] aa168da1d23b: Verifying Checksum [2020-12-15T00:54:00.279Z] aa168da1d23b: Download complete [2020-12-15T00:54:01.676Z] 93b9cdb0e59b: Pull complete [2020-12-15T00:54:01.941Z] 5e14af77c1be: Pull complete [2020-12-15T00:54:01.941Z] 01666e4c0597: Pull complete [2020-12-15T00:54:08.554Z] aa168da1d23b: Pull complete [2020-12-15T00:54:09.140Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-12-15T00:54:09.140Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-15T00:54:09.140Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-12-15T00:54:09.409Z] prd-centos7-docker-4c-2g-15981 does not seem to be running inside a container [2020-12-15T00:54:09.503Z] $ 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/15/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/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@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-15T00:54:16.059Z] $ docker top 39bc4df1ffd52e83f09d7c01b66eecc0bafced97bd061efef97fa1558f10541c -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-15T00:54:16.578Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-12-15T00:54:16.883Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-12-15T00:54:17.182Z] + ls /var/log/sa-host [2020-12-15T00:54:17.182Z] + sadf -c /var/log/sa-host/sa15 [2020-12-15T00:54:17.182Z] file_magic: OK [2020-12-15T00:54:17.182Z] HZ: Using current value: 100 [2020-12-15T00:54:17.182Z] file_header: OK [2020-12-15T00:54:17.182Z] 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-15T00:54:17.182Z] Statistics: [2020-12-15T00:54:17.182Z] 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...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-12-15T00:54:17.182Z] File successfully converted to sysstat format version 12.2.1 [2020-12-15T00:54:17.182Z] + sadf -c /var/log/sa-host/sa23 [2020-12-15T00:54:17.182Z] file_magic: OK [2020-12-15T00:54:17.182Z] HZ: Using current value: 100 [2020-12-15T00:54:17.182Z] file_header: OK [2020-12-15T00:54:17.182Z] 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-15T00:54:17.182Z] Statistics: [2020-12-15T00:54:17.182Z] Hnuu...uuuununununu... [2020-12-15T00:54:17.182Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-12-15T00:54:17.387Z] provisioning config files... [2020-12-15T00:54:17.404Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/15@tmp/config734028591618601628tmp [Pipeline] { [Pipeline] echo [2020-12-15T00:54:17.492Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-15T00:54:17.790Z] ---> create-netrc.sh [Pipeline] } [2020-12-15T00:54:17.799Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-12-15T00:54:17.914Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-15T00:54:18.209Z] ---> python-tools-install.sh [Pipeline] echo [2020-12-15T00:54:18.221Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-15T00:54:18.517Z] ---> sudo-logs.sh [2020-12-15T00:54:18.517Z] Archiving 'sudo' log.. [Pipeline] echo [2020-12-15T00:54:18.529Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-15T00:54:18.821Z] ---> job-cost.sh [2020-12-15T00:54:18.821Z] lf-activate-venv: SKIPPING [2020-12-15T00:54:18.822Z] INFO: No Stack... [2020-12-15T00:54:20.207Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-12-15T00:54:20.468Z] INFO: Archiving Costs [Pipeline] echo [2020-12-15T00:54:20.481Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-15T00:54:20.775Z] ---> logs-deploy.sh [2020-12-15T00:54:20.775Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2908/15 [2020-12-15T00:54:20.775Z] INFO: archiving workspace using pattern(s): [2020-12-15T00:54:22.176Z] Archives upload complete. [2020-12-15T00:54:22.176Z] INFO: archiving logs to Nexus