Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from e93fe298edca2f4dbba9d8b960851799ec89fd7a+60451040515ee9eeb901ca3bb1c4662a631f475e (f55bf85a5427c57e6b3dd18da568ca6d05ba0001) 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 f82e9360b4159668f7e3e090307a6179e9a8e48d 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 f82e9360b4159668f7e3e090307a6179e9a8e48d 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 f82e9360b4159668f7e3e090307a6179e9a8e48d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f82e9360b4159668f7e3e090307a6179e9a8e48d # timeout=10 Commit message: "Merge pull request #311 from ernestojeda/fix-data-binary" > 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 SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-20342 in /w/workspace/edgexfoundry_edgex-go_PR-3027 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/4 [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/4 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Merging remotes/origin/master commit 60451040515ee9eeb901ca3bb1c4662a631f475e into PR head commit e93fe298edca2f4dbba9d8b960851799ec89fd7a Merge succeeded, producing 6cb713fd3fad498c2078ac017c6fc9541add464b Checking out Revision 6cb713fd3fad498c2078ac017c6fc9541add464b (PR-3027) 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/3027/head:refs/remotes/origin/PR-3027 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e93fe298edca2f4dbba9d8b960851799ec89fd7a # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 60451040515ee9eeb901ca3bb1c4662a631f475e # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 6cb713fd3fad498c2078ac017c6fc9541add464b # timeout=10 Commit message: "Merge commit '60451040515ee9eeb901ca3bb1c4662a631f475e' into HEAD" > git rev-list --no-walk e93fe298edca2f4dbba9d8b960851799ec89fd7a # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-15T00:30:39.849Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-15T00:30:40.208Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-15T00:30:40.306Z] ========================================================= [2021-01-15T00:30:40.306Z] EdgeX Global Pipelines Version Info [2021-01-15T00:30:40.306Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-15T00:30:41.828Z] ------------------- [2021-01-15T00:30:41.828Z] stable info: [2021-01-15T00:30:41.828Z] ------------------- [2021-01-15T00:30:41.828Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-15T00:30:41.828Z] Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d [2021-01-15T00:30:41.828Z] Message: update stable to v1.0.177 [2021-01-15T00:30:42.783Z] ------------------- [2021-01-15T00:30:42.783Z] experimental info: [2021-01-15T00:30:42.783Z] ------------------- [2021-01-15T00:30:42.783Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-01-15T00:30:42.783Z] Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d [2021-01-15T00:30:42.783Z] Message: update experimental to v1.0.177 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-15T00:30:43.027Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-15T00:30:43.110Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-15T00:30:43.206Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-15T00:30:43.328Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-15T00:30:43.442Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-15T00:30:43.530Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-15T00:30:43.617Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-15T00:30:43.709Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-15T00:30:43.822Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-15T00:30:43.919Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-15T00:30:44.049Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-15T00:30:44.151Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-15T00:30:44.291Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-15T00:30:44.404Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-15T00:30:44.499Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-15T00:30:44.602Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-15T00:30:44.691Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-15T00:30:44.790Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-15T00:30:44.892Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-15T00:30:44.990Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-15T00:30:45.122Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-15T00:30:45.224Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-15T00:30:45.313Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-15T00:30:45.426Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3027 [Pipeline] echo [2021-01-15T00:30:45.563Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3027 [Pipeline] echo [2021-01-15T00:30:45.664Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3027 [Pipeline] echo [2021-01-15T00:30:45.758Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 6cb713fd3fad498c2078ac017c6fc9541add464b [Pipeline] echo [2021-01-15T00:30:45.894Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 6cb713f [Pipeline] echo [2021-01-15T00:30:46.018Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-15T00:30:46.197Z] provisioning config files... [2021-01-15T00:30:46.234Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config8931181234418927892tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-15T00:30:46.602Z] ---> docker-login.sh [2021-01-15T00:30:46.602Z] nexus3.edgexfoundry.org:10001 [2021-01-15T00:30:46.866Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T00:30:47.147Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T00:30:47.147Z] Configure a credential helper to remove this warning. See [2021-01-15T00:30:47.147Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T00:30:47.147Z] [2021-01-15T00:30:47.147Z] Login Succeeded [2021-01-15T00:30:47.147Z] nexus3.edgexfoundry.org:10002 [2021-01-15T00:30:47.147Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T00:30:47.147Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T00:30:47.147Z] Configure a credential helper to remove this warning. See [2021-01-15T00:30:47.147Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T00:30:47.147Z] [2021-01-15T00:30:47.147Z] Login Succeeded [2021-01-15T00:30:47.147Z] nexus3.edgexfoundry.org:10003 [2021-01-15T00:30:47.410Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T00:30:47.410Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T00:30:47.410Z] Configure a credential helper to remove this warning. See [2021-01-15T00:30:47.410Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T00:30:47.410Z] [2021-01-15T00:30:47.410Z] Login Succeeded [2021-01-15T00:30:47.410Z] nexus3.edgexfoundry.org:10004 [2021-01-15T00:30:47.683Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T00:30:47.683Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T00:30:47.683Z] Configure a credential helper to remove this warning. See [2021-01-15T00:30:47.683Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T00:30:47.683Z] [2021-01-15T00:30:47.683Z] Login Succeeded [2021-01-15T00:30:47.683Z] docker.io [2021-01-15T00:30:47.683Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T00:30:47.947Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T00:30:47.947Z] Configure a credential helper to remove this warning. See [2021-01-15T00:30:47.947Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T00:30:47.947Z] [2021-01-15T00:30:47.947Z] Login Succeeded [2021-01-15T00:30:47.947Z] ---> docker-login.sh ends [Pipeline] } [2021-01-15T00:30:47.968Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-15T00:30:48.444Z] ++ 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-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-01-15T00:30:48.445Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-15T00:30:48.445Z] ++ dirname cmd/core-command/Dockerfile [2021-01-15T00:30:48.445Z] ++ cut -d/ -f2 [2021-01-15T00:30:48.445Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-15T00:30:48.445Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-15T00:30:48.445Z] ++ dirname cmd/core-data/Dockerfile [2021-01-15T00:30:48.445Z] ++ cut -d/ -f2 [2021-01-15T00:30:48.445Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-15T00:30:48.445Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-15T00:30:48.445Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-15T00:30:48.445Z] ++ cut -d/ -f2 [2021-01-15T00:30:48.445Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-15T00:30:48.445Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-15T00:30:48.445Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2021-01-15T00:30:48.445Z] ++ cut -d/ -f2 [2021-01-15T00:30:48.445Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2021-01-15T00:30:48.445Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-15T00:30:48.445Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-15T00:30:48.445Z] ++ cut -d/ -f2 [2021-01-15T00:30:48.445Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-15T00:30:48.445Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-15T00:30:48.445Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-15T00:30:48.445Z] ++ cut -d/ -f2 [2021-01-15T00:30:48.445Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-15T00:30:48.445Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-15T00:30:48.445Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-15T00:30:48.445Z] ++ cut -d/ -f2 [2021-01-15T00:30:48.445Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-15T00:30:48.445Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-15T00:30:48.445Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-15T00:30:48.445Z] ++ cut -d/ -f2 [2021-01-15T00:30:48.445Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-15T00:30:48.445Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-15T00:30:48.445Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-15T00:30:48.445Z] ++ cut -d/ -f2 [2021-01-15T00:30:48.445Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-15T00:30:48.525Z] 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-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-01-15T00:30:49.435Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-15T00:30:49.435Z] [2021-01-15T00:30:49.435Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-15T00:30:49.797Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-15T00:30:49.797Z] latest: Pulling from edgex-devops/git-semver [2021-01-15T00:30:49.797Z] 31603596830f: Pulling fs layer [2021-01-15T00:30:49.797Z] 2a8b12db71e7: Pulling fs layer [2021-01-15T00:30:49.797Z] 6ca5941a6612: Pulling fs layer [2021-01-15T00:30:49.797Z] ecc8261a40a4: Pulling fs layer [2021-01-15T00:30:49.797Z] ecc8261a40a4: Waiting [2021-01-15T00:30:49.797Z] 2a8b12db71e7: Verifying Checksum [2021-01-15T00:30:49.797Z] 2a8b12db71e7: Download complete [2021-01-15T00:30:49.797Z] 31603596830f: Verifying Checksum [2021-01-15T00:30:49.797Z] 31603596830f: Download complete [2021-01-15T00:30:50.061Z] 6ca5941a6612: Verifying Checksum [2021-01-15T00:30:50.061Z] 6ca5941a6612: Download complete [2021-01-15T00:30:50.061Z] ecc8261a40a4: Verifying Checksum [2021-01-15T00:30:50.061Z] ecc8261a40a4: Download complete [2021-01-15T00:30:50.372Z] 31603596830f: Pull complete [2021-01-15T00:30:50.372Z] 2a8b12db71e7: Pull complete [2021-01-15T00:30:51.323Z] 6ca5941a6612: Pull complete [2021-01-15T00:30:51.590Z] ecc8261a40a4: Pull complete [2021-01-15T00:30:51.590Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-15T00:30:51.590Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-15T00:30:51.590Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-15T00:30:51.709Z] prd-centos7-docker-4c-2g-20342 does not seem to be running inside a container [2021-01-15T00:30:51.764Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-15T00:30:54.706Z] $ docker top 253e53a4c75aa37a08194a0fd144ebc1a175211c3a94bb7a2f42de59ac039ade -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-15T00:30:55.106Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-15T00:30:55.106Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-15T00:30:55.363Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-15T00:30:55.368Z] $ docker exec 253e53a4c75aa37a08194a0fd144ebc1a175211c3a94bb7a2f42de59ac039ade ssh-agent [2021-01-15T00:30:55.568Z] SSH_AUTH_SOCK=/tmp/ssh-jTufpHE5u4FL/agent.12 [2021-01-15T00:30:55.568Z] SSH_AGENT_PID=17 [2021-01-15T00:30:55.584Z] Running ssh-add (command line suppressed) [2021-01-15T00:30:55.714Z] Identity added: /w/workspace/edgex-go/4@tmp/private_key_5787252921645962140.key (/w/workspace/edgex-go/4@tmp/private_key_5787252921645962140.key) [2021-01-15T00:30:55.774Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-15T00:30:56.123Z] + git tag --points-at HEAD [Pipeline] } [2021-01-15T00:30:56.152Z] $ docker exec --env ******** --env ******** 253e53a4c75aa37a08194a0fd144ebc1a175211c3a94bb7a2f42de59ac039ade ssh-agent -k [2021-01-15T00:30:56.291Z] unset SSH_AUTH_SOCK; [2021-01-15T00:30:56.292Z] unset SSH_AGENT_PID; [2021-01-15T00:30:56.292Z] echo Agent pid 17 killed; [2021-01-15T00:30:56.346Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-15T00:30:56.499Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-15T00:30:56.499Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-15T00:30:56.689Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-15T00:30:56.694Z] $ docker exec 253e53a4c75aa37a08194a0fd144ebc1a175211c3a94bb7a2f42de59ac039ade ssh-agent [2021-01-15T00:30:56.880Z] SSH_AUTH_SOCK=/tmp/ssh-xxlvXOxjLjK5/agent.45 [2021-01-15T00:30:56.880Z] SSH_AGENT_PID=51 [2021-01-15T00:30:56.888Z] Running ssh-add (command line suppressed) [2021-01-15T00:30:57.018Z] Identity added: /w/workspace/edgex-go/4@tmp/private_key_2157118652943954788.key (/w/workspace/edgex-go/4@tmp/private_key_2157118652943954788.key) [2021-01-15T00:30:57.073Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-15T00:30:57.424Z] + git semver init [2021-01-15T00:30:57.424Z] # -> Open(): unable to determine branch for HEAD [2021-01-15T00:30:57.424Z] # $GIT_DIR = /w/workspace/edgex-go/4/.git [2021-01-15T00:30:57.424Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/4 [2021-01-15T00:30:57.424Z] # $SEMVER_REMOTE_NAME = origin [2021-01-15T00:30:57.424Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-15T00:30:57.424Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-15T00:30:57.424Z] # $SEMVER_BRANCH = PR-3027 [2021-01-15T00:30:57.424Z] # $SEMVER_TEMP = /tmp/semver-834182638 [2021-01-15T00:30:57.424Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-15T00:31:19.497Z] # '/tmp/semver-834182638' -> '/w/workspace/edgex-go/4/.semver' [2021-01-15T00:31:19.497Z] # -> Force: false [2021-01-15T00:31:19.497Z] # $SEMVER_DIR = /w/workspace/edgex-go/4/.semver [Pipeline] } [2021-01-15T00:31:19.515Z] $ docker exec --env ******** --env ******** 253e53a4c75aa37a08194a0fd144ebc1a175211c3a94bb7a2f42de59ac039ade ssh-agent -k [2021-01-15T00:31:19.771Z] unset SSH_AUTH_SOCK; [2021-01-15T00:31:19.771Z] unset SSH_AGENT_PID; [2021-01-15T00:31:19.771Z] echo Agent pid 51 killed; [2021-01-15T00:31:19.853Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-15T00:31:20.402Z] + git semver [Pipeline] } [2021-01-15T00:31:20.421Z] $ docker stop --time=1 253e53a4c75aa37a08194a0fd144ebc1a175211c3a94bb7a2f42de59ac039ade [2021-01-15T00:31:21.997Z] $ docker rm -f 253e53a4c75aa37a08194a0fd144ebc1a175211c3a94bb7a2f42de59ac039ade [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-15T00:31:22.523Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-15T00:31:23.051Z] Stashed 1 file(s) [Pipeline] echo [2021-01-15T00:31:23.054Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-15T00:31:23.926Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-15T00:31:24.227Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-15T00:31:24.532Z] + sudo service docker restart [2021-01-15T00:31:24.532Z] + true [2021-01-15T00:31:24.532Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-15T00:31:25.132Z] ========================================================= [2021-01-15T00:31:25.132Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-15T00:31:25.132Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-15T00:31:25.484Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-01-15T00:31:28.819Z] Sending build context to Docker daemon 326.5MB [2021-01-15T00:31:28.819Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-15T00:31:28.819Z] Step 2/6 : FROM ${BASE} [2021-01-15T00:31:29.084Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-15T00:31:29.084Z] 188c0c94c7c5: Pulling fs layer [2021-01-15T00:31:29.084Z] 0ef7d3d256c8: Pulling fs layer [2021-01-15T00:31:29.084Z] de9db76c5a1d: Pulling fs layer [2021-01-15T00:31:29.084Z] bca2f99d35d6: Pulling fs layer [2021-01-15T00:31:29.084Z] 93359f2a8cfa: Pulling fs layer [2021-01-15T00:31:29.084Z] 7c6f9722023f: Pulling fs layer [2021-01-15T00:31:29.084Z] a35cf1a2eb13: Pulling fs layer [2021-01-15T00:31:29.084Z] 93359f2a8cfa: Waiting [2021-01-15T00:31:29.084Z] 7c6f9722023f: Waiting [2021-01-15T00:31:29.084Z] a35cf1a2eb13: Waiting [2021-01-15T00:31:29.084Z] bca2f99d35d6: Waiting [2021-01-15T00:31:29.084Z] de9db76c5a1d: Download complete [2021-01-15T00:31:29.084Z] 0ef7d3d256c8: Verifying Checksum [2021-01-15T00:31:29.084Z] 0ef7d3d256c8: Download complete [2021-01-15T00:31:29.084Z] 93359f2a8cfa: Verifying Checksum [2021-01-15T00:31:29.084Z] 93359f2a8cfa: Download complete [2021-01-15T00:31:29.084Z] 7c6f9722023f: Verifying Checksum [2021-01-15T00:31:29.084Z] 7c6f9722023f: Download complete [2021-01-15T00:31:29.084Z] 188c0c94c7c5: Verifying Checksum [2021-01-15T00:31:29.084Z] 188c0c94c7c5: Download complete [2021-01-15T00:31:29.666Z] 188c0c94c7c5: Pull complete [2021-01-15T00:31:29.666Z] 0ef7d3d256c8: Pull complete [2021-01-15T00:31:29.929Z] de9db76c5a1d: Pull complete [2021-01-15T00:31:31.346Z] a35cf1a2eb13: Verifying Checksum [2021-01-15T00:31:31.346Z] a35cf1a2eb13: Download complete [2021-01-15T00:31:31.921Z] bca2f99d35d6: Verifying Checksum [2021-01-15T00:31:31.921Z] bca2f99d35d6: Download complete [2021-01-15T00:31:38.431Z] Still waiting to schedule task [2021-01-15T00:31:38.431Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-01-15T00:31:38.567Z] bca2f99d35d6: Pull complete [2021-01-15T00:31:38.567Z] 93359f2a8cfa: Pull complete [2021-01-15T00:31:38.567Z] 7c6f9722023f: Pull complete [2021-01-15T00:31:43.903Z] a35cf1a2eb13: Pull complete [2021-01-15T00:31:43.903Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-15T00:31:43.903Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-15T00:31:43.903Z] ---> a62c8e92a672 [2021-01-15T00:31:43.903Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-01-15T00:31:43.903Z] ---> Running in b7fc8486330c [2021-01-15T00:31:44.484Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T00:31:45.063Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T00:31:45.649Z] (1/12) Installing libmagic (5.38-r0) [2021-01-15T00:31:45.649Z] (2/12) Installing file (5.38-r0) [2021-01-15T00:31:45.914Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-15T00:31:45.914Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-15T00:31:52.530Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-15T00:31:52.530Z] (6/12) Installing patch (2.7.6-r6) [2021-01-15T00:31:52.530Z] (7/12) Installing build-base (0.5-r2) [2021-01-15T00:31:52.530Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-15T00:31:52.530Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-15T00:31:52.815Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-15T00:31:52.815Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-15T00:31:52.815Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-15T00:31:53.080Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T00:31:53.080Z] OK: 233 MiB in 51 packages [2021-01-15T00:31:56.416Z] Removing intermediate container b7fc8486330c [2021-01-15T00:31:56.416Z] ---> 35e6ba26d01e [2021-01-15T00:31:56.416Z] Step 4/6 : WORKDIR /edgex-go [2021-01-15T00:31:56.416Z] ---> Running in 08597a784eae [2021-01-15T00:31:56.679Z] Removing intermediate container 08597a784eae [2021-01-15T00:31:56.679Z] ---> cdb2e4e2bb7d [2021-01-15T00:31:56.679Z] Step 5/6 : COPY go.mod . [2021-01-15T00:31:56.952Z] ---> 0cf0d34a93aa [2021-01-15T00:31:56.952Z] Step 6/6 : RUN go mod download [2021-01-15T00:31:56.952Z] ---> Running in 0b63997a6399 [2021-01-15T00:32:19.011Z] Removing intermediate container 0b63997a6399 [2021-01-15T00:32:19.011Z] ---> c54db07c79a8 [2021-01-15T00:32:19.011Z] Successfully built c54db07c79a8 [2021-01-15T00:32:19.011Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-15T00:32:19.339Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-15T00:32:19.339Z] . [Pipeline] withDockerContainer [2021-01-15T00:32:19.446Z] prd-centos7-docker-4c-2g-20342 does not seem to be running inside a container [2021-01-15T00:32:19.493Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-15T00:32:20.405Z] $ docker top 79f28c770618a4269459ec39cfd79c19452f33a77cf0793a969da568f4aacb0b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-15T00:32:20.905Z] + go version [2021-01-15T00:32:20.905Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-15T00:32:20.922Z] $ docker stop --time=1 79f28c770618a4269459ec39cfd79c19452f33a77cf0793a969da568f4aacb0b [2021-01-15T00:32:22.279Z] $ docker rm -f 79f28c770618a4269459ec39cfd79c19452f33a77cf0793a969da568f4aacb0b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-15T00:32:23.059Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-15T00:32:23.060Z] . [Pipeline] withDockerContainer [2021-01-15T00:32:23.160Z] prd-centos7-docker-4c-2g-20342 does not seem to be running inside a container [2021-01-15T00:32:23.207Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-15T00:32:23.998Z] $ docker top e2437418bae5fa7a5072b57c80d10466bff4f5b04be18121ac242b28a6e89c78 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-15T00:32:24.257Z] ========================================================= [2021-01-15T00:32:24.257Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-15T00:32:24.257Z] ========================================================= [Pipeline] sh [2021-01-15T00:32:24.551Z] + make test [2021-01-15T00:32:24.551Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-15T00:32:32.983Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-15T00:32:48.357Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-15T00:32:55.031Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-15T00:32:55.622Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-15T00:32:55.622Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-15T00:32:55.622Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-15T00:32:55.622Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-15T00:32:55.897Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-15T00:32:56.497Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-15T00:32:56.764Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-15T00:32:57.733Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-15T00:32:59.692Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-15T00:32:59.692Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-15T00:32:59.692Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-15T00:33:01.685Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.098s coverage: 46.6% of statements [2021-01-15T00:33:01.685Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-15T00:33:01.685Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-15T00:33:01.685Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-15T00:33:01.685Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-15T00:33:01.685Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-15T00:33:05.964Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.227s coverage: 27.0% of statements [2021-01-15T00:33:05.964Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-15T00:33:05.964Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-15T00:33:05.964Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-15T00:33:05.964Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-15T00:33:05.964Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-15T00:33:05.964Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-15T00:33:05.964Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.032s coverage: 100.0% of statements [2021-01-15T00:33:05.964Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-15T00:33:05.964Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.042s coverage: 100.0% of statements [2021-01-15T00:33:05.964Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-15T00:33:05.964Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-15T00:33:05.964Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.144s coverage: 67.9% of statements [2021-01-15T00:33:05.964Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-15T00:33:05.964Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-15T00:33:05.964Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.152s coverage: 82.3% of statements [2021-01-15T00:33:05.964Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-15T00:33:05.964Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-15T00:33:05.964Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-15T00:33:05.964Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-15T00:33:07.937Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.400s coverage: 28.6% of statements [2021-01-15T00:33:07.937Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-15T00:33:07.937Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-15T00:33:07.937Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-15T00:33:07.937Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-15T00:33:07.937Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-15T00:33:07.937Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.089s coverage: 100.0% of statements [2021-01-15T00:33:07.937Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-15T00:33:07.937Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.066s coverage: 100.0% of statements [2021-01-15T00:33:07.937Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-15T00:33:08.209Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.163s coverage: 86.7% of statements [2021-01-15T00:33:08.209Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-15T00:33:08.519Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.154s coverage: 97.5% of statements [2021-01-15T00:33:08.519Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-15T00:33:08.519Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.053s coverage: 78.3% of statements [2021-01-15T00:33:08.519Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-15T00:33:08.519Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-15T00:33:08.519Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-15T00:33:08.519Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-15T00:33:11.160Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.412s coverage: 93.2% of statements [2021-01-15T00:33:11.160Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-15T00:33:11.160Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-15T00:33:11.160Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-15T00:33:11.160Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-15T00:33:11.160Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-15T00:33:11.160Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-15T00:33:11.160Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-15T00:33:11.160Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-15T00:33:11.160Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-15T00:33:11.160Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-15T00:33:11.160Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-15T00:33:11.160Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-15T00:33:11.160Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-15T00:33:11.160Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-15T00:33:11.160Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-15T00:33:11.160Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-15T00:33:11.160Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-15T00:33:11.160Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-15T00:33:11.160Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.039s coverage: 58.8% of statements [2021-01-15T00:33:11.160Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-15T00:33:11.160Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-15T00:33:11.160Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.066s coverage: 0.1% of statements [2021-01-15T00:33:11.160Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-15T00:33:11.160Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-15T00:33:11.160Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-15T00:33:11.160Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-15T00:33:11.160Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.040s coverage: 100.0% of statements [2021-01-15T00:33:11.160Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-15T00:33:11.160Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.060s coverage: 75.5% of statements [2021-01-15T00:33:11.160Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-15T00:33:11.160Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.039s coverage: 80.8% of statements [2021-01-15T00:33:11.160Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.073s coverage: 87.2% of statements [2021-01-15T00:33:11.751Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.057s coverage: 84.2% of statements [2021-01-15T00:33:12.026Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.114s coverage: 91.4% of statements [2021-01-15T00:33:12.026Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-15T00:33:13.006Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.210s coverage: 63.5% of statements [2021-01-15T00:33:13.006Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-15T00:33:13.006Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-15T00:33:13.006Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.030s coverage: 100.0% of statements [2021-01-15T00:33:13.006Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.042s coverage: 91.3% of statements [2021-01-15T00:33:13.006Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.042s coverage: 100.0% of statements [2021-01-15T00:33:13.276Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.039s coverage: 73.7% of statements [2021-01-15T00:33:13.276Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.029s coverage: 100.0% of statements [2021-01-15T00:33:15.265Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.438s coverage: 68.9% of statements [2021-01-15T00:33:15.265Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-15T00:33:15.265Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-15T00:33:15.265Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-15T00:33:15.265Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-15T00:33:15.265Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-15T00:33:15.265Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.109s coverage: 37.0% of statements [2021-01-15T00:33:15.265Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-15T00:33:15.265Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-15T00:33:15.265Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.320s coverage: 84.0% of statements [2021-01-15T00:33:15.265Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.046s coverage: 100.0% of statements [2021-01-15T00:33:17.241Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.106s coverage: 47.1% of statements [2021-01-15T00:33:17.241Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-15T00:33:17.241Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-15T00:33:17.241Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-15T00:33:17.241Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-15T00:33:17.241Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-15T00:33:17.241Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.067s coverage: 100.0% of statements [2021-01-15T00:33:17.241Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-15T00:33:17.241Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.042s coverage: 100.0% of statements [2021-01-15T00:33:17.241Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-15T00:33:18.662Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.701s coverage: 29.1% of statements [2021-01-15T00:33:18.662Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-15T00:33:18.662Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-15T00:33:18.662Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-15T00:33:18.662Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-15T00:33:18.662Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-15T00:33:18.662Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.078s coverage: 99.0% of statements [2021-01-15T00:33:18.662Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-15T00:33:18.662Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.046s coverage: 100.0% of statements [2021-01-15T00:33:18.662Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-15T00:33:18.662Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.028s coverage: 0.0% of statements [2021-01-15T00:33:18.662Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-15T00:33:18.662Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.035s coverage: 100.0% of statements [2021-01-15T00:33:18.662Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-15T00:33:18.662Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-15T00:33:18.662Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-15T00:33:18.662Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-15T00:33:18.662Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.058s coverage: 87.9% of statements [2021-01-15T00:33:18.662Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-15T00:33:18.662Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-15T00:33:18.662Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.035s coverage: 100.0% of statements [2021-01-15T00:33:19.243Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.038s coverage: 32.1% of statements [2021-01-15T00:33:19.243Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.045s coverage: 100.0% of statements [2021-01-15T00:33:19.506Z] GO111MODULE=on go vet ./... [2021-01-15T00:33:46.253Z] gofmt -l . [2021-01-15T00:33:46.253Z] [ "`gofmt -l .`" = "" ] [2021-01-15T00:33:46.254Z] ./bin/test-go-mod-tidy.sh [2021-01-15T00:33:46.254Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-15T00:33:46.885Z] + ls -al . [2021-01-15T00:33:46.886Z] total 656 [2021-01-15T00:33:46.886Z] drwxrwxr-x 10 1001 1001 4096 Jan 15 00:33 . [2021-01-15T00:33:46.886Z] drwxr-xr-x 4 root root 28 Jan 15 00:32 .. [2021-01-15T00:33:46.886Z] -rw-rw-r-- 1 1001 1001 11 Jan 15 00:30 .dockerignore [2021-01-15T00:33:46.886Z] drwxrwxr-x 8 1001 1001 179 Jan 15 00:30 .git [2021-01-15T00:33:46.886Z] drwxrwxr-x 3 1001 1001 125 Jan 15 00:30 .github [2021-01-15T00:33:46.886Z] -rw-rw-r-- 1 1001 1001 824 Jan 15 00:30 .gitignore [2021-01-15T00:33:46.886Z] drwx------ 3 1001 1001 47 Jan 15 00:31 .semver [2021-01-15T00:33:46.886Z] -rw-rw-r-- 1 1001 1001 166 Jan 15 00:30 .sonarcloud.properties [2021-01-15T00:33:46.886Z] -rw-rw-r-- 1 1001 1001 7741 Jan 15 00:30 Attribution.txt [2021-01-15T00:33:46.886Z] -rw-rw-r-- 1 1001 1001 3804 Jan 15 00:30 CONTRIBUTING.md [2021-01-15T00:33:46.886Z] -rw-rw-r-- 1 1001 1001 931 Jan 15 00:30 Dockerfile.build [2021-01-15T00:33:46.886Z] -rw-rw-r-- 1 1001 1001 863 Jan 15 00:30 Jenkinsfile [2021-01-15T00:33:46.886Z] -rw-rw-r-- 1 1001 1001 10775 Jan 15 00:30 LICENSE [2021-01-15T00:33:46.886Z] -rw-rw-r-- 1 1001 1001 5750 Jan 15 00:30 Makefile [2021-01-15T00:33:46.886Z] -rw-rw-r-- 1 1001 1001 6524 Jan 15 00:30 README.md [2021-01-15T00:33:46.886Z] -rw-rw-r-- 1 1001 1001 6744 Jan 15 00:30 SECURITY.md [2021-01-15T00:33:46.886Z] -rw-rw-r-- 1 1001 1001 5 Jan 15 00:31 VERSION [2021-01-15T00:33:46.886Z] -rw-rw-r-- 1 1001 1001 4131 Jan 15 00:30 ZMQWindows.md [2021-01-15T00:33:46.886Z] drwxrwxr-x 2 1001 1001 117 Jan 15 00:30 bin [2021-01-15T00:33:46.886Z] drwxrwxr-x 14 1001 1001 4096 Jan 15 00:30 cmd [2021-01-15T00:33:46.886Z] -rw-r--r-- 1 root root 550321 Jan 15 00:33 coverage.out [2021-01-15T00:33:46.886Z] -rw-r--r-- 1 root root 979 Jan 15 00:33 go.mod [2021-01-15T00:33:46.886Z] -rw-r--r-- 1 root root 19126 Jan 15 00:33 go.sum [2021-01-15T00:33:46.886Z] drwxrwxr-x 8 1001 1001 127 Jan 15 00:30 internal [2021-01-15T00:33:46.886Z] drwxrwxr-x 4 1001 1001 26 Jan 15 00:30 openapi [2021-01-15T00:33:46.886Z] drwxrwxr-x 4 1001 1001 71 Jan 15 00:30 snap [2021-01-15T00:33:46.886Z] -rw-rw-r-- 1 1001 1001 168 Jan 15 00:30 version.go [Pipeline] sh [2021-01-15T00:33:47.194Z] + '[' -e coverage.out ] [2021-01-15T00:33:47.194Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-15T00:33:47.396Z] Stashed 1 file(s) [Pipeline] sh [2021-01-15T00:33:47.697Z] + make build [2021-01-15T00:33:47.697Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-15T00:33:51.027Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-15T00:33:59.307Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-15T00:33:59.887Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-15T00:34:01.303Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-15T00:34:01.573Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-15T00:34:03.529Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-15T00:34:04.934Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-15T00:34:06.332Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-15T00:34:07.294Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-15T00:34:08.705Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-15T00:34:09.662Z] 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] } [2021-01-15T00:34:11.073Z] $ docker stop --time=1 e2437418bae5fa7a5072b57c80d10466bff4f5b04be18121ac242b28a6e89c78 [2021-01-15T00:34:12.818Z] $ docker rm -f e2437418bae5fa7a5072b57c80d10466bff4f5b04be18121ac242b28a6e89c78 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-15T00:34:14.658Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-15T00:34:14.658Z] [2021-01-15T00:34:14.658Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-15T00:34:15.051Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-15T00:34:15.051Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-15T00:34:15.051Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-15T00:34:15.051Z] ca9280d653b3: Pulling fs layer [2021-01-15T00:34:15.051Z] 7e9c9ca2126c: Pulling fs layer [2021-01-15T00:34:15.329Z] cbdbe7a5bc2a: Download complete [2021-01-15T00:34:15.593Z] ca9280d653b3: Verifying Checksum [2021-01-15T00:34:15.593Z] ca9280d653b3: Download complete [2021-01-15T00:34:15.593Z] cbdbe7a5bc2a: Pull complete [2021-01-15T00:34:16.562Z] 7e9c9ca2126c: Verifying Checksum [2021-01-15T00:34:16.562Z] 7e9c9ca2126c: Download complete [2021-01-15T00:34:16.827Z] ca9280d653b3: Pull complete [2021-01-15T00:34:23.515Z] 7e9c9ca2126c: Pull complete [2021-01-15T00:34:23.515Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-15T00:34:23.515Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-15T00:34:23.515Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-15T00:34:23.705Z] prd-centos7-docker-4c-2g-20342 does not seem to be running inside a container [2021-01-15T00:34:23.873Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-15T00:34:26.868Z] $ docker top e13772122d71fc42f70d138038ed51a151a30e0e6ed2c6fa4a53528693cc938e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-15T00:34:27.458Z] + docker-compose build --help [2021-01-15T00:34:27.458Z] + grep parallel [2021-01-15T00:34:28.406Z] --parallel Build images in parallel. [Pipeline] } [2021-01-15T00:34:28.683Z] $ docker stop --time=1 e13772122d71fc42f70d138038ed51a151a30e0e6ed2c6fa4a53528693cc938e [2021-01-15T00:34:30.069Z] $ docker rm -f e13772122d71fc42f70d138038ed51a151a30e0e6ed2c6fa4a53528693cc938e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-15T00:34:30.727Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-15T00:34:30.727Z] . [Pipeline] withDockerContainer [2021-01-15T00:34:30.833Z] prd-centos7-docker-4c-2g-20342 does not seem to be running inside a container [2021-01-15T00:34:30.882Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-15T00:34:31.536Z] $ docker top 717a766cb83a077186b95c84e9a7ffbc3a96376ffb0436c420b6c148e96a1f00 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-15T00:34:32.017Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-15T00:34:32.966Z] Building docker-core-command-go ... [2021-01-15T00:34:32.966Z] Building docker-core-data-go ... [2021-01-15T00:34:32.966Z] Building docker-core-metadata-go ... [2021-01-15T00:34:32.966Z] Building docker-security-bootstrap-redis-go ... [2021-01-15T00:34:32.966Z] Building docker-security-proxy-setup-go ... [2021-01-15T00:34:32.966Z] Building docker-security-secretstore-setup-go ... [2021-01-15T00:34:32.966Z] Building docker-support-notifications-go ... [2021-01-15T00:34:32.966Z] Building docker-support-scheduler-go ... [2021-01-15T00:34:32.966Z] Building docker-sys-mgmt-agent-go ... [2021-01-15T00:34:32.966Z] Building docker-security-proxy-setup-go [2021-01-15T00:34:32.966Z] Building docker-core-metadata-go [2021-01-15T00:34:32.966Z] Building docker-support-scheduler-go [2021-01-15T00:34:32.966Z] Building docker-security-bootstrap-redis-go [2021-01-15T00:34:32.966Z] Building docker-support-notifications-go [2021-01-15T00:34:40.058Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-20347 in /w/workspace/edgexfoundry_edgex-go_PR-3027 [Pipeline] { [Pipeline] ws [2021-01-15T00:34:40.108Z] Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout [2021-01-15T00:34:45.114Z] using credential edgex-jenkins-ssh [2021-01-15T00:34:45.178Z] Cloning the remote Git repository [2021-01-15T00:34:45.225Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-15T00:34:45.341Z] > git init /w/workspace/edgex-go/4 # timeout=10 [2021-01-15T00:34:45.417Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-15T00:34:45.417Z] > git --version # timeout=10 [2021-01-15T00:34:45.436Z] > git --version # 'git version 2.17.1' [2021-01-15T00:34:45.438Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-15T00:34:45.507Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-15T00:35:03.138Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-15T00:35:03.155Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-15T00:35:03.177Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-15T00:35:03.211Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-15T00:35:03.212Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-15T00:35:03.224Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3027/head:refs/remotes/origin/PR-3027 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-15T00:35:05.801Z] Merging remotes/origin/master commit 60451040515ee9eeb901ca3bb1c4662a631f475e into PR head commit e93fe298edca2f4dbba9d8b960851799ec89fd7a [2021-01-15T00:35:05.826Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T00:35:05.826Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-15T00:35:05.826Z] ---> c54db07c79a8 [2021-01-15T00:35:05.826Z] Step 3/21 : WORKDIR /edgex-go [2021-01-15T00:35:05.826Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T00:35:05.826Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-15T00:35:05.826Z] ---> c54db07c79a8 [2021-01-15T00:35:05.826Z] Step 3/21 : WORKDIR /edgex-go [2021-01-15T00:35:05.826Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T00:35:05.826Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-15T00:35:05.826Z] ---> c54db07c79a8 [2021-01-15T00:35:05.826Z] Step 3/22 : WORKDIR /edgex-go [2021-01-15T00:35:05.826Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T00:35:05.826Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-15T00:35:05.826Z] ---> c54db07c79a8 [2021-01-15T00:35:05.826Z] Step 3/24 : WORKDIR /edgex-go [2021-01-15T00:35:05.826Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T00:35:05.826Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-15T00:35:05.826Z] ---> c54db07c79a8 [2021-01-15T00:35:05.826Z] Step 3/22 : WORKDIR /edgex-go [2021-01-15T00:35:06.370Z] Merge succeeded, producing 28dac08c82e58047ca12a0f37c3d7facfc956920 [2021-01-15T00:35:06.371Z] Checking out Revision 28dac08c82e58047ca12a0f37c3d7facfc956920 (PR-3027) [2021-01-15T00:35:06.405Z] ---> Running in aa986d6842e3 [2021-01-15T00:35:06.405Z] ---> Running in 40644d5c64d5 [2021-01-15T00:35:06.405Z] ---> Running in ba5d05894004 [2021-01-15T00:35:06.405Z] ---> Running in b1c1c22ef96d [2021-01-15T00:35:06.405Z] ---> Running in 657c1042a4c8 [2021-01-15T00:35:05.819Z] > git config core.sparsecheckout # timeout=10 [2021-01-15T00:35:05.864Z] > git checkout -f e93fe298edca2f4dbba9d8b960851799ec89fd7a # timeout=10 [2021-01-15T00:35:06.153Z] > git remote # timeout=10 [2021-01-15T00:35:06.168Z] > git config --get remote.origin.url # timeout=10 [2021-01-15T00:35:06.180Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-15T00:35:06.190Z] > git merge 60451040515ee9eeb901ca3bb1c4662a631f475e # timeout=10 [2021-01-15T00:35:06.357Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-15T00:35:06.377Z] > git config core.sparsecheckout # timeout=10 [2021-01-15T00:35:06.386Z] > git checkout -f 28dac08c82e58047ca12a0f37c3d7facfc956920 # timeout=10 [2021-01-15T00:35:06.995Z] Removing intermediate container aa986d6842e3 [2021-01-15T00:35:06.995Z] ---> 66fdca65180f [2021-01-15T00:35:06.995Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T00:35:06.995Z] Removing intermediate container b1c1c22ef96d [2021-01-15T00:35:06.995Z] ---> d8e1916c8a13 [2021-01-15T00:35:06.995Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T00:35:06.995Z] Removing intermediate container 657c1042a4c8 [2021-01-15T00:35:06.995Z] ---> b2291feccb23 [2021-01-15T00:35:06.995Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T00:35:06.995Z] Removing intermediate container ba5d05894004 [2021-01-15T00:35:06.995Z] ---> 5a12f4db0537 [2021-01-15T00:35:06.995Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T00:35:06.995Z] Removing intermediate container 40644d5c64d5 [2021-01-15T00:35:06.995Z] ---> 684ca3662da7 [2021-01-15T00:35:06.995Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T00:35:07.262Z] ---> Running in 0e684cbdc68b [2021-01-15T00:35:07.262Z] ---> Running in 7854ddf98bab [2021-01-15T00:35:07.262Z] ---> Running in 81fb3d5ac26c [2021-01-15T00:35:07.262Z] ---> Running in 90a08d8b1ac1 [2021-01-15T00:35:07.262Z] ---> Running in 3fec9d8e277d [2021-01-15T00:35:09.239Z] Removing intermediate container 7854ddf98bab [2021-01-15T00:35:09.240Z] ---> 2d0cc30ab397 [2021-01-15T00:35:09.240Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-15T00:35:09.240Z] Removing intermediate container 0e684cbdc68b [2021-01-15T00:35:09.240Z] ---> e4c642ef835f [2021-01-15T00:35:09.240Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-15T00:35:09.240Z] ---> Running in 83ec7151e8a6 [2021-01-15T00:35:09.824Z] ---> Running in 7a325d5041d3 [2021-01-15T00:35:09.824Z] Removing intermediate container 81fb3d5ac26c [2021-01-15T00:35:09.824Z] ---> d12b9d54cd05 [2021-01-15T00:35:09.824Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-15T00:35:09.824Z] Removing intermediate container 90a08d8b1ac1 [2021-01-15T00:35:09.824Z] ---> bc6bdaa3f8c4 [2021-01-15T00:35:09.824Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-15T00:35:10.088Z] ---> Running in 343c9bd8f17e [2021-01-15T00:35:10.088Z] Removing intermediate container 3fec9d8e277d [2021-01-15T00:35:10.088Z] ---> 287bae2bfad9 [2021-01-15T00:35:10.088Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-15T00:35:10.088Z] ---> Running in e2e682997a81 [2021-01-15T00:35:10.356Z] ---> Running in 01f8630aef75 [2021-01-15T00:35:10.356Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T00:35:10.631Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T00:35:10.903Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T00:35:10.921Z] Commit message: "Merge commit '60451040515ee9eeb901ca3bb1c4662a631f475e' into HEAD" [2021-01-15T00:35:10.933Z] > git rev-list --no-walk e93fe298edca2f4dbba9d8b960851799ec89fd7a # timeout=10 [2021-01-15T00:35:11.168Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T00:35:11.168Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T00:35:11.168Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T00:35:11.168Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [2021-01-15T00:35:11.437Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-15T00:35:11.711Z] OK: 233 MiB in 51 packages [2021-01-15T00:35:11.711Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T00:35:11.711Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T00:35:11.990Z] OK: 233 MiB in 51 packages [2021-01-15T00:35:12.255Z] OK: 233 MiB in 51 packages [2021-01-15T00:35:12.255Z] OK: 233 MiB in 51 packages [2021-01-15T00:35:12.527Z] Removing intermediate container 7a325d5041d3 [2021-01-15T00:35:12.527Z] ---> 779543a34d00 [2021-01-15T00:35:12.527Z] Step 6/22 : COPY go.mod . [2021-01-15T00:35:12.527Z] Removing intermediate container 83ec7151e8a6 [2021-01-15T00:35:12.527Z] ---> 1e06b2bbf399 [2021-01-15T00:35:12.527Z] Step 6/21 : COPY go.mod . [2021-01-15T00:35:12.527Z] OK: 233 MiB in 51 packages [2021-01-15T00:35:12.617Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-15T00:35:12.795Z] ---> 4586542ccd72 [2021-01-15T00:35:12.795Z] Step 7/22 : RUN go mod download [2021-01-15T00:35:13.060Z] ---> a2ffc4164b6e [2021-01-15T00:35:13.060Z] Step 7/21 : RUN go mod download [2021-01-15T00:35:13.060Z] ---> Running in 60356bbfdf4b [2021-01-15T00:35:13.126Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-15T00:35:13.328Z] ---> Running in 7d604ec56854 [2021-01-15T00:35:13.328Z] Removing intermediate container e2e682997a81 [2021-01-15T00:35:13.328Z] ---> 07ffb3e1c18d [2021-01-15T00:35:13.328Z] Step 6/22 : COPY go.mod . [2021-01-15T00:35:13.328Z] Removing intermediate container 01f8630aef75 [2021-01-15T00:35:13.328Z] ---> 4a4941ce1422 [2021-01-15T00:35:13.328Z] Step 6/24 : COPY go.mod . [2021-01-15T00:35:13.481Z] + true [2021-01-15T00:35:13.481Z] + sudo service docker restart [2021-01-15T00:35:13.602Z] Removing intermediate container 343c9bd8f17e [2021-01-15T00:35:13.602Z] ---> 3441beff8780 [2021-01-15T00:35:13.602Z] Step 6/21 : COPY go.mod . [2021-01-15T00:35:13.868Z] ---> db9cfbe777e7 [2021-01-15T00:35:13.868Z] Step 7/22 : RUN go mod download [2021-01-15T00:35:13.868Z] ---> 83342cfc2ffd [2021-01-15T00:35:13.868Z] Step 7/24 : RUN go mod download [2021-01-15T00:35:13.868Z] ---> Running in 113405f18a54 [2021-01-15T00:35:13.868Z] ---> Running in 0206b448f1da [2021-01-15T00:35:14.137Z] ---> fba7d696103a [2021-01-15T00:35:14.137Z] Step 7/21 : RUN go mod download [2021-01-15T00:35:14.407Z] ---> Running in 2f019de60630 [2021-01-15T00:35:15.830Z] Removing intermediate container 60356bbfdf4b [2021-01-15T00:35:15.830Z] ---> 6f23a26ed999 [2021-01-15T00:35:15.830Z] Step 8/22 : COPY . . [2021-01-15T00:35:15.830Z] Removing intermediate container 7d604ec56854 [2021-01-15T00:35:15.830Z] ---> 8d4f0574f9ec [2021-01-15T00:35:15.830Z] Step 8/21 : COPY . . [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-15T00:35:16.224Z] provisioning config files... [2021-01-15T00:35:16.290Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config5394122553482135423tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-15T00:35:16.706Z] ---> docker-login.sh [2021-01-15T00:35:16.706Z] nexus3.edgexfoundry.org:10001 [2021-01-15T00:35:17.693Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T00:35:17.968Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T00:35:17.968Z] Configure a credential helper to remove this warning. See [2021-01-15T00:35:17.968Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T00:35:17.968Z] [2021-01-15T00:35:17.968Z] Login Succeeded [2021-01-15T00:35:17.968Z] nexus3.edgexfoundry.org:10002 [2021-01-15T00:35:18.242Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T00:35:18.512Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T00:35:18.513Z] Configure a credential helper to remove this warning. See [2021-01-15T00:35:18.513Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T00:35:18.513Z] [2021-01-15T00:35:18.513Z] Login Succeeded [2021-01-15T00:35:18.513Z] nexus3.edgexfoundry.org:10003 [2021-01-15T00:35:18.784Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T00:35:19.057Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T00:35:19.057Z] Configure a credential helper to remove this warning. See [2021-01-15T00:35:19.057Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T00:35:19.057Z] [2021-01-15T00:35:19.057Z] Login Succeeded [2021-01-15T00:35:19.057Z] nexus3.edgexfoundry.org:10004 [2021-01-15T00:35:19.328Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T00:35:19.328Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T00:35:19.328Z] Configure a credential helper to remove this warning. See [2021-01-15T00:35:19.328Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T00:35:19.328Z] [2021-01-15T00:35:19.328Z] Login Succeeded [2021-01-15T00:35:19.599Z] docker.io [2021-01-15T00:35:19.871Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T00:35:20.144Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T00:35:20.144Z] Configure a credential helper to remove this warning. See [2021-01-15T00:35:20.144Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T00:35:20.144Z] [2021-01-15T00:35:20.144Z] Login Succeeded [2021-01-15T00:35:20.144Z] ---> docker-login.sh ends [2021-01-15T00:35:20.150Z] Removing intermediate container 0206b448f1da [2021-01-15T00:35:20.150Z] ---> 115fc7c767ea [2021-01-15T00:35:20.150Z] Step 8/24 : COPY . . [2021-01-15T00:35:20.150Z] Removing intermediate container 113405f18a54 [2021-01-15T00:35:20.150Z] ---> 103fc71c1397 [2021-01-15T00:35:20.150Z] Step 8/22 : COPY . . [Pipeline] } [2021-01-15T00:35:20.165Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2021-01-15T00:35:20.424Z] Removing intermediate container 2f019de60630 [2021-01-15T00:35:20.424Z] ---> c180a0d6386f [2021-01-15T00:35:20.424Z] Step 8/21 : COPY . . [Pipeline] echo [2021-01-15T00:35:20.664Z] ========================================================= [2021-01-15T00:35:20.664Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-15T00:35:20.664Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-15T00:35:21.087Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-01-15T00:35:23.087Z] Sending build context to Docker daemon 165.5MB [2021-01-15T00:35:23.087Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-15T00:35:23.087Z] Step 2/6 : FROM ${BASE} [2021-01-15T00:35:23.373Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-15T00:35:23.373Z] 5f621e34cdf4: Pulling fs layer [2021-01-15T00:35:23.373Z] a4357932f1b6: Pulling fs layer [2021-01-15T00:35:23.373Z] 18c013af1878: Pulling fs layer [2021-01-15T00:35:23.373Z] 00ac8860ef70: Pulling fs layer [2021-01-15T00:35:23.373Z] 63d7cb157983: Pulling fs layer [2021-01-15T00:35:23.373Z] b116817d02f9: Pulling fs layer [2021-01-15T00:35:23.373Z] 745a02a5169b: Pulling fs layer [2021-01-15T00:35:23.373Z] 00ac8860ef70: Waiting [2021-01-15T00:35:23.373Z] 63d7cb157983: Waiting [2021-01-15T00:35:23.373Z] b116817d02f9: Waiting [2021-01-15T00:35:23.373Z] 745a02a5169b: Waiting [2021-01-15T00:35:23.373Z] 18c013af1878: Verifying Checksum [2021-01-15T00:35:23.373Z] 18c013af1878: Download complete [2021-01-15T00:35:23.373Z] a4357932f1b6: Verifying Checksum [2021-01-15T00:35:23.373Z] a4357932f1b6: Download complete [2021-01-15T00:35:23.373Z] 63d7cb157983: Download complete [2021-01-15T00:35:23.373Z] b116817d02f9: Verifying Checksum [2021-01-15T00:35:23.373Z] b116817d02f9: Download complete [2021-01-15T00:35:23.373Z] 5f621e34cdf4: Verifying Checksum [2021-01-15T00:35:23.373Z] 5f621e34cdf4: Download complete [2021-01-15T00:35:23.973Z] 5f621e34cdf4: Pull complete [2021-01-15T00:35:24.577Z] a4357932f1b6: Pull complete [2021-01-15T00:35:24.865Z] 18c013af1878: Pull complete [2021-01-15T00:35:25.459Z] 745a02a5169b: Verifying Checksum [2021-01-15T00:35:25.459Z] 745a02a5169b: Download complete [2021-01-15T00:35:26.893Z] 00ac8860ef70: Download complete [2021-01-15T00:35:37.062Z] 00ac8860ef70: Pull complete [2021-01-15T00:35:37.062Z] 63d7cb157983: Pull complete [2021-01-15T00:35:37.062Z] b116817d02f9: Pull complete [2021-01-15T00:35:41.400Z] 745a02a5169b: Pull complete [2021-01-15T00:35:41.400Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-15T00:35:41.400Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-15T00:35:41.400Z] ---> b7e6874047d6 [2021-01-15T00:35:41.400Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-01-15T00:35:44.857Z] ---> Running in dcc913bfe934 [2021-01-15T00:35:45.844Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T00:35:46.448Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T00:35:49.071Z] (1/12) Installing libmagic (5.38-r0) [2021-01-15T00:35:49.666Z] (2/12) Installing file (5.38-r0) [2021-01-15T00:35:49.666Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-15T00:35:49.666Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-15T00:35:59.457Z] ---> 1e3c954cac03 [2021-01-15T00:35:59.457Z] ---> 64d9c0ddeee7 [2021-01-15T00:35:59.457Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-15T00:35:59.457Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-15T00:35:59.457Z] ---> 1a50020f6076 [2021-01-15T00:35:59.457Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-15T00:35:59.457Z] ---> Running in 27f38066ef8d [2021-01-15T00:35:59.457Z] ---> 86170efe2ce9 [2021-01-15T00:35:59.457Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-15T00:35:59.457Z] ---> Running in 7f81346caa11 [2021-01-15T00:35:59.457Z] ---> cba56935b124 [2021-01-15T00:35:59.457Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-15T00:35:59.457Z] ---> Running in e30d7a2e72e4 [2021-01-15T00:35:59.457Z] ---> Running in b5078a625e86 [2021-01-15T00:35:59.457Z] ---> Running in 412eba799d23 [2021-01-15T00:35:59.457Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-15T00:35:59.457Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-15T00:35:59.457Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-15T00:35:59.457Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-15T00:35:59.458Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-15T00:36:11.827Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-15T00:36:11.827Z] (6/12) Installing patch (2.7.6-r6) [2021-01-15T00:36:11.827Z] (7/12) Installing build-base (0.5-r2) [2021-01-15T00:36:11.827Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-15T00:36:11.827Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-15T00:36:11.827Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-15T00:36:11.827Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-15T00:36:11.827Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-15T00:36:11.827Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T00:36:11.827Z] OK: 217 MiB in 51 packages [2021-01-15T00:36:13.281Z] Removing intermediate container dcc913bfe934 [2021-01-15T00:36:13.281Z] ---> 76ee38bcf2b6 [2021-01-15T00:36:13.281Z] Step 4/6 : WORKDIR /edgex-go [2021-01-15T00:36:13.556Z] ---> Running in c9a5660a8c55 [2021-01-15T00:36:13.828Z] Removing intermediate container c9a5660a8c55 [2021-01-15T00:36:13.828Z] ---> b6ee129de273 [2021-01-15T00:36:13.828Z] Step 5/6 : COPY go.mod . [2021-01-15T00:36:14.807Z] ---> da3fc49031df [2021-01-15T00:36:14.807Z] Step 6/6 : RUN go mod download [2021-01-15T00:36:14.807Z] ---> Running in eb72469b9263 [2021-01-15T00:36:26.229Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-15T00:36:28.828Z] Removing intermediate container e30d7a2e72e4 [2021-01-15T00:36:28.828Z] ---> 631686d27b0f [2021-01-15T00:36:28.828Z] [2021-01-15T00:36:28.828Z] Step 10/22 : FROM alpine:3.12 [2021-01-15T00:36:28.828Z] Removing intermediate container 412eba799d23 [2021-01-15T00:36:28.828Z] ---> 077030c80469 [2021-01-15T00:36:28.828Z] [2021-01-15T00:36:28.828Z] Step 10/21 : FROM scratch [2021-01-15T00:36:28.828Z] ---> [2021-01-15T00:36:28.828Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-15T00:36:28.828Z] 3.12: Pulling from library/alpine [2021-01-15T00:36:29.792Z] Removing intermediate container b5078a625e86 [2021-01-15T00:36:29.792Z] ---> 1de6642fc2f7 [2021-01-15T00:36:29.792Z] [2021-01-15T00:36:29.792Z] Step 10/24 : FROM scratch [2021-01-15T00:36:29.792Z] ---> [2021-01-15T00:36:29.792Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-15T00:36:29.792Z] ---> Running in a6c3e8412e2b [2021-01-15T00:36:29.792Z] ---> Running in 7e73be242528 [2021-01-15T00:36:30.056Z] Removing intermediate container a6c3e8412e2b [2021-01-15T00:36:30.056Z] ---> 02b86c250b08 [2021-01-15T00:36:30.056Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-15T00:36:31.013Z] Removing intermediate container 7e73be242528 [2021-01-15T00:36:31.013Z] ---> 12b40103d4ca [2021-01-15T00:36:31.013Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-15T00:36:31.013Z] ---> Running in b7984efe4d6c [2021-01-15T00:36:31.589Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-15T00:36:31.853Z] ---> Running in 4dc761c5babe [2021-01-15T00:36:31.853Z] Status: Downloaded newer image for alpine:3.12 [2021-01-15T00:36:31.853Z] ---> 389fef711851 [2021-01-15T00:36:31.853Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-15T00:36:32.432Z] Removing intermediate container b7984efe4d6c [2021-01-15T00:36:32.432Z] ---> ee9f2f56dbed [2021-01-15T00:36:32.432Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-15T00:36:32.432Z] ---> Running in fde1ca81fde7 [2021-01-15T00:36:32.694Z] Removing intermediate container 4dc761c5babe [2021-01-15T00:36:32.694Z] ---> 5c19726f38ae [2021-01-15T00:36:32.694Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-15T00:36:32.694Z] Removing intermediate container 7f81346caa11 [2021-01-15T00:36:32.694Z] ---> 1aec62d7b4bc [2021-01-15T00:36:32.694Z] [2021-01-15T00:36:32.694Z] Step 10/21 : FROM alpine:3.12 [2021-01-15T00:36:32.694Z] ---> 389fef711851 [2021-01-15T00:36:32.694Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-15T00:36:32.694Z] ---> Running in caab6892b721 [2021-01-15T00:36:33.649Z] ---> Running in 80b2abe3d9e5 [2021-01-15T00:36:33.649Z] ---> Running in 99e978db1479 [2021-01-15T00:36:34.227Z] Removing intermediate container caab6892b721 [2021-01-15T00:36:34.227Z] ---> c7bbdca462b5 [2021-01-15T00:36:34.227Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-15T00:36:34.227Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T00:36:34.491Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T00:36:34.754Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-15T00:36:34.754Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-15T00:36:34.754Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-15T00:36:34.754Z] (4/5) Installing curl (7.69.1-r3) [2021-01-15T00:36:34.754Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-15T00:36:34.754Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T00:36:34.754Z] Executing ca-certificates-20191127-r4.trigger [2021-01-15T00:36:34.754Z] OK: 7 MiB in 19 packages [2021-01-15T00:36:35.341Z] Removing intermediate container 80b2abe3d9e5 [2021-01-15T00:36:35.341Z] ---> 6fb20d06029d [2021-01-15T00:36:35.341Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-15T00:36:35.922Z] ---> 659ef623007a [2021-01-15T00:36:35.923Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-15T00:36:35.923Z] Removing intermediate container 27f38066ef8d [2021-01-15T00:36:35.923Z] ---> 08b99c35572f [2021-01-15T00:36:35.923Z] [2021-01-15T00:36:35.923Z] Step 10/22 : FROM scratch [2021-01-15T00:36:35.923Z] ---> [2021-01-15T00:36:35.923Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-15T00:36:35.923Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T00:36:35.923Z] ---> a9115cea85fa [2021-01-15T00:36:35.923Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-15T00:36:36.190Z] ---> Using cache [2021-01-15T00:36:36.190Z] ---> 02b86c250b08 [2021-01-15T00:36:36.190Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-15T00:36:36.190Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T00:36:36.190Z] ---> Running in 91b9cee69c33 [2021-01-15T00:36:36.455Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-15T00:36:36.455Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-15T00:36:36.455Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-15T00:36:36.455Z] (4/4) Installing curl (7.69.1-r3) [2021-01-15T00:36:36.455Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T00:36:36.455Z] Executing ca-certificates-20191127-r4.trigger [2021-01-15T00:36:36.455Z] OK: 7 MiB in 18 packages [2021-01-15T00:36:37.407Z] ---> 327a21afa51d [2021-01-15T00:36:37.407Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-15T00:36:37.407Z] Removing intermediate container 91b9cee69c33 [2021-01-15T00:36:37.407Z] ---> 177a58aa2881 [2021-01-15T00:36:37.407Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-15T00:36:37.683Z] Removing intermediate container fde1ca81fde7 [2021-01-15T00:36:37.683Z] ---> fdc407a1f39e [2021-01-15T00:36:37.683Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-15T00:36:37.683Z] ---> 60a8ef318b91 [2021-01-15T00:36:37.683Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-15T00:36:37.683Z] ---> Running in 5ba6f810f1a0 [2021-01-15T00:36:37.683Z] ---> Running in e3b68d41711c [2021-01-15T00:36:37.949Z] ---> ebe11daffa0f [2021-01-15T00:36:37.949Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-15T00:36:38.960Z] Removing intermediate container 5ba6f810f1a0 [2021-01-15T00:36:38.960Z] ---> e4f8476426bc [2021-01-15T00:36:38.960Z] Step 14/22 : WORKDIR / [2021-01-15T00:36:38.960Z] ---> Running in 74a22dc9835f [2021-01-15T00:36:39.231Z] Removing intermediate container e3b68d41711c [2021-01-15T00:36:39.231Z] ---> 616573ee1240 [2021-01-15T00:36:39.231Z] Step 13/22 : WORKDIR / [2021-01-15T00:36:39.231Z] ---> 37aead95a76a [2021-01-15T00:36:39.231Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-15T00:36:39.231Z] Removing intermediate container 99e978db1479 [2021-01-15T00:36:39.231Z] ---> e95408c563da [2021-01-15T00:36:39.232Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-15T00:36:39.232Z] ---> Running in da4449ba8cae [2021-01-15T00:36:39.232Z] ---> Running in 5207bede1da6 [2021-01-15T00:36:39.232Z] ---> Running in 8780716ebf1c [2021-01-15T00:36:39.524Z] Removing intermediate container 74a22dc9835f [2021-01-15T00:36:39.524Z] ---> 77139e24fd4f [2021-01-15T00:36:39.524Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-15T00:36:39.524Z] ---> b7ea493f2d88 [2021-01-15T00:36:39.524Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-15T00:36:39.524Z] Removing intermediate container da4449ba8cae [2021-01-15T00:36:39.524Z] ---> 268c3ca78af2 [2021-01-15T00:36:39.524Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-15T00:36:39.524Z] ---> Running in 4dbcf44c041c [2021-01-15T00:36:39.810Z] Removing intermediate container 8780716ebf1c [2021-01-15T00:36:39.810Z] ---> 6bc46498c800 [2021-01-15T00:36:39.810Z] Step 13/21 : WORKDIR /edgex [2021-01-15T00:36:39.810Z] Removing intermediate container 5207bede1da6 [2021-01-15T00:36:39.810Z] ---> 3f4ac692504e [2021-01-15T00:36:39.810Z] Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-15T00:36:39.810Z] ---> Running in ef2e755e2b08 [2021-01-15T00:36:40.086Z] Removing intermediate container 4dbcf44c041c [2021-01-15T00:36:40.086Z] ---> 378910ce5d2e [2021-01-15T00:36:40.086Z] Step 19/21 : LABEL arch=x86_64 [2021-01-15T00:36:40.086Z] ---> fd9481118489 [2021-01-15T00:36:40.086Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-15T00:36:40.357Z] ---> 3ad09d6caab7 [2021-01-15T00:36:40.357Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-15T00:36:40.357Z] ---> Running in 1828b1835ad3 [2021-01-15T00:36:40.357Z] Removing intermediate container ef2e755e2b08 [2021-01-15T00:36:40.357Z] ---> c2043fe1954a [2021-01-15T00:36:40.357Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-15T00:36:40.357Z] ---> 151fd49aeab0 [2021-01-15T00:36:40.357Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-15T00:36:40.621Z] Removing intermediate container 1828b1835ad3 [2021-01-15T00:36:40.621Z] ---> 3910592a7b61 [2021-01-15T00:36:40.621Z] Step 20/21 : LABEL git_sha=6cb713fd3fad498c2078ac017c6fc9541add464b [2021-01-15T00:36:40.884Z] ---> Running in 3d1214944c33 [2021-01-15T00:36:41.151Z] ---> b254f7bc49eb [2021-01-15T00:36:41.151Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-15T00:36:41.151Z] ---> 48a3518995fa [2021-01-15T00:36:41.151Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-15T00:36:41.151Z] ---> af90c646981a [2021-01-15T00:36:41.151Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-15T00:36:41.151Z] ---> 989165fb4359 [2021-01-15T00:36:41.151Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-15T00:36:41.419Z] Removing intermediate container 3d1214944c33 [2021-01-15T00:36:41.419Z] ---> 1882b84cabc6 [2021-01-15T00:36:41.419Z] Step 21/21 : LABEL version=0.0.0 [2021-01-15T00:36:41.419Z] ---> Running in 6addaf52efd7 [2021-01-15T00:36:41.419Z] ---> Running in 6c0d8eb69851 [2021-01-15T00:36:41.625Z] Removing intermediate container eb72469b9263 [2021-01-15T00:36:41.625Z] ---> 40be7cb73434 [2021-01-15T00:36:41.625Z] Successfully built 40be7cb73434 [2021-01-15T00:36:41.625Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-15T00:36:41.682Z] ---> fdbdd45fcd47 [2021-01-15T00:36:41.682Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-15T00:36:41.682Z] Removing intermediate container 6addaf52efd7 [2021-01-15T00:36:41.682Z] ---> 2be7c1710d5e [2021-01-15T00:36:41.682Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-15T00:36:41.682Z] ---> Running in 93eeebf8ae53 [2021-01-15T00:36:41.682Z] ---> 08e91c4bcf1b [2021-01-15T00:36:41.682Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-15T00:36:41.947Z] ---> b661d049ded6 [2021-01-15T00:36:41.947Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-15T00:36:41.947Z] Removing intermediate container 6c0d8eb69851 [2021-01-15T00:36:41.947Z] ---> b96dc27f870d [2021-01-15T00:36:41.947Z] [2021-01-15T00:36:41.947Z] ---> Running in 530ebf60b8a5 [2021-01-15T00:36:41.977Z] + docker inspect -f . ci-base-image-arm64 [2021-01-15T00:36:41.977Z] . [Pipeline] withDockerContainer [2021-01-15T00:36:42.211Z] Removing intermediate container 93eeebf8ae53 [2021-01-15T00:36:42.211Z] ---> 6743c5405421 [2021-01-15T00:36:42.211Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-15T00:36:42.211Z] Successfully built b96dc27f870d [2021-01-15T00:36:42.211Z] ---> Running in 5fced8912f35 [2021-01-15T00:36:42.238Z] prd-ubuntu18.04-docker-arm64-4c-16g-20347 does not seem to be running inside a container [2021-01-15T00:36:42.361Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-15T00:36:42.475Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-15T00:36:42.475Z] Removing intermediate container 530ebf60b8a5 [2021-01-15T00:36:42.475Z] ---> b31befbb163e [2021-01-15T00:36:42.475Z] Step 22/24 : LABEL arch=x86_64 [2021-01-15T00:36:42.475Z]  Building docker-support-scheduler-go ... done Building docker-sys-mgmt-agent-go [2021-01-15T00:36:42.738Z] ---> a168e1f5de3e [2021-01-15T00:36:42.738Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-15T00:36:42.738Z] ---> Running in f0ea357e8342 [2021-01-15T00:36:42.738Z] ---> a32e7834912b [2021-01-15T00:36:42.738Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-15T00:36:42.738Z] ---> Running in 821bbfd69ec4 [2021-01-15T00:36:43.002Z] ---> Running in d01a702fb167 [2021-01-15T00:36:43.002Z] Removing intermediate container 5fced8912f35 [2021-01-15T00:36:43.002Z] ---> 7f450400063f [2021-01-15T00:36:43.002Z] Step 20/22 : LABEL arch=x86_64 [2021-01-15T00:36:43.002Z] Removing intermediate container f0ea357e8342 [2021-01-15T00:36:43.002Z] ---> 1829ccfe6220 [2021-01-15T00:36:43.002Z] Step 23/24 : LABEL git_sha=6cb713fd3fad498c2078ac017c6fc9541add464b [2021-01-15T00:36:43.588Z] ---> Running in 7dbd223b972c [2021-01-15T00:36:43.588Z] ---> Running in 9de611788bf6 [2021-01-15T00:36:43.588Z] Removing intermediate container d01a702fb167 [2021-01-15T00:36:43.588Z] ---> 1b9917e8331f [2021-01-15T00:36:43.588Z] Step 18/21 : CMD ["--init=true"] [2021-01-15T00:36:43.859Z] ---> Running in 318cfbba2d14 [2021-01-15T00:36:44.129Z] Removing intermediate container 9de611788bf6 [2021-01-15T00:36:44.129Z] ---> 55e11ec3a070 [2021-01-15T00:36:44.129Z] Step 24/24 : LABEL version=0.0.0 [2021-01-15T00:36:44.129Z] Removing intermediate container 7dbd223b972c [2021-01-15T00:36:44.129Z] ---> 96b100b8c4c5 [2021-01-15T00:36:44.129Z] Step 21/22 : LABEL git_sha=6cb713fd3fad498c2078ac017c6fc9541add464b [2021-01-15T00:36:44.129Z] ---> Running in ae34cca118c8 [2021-01-15T00:36:44.129Z] ---> Running in a90cd550711b [2021-01-15T00:36:44.129Z] Removing intermediate container 318cfbba2d14 [2021-01-15T00:36:44.129Z] ---> 85be1ed9884e [2021-01-15T00:36:44.129Z] Step 19/21 : LABEL arch=x86_64 [2021-01-15T00:36:44.290Z] $ docker top 4c949ae70225c1761328f993c13dc6e03effbaf23933b167c069a2d0609133c0 -eo pid,comm [2021-01-15T00:36:44.408Z] ---> Running in 7e7b14205d90 [Pipeline] { [Pipeline] sh [2021-01-15T00:36:45.369Z] + go version [2021-01-15T00:36:45.369Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-15T00:36:45.404Z] $ docker stop --time=1 4c949ae70225c1761328f993c13dc6e03effbaf23933b167c069a2d0609133c0 [2021-01-15T00:36:46.973Z] Removing intermediate container a90cd550711b [2021-01-15T00:36:46.973Z] ---> 1b0ef2956f73 [2021-01-15T00:36:46.973Z] Step 22/22 : LABEL version=0.0.0 [2021-01-15T00:36:46.973Z] Removing intermediate container ae34cca118c8 [2021-01-15T00:36:46.973Z] ---> 4e4dbed24df7 [2021-01-15T00:36:46.973Z] [2021-01-15T00:36:46.973Z] Removing intermediate container 7e7b14205d90 [2021-01-15T00:36:46.973Z] ---> 3f40355a6f6d [2021-01-15T00:36:46.973Z] Step 20/21 : LABEL git_sha=6cb713fd3fad498c2078ac017c6fc9541add464b [2021-01-15T00:36:46.973Z] Removing intermediate container 821bbfd69ec4 [2021-01-15T00:36:46.973Z] ---> 549137f097f0 [2021-01-15T00:36:46.973Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-15T00:36:46.973Z] ---> Running in dcc758669c46 [2021-01-15T00:36:46.973Z] Successfully built 4e4dbed24df7 [2021-01-15T00:36:46.973Z] Successfully tagged docker-support-notifications-go:latest [2021-01-15T00:36:46.973Z]  Building docker-support-notifications-go ... done  ---> Running in 5da851a8f86c [2021-01-15T00:36:46.973Z] Building docker-core-command-go [2021-01-15T00:36:47.491Z] $ docker rm -f 4c949ae70225c1761328f993c13dc6e03effbaf23933b167c069a2d0609133c0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [2021-01-15T00:36:47.931Z] ---> Running in 676dc73a9f5e [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-15T00:36:48.525Z] + docker inspect -f . ci-base-image-arm64 [2021-01-15T00:36:48.525Z] . [Pipeline] withDockerContainer [2021-01-15T00:36:48.825Z] prd-ubuntu18.04-docker-arm64-4c-16g-20347 does not seem to be running inside a container [2021-01-15T00:36:48.886Z] Removing intermediate container 5da851a8f86c [2021-01-15T00:36:48.886Z] ---> 255be12f16cb [2021-01-15T00:36:48.886Z] Step 21/21 : LABEL version=0.0.0 [2021-01-15T00:36:48.920Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-15T00:36:49.469Z] Removing intermediate container dcc758669c46 [2021-01-15T00:36:49.469Z] ---> b492837df237 [2021-01-15T00:36:49.469Z] [2021-01-15T00:36:49.469Z] Removing intermediate container 676dc73a9f5e [2021-01-15T00:36:49.469Z] ---> cfa3c813ef97 [2021-01-15T00:36:49.469Z] Step 20/22 : LABEL arch=x86_64 [2021-01-15T00:36:49.738Z] Successfully built b492837df237 [2021-01-15T00:36:49.738Z] Successfully tagged docker-core-metadata-go:latest [2021-01-15T00:36:49.738Z]  Building docker-core-metadata-go ... done Building docker-core-data-go [2021-01-15T00:36:50.460Z] $ docker top cbad7ac6bb7b2206223791f83f7879a3ba4a10d05ee60fc5f5ee9d4390141e70 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-15T00:36:50.851Z] ========================================================= [2021-01-15T00:36:50.851Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-15T00:36:50.851Z] ========================================================= [Pipeline] sh [2021-01-15T00:36:51.512Z] + make test [2021-01-15T00:36:51.512Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-15T00:36:52.310Z] ---> Running in 10a9aadaa3e2 [2021-01-15T00:36:53.289Z] ---> Running in c08c88c817c0 [2021-01-15T00:36:53.553Z] Removing intermediate container 10a9aadaa3e2 [2021-01-15T00:36:53.553Z] ---> f6536835e9fa [2021-01-15T00:36:53.553Z] [2021-01-15T00:36:54.512Z] Removing intermediate container c08c88c817c0 [2021-01-15T00:36:54.512Z] ---> cea86fb146d3 [2021-01-15T00:36:54.512Z] Step 21/22 : LABEL git_sha=6cb713fd3fad498c2078ac017c6fc9541add464b [2021-01-15T00:36:55.094Z] Successfully built f6536835e9fa [2021-01-15T00:36:55.673Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-15T00:36:55.673Z] Building docker-security-secretstore-setup-go [2021-01-15T00:36:55.950Z]  Building docker-security-proxy-setup-go ... done  ---> Running in a0bd961e4eff [2021-01-15T00:36:57.921Z] Removing intermediate container a0bd961e4eff [2021-01-15T00:36:57.921Z] ---> 2a440744237c [2021-01-15T00:36:57.921Z] Step 22/22 : LABEL version=0.0.0 [2021-01-15T00:36:57.921Z] ---> Running in e01f2bbf5751 [2021-01-15T00:37:03.262Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T00:37:03.262Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-15T00:37:03.262Z] ---> c54db07c79a8 [2021-01-15T00:37:03.262Z] Step 3/26 : WORKDIR /edgex-go [2021-01-15T00:37:03.262Z] ---> Using cache [2021-01-15T00:37:03.262Z] ---> 684ca3662da7 [2021-01-15T00:37:03.262Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T00:37:03.262Z] ---> Using cache [2021-01-15T00:37:03.262Z] ---> 287bae2bfad9 [2021-01-15T00:37:03.262Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-15T00:37:03.863Z] Removing intermediate container e01f2bbf5751 [2021-01-15T00:37:03.863Z] ---> Running in 45fb2a39b0e8 [2021-01-15T00:37:03.863Z] ---> 9bdb92ffb6a3 [2021-01-15T00:37:03.863Z] [2021-01-15T00:37:06.441Z] Successfully built 9bdb92ffb6a3 [2021-01-15T00:37:06.707Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T00:37:06.707Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-15T00:37:06.978Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2021-01-15T00:37:06.978Z] ---> c54db07c79a8 [2021-01-15T00:37:06.978Z] Step 3/22 : WORKDIR /edgex-go [2021-01-15T00:37:06.978Z]  Building docker-security-bootstrap-redis-go ... done  ---> Using cache [2021-01-15T00:37:06.978Z] ---> 684ca3662da7 [2021-01-15T00:37:06.978Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T00:37:06.978Z] ---> Using cache [2021-01-15T00:37:06.978Z] ---> 287bae2bfad9 [2021-01-15T00:37:06.978Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-15T00:37:08.411Z] ---> Running in 52f9b6641c07 [2021-01-15T00:37:08.684Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T00:37:09.651Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T00:37:09.651Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T00:37:10.246Z] OK: 233 MiB in 51 packages [2021-01-15T00:37:10.524Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T00:37:11.109Z] OK: 233 MiB in 51 packages [2021-01-15T00:37:13.052Z] Removing intermediate container 45fb2a39b0e8 [2021-01-15T00:37:13.052Z] ---> 639ea212370c [2021-01-15T00:37:13.052Z] Step 6/26 : COPY go.mod . [2021-01-15T00:37:13.316Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T00:37:13.316Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-15T00:37:13.579Z] ---> c54db07c79a8 [2021-01-15T00:37:13.579Z] Step 3/23 : WORKDIR /edgex-go [2021-01-15T00:37:13.579Z] ---> Using cache [2021-01-15T00:37:13.579Z] ---> 684ca3662da7 [2021-01-15T00:37:13.579Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T00:37:13.579Z] ---> Using cache [2021-01-15T00:37:13.579Z] ---> 287bae2bfad9 [2021-01-15T00:37:13.579Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-15T00:37:14.160Z] Removing intermediate container 52f9b6641c07 [2021-01-15T00:37:14.160Z] ---> fefad41eefc7 [2021-01-15T00:37:14.160Z] Step 6/22 : COPY go.mod . [2021-01-15T00:37:14.433Z] ---> Running in fad883a50b20 [2021-01-15T00:37:14.433Z] ---> c7d1cf424d04 [2021-01-15T00:37:14.433Z] Step 7/26 : RUN go mod download [2021-01-15T00:37:15.019Z] ---> Running in 83212a289c54 [2021-01-15T00:37:15.019Z] ---> e19a4287f4c3 [2021-01-15T00:37:15.019Z] Step 7/22 : RUN go mod download [2021-01-15T00:37:15.601Z] ---> Running in b77bf3cb4f11 [2021-01-15T00:37:16.187Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T00:37:16.448Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T00:37:16.448Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-15T00:37:16.448Z] ---> c54db07c79a8 [2021-01-15T00:37:16.448Z] Step 3/24 : WORKDIR /edgex-go [2021-01-15T00:37:16.448Z] ---> Using cache [2021-01-15T00:37:16.448Z] ---> 684ca3662da7 [2021-01-15T00:37:16.448Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T00:37:16.448Z] ---> Using cache [2021-01-15T00:37:16.448Z] ---> 287bae2bfad9 [2021-01-15T00:37:16.448Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-15T00:37:16.448Z] ---> Using cache [2021-01-15T00:37:16.448Z] ---> fefad41eefc7 [2021-01-15T00:37:16.448Z] Step 6/24 : COPY go.mod . [2021-01-15T00:37:16.448Z] ---> Using cache [2021-01-15T00:37:16.448Z] ---> e19a4287f4c3 [2021-01-15T00:37:16.448Z] Step 7/24 : RUN go mod download [2021-01-15T00:37:16.715Z] ---> Running in 7754b8a9c5a2 [2021-01-15T00:37:16.984Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T00:37:17.569Z] Removing intermediate container 83212a289c54 [2021-01-15T00:37:17.569Z] ---> 8ee7e97fa463 [2021-01-15T00:37:17.569Z] Step 8/26 : COPY . . [2021-01-15T00:37:17.569Z] Removing intermediate container b77bf3cb4f11 [2021-01-15T00:37:17.569Z] ---> d36501c12fd6 [2021-01-15T00:37:17.569Z] Step 8/22 : COPY . . [2021-01-15T00:37:17.569Z] OK: 233 MiB in 51 packages [2021-01-15T00:37:18.317Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-15T00:37:25.809Z] Removing intermediate container 7754b8a9c5a2 [2021-01-15T00:37:25.809Z] ---> 72e619dd9485 [2021-01-15T00:37:25.809Z] Removing intermediate container fad883a50b20 [2021-01-15T00:37:25.809Z] ---> 0759ddaa5330 [2021-01-15T00:37:25.809Z] Step 6/23 : COPY go.mod . [2021-01-15T00:37:25.809Z] Step 8/24 : COPY . . [2021-01-15T00:37:31.176Z] ---> 79348c8ea076 [2021-01-15T00:37:31.176Z] Step 7/23 : RUN go mod download [2021-01-15T00:37:32.601Z] ---> Running in dfbf70b028a0 [2021-01-15T00:37:42.698Z] Removing intermediate container dfbf70b028a0 [2021-01-15T00:37:42.698Z] ---> 98aefc2f8726 [2021-01-15T00:37:42.698Z] Step 8/23 : COPY . . [2021-01-15T00:37:50.902Z] ---> 4f3c0086230b [2021-01-15T00:37:50.902Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-15T00:37:50.902Z] ---> 33f1f5543282 [2021-01-15T00:37:50.902Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-15T00:37:51.490Z] ---> Running in 2b9dfd2dbbf8 [2021-01-15T00:37:51.490Z] ---> Running in 307841a86fe0 [2021-01-15T00:37:52.072Z] ---> 920e69b848a9 [2021-01-15T00:37:52.072Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-15T00:37:52.335Z] ---> Running in 7844cdfbcdc8 [2021-01-15T00:37:53.741Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-15T00:37:53.741Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-15T00:37:54.361Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-15T00:37:57.573Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-15T00:38:02.681Z] ---> 8778a93dac64 [2021-01-15T00:38:02.681Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-15T00:38:02.949Z] ---> Running in 5d7442a9fc09 [2021-01-15T00:38:04.391Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-15T00:38:16.752Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-15T00:38:21.063Z] Removing intermediate container 2b9dfd2dbbf8 [2021-01-15T00:38:21.063Z] ---> 3734c8f44cbf [2021-01-15T00:38:21.063Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-15T00:38:22.013Z] ---> Running in d90a89ee3f6b [2021-01-15T00:38:24.027Z] Removing intermediate container 307841a86fe0 [2021-01-15T00:38:24.027Z] ---> 8da4f711c74d [2021-01-15T00:38:24.027Z] [2021-01-15T00:38:24.027Z] Step 10/22 : FROM scratch [2021-01-15T00:38:24.027Z] ---> [2021-01-15T00:38:24.027Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-15T00:38:24.486Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-15T00:38:24.576Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-15T00:38:24.577Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-15T00:38:24.577Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-15T00:38:24.577Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-15T00:38:24.577Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-15T00:38:24.577Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-15T00:38:24.577Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-15T00:38:24.577Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-15T00:38:24.577Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-15T00:38:25.078Z] ---> Using cache [2021-01-15T00:38:25.079Z] ---> 02b86c250b08 [2021-01-15T00:38:25.079Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-15T00:38:26.056Z] ---> Running in 04d219fef5f8 [2021-01-15T00:38:26.056Z] Removing intermediate container 7844cdfbcdc8 [2021-01-15T00:38:26.056Z] ---> d8350f8e0922 [2021-01-15T00:38:26.056Z] [2021-01-15T00:38:26.056Z] Step 10/24 : FROM alpine:3.12 [2021-01-15T00:38:26.056Z] ---> 389fef711851 [2021-01-15T00:38:26.056Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-15T00:38:26.056Z] ---> Using cache [2021-01-15T00:38:26.056Z] ---> fdc407a1f39e [2021-01-15T00:38:26.056Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-15T00:38:26.324Z] ---> Running in 576250b31d47 [2021-01-15T00:38:26.324Z] Removing intermediate container 04d219fef5f8 [2021-01-15T00:38:26.324Z] ---> 219f68da0fb5 [2021-01-15T00:38:26.324Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-15T00:38:26.324Z] ---> Running in 3e5a76a3f975 [2021-01-15T00:38:26.593Z] Removing intermediate container 576250b31d47 [2021-01-15T00:38:26.593Z] ---> 30412aaae69d [2021-01-15T00:38:26.593Z] Step 13/24 : WORKDIR / [2021-01-15T00:38:26.593Z] ---> Running in 9b8c4f6d64ff [2021-01-15T00:38:26.593Z] Removing intermediate container 3e5a76a3f975 [2021-01-15T00:38:26.593Z] ---> f0f6b83afee0 [2021-01-15T00:38:26.593Z] Step 14/22 : WORKDIR / [2021-01-15T00:38:26.863Z] ---> Running in 2caa821ec047 [2021-01-15T00:38:27.127Z] Removing intermediate container 9b8c4f6d64ff [2021-01-15T00:38:27.127Z] ---> 8378ff3379b5 [2021-01-15T00:38:27.127Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-01-15T00:38:27.127Z] Removing intermediate container 2caa821ec047 [2021-01-15T00:38:27.127Z] ---> 8baa857dd923 [2021-01-15T00:38:27.127Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-15T00:38:27.391Z] Removing intermediate container d90a89ee3f6b [2021-01-15T00:38:27.391Z] ---> f2803c5b3755 [2021-01-15T00:38:27.391Z] [2021-01-15T00:38:27.391Z] Step 11/26 : FROM docker:20.10.0 [2021-01-15T00:38:27.391Z] 20.10.0: Pulling from library/docker [2021-01-15T00:38:27.391Z] ---> 3f6f23ed8637 [2021-01-15T00:38:27.391Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-15T00:38:27.391Z] ---> 4a785a3e9335 [2021-01-15T00:38:27.391Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-01-15T00:38:27.990Z] ---> 27bd0308c3d1 [2021-01-15T00:38:27.990Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-15T00:38:28.579Z] ---> 7460d71d72ba [2021-01-15T00:38:28.579Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-15T00:38:29.535Z] ---> 4c3d4064e91e [2021-01-15T00:38:29.535Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-15T00:38:30.319Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-15T00:38:30.319Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-15T00:38:30.319Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-15T00:38:32.108Z] ---> 610f01145886 [2021-01-15T00:38:32.108Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-15T00:38:32.376Z] ---> Running in 1c6a51813d01 [2021-01-15T00:38:32.376Z] ---> 0dfe72e97e36 [2021-01-15T00:38:32.376Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-15T00:38:32.647Z] Removing intermediate container 1c6a51813d01 [2021-01-15T00:38:32.647Z] ---> a35e8bec9d84 [2021-01-15T00:38:32.647Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-15T00:38:32.912Z] ---> Running in b1377acfa4ad [2021-01-15T00:38:33.871Z] ---> df0c75799401 [2021-01-15T00:38:33.871Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-15T00:38:34.831Z] Removing intermediate container b1377acfa4ad [2021-01-15T00:38:34.831Z] ---> 16372b29181a [2021-01-15T00:38:34.831Z] Step 20/22 : LABEL arch=x86_64 [2021-01-15T00:38:34.831Z] Removing intermediate container 5d7442a9fc09 [2021-01-15T00:38:34.831Z] ---> e90fce5e5487 [2021-01-15T00:38:34.831Z] [2021-01-15T00:38:34.831Z] Step 10/23 : FROM alpine:3.12 [2021-01-15T00:38:34.831Z] ---> 389fef711851 [2021-01-15T00:38:34.831Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-15T00:38:34.831Z] ---> Running in 4cdbb8cf4fea [2021-01-15T00:38:35.099Z] ---> 1d7e7ff9099a [2021-01-15T00:38:35.099Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-01-15T00:38:35.099Z] ---> Running in 5b4290422ae0 [2021-01-15T00:38:35.099Z] ---> Running in 2595f35599a6 [2021-01-15T00:38:35.099Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-15T00:38:35.363Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-15T00:38:35.363Z] ---> aefe523efa57 [2021-01-15T00:38:35.363Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-15T00:38:35.363Z] Removing intermediate container 4cdbb8cf4fea [2021-01-15T00:38:35.363Z] ---> 4c96437c7f6c [2021-01-15T00:38:35.363Z] Step 21/22 : LABEL git_sha=6cb713fd3fad498c2078ac017c6fc9541add464b [2021-01-15T00:38:35.631Z] ---> Running in 1209eda3db42 [2021-01-15T00:38:35.631Z] Removing intermediate container 5b4290422ae0 [2021-01-15T00:38:35.631Z] ---> 3dd002b47126 [2021-01-15T00:38:35.631Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-15T00:38:35.631Z] ---> Running in 0ccdb6f557e6 [2021-01-15T00:38:35.631Z] ---> Running in 10f0ca272788 [2021-01-15T00:38:37.041Z] Removing intermediate container 1209eda3db42 [2021-01-15T00:38:37.041Z] ---> 1f18b8d29e65 [2021-01-15T00:38:37.041Z] Step 22/22 : LABEL version=0.0.0 [2021-01-15T00:38:37.041Z] ---> Running in ed7f3177eb3b [2021-01-15T00:38:37.041Z] Removing intermediate container 10f0ca272788 [2021-01-15T00:38:37.041Z] ---> 110c9cc5d90f [2021-01-15T00:38:37.041Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-15T00:38:37.058Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.274s coverage: 46.6% of statements [2021-01-15T00:38:37.058Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-15T00:38:37.058Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-15T00:38:37.058Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-15T00:38:37.058Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-15T00:38:37.058Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-15T00:38:37.305Z] ---> Running in 4e41cec68186 [2021-01-15T00:38:37.305Z] Removing intermediate container ed7f3177eb3b [2021-01-15T00:38:37.305Z] ---> cc14a3680509 [2021-01-15T00:38:37.305Z] [2021-01-15T00:38:37.305Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T00:38:37.571Z] Removing intermediate container 4e41cec68186 [2021-01-15T00:38:37.571Z] ---> 188f1dfbbe19 [2021-01-15T00:38:37.571Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T00:38:37.571Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T00:38:37.571Z] ---> Running in 7bd0a1817220 [2021-01-15T00:38:37.571Z] Successfully built cc14a3680509 [2021-01-15T00:38:37.571Z] Successfully tagged docker-core-command-go:latest [2021-01-15T00:38:37.843Z]  Building docker-core-command-go ... done (1/2) Installing readline (8.0.4-r0) [2021-01-15T00:38:37.843Z] Removing intermediate container 2595f35599a6 [2021-01-15T00:38:37.843Z] ---> eaa0a960fa6a [2021-01-15T00:38:37.843Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-15T00:38:37.843Z] (2/2) Installing bash (5.0.17-r0) [2021-01-15T00:38:37.843Z] Executing bash-5.0.17-r0.post-install [2021-01-15T00:38:37.843Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T00:38:37.843Z] OK: 12 MiB in 22 packages [2021-01-15T00:38:37.843Z] ---> Running in 35a6c53521b0 [2021-01-15T00:38:38.110Z] Removing intermediate container 35a6c53521b0 [2021-01-15T00:38:38.110Z] ---> 7104a06221cd [2021-01-15T00:38:38.110Z] Step 22/24 : LABEL arch=x86_64 [2021-01-15T00:38:38.110Z] ---> Running in 625d29b597c7 [2021-01-15T00:38:38.375Z] Removing intermediate container 625d29b597c7 [2021-01-15T00:38:38.375Z] ---> 08a979ca476a [2021-01-15T00:38:38.375Z] Step 23/24 : LABEL git_sha=6cb713fd3fad498c2078ac017c6fc9541add464b [2021-01-15T00:38:38.640Z] Removing intermediate container 0ccdb6f557e6 [2021-01-15T00:38:38.640Z] ---> 91bd5964954d [2021-01-15T00:38:38.640Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-15T00:38:38.640Z] ---> Running in 5cdb7539a3bc [2021-01-15T00:38:38.640Z] ---> Running in c898be4d5aea [2021-01-15T00:38:38.905Z] Removing intermediate container 7bd0a1817220 [2021-01-15T00:38:38.905Z] ---> da520e2e8cbd [2021-01-15T00:38:38.905Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-15T00:38:38.905Z] ---> Running in 45eb86f27fd6 [2021-01-15T00:38:38.905Z] Removing intermediate container c898be4d5aea [2021-01-15T00:38:38.905Z] ---> eef00a285c72 [2021-01-15T00:38:38.905Z] Step 24/24 : LABEL version=0.0.0 [2021-01-15T00:38:39.180Z] Removing intermediate container 5cdb7539a3bc [2021-01-15T00:38:39.180Z] ---> 6c6a539c68cd [2021-01-15T00:38:39.180Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-15T00:38:39.180Z] ---> Running in bc2aa20be9d1 [2021-01-15T00:38:39.180Z] ---> Running in f9d5b5eed437 [2021-01-15T00:38:39.447Z] Removing intermediate container bc2aa20be9d1 [2021-01-15T00:38:39.447Z] ---> 6eec2917ba70 [2021-01-15T00:38:39.447Z] [2021-01-15T00:38:39.447Z] Removing intermediate container f9d5b5eed437 [2021-01-15T00:38:39.447Z] ---> 50cd00d5b96a [2021-01-15T00:38:39.447Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-15T00:38:39.712Z] Successfully built 6eec2917ba70 [2021-01-15T00:38:39.712Z] ---> Running in 6b87429a4848 [2021-01-15T00:38:39.712Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-15T00:38:39.712Z]  Building docker-security-secretstore-setup-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T00:38:39.712Z] Removing intermediate container 6b87429a4848 [2021-01-15T00:38:39.712Z] ---> 2c7f0c149006 [2021-01-15T00:38:39.712Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-15T00:38:40.292Z] ---> dda725d348b0 [2021-01-15T00:38:40.292Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-15T00:38:40.558Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T00:38:40.558Z] ---> 3264b8585958 [2021-01-15T00:38:40.558Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-15T00:38:41.142Z] ---> df6cc0a8c7d7 [2021-01-15T00:38:41.142Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-15T00:38:41.142Z] ---> Running in 855eee474fe0 [2021-01-15T00:38:41.412Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-15T00:38:41.412Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-15T00:38:41.412Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-15T00:38:41.676Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T00:38:41.676Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T00:38:41.676Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-15T00:38:41.941Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-15T00:38:41.941Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-15T00:38:41.941Z] (2/33) Installing expat (2.2.9-r1) [2021-01-15T00:38:41.941Z] (3/33) Installing libffi (3.3-r2) [2021-01-15T00:38:41.941Z] (4/33) Installing gdbm (1.13-r1) [2021-01-15T00:38:41.941Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-15T00:38:41.941Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-15T00:38:41.941Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-15T00:38:41.941Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T00:38:41.941Z] OK: 8 MiB in 19 packages [2021-01-15T00:38:43.793Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.578s coverage: 27.0% of statements [2021-01-15T00:38:43.793Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-15T00:38:43.793Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-15T00:38:43.793Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-15T00:38:43.793Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-15T00:38:43.793Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-15T00:38:43.793Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-15T00:38:43.793Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.073s coverage: 100.0% of statements [2021-01-15T00:38:43.793Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-15T00:38:43.793Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.072s coverage: 100.0% of statements [2021-01-15T00:38:43.793Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-15T00:38:43.793Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-15T00:38:43.793Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.381s coverage: 67.9% of statements [2021-01-15T00:38:43.793Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-15T00:38:43.793Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-15T00:38:44.070Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.741s coverage: 82.3% of statements [2021-01-15T00:38:44.070Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-15T00:38:44.070Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-15T00:38:44.070Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-15T00:38:44.070Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-15T00:38:46.206Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-15T00:38:46.206Z] Removing intermediate container 45eb86f27fd6 [2021-01-15T00:38:46.206Z] ---> 300a13a795ed [2021-01-15T00:38:46.206Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-15T00:38:46.206Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-15T00:38:46.206Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-15T00:38:46.206Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-15T00:38:46.206Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-15T00:38:46.206Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-15T00:38:46.206Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-15T00:38:46.206Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-15T00:38:46.206Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-15T00:38:46.206Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-15T00:38:46.206Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-15T00:38:46.206Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-15T00:38:46.206Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-15T00:38:46.206Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-15T00:38:47.161Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-15T00:38:47.161Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-15T00:38:47.161Z] ---> 06d1fc488f03 [2021-01-15T00:38:47.161Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-15T00:38:47.426Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-15T00:38:47.426Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-15T00:38:47.426Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-15T00:38:47.426Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-15T00:38:47.426Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-15T00:38:47.426Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-15T00:38:47.426Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-15T00:38:47.426Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-15T00:38:47.426Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-15T00:38:47.426Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-15T00:38:47.695Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T00:38:47.695Z] OK: 71 MiB in 55 packages [2021-01-15T00:38:48.650Z] ---> e7f67c7fc70d [2021-01-15T00:38:48.650Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-15T00:38:49.237Z] ---> 95e621b8c5e7 [2021-01-15T00:38:49.237Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-15T00:38:52.381Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.147s coverage: 28.6% of statements [2021-01-15T00:38:52.381Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-15T00:38:52.381Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-15T00:38:52.381Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-15T00:38:52.381Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-15T00:38:52.381Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-15T00:38:52.381Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.151s coverage: 100.0% of statements [2021-01-15T00:38:52.381Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-15T00:38:52.381Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.071s coverage: 100.0% of statements [2021-01-15T00:38:52.381Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-15T00:38:52.381Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.314s coverage: 86.7% of statements [2021-01-15T00:38:52.381Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-15T00:38:52.573Z] ---> Running in ed29fdf02922 [2021-01-15T00:38:53.365Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.428s coverage: 97.5% of statements [2021-01-15T00:38:53.365Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-15T00:38:53.365Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.155s coverage: 78.3% of statements [2021-01-15T00:38:53.365Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-15T00:38:53.365Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-15T00:38:53.365Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-15T00:38:53.365Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-15T00:38:54.509Z] Removing intermediate container ed29fdf02922 [2021-01-15T00:38:54.510Z] ---> f1120b5ada37 [2021-01-15T00:38:54.510Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-15T00:38:54.510Z] ---> Running in acc89b300906 [2021-01-15T00:38:54.776Z] Removing intermediate container 855eee474fe0 [2021-01-15T00:38:54.776Z] ---> 4dda9e167360 [2021-01-15T00:38:54.776Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-15T00:38:54.776Z] ---> Running in 64a400f07440 [2021-01-15T00:38:54.776Z] Removing intermediate container acc89b300906 [2021-01-15T00:38:54.776Z] ---> 79b70f7f5ec3 [2021-01-15T00:38:54.776Z] Step 21/23 : LABEL arch=x86_64 [2021-01-15T00:38:54.776Z] ---> Running in 45cac628ca3c [2021-01-15T00:38:55.044Z] Removing intermediate container 45cac628ca3c [2021-01-15T00:38:55.044Z] ---> 3044c5dbbdf2 [2021-01-15T00:38:55.044Z] Step 22/23 : LABEL git_sha=6cb713fd3fad498c2078ac017c6fc9541add464b [2021-01-15T00:38:55.310Z] ---> Running in b698ee85d538 [2021-01-15T00:38:55.575Z] Removing intermediate container b698ee85d538 [2021-01-15T00:38:55.575Z] ---> 6034108befcf [2021-01-15T00:38:55.575Z] Step 23/23 : LABEL version=0.0.0 [2021-01-15T00:38:55.575Z] ---> Running in b6814c9dbdd7 [2021-01-15T00:38:55.575Z] Removing intermediate container b6814c9dbdd7 [2021-01-15T00:38:55.575Z] ---> 82e5cd9caca9 [2021-01-15T00:38:55.575Z] [2021-01-15T00:38:55.840Z] Successfully built 82e5cd9caca9 [2021-01-15T00:38:55.840Z] Successfully tagged docker-core-data-go:latest [2021-01-15T00:38:56.419Z]  Building docker-core-data-go ... done Collecting docker-compose==1.23.2 [2021-01-15T00:38:56.419Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-15T00:38:56.683Z] Collecting cached-property<2,>=1.2.0 [2021-01-15T00:38:56.683Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-15T00:38:56.683Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-01-15T00:38:56.947Z] Collecting docker<4.0,>=3.6.0 [2021-01-15T00:38:56.947Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-15T00:38:56.947Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-15T00:38:56.947Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-15T00:38:57.527Z] Collecting texttable<0.10,>=0.9.0 [2021-01-15T00:38:57.527Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-15T00:38:58.104Z] Collecting PyYAML<4,>=3.10 [2021-01-15T00:38:58.104Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-15T00:38:59.060Z] Collecting docopt<0.7,>=0.6.1 [2021-01-15T00:38:59.060Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-15T00:38:59.650Z] Collecting jsonschema<3,>=2.5.1 [2021-01-15T00:38:59.650Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-15T00:38:59.914Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-15T00:38:59.914Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-15T00:39:00.177Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-15T00:39:00.177Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-15T00:39:00.177Z] Collecting docker-pycreds>=0.4.0 [2021-01-15T00:39:00.177Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-15T00:39:00.441Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-15T00:39:00.441Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-15T00:39:00.441Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-01-15T00:39:00.705Z] Collecting idna<2.8,>=2.5 [2021-01-15T00:39:00.705Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-15T00:39:00.705Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-01-15T00:39:00.705Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-15T00:39:00.705Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-15T00:39:00.705Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-15T00:39:00.705Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-15T00:39:00.705Z] Installing collected packages: cached-property, docker-pycreds, websocket-client, urllib3, idna, requests, docker, dockerpty, texttable, PyYAML, docopt, jsonschema, docker-compose [2021-01-15T00:39:00.968Z] Attempting uninstall: urllib3 [2021-01-15T00:39:00.968Z] Found existing installation: urllib3 1.25.9 [2021-01-15T00:39:00.968Z] Uninstalling urllib3-1.25.9: [2021-01-15T00:39:00.968Z] Successfully uninstalled urllib3-1.25.9 [2021-01-15T00:39:01.232Z] Attempting uninstall: idna [2021-01-15T00:39:01.232Z] Found existing installation: idna 2.9 [2021-01-15T00:39:01.232Z] Uninstalling idna-2.9: [2021-01-15T00:39:01.232Z] Successfully uninstalled idna-2.9 [2021-01-15T00:39:01.497Z] Attempting uninstall: requests [2021-01-15T00:39:01.497Z] Found existing installation: requests 2.23.0 [2021-01-15T00:39:01.497Z] Uninstalling requests-2.23.0: [2021-01-15T00:39:01.497Z] Successfully uninstalled requests-2.23.0 [2021-01-15T00:39:02.071Z] Running setup.py install for dockerpty: started [2021-01-15T00:39:02.334Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-15T00:39:02.334Z] Running setup.py install for texttable: started [2021-01-15T00:39:02.908Z] Running setup.py install for texttable: finished with status 'done' [2021-01-15T00:39:02.908Z] Running setup.py install for PyYAML: started [2021-01-15T00:39:03.486Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-15T00:39:03.486Z] Running setup.py install for docopt: started [2021-01-15T00:39:03.567Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.262s coverage: 93.2% of statements [2021-01-15T00:39:03.567Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-15T00:39:03.567Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-15T00:39:03.567Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-15T00:39:03.567Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-15T00:39:03.567Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-15T00:39:03.567Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-15T00:39:03.567Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-15T00:39:03.567Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-15T00:39:03.567Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-15T00:39:03.567Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-15T00:39:03.567Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-15T00:39:03.567Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-15T00:39:03.567Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-15T00:39:03.567Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-15T00:39:03.567Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-15T00:39:03.567Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-15T00:39:03.567Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-15T00:39:03.567Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-15T00:39:03.567Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.057s coverage: 58.8% of statements [2021-01-15T00:39:03.567Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-15T00:39:03.567Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-15T00:39:03.567Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.227s coverage: 0.1% of statements [2021-01-15T00:39:03.567Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-15T00:39:03.567Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-15T00:39:03.567Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-15T00:39:03.567Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-15T00:39:03.567Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.081s coverage: 100.0% of statements [2021-01-15T00:39:03.567Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-15T00:39:03.567Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.134s coverage: 75.5% of statements [2021-01-15T00:39:03.567Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-15T00:39:03.567Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.080s coverage: 80.8% of statements [2021-01-15T00:39:03.567Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.151s coverage: 87.2% of statements [2021-01-15T00:39:03.567Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.189s coverage: 84.2% of statements [2021-01-15T00:39:04.080Z] Running setup.py install for docopt: finished with status 'done' [2021-01-15T00:39:04.357Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-01-15T00:39:04.564Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.248s coverage: 91.4% of statements [2021-01-15T00:39:04.564Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-15T00:39:08.592Z] Removing intermediate container 64a400f07440 [2021-01-15T00:39:08.592Z] ---> 294f63790ded [2021-01-15T00:39:08.592Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-15T00:39:08.592Z] ---> Running in 79e465c180e3 [2021-01-15T00:39:08.592Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T00:39:08.592Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T00:39:08.855Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-15T00:39:08.855Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-15T00:39:08.855Z] (3/3) Installing curl (7.69.1-r3) [2021-01-15T00:39:08.855Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T00:39:08.855Z] OK: 72 MiB in 58 packages [2021-01-15T00:39:08.901Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.729s coverage: 63.5% of statements [2021-01-15T00:39:08.901Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-15T00:39:08.901Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-15T00:39:08.901Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.076s coverage: 100.0% of statements [2021-01-15T00:39:08.901Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.092s coverage: 91.3% of statements [2021-01-15T00:39:08.901Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.059s coverage: 100.0% of statements [2021-01-15T00:39:09.431Z] Removing intermediate container 79e465c180e3 [2021-01-15T00:39:09.431Z] ---> 233c5c0b5d47 [2021-01-15T00:39:09.431Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-15T00:39:09.431Z] ---> Running in c654ccef5d3f [2021-01-15T00:39:09.501Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.135s coverage: 73.7% of statements [2021-01-15T00:39:09.694Z] Removing intermediate container c654ccef5d3f [2021-01-15T00:39:09.694Z] ---> a1b6fc67cfa8 [2021-01-15T00:39:09.694Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-15T00:39:09.694Z] ---> Running in 885197fc7f50 [2021-01-15T00:39:09.778Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.105s coverage: 100.0% of statements [2021-01-15T00:39:09.956Z] Removing intermediate container 885197fc7f50 [2021-01-15T00:39:09.956Z] ---> 292c5c88001d [2021-01-15T00:39:09.956Z] Step 24/26 : LABEL arch=x86_64 [2021-01-15T00:39:09.956Z] ---> Running in b246034bad5c [2021-01-15T00:39:10.218Z] Removing intermediate container b246034bad5c [2021-01-15T00:39:10.218Z] ---> 63e6c62e513c [2021-01-15T00:39:10.218Z] Step 25/26 : LABEL git_sha=6cb713fd3fad498c2078ac017c6fc9541add464b [2021-01-15T00:39:10.218Z] ---> Running in 298658ce727b [2021-01-15T00:39:10.218Z] Removing intermediate container 298658ce727b [2021-01-15T00:39:10.218Z] ---> 02bbec9149f8 [2021-01-15T00:39:10.218Z] Step 26/26 : LABEL version=0.0.0 [2021-01-15T00:39:10.481Z] ---> Running in 0980b3160bb2 [2021-01-15T00:39:10.481Z] Removing intermediate container 0980b3160bb2 [2021-01-15T00:39:10.481Z] ---> d1d1a3f6cdc8 [2021-01-15T00:39:10.481Z] [2021-01-15T00:39:10.744Z] Successfully built d1d1a3f6cdc8 [2021-01-15T00:39:11.007Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-15T00:39:11.592Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-15T00:39:11.599Z] $ docker stop --time=1 717a766cb83a077186b95c84e9a7ffbc3a96376ffb0436c420b6c148e96a1f00 [2021-01-15T00:39:13.186Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.941s coverage: 68.9% of statements [2021-01-15T00:39:13.186Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-15T00:39:13.186Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-15T00:39:13.186Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-15T00:39:13.186Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-15T00:39:13.186Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-15T00:39:13.242Z] $ docker rm -f 717a766cb83a077186b95c84e9a7ffbc3a96376ffb0436c420b6c148e96a1f00 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-15T00:39:13.796Z] + docker images [2021-01-15T00:39:13.796Z] + grep docker [2021-01-15T00:39:13.796Z] docker-sys-mgmt-agent-go latest d1d1a3f6cdc8 3 seconds ago 313MB [2021-01-15T00:39:13.796Z] docker-core-data-go latest 82e5cd9caca9 18 seconds ago 22.3MB [2021-01-15T00:39:13.796Z] docker-security-secretstore-setup-go latest 6eec2917ba70 34 seconds ago 24.6MB [2021-01-15T00:39:13.796Z] docker-core-command-go latest cc14a3680509 36 seconds ago 10.6MB [2021-01-15T00:39:13.796Z] docker-security-bootstrap-redis-go latest 9bdb92ffb6a3 2 minutes ago 15.8MB [2021-01-15T00:39:13.796Z] docker-security-proxy-setup-go latest f6536835e9fa 2 minutes ago 24.4MB [2021-01-15T00:39:13.796Z] docker-core-metadata-go latest b492837df237 2 minutes ago 13.1MB [2021-01-15T00:39:13.796Z] docker-support-notifications-go latest 4e4dbed24df7 2 minutes ago 12MB [2021-01-15T00:39:13.796Z] docker-support-scheduler-go latest b96dc27f870d 2 minutes ago 10.7MB [2021-01-15T00:39:13.796Z] docker 20.10.0 aefe523efa57 4 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-01-15T00:39:15.830Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.478s coverage: 37.0% of statements [2021-01-15T00:39:15.830Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-15T00:39:15.830Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-15T00:39:16.101Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.869s coverage: 84.0% of statements [2021-01-15T00:39:16.101Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.114s coverage: 100.0% of statements [2021-01-15T00:39:22.833Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.358s coverage: 47.1% of statements [2021-01-15T00:39:22.833Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-15T00:39:22.833Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-15T00:39:22.833Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-15T00:39:22.833Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-15T00:39:22.833Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-15T00:39:22.833Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.139s coverage: 100.0% of statements [2021-01-15T00:39:22.833Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-15T00:39:22.833Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.125s coverage: 100.0% of statements [2021-01-15T00:39:22.833Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-15T00:39:29.430Z] Still waiting to schedule task [2021-01-15T00:39:29.431Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-8c-8g-20352’ [2021-01-15T00:39:29.567Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.658s coverage: 29.1% of statements [2021-01-15T00:39:29.567Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-15T00:39:29.567Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-15T00:39:29.567Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-15T00:39:29.567Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-15T00:39:29.567Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-15T00:39:29.567Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.206s coverage: 99.0% of statements [2021-01-15T00:39:29.567Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-15T00:39:29.567Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.094s coverage: 100.0% of statements [2021-01-15T00:39:29.567Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-15T00:39:29.567Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.048s coverage: 0.0% of statements [2021-01-15T00:39:29.567Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-15T00:39:29.567Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.075s coverage: 100.0% of statements [2021-01-15T00:39:29.567Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-15T00:39:29.567Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-15T00:39:29.567Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-15T00:39:29.567Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-15T00:39:29.567Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.091s coverage: 87.9% of statements [2021-01-15T00:39:29.567Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-15T00:39:29.567Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-15T00:39:29.567Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.065s coverage: 100.0% of statements [2021-01-15T00:39:29.567Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.055s coverage: 32.1% of statements [2021-01-15T00:39:30.165Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.087s coverage: 100.0% of statements [2021-01-15T00:39:31.144Z] GO111MODULE=on go vet ./... [2021-01-15T00:40:52.994Z] gofmt -l . [2021-01-15T00:40:52.994Z] [ "`gofmt -l .`" = "" ] [2021-01-15T00:40:52.994Z] ./bin/test-go-mod-tidy.sh [2021-01-15T00:40:52.994Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-15T00:40:53.682Z] + ls -al . [2021-01-15T00:40:53.682Z] total 684 [2021-01-15T00:40:53.682Z] drwxrwxr-x 9 1001 1001 4096 Jan 15 00:40 . [2021-01-15T00:40:53.682Z] drwxr-xr-x 4 root root 4096 Jan 15 00:36 .. [2021-01-15T00:40:53.682Z] -rw-rw-r-- 1 1001 1001 11 Jan 15 00:35 .dockerignore [2021-01-15T00:40:53.682Z] drwxrwxr-x 8 1001 1001 4096 Jan 15 00:35 .git [2021-01-15T00:40:53.682Z] drwxrwxr-x 3 1001 1001 4096 Jan 15 00:35 .github [2021-01-15T00:40:53.682Z] -rw-rw-r-- 1 1001 1001 824 Jan 15 00:35 .gitignore [2021-01-15T00:40:53.682Z] -rw-rw-r-- 1 1001 1001 166 Jan 15 00:35 .sonarcloud.properties [2021-01-15T00:40:53.682Z] -rw-rw-r-- 1 1001 1001 7741 Jan 15 00:35 Attribution.txt [2021-01-15T00:40:53.682Z] -rw-rw-r-- 1 1001 1001 3804 Jan 15 00:35 CONTRIBUTING.md [2021-01-15T00:40:53.682Z] -rw-rw-r-- 1 1001 1001 931 Jan 15 00:35 Dockerfile.build [2021-01-15T00:40:53.682Z] -rw-rw-r-- 1 1001 1001 863 Jan 15 00:35 Jenkinsfile [2021-01-15T00:40:53.682Z] -rw-rw-r-- 1 1001 1001 10775 Jan 15 00:35 LICENSE [2021-01-15T00:40:53.682Z] -rw-rw-r-- 1 1001 1001 5750 Jan 15 00:35 Makefile [2021-01-15T00:40:53.682Z] -rw-rw-r-- 1 1001 1001 6524 Jan 15 00:35 README.md [2021-01-15T00:40:53.682Z] -rw-rw-r-- 1 1001 1001 6744 Jan 15 00:35 SECURITY.md [2021-01-15T00:40:53.682Z] -rw-rw-r-- 1 1001 1001 5 Jan 15 00:31 VERSION [2021-01-15T00:40:53.682Z] -rw-rw-r-- 1 1001 1001 4131 Jan 15 00:35 ZMQWindows.md [2021-01-15T00:40:53.682Z] drwxrwxr-x 2 1001 1001 4096 Jan 15 00:35 bin [2021-01-15T00:40:53.682Z] drwxrwxr-x 14 1001 1001 4096 Jan 15 00:35 cmd [2021-01-15T00:40:53.682Z] -rw-r--r-- 1 root root 550321 Jan 15 00:39 coverage.out [2021-01-15T00:40:53.682Z] -rw-r--r-- 1 root root 979 Jan 15 00:40 go.mod [2021-01-15T00:40:53.682Z] -rw-r--r-- 1 root root 19126 Jan 15 00:40 go.sum [2021-01-15T00:40:53.682Z] drwxrwxr-x 8 1001 1001 4096 Jan 15 00:35 internal [2021-01-15T00:40:53.682Z] drwxrwxr-x 4 1001 1001 4096 Jan 15 00:35 openapi [2021-01-15T00:40:53.682Z] drwxrwxr-x 4 1001 1001 4096 Jan 15 00:35 snap [2021-01-15T00:40:53.682Z] -rw-rw-r-- 1 1001 1001 168 Jan 15 00:35 version.go [Pipeline] sh [2021-01-15T00:40:54.357Z] + '[' -e coverage.out ] [2021-01-15T00:40:54.357Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-15T00:40:54.423Z] Warning: overwriting stash ‘coverage-report’ [2021-01-15T00:40:55.832Z] Stashed 1 file(s) [Pipeline] sh [2021-01-15T00:40:56.544Z] + make build [2021-01-15T00:40:56.544Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-15T00:41:09.023Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-15T00:41:19.902Z] Running on prd-ubuntu18.04-docker-8c-8g-20354 in /w/workspace/edgexfoundry_edgex-go_PR-3027 [Pipeline] { [Pipeline] ws [2021-01-15T00:41:20.003Z] Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout [2021-01-15T00:41:22.166Z] using credential edgex-jenkins-ssh [2021-01-15T00:41:22.218Z] Cloning the remote Git repository [2021-01-15T00:41:22.249Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-15T00:41:22.313Z] > git init /w/workspace/edgex-go/4 # timeout=10 [2021-01-15T00:41:22.337Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-15T00:41:22.337Z] > git --version # timeout=10 [2021-01-15T00:41:22.342Z] > git --version # 'git version 2.17.1' [2021-01-15T00:41:22.343Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-15T00:41:22.366Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-15T00:41:35.851Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-15T00:41:41.200Z] Merging remotes/origin/master commit 60451040515ee9eeb901ca3bb1c4662a631f475e into PR head commit e93fe298edca2f4dbba9d8b960851799ec89fd7a [2021-01-15T00:41:41.359Z] Merge succeeded, producing 6930d1dabd87bd103bc902a760b8e3a074951af3 [2021-01-15T00:41:41.360Z] Checking out Revision 6930d1dabd87bd103bc902a760b8e3a074951af3 (PR-3027) [2021-01-15T00:41:40.712Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-15T00:41:40.719Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-15T00:41:40.729Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-15T00:41:40.739Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-15T00:41:40.739Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-15T00:41:40.743Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3027/head:refs/remotes/origin/PR-3027 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-15T00:41:41.212Z] > git config core.sparsecheckout # timeout=10 [2021-01-15T00:41:41.217Z] > git checkout -f e93fe298edca2f4dbba9d8b960851799ec89fd7a # timeout=10 [2021-01-15T00:41:41.284Z] > git remote # timeout=10 [2021-01-15T00:41:41.290Z] > git config --get remote.origin.url # timeout=10 [2021-01-15T00:41:41.294Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-15T00:41:41.298Z] > git merge 60451040515ee9eeb901ca3bb1c4662a631f475e # timeout=10 [2021-01-15T00:41:41.359Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-15T00:41:41.366Z] > git config core.sparsecheckout # timeout=10 [2021-01-15T00:41:41.369Z] > git checkout -f 6930d1dabd87bd103bc902a760b8e3a074951af3 # timeout=10 [2021-01-15T00:41:42.561Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-15T00:41:45.047Z] Commit message: "Merge commit '60451040515ee9eeb901ca3bb1c4662a631f475e' into HEAD" [2021-01-15T00:41:45.055Z] > git rev-list --no-walk e93fe298edca2f4dbba9d8b960851799ec89fd7a # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-15T00:41:46.264Z] + echo snap-build.sh [2021-01-15T00:41:46.264Z] snap-build.sh [2021-01-15T00:41:46.264Z] + SNAP_BASE_DIR=. [2021-01-15T00:41:46.264Z] + '[' '!' -z /w/workspace/edgex-go/4 ']' [2021-01-15T00:41:46.264Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/4 [2021-01-15T00:41:46.264Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/4]' [2021-01-15T00:41:46.264Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/4] [2021-01-15T00:41:46.264Z] + cd /w/workspace/edgex-go/4 [2021-01-15T00:41:46.264Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-01-15T00:41:46.264Z] Reading package lists... [2021-01-15T00:41:46.264Z] Building dependency tree... [2021-01-15T00:41:46.264Z] Reading state information... [2021-01-15T00:41:46.530Z] The following packages were automatically installed and are no longer required: [2021-01-15T00:41:46.530Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-01-15T00:41:46.530Z] uidmap xdelta3 [2021-01-15T00:41:46.530Z] Use 'sudo apt autoremove' to remove them. [2021-01-15T00:41:46.530Z] The following packages will be REMOVED: [2021-01-15T00:41:46.530Z] lxd* lxd-client* [2021-01-15T00:41:46.806Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-01-15T00:41:46.806Z] After this operation, 31.7 MB disk space will be freed. [2021-01-15T00:41:47.856Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) [2021-01-15T00:41:47.856Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-15T00:41:48.436Z] Removing lxd dnsmasq configuration [2021-01-15T00:41:48.698Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-01-15T00:41:48.959Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-01-15T00:41:49.317Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-15T00:41:49.904Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-01-15T00:41:49.904Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) [2021-01-15T00:41:49.904Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-15T00:41:50.771Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-15T00:41:51.297Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-01-15T00:41:51.297Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-01-15T00:41:52.239Z] + sudo snap remove --purge lxd [2021-01-15T00:41:52.500Z] snap "lxd" is not installed [2021-01-15T00:41:52.500Z] + sudo groupadd --force --system lxd [2021-01-15T00:41:52.500Z] ++ whoami [2021-01-15T00:41:52.500Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-01-15T00:41:52.500Z] + newgrp - lxd [2021-01-15T00:41:52.500Z] + sudo snap install lxd [2021-01-15T00:41:56.221Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-15T00:42:01.622Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-15T00:42:02.549Z] 2021-01-15T00:41:59Z INFO Waiting for automatic snapd restart... [2021-01-15T00:42:05.942Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-15T00:42:11.371Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-15T00:42:14.766Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-15T00:42:21.487Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-15T00:42:24.548Z] lxd 4.10 from Canonical* installed [2021-01-15T00:42:24.548Z] + sudo lxd init --auto [Pipeline] } [2021-01-15T00:42:25.845Z] $ docker stop --time=1 cbad7ac6bb7b2206223791f83f7879a3ba4a10d05ee60fc5f5ee9d4390141e70 [2021-01-15T00:42:28.529Z] $ docker rm -f cbad7ac6bb7b2206223791f83f7879a3ba4a10d05ee60fc5f5ee9d4390141e70 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [2021-01-15T00:42:32.723Z] + sudo snap install --classic snapcraft [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-15T00:42:33.473Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-15T00:42:33.750Z] [2021-01-15T00:42:33.750Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-15T00:42:34.172Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-15T00:42:34.446Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-15T00:42:34.446Z] 29e5d40040c1: Pulling fs layer [2021-01-15T00:42:34.446Z] 1ce36da41761: Pulling fs layer [2021-01-15T00:42:34.446Z] 25b303627fd3: Pulling fs layer [2021-01-15T00:42:35.454Z] 29e5d40040c1: Verifying Checksum [2021-01-15T00:42:35.454Z] 29e5d40040c1: Download complete [2021-01-15T00:42:36.058Z] 1ce36da41761: Verifying Checksum [2021-01-15T00:42:36.058Z] 1ce36da41761: Download complete [2021-01-15T00:42:36.058Z] 29e5d40040c1: Pull complete [2021-01-15T00:42:37.042Z] 1ce36da41761: Pull complete [2021-01-15T00:42:39.017Z] 25b303627fd3: Verifying Checksum [2021-01-15T00:42:39.017Z] 25b303627fd3: Download complete [2021-01-15T00:42:42.771Z] snapcraft 4.4.4 from Canonical* installed [2021-01-15T00:42:42.771Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-01-15T00:42:42.771Z] + patch --verbose -p1 [2021-01-15T00:42:42.771Z] Hmm... Looks like a unified diff to me... [2021-01-15T00:42:42.771Z] The text leading up to this was: [2021-01-15T00:42:42.771Z] -------------------------- [2021-01-15T00:42:42.771Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-01-15T00:42:42.771Z] |From: Tony Espy [2021-01-15T00:42:42.771Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-01-15T00:42:42.771Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-01-15T00:42:42.771Z] | [2021-01-15T00:42:42.771Z] |This patch is used by the EdgeX CI pipeline builds to [2021-01-15T00:42:42.771Z] |optimize the snap CI check run for pull requests. When [2021-01-15T00:42:42.771Z] |applied, it essentially strips out everything (apps and [2021-01-15T00:42:42.771Z] |parts) from the snapcraft.yaml file except those required [2021-01-15T00:42:42.771Z] |to build edgex-go, as the whole idea of the CI check is to [2021-01-15T00:42:42.771Z] |catch changes to edgex-go that break the snap build. [2021-01-15T00:42:42.771Z] | [2021-01-15T00:42:42.771Z] |In general, anyone updating snapcraft.yaml will also need [2021-01-15T00:42:42.771Z] |to update this patch file, otherwise it may fail to apply, [2021-01-15T00:42:42.771Z] |resulting in a failed snap build CI check in the associated [2021-01-15T00:42:42.771Z] |pull request. [2021-01-15T00:42:42.771Z] | [2021-01-15T00:42:42.771Z] |Note - in addition to applying this patch, the pipeline also [2021-01-15T00:42:42.771Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-01-15T00:42:42.771Z] |need to build the finally binary .snap file (and it won't [2021-01-15T00:42:42.771Z] |work with the patch applied). This further reduces the build [2021-01-15T00:42:42.771Z] |time. [2021-01-15T00:42:42.771Z] |--- [2021-01-15T00:42:42.771Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-01-15T00:42:42.771Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-01-15T00:42:42.771Z] | [2021-01-15T00:42:42.771Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-01-15T00:42:42.771Z] |index 1e537489..faf42425 100644 [2021-01-15T00:42:42.771Z] |--- a/snap/snapcraft.yaml [2021-01-15T00:42:42.771Z] |+++ b/snap/snapcraft.yaml [2021-01-15T00:42:42.771Z] -------------------------- [2021-01-15T00:42:42.771Z] patching file snap/snapcraft.yaml [2021-01-15T00:42:42.771Z] Using Plan A... [2021-01-15T00:42:42.771Z] Hunk #1 succeeded at 73. [2021-01-15T00:42:42.771Z] Hunk #2 succeeded at 202 with fuzz 1. [2021-01-15T00:42:42.771Z] Hunk #3 succeeded at 214 (offset -3 lines). [2021-01-15T00:42:42.771Z] Hunk #4 succeeded at 222 (offset -3 lines). [2021-01-15T00:42:42.771Z] Hunk #5 succeeded at 229 (offset -3 lines). [2021-01-15T00:42:42.771Z] Hunk #6 succeeded at 256 (offset -3 lines). [2021-01-15T00:42:42.771Z] Hunk #7 succeeded at 290 (offset -3 lines). [2021-01-15T00:42:42.771Z] Hunk #8 succeeded at 342 (offset -2 lines). [2021-01-15T00:42:42.771Z] Hmm... Ignoring the trailing garbage. [2021-01-15T00:42:42.771Z] done [2021-01-15T00:42:42.771Z] + sudo snapcraft prime --use-lxd [2021-01-15T00:42:43.340Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-01-15T00:42:43.340Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-01-15T00:42:43.340Z] - README.md [2021-01-15T00:42:43.340Z] - snapcraft.yaml.orig [2021-01-15T00:42:43.340Z] [2021-01-15T00:42:43.340Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-15T00:42:43.912Z] Launching a container. [2021-01-15T00:42:49.200Z] 25b303627fd3: Pull complete [2021-01-15T00:42:49.200Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-15T00:42:49.200Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-15T00:42:49.200Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-15T00:42:49.496Z] prd-ubuntu18.04-docker-arm64-4c-16g-20347 does not seem to be running inside a container [2021-01-15T00:42:49.603Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-15T00:42:53.131Z] $ docker top a3552d091389bdebf1f900ec8d58675d2055bfbcb38b3b8b90e65d5708d1d1c9 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-15T00:42:54.185Z] + grep+ paralleldocker-compose [2021-01-15T00:42:54.185Z] build --help [2021-01-15T00:42:56.168Z] Waiting for container to be ready [2021-01-15T00:42:56.168Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-01-15T00:42:56.168Z] [2021-01-15T00:42:58.722Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-01-15T00:42:58.722Z] Waiting for network to be ready... [2021-01-15T00:42:58.983Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-15T00:42:58.983Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-15T00:42:59.553Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1506 kB] [2021-01-15T00:42:59.553Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-15T00:42:59.663Z] --parallel Build images in parallel. [2021-01-15T00:42:59.813Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-15T00:43:00.074Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-15T00:43:00.074Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-15T00:43:00.074Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-15T00:43:00.074Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-15T00:43:00.074Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-15T00:43:00.074Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-15T00:43:00.074Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [292 kB] [2021-01-15T00:43:00.074Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] [2021-01-15T00:43:00.074Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] [2021-01-15T00:43:00.074Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] [2021-01-15T00:43:00.074Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] [2021-01-15T00:43:00.074Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1098 kB] [Pipeline] } [2021-01-15T00:43:00.319Z] $ docker stop --time=1 a3552d091389bdebf1f900ec8d58675d2055bfbcb38b3b8b90e65d5708d1d1c9 [2021-01-15T00:43:00.645Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] [2021-01-15T00:43:00.645Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-15T00:43:00.905Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1842 kB] [2021-01-15T00:43:01.201Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [384 kB] [2021-01-15T00:43:01.201Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] [2021-01-15T00:43:01.201Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] [2021-01-15T00:43:01.201Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [237 kB] [2021-01-15T00:43:01.201Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.8 kB] [2021-01-15T00:43:01.201Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] [2021-01-15T00:43:01.201Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] [2021-01-15T00:43:02.464Z] $ docker rm -f a3552d091389bdebf1f900ec8d58675d2055bfbcb38b3b8b90e65d5708d1d1c9 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-15T00:43:03.123Z] Fetched 23.7 MB in 4s (5629 kB/s) [2021-01-15T00:43:03.284Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-15T00:43:03.284Z] . [Pipeline] withDockerContainer [2021-01-15T00:43:03.577Z] prd-ubuntu18.04-docker-arm64-4c-16g-20347 does not seem to be running inside a container [2021-01-15T00:43:03.676Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-15T00:43:04.067Z] Reading package lists... [2021-01-15T00:43:04.067Z] Reading package lists... [2021-01-15T00:43:04.328Z] Building dependency tree... [2021-01-15T00:43:04.328Z] Reading state information... [2021-01-15T00:43:04.328Z] The following additional packages will be installed: [2021-01-15T00:43:04.328Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-15T00:43:04.328Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-15T00:43:04.328Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-15T00:43:04.328Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-01-15T00:43:04.328Z] Suggested packages: [2021-01-15T00:43:04.328Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-01-15T00:43:04.328Z] Recommended packages: [2021-01-15T00:43:04.328Z] gnupg libsasl2-modules [2021-01-15T00:43:04.328Z] The following NEW packages will be installed: [2021-01-15T00:43:04.328Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-15T00:43:04.328Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-15T00:43:04.328Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-15T00:43:04.328Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-01-15T00:43:04.328Z] The following packages will be upgraded: [2021-01-15T00:43:04.328Z] gpg gpg-agent gpgconf libudev1 [2021-01-15T00:43:04.589Z] 4 upgraded, 18 newly installed, 0 to remove and 102 not upgraded. [2021-01-15T00:43:04.589Z] Need to get 3532 kB of archives. [2021-01-15T00:43:04.589Z] After this operation, 13.3 MB of additional disk space will be used. [2021-01-15T00:43:04.589Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-01-15T00:43:04.589Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-01-15T00:43:04.589Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-01-15T00:43:04.589Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2021-01-15T00:43:04.589Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2021-01-15T00:43:04.589Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-01-15T00:43:04.589Z] Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] [2021-01-15T00:43:04.850Z] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] [2021-01-15T00:43:05.294Z] $ docker top 479cc4d205efad27ab2891aaa299e8ada719bedba6af48ff27308f8d516dc66d -eo pid,comm [2021-01-15T00:43:05.423Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-01-15T00:43:05.423Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-01-15T00:43:05.423Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-01-15T00:43:05.423Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-01-15T00:43:05.423Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-01-15T00:43:05.423Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-01-15T00:43:05.423Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-01-15T00:43:05.423Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-01-15T00:43:05.423Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-01-15T00:43:05.423Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-01-15T00:43:05.423Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-01-15T00:43:05.423Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-01-15T00:43:05.423Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-01-15T00:43:05.423Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [Pipeline] { [2021-01-15T00:43:05.684Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-15T00:43:05.684Z] Fetched 3532 kB in 1s (3460 kB/s) [2021-01-15T00:43:05.684Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-15T00:43:05.684Z] Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... [2021-01-15T00:43:05.684Z] Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-15T00:43:05.684Z] Setting up libudev1:amd64 (237-3ubuntu10.43) ... [Pipeline] sh [2021-01-15T00:43:05.945Z] Selecting previously unselected package udev. [2021-01-15T00:43:05.945Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-15T00:43:05.945Z] Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... [2021-01-15T00:43:05.945Z] Unpacking udev (237-3ubuntu10.43) ... [2021-01-15T00:43:06.206Z] Selecting previously unselected package libfuse2:amd64. [2021-01-15T00:43:06.206Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-01-15T00:43:06.206Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-15T00:43:06.349Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-15T00:43:06.467Z] Selecting previously unselected package fuse. [2021-01-15T00:43:06.467Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-01-15T00:43:06.467Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-01-15T00:43:06.467Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-15T00:43:06.467Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-15T00:43:06.728Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-15T00:43:06.728Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-15T00:43:06.988Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-15T00:43:06.988Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-15T00:43:06.988Z] Selecting previously unselected package libksba8:amd64. [2021-01-15T00:43:06.988Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-01-15T00:43:06.988Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-01-15T00:43:07.249Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-01-15T00:43:07.249Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-15T00:43:07.249Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T00:43:07.249Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-01-15T00:43:07.249Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-15T00:43:07.249Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T00:43:07.511Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-01-15T00:43:07.511Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-15T00:43:07.511Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T00:43:07.511Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-01-15T00:43:07.511Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-15T00:43:07.511Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T00:43:07.511Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-01-15T00:43:07.511Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-15T00:43:07.511Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T00:43:07.771Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-01-15T00:43:07.771Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-15T00:43:07.771Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T00:43:07.771Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-01-15T00:43:07.771Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-15T00:43:07.771Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T00:43:07.771Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-01-15T00:43:07.771Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-15T00:43:08.032Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T00:43:08.032Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-01-15T00:43:08.032Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-15T00:43:08.032Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T00:43:08.032Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-01-15T00:43:08.032Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-15T00:43:08.032Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-15T00:43:08.293Z] Selecting previously unselected package libsasl2-2:amd64. [2021-01-15T00:43:08.293Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-15T00:43:08.293Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-15T00:43:08.293Z] Selecting previously unselected package libldap-common. [2021-01-15T00:43:08.293Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-01-15T00:43:08.293Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-15T00:43:08.293Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-01-15T00:43:08.293Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-01-15T00:43:08.293Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-15T00:43:08.553Z] Selecting previously unselected package dirmngr. [2021-01-15T00:43:08.553Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-15T00:43:08.553Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-15T00:43:08.553Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-15T00:43:08.553Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-01-15T00:43:08.553Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-15T00:43:08.553Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-15T00:43:08.814Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-15T00:43:08.814Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-01-15T00:43:08.814Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T00:43:08.814Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-01-15T00:43:08.814Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-15T00:43:08.814Z] Setting up udev (237-3ubuntu10.43) ... [2021-01-15T00:43:09.388Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-01-15T00:43:09.388Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T00:43:09.388Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-01-15T00:43:09.388Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-01-15T00:43:09.650Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-01-15T00:43:09.650Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T00:43:09.650Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T00:43:09.650Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T00:43:09.650Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T00:43:09.650Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T00:43:09.650Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T00:43:09.650Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T00:43:09.650Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-15T00:43:09.910Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-15T00:43:09.910Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-15T00:43:10.171Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-01-15T00:43:10.171Z] settings in the [Install] section, and DefaultInstance for template units). [2021-01-15T00:43:10.171Z] This means they are not meant to be enabled using systemctl. [2021-01-15T00:43:10.171Z] Possible reasons for having this kind of units are: [2021-01-15T00:43:10.171Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-01-15T00:43:10.171Z] .wants/ or .requires/ directory. [2021-01-15T00:43:10.171Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-01-15T00:43:10.171Z] a requirement dependency on it. [2021-01-15T00:43:10.171Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-01-15T00:43:10.171Z] D-Bus, udev, scripted systemctl call, ...). [2021-01-15T00:43:10.171Z] 4) In case of template units, the unit is meant to be enabled with some [2021-01-15T00:43:10.171Z] instance name specified. [2021-01-15T00:43:10.432Z] Reading package lists... [2021-01-15T00:43:10.692Z] Building dependency tree... [2021-01-15T00:43:10.692Z] Reading state information... [2021-01-15T00:43:10.692Z] The following additional packages will be installed: [2021-01-15T00:43:10.692Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-01-15T00:43:10.693Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-01-15T00:43:10.693Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-01-15T00:43:10.693Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-01-15T00:43:10.693Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-01-15T00:43:10.693Z] Suggested packages: [2021-01-15T00:43:10.693Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-01-15T00:43:10.693Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-01-15T00:43:10.693Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-01-15T00:43:10.693Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-01-15T00:43:10.693Z] systemd-container policykit-1 [2021-01-15T00:43:10.693Z] Recommended packages: [2021-01-15T00:43:10.693Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-01-15T00:43:10.693Z] The following NEW packages will be installed: [2021-01-15T00:43:10.693Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-01-15T00:43:10.693Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-01-15T00:43:10.693Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-01-15T00:43:10.693Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-01-15T00:43:10.693Z] python3.6-minimal snapd squashfs-tools sudo [2021-01-15T00:43:10.693Z] The following packages will be upgraded: [2021-01-15T00:43:10.693Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-01-15T00:43:10.953Z] 5 upgraded, 25 newly installed, 0 to remove and 97 not upgraded. [2021-01-15T00:43:10.953Z] Need to get 35.2 MB of archives. [2021-01-15T00:43:10.953Z] After this operation, 141 MB of additional disk space will be used. [2021-01-15T00:43:10.953Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-01-15T00:43:10.953Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] [2021-01-15T00:43:11.895Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-01-15T00:43:11.895Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] [2021-01-15T00:43:11.895Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] [2021-01-15T00:43:11.895Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-01-15T00:43:11.895Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-01-15T00:43:11.895Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-01-15T00:43:11.895Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-01-15T00:43:11.895Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-01-15T00:43:11.895Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-01-15T00:43:11.895Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-01-15T00:43:11.895Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] [2021-01-15T00:43:11.895Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2021-01-15T00:43:11.895Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-01-15T00:43:11.895Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2021-01-15T00:43:11.895Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2021-01-15T00:43:11.895Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-01-15T00:43:12.156Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-01-15T00:43:12.156Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-01-15T00:43:12.156Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-01-15T00:43:12.156Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-01-15T00:43:12.156Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-01-15T00:43:12.156Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-01-15T00:43:12.156Z] Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-01-15T00:43:12.156Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-01-15T00:43:12.156Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-01-15T00:43:12.156Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-01-15T00:43:12.156Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-01-15T00:43:12.156Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-01-15T00:43:13.051Z] Building docker-core-command-go ... [2021-01-15T00:43:13.051Z] Building docker-core-data-go ... [2021-01-15T00:43:13.051Z] Building docker-core-metadata-go ... [2021-01-15T00:43:13.051Z] Building docker-security-bootstrap-redis-go ... [2021-01-15T00:43:13.051Z] Building docker-security-proxy-setup-go ... [2021-01-15T00:43:13.051Z] Building docker-security-secretstore-setup-go ... [2021-01-15T00:43:13.051Z] Building docker-support-notifications-go ... [2021-01-15T00:43:13.051Z] Building docker-support-scheduler-go ... [2021-01-15T00:43:13.051Z] Building docker-sys-mgmt-agent-go ... [2021-01-15T00:43:13.051Z] Building docker-sys-mgmt-agent-go [2021-01-15T00:43:13.051Z] Building docker-security-secretstore-setup-go [2021-01-15T00:43:13.051Z] Building docker-support-scheduler-go [2021-01-15T00:43:13.051Z] Building docker-security-proxy-setup-go [2021-01-15T00:43:13.051Z] Building docker-security-bootstrap-redis-go [2021-01-15T00:43:13.099Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-15T00:43:13.099Z] Fetched 35.2 MB in 2s (17.9 MB/s) [2021-01-15T00:43:13.099Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-15T00:43:13.099Z] Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... [2021-01-15T00:43:13.099Z] Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-15T00:43:13.669Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... [2021-01-15T00:43:13.669Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-15T00:43:13.669Z] Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... [2021-01-15T00:43:13.932Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-15T00:43:13.932Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-01-15T00:43:13.932Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-15T00:43:14.192Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-01-15T00:43:14.192Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-15T00:43:14.192Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-01-15T00:43:14.192Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-15T00:43:14.452Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-01-15T00:43:14.452Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-01-15T00:43:15.023Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-01-15T00:43:15.023Z] (Reading database ... 12764 files and directories currently installed.) [2021-01-15T00:43:15.023Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-15T00:43:15.023Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-15T00:43:15.284Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-01-15T00:43:15.284Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-15T00:43:15.284Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-15T00:43:15.284Z] Selecting previously unselected package libexpat1:amd64. [2021-01-15T00:43:15.284Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-01-15T00:43:15.545Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-15T00:43:15.805Z] Selecting previously unselected package python3.6-minimal. [2021-01-15T00:43:15.805Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-15T00:43:16.066Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-15T00:43:17.464Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-15T00:43:17.464Z] Checking for services that may need to be restarted...done. [2021-01-15T00:43:17.725Z] Checking for services that may need to be restarted...done. [2021-01-15T00:43:18.005Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-15T00:43:18.578Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-15T00:43:19.150Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-15T00:43:20.535Z] Selecting previously unselected package python3-minimal. [2021-01-15T00:43:20.535Z] (Reading database ... 13012 files and directories currently installed.) [2021-01-15T00:43:20.535Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-01-15T00:43:20.796Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-01-15T00:43:22.710Z] Selecting previously unselected package mime-support. [2021-01-15T00:43:22.710Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-01-15T00:43:22.971Z] Unpacking mime-support (3.60ubuntu1) ... [2021-01-15T00:43:22.971Z] Selecting previously unselected package libmpdec2:amd64. [2021-01-15T00:43:22.971Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-01-15T00:43:22.971Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-15T00:43:23.242Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-01-15T00:43:23.242Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-15T00:43:23.242Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-15T00:43:23.503Z] Selecting previously unselected package python3.6. [2021-01-15T00:43:23.503Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-15T00:43:23.503Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-15T00:43:23.503Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-01-15T00:43:23.503Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-01-15T00:43:23.503Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-15T00:43:23.503Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-01-15T00:43:23.769Z] Selecting previously unselected package python3. [2021-01-15T00:43:23.769Z] (Reading database ... 13442 files and directories currently installed.) [2021-01-15T00:43:23.769Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-01-15T00:43:23.769Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-01-15T00:43:23.769Z] Selecting previously unselected package multiarch-support. [2021-01-15T00:43:23.769Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-01-15T00:43:23.769Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-01-15T00:43:24.031Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-01-15T00:43:24.031Z] Selecting previously unselected package liblzo2-2:amd64. [2021-01-15T00:43:24.031Z] (Reading database ... 13479 files and directories currently installed.) [2021-01-15T00:43:24.031Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-01-15T00:43:24.031Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-01-15T00:43:24.031Z] Selecting previously unselected package libbsd0:amd64. [2021-01-15T00:43:24.031Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-01-15T00:43:24.292Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-15T00:43:24.292Z] Selecting previously unselected package sudo. [2021-01-15T00:43:24.292Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... [2021-01-15T00:43:24.292Z] Unpacking sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-15T00:43:24.292Z] Selecting previously unselected package apparmor. [2021-01-15T00:43:24.553Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-01-15T00:43:24.553Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-01-15T00:43:24.553Z] Selecting previously unselected package libedit2:amd64. [2021-01-15T00:43:24.553Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-01-15T00:43:24.553Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-01-15T00:43:24.812Z] Selecting previously unselected package libkrb5support0:amd64. [2021-01-15T00:43:24.812Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-01-15T00:43:24.812Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-15T00:43:24.812Z] Selecting previously unselected package libk5crypto3:amd64. [2021-01-15T00:43:24.812Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-15T00:43:24.812Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-15T00:43:24.812Z] Selecting previously unselected package libkeyutils1:amd64. [2021-01-15T00:43:24.812Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-01-15T00:43:24.812Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-15T00:43:25.075Z] Selecting previously unselected package libkrb5-3:amd64. [2021-01-15T00:43:25.075Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-15T00:43:25.075Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-15T00:43:25.075Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-01-15T00:43:25.075Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-01-15T00:43:25.075Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-15T00:43:25.341Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-01-15T00:43:25.341Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-01-15T00:43:25.341Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-15T00:43:25.341Z] Selecting previously unselected package openssh-client. [2021-01-15T00:43:25.341Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-01-15T00:43:25.604Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-15T00:43:25.604Z] Selecting previously unselected package squashfs-tools. [2021-01-15T00:43:25.604Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-01-15T00:43:25.604Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-15T00:43:25.604Z] Selecting previously unselected package snapd. [2021-01-15T00:43:25.604Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-01-15T00:43:25.604Z] Unpacking snapd (2.48+18.04) ... [2021-01-15T00:43:28.164Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-01-15T00:43:28.164Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-15T00:43:28.164Z] Setting up mime-support (3.60ubuntu1) ... [2021-01-15T00:43:28.164Z] Setting up sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-15T00:43:28.164Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-15T00:43:28.164Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-15T00:43:28.423Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-15T00:43:28.423Z] Setting up systemd (237-3ubuntu10.43) ... [2021-01-15T00:43:28.423Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-01-15T00:43:28.996Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-15T00:43:28.996Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-15T00:43:28.996Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-01-15T00:43:28.996Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-15T00:43:29.255Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-15T00:43:29.255Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-15T00:43:29.826Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-15T00:43:29.826Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-15T00:43:29.826Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-15T00:43:29.826Z] Setting up python3 (3.6.7-1~18.04) ... [2021-01-15T00:43:29.826Z] running python rtupdate hooks for python3.6... [2021-01-15T00:43:29.826Z] running python post-rtupdate hooks for python3.6... [2021-01-15T00:43:29.826Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-01-15T00:43:31.211Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-01-15T00:43:31.211Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-15T00:43:31.211Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-15T00:43:31.472Z] Setting up snapd (2.48+18.04) ... [2021-01-15T00:43:31.732Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-01-15T00:43:31.992Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-01-15T00:43:31.993Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-01-15T00:43:32.253Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-01-15T00:43:32.514Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-15T00:43:32.514Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-15T00:43:32.514Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-01-15T00:43:32.774Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-01-15T00:43:32.774Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-01-15T00:43:33.038Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-01-15T00:43:33.298Z] /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' [2021-01-15T00:43:33.298Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-15T00:43:33.298Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2021-01-15T00:43:34.239Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-15T00:43:34.240Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-15T00:43:34.499Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-15T00:43:35.441Z] Reading package lists... [2021-01-15T00:43:35.441Z] Reading package lists... [2021-01-15T00:43:35.701Z] Building dependency tree... [2021-01-15T00:43:35.701Z] Reading state information... [2021-01-15T00:43:35.701Z] Calculating upgrade... [2021-01-15T00:43:35.961Z] The following packages will be upgraded: [2021-01-15T00:43:35.961Z] advancecomp base-files bash binutils binutils-common [2021-01-15T00:43:35.961Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-01-15T00:43:35.961Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-01-15T00:43:35.961Z] grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 [2021-01-15T00:43:35.961Z] libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 [2021-01-15T00:43:35.961Z] libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 [2021-01-15T00:43:35.961Z] libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 [2021-01-15T00:43:35.961Z] libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 [2021-01-15T00:43:35.961Z] libncursesw5 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime [2021-01-15T00:43:35.961Z] libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 [2021-01-15T00:43:35.961Z] libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 [2021-01-15T00:43:35.961Z] libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login [2021-01-15T00:43:35.961Z] mount ncurses-base ncurses-bin openssl passwd patch perl perl-base [2021-01-15T00:43:35.961Z] perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata [2021-01-15T00:43:35.961Z] ubuntu-keyring util-linux [2021-01-15T00:43:36.221Z] 97 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-01-15T00:43:36.221Z] Need to get 63.7 MB of archives. [2021-01-15T00:43:36.221Z] After this operation, 5203 kB of additional disk space will be used. [2021-01-15T00:43:36.221Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-01-15T00:43:36.221Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-132.136 [987 kB] [2021-01-15T00:43:36.795Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-01-15T00:43:36.795Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-01-15T00:43:36.795Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-01-15T00:43:36.796Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-01-15T00:43:36.796Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-01-15T00:43:36.796Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-01-15T00:43:36.796Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-01-15T00:43:36.796Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-01-15T00:43:36.796Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-01-15T00:43:36.796Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-01-15T00:43:36.796Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-01-15T00:43:36.796Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-01-15T00:43:36.796Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-01-15T00:43:37.057Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-01-15T00:43:37.057Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-01-15T00:43:37.057Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-01-15T00:43:37.057Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-01-15T00:43:37.057Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-01-15T00:43:37.057Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-01-15T00:43:37.057Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-01-15T00:43:37.058Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-01-15T00:43:37.058Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-01-15T00:43:37.058Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-01-15T00:43:37.058Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-01-15T00:43:37.058Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-01-15T00:43:37.058Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-01-15T00:43:37.058Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-01-15T00:43:37.058Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-01-15T00:43:37.058Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-01-15T00:43:37.058Z] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-01-15T00:43:37.058Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-01-15T00:43:37.058Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-01-15T00:43:37.058Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-01-15T00:43:37.058Z] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-01-15T00:43:37.058Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-01-15T00:43:37.058Z] Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] [2021-01-15T00:43:37.058Z] Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-01-15T00:43:37.058Z] Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-01-15T00:43:37.058Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-01-15T00:43:37.319Z] Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-01-15T00:43:37.319Z] Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-01-15T00:43:37.319Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-01-15T00:43:37.319Z] Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-01-15T00:43:37.319Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-01-15T00:43:37.319Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-01-15T00:43:37.319Z] Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-01-15T00:43:37.319Z] Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-01-15T00:43:37.319Z] Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-01-15T00:43:37.319Z] Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-01-15T00:43:37.319Z] Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-01-15T00:43:37.319Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-01-15T00:43:37.319Z] Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-01-15T00:43:37.319Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-01-15T00:43:37.319Z] Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-01-15T00:43:37.319Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-01-15T00:43:37.319Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-01-15T00:43:37.319Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-01-15T00:43:37.319Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-01-15T00:43:37.319Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-01-15T00:43:37.319Z] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-01-15T00:43:37.319Z] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-01-15T00:43:37.319Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-01-15T00:43:37.319Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-01-15T00:43:37.578Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-01-15T00:43:37.578Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-01-15T00:43:37.578Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-01-15T00:43:37.578Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-01-15T00:43:37.578Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-01-15T00:43:37.578Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-01-15T00:43:37.578Z] Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-01-15T00:43:37.578Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-01-15T00:43:37.578Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2021-01-15T00:43:37.841Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-01-15T00:43:37.841Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-01-15T00:43:37.841Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-01-15T00:43:37.841Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] [2021-01-15T00:43:37.841Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-01-15T00:43:37.841Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-01-15T00:43:37.841Z] Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] [2021-01-15T00:43:37.841Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-01-15T00:43:37.841Z] Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-01-15T00:43:37.841Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-01-15T00:43:37.841Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-01-15T00:43:37.841Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-01-15T00:43:37.841Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-01-15T00:43:37.841Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-01-15T00:43:38.783Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-01-15T00:43:39.044Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-01-15T00:43:39.044Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-01-15T00:43:39.044Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-01-15T00:43:39.305Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-01-15T00:43:39.305Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-01-15T00:43:39.305Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-01-15T00:43:39.305Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-01-15T00:43:39.305Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-01-15T00:43:39.565Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-15T00:43:39.565Z] Fetched 63.7 MB in 3s (18.5 MB/s) [2021-01-15T00:43:39.565Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T00:43:39.565Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-01-15T00:43:39.565Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-15T00:43:40.137Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-15T00:43:40.137Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-15T00:43:40.397Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-132.136_amd64.deb ... [2021-01-15T00:43:40.397Z] Unpacking linux-libc-dev:amd64 (4.15.0-132.136) over (4.15.0-20.21) ... [2021-01-15T00:43:41.338Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-15T00:43:41.338Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-15T00:43:41.338Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-15T00:43:41.338Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-15T00:43:41.338Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-15T00:43:41.598Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-15T00:43:41.598Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-15T00:43:41.598Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-15T00:43:41.598Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-15T00:43:41.859Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-15T00:43:41.859Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-15T00:43:41.859Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-15T00:43:41.859Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-15T00:43:41.859Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-15T00:43:42.120Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-15T00:43:42.120Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-15T00:43:42.120Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-15T00:43:42.120Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-01-15T00:43:42.120Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-01-15T00:43:42.381Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-15T00:43:42.381Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-15T00:43:42.381Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-15T00:43:42.381Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-15T00:43:42.640Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-15T00:43:42.640Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-15T00:43:42.640Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-15T00:43:42.900Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-15T00:43:42.900Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-15T00:43:42.900Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-01-15T00:43:43.160Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-15T00:43:43.421Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-01-15T00:43:43.682Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-15T00:43:43.682Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-01-15T00:43:43.943Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-01-15T00:43:43.943Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-01-15T00:43:43.943Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-01-15T00:43:44.204Z] Setting up base-files (10.1ubuntu2.10) ... [2021-01-15T00:43:44.204Z] Installing new version of config file /etc/issue ... [2021-01-15T00:43:44.204Z] Installing new version of config file /etc/issue.net ... [2021-01-15T00:43:44.204Z] Installing new version of config file /etc/lsb-release ... [2021-01-15T00:43:44.204Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-01-15T00:43:44.465Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-01-15T00:43:44.465Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-01-15T00:43:44.465Z] Removing obsolete conffile /etc/default/motd-news ... [2021-01-15T00:43:44.725Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T00:43:44.725Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-01-15T00:43:44.725Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-01-15T00:43:44.725Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-01-15T00:43:44.989Z] update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode [2021-01-15T00:43:44.989Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T00:43:44.990Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-15T00:43:44.990Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-01-15T00:43:44.990Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-01-15T00:43:45.251Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T00:43:45.251Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-01-15T00:43:45.251Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-01-15T00:43:45.511Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-01-15T00:43:45.511Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T00:43:45.511Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-01-15T00:43:45.511Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-15T00:43:45.772Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-01-15T00:43:46.350Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T00:43:46.350Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-15T00:43:46.611Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-15T00:43:47.995Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-15T00:43:48.936Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T00:43:48.936Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-15T00:43:48.936Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-15T00:43:48.936Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-01-15T00:43:49.198Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T00:43:49.198Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-01-15T00:43:49.198Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-01-15T00:43:49.198Z] Setting up grep (3.1-2build1) ... [2021-01-15T00:43:49.459Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T00:43:49.459Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-15T00:43:49.459Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-15T00:43:49.459Z] Setting up login (1:4.5-1ubuntu2) ... [2021-01-15T00:43:49.720Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T00:43:49.720Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-15T00:43:49.720Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-15T00:43:49.720Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-01-15T00:43:49.981Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T00:43:49.981Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-15T00:43:49.981Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-15T00:43:50.558Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-15T00:43:50.558Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-15T00:43:50.558Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-15T00:43:50.818Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-15T00:43:51.388Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-01-15T00:43:51.388Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T00:43:51.388Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-01-15T00:43:51.388Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-15T00:43:52.329Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-15T00:43:52.329Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-15T00:43:52.588Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-15T00:43:52.588Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-15T00:43:52.588Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-01-15T00:43:52.848Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T00:43:52.848Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-01-15T00:43:52.848Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-01-15T00:43:52.848Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-01-15T00:43:53.113Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T00:43:53.113Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-15T00:43:53.113Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-15T00:43:53.113Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-15T00:43:53.375Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T00:43:53.375Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-15T00:43:53.375Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-15T00:43:53.375Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-15T00:43:53.635Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T00:43:53.635Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-15T00:43:53.635Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-15T00:43:53.635Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-15T00:43:54.212Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T00:43:54.212Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-15T00:43:54.212Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-15T00:43:54.212Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-15T00:43:54.212Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T00:43:54.212Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-15T00:43:54.212Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-15T00:43:54.472Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-15T00:43:54.472Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-15T00:43:54.472Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-15T00:43:54.472Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T00:43:54.472Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-15T00:43:54.732Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-15T00:43:54.732Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-15T00:43:54.732Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T00:43:54.732Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-15T00:43:54.732Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-15T00:43:54.993Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-15T00:43:54.993Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T00:43:54.993Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-15T00:43:54.993Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-15T00:43:55.323Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-01-15T00:43:55.323Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T00:43:55.324Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-15T00:43:55.658Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-15T00:43:55.944Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-01-15T00:43:56.249Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-01-15T00:43:56.249Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-01-15T00:43:56.581Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T00:43:56.581Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-15T00:43:56.581Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-15T00:43:56.581Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-01-15T00:43:56.905Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T00:43:56.905Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-01-15T00:43:56.905Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-15T00:43:56.905Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-01-15T00:43:57.169Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-15T00:43:57.169Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-01-15T00:43:57.169Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-01-15T00:43:57.169Z] Setting up debconf (1.5.66ubuntu1) ... [2021-01-15T00:43:57.429Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-15T00:43:57.429Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-15T00:43:57.429Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-15T00:43:57.689Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-15T00:43:57.690Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-15T00:43:57.690Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-15T00:43:57.951Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-15T00:43:57.951Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-15T00:43:57.951Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-15T00:43:57.951Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-15T00:43:58.212Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-15T00:43:58.212Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-15T00:43:58.472Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-15T00:43:58.473Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-15T00:43:58.473Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-15T00:43:58.473Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... [2021-01-15T00:43:58.732Z] Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-15T00:43:58.732Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-15T00:43:58.732Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-15T00:43:58.732Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-15T00:43:58.992Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-15T00:43:58.992Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-01-15T00:43:58.992Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-01-15T00:43:58.992Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-01-15T00:43:59.572Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-15T00:43:59.572Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-01-15T00:43:59.572Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-15T00:43:59.572Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-15T00:43:59.832Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-15T00:43:59.832Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-15T00:43:59.832Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-15T00:44:00.092Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-15T00:44:00.092Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-15T00:44:00.092Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-01-15T00:44:00.092Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-01-15T00:44:00.353Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-01-15T00:44:00.353Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-15T00:44:00.353Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-15T00:44:00.353Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-15T00:44:00.613Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-01-15T00:44:00.874Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-15T00:44:00.874Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-15T00:44:00.874Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-15T00:44:01.136Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-01-15T00:44:01.136Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-15T00:44:01.136Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-01-15T00:44:01.136Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-01-15T00:44:01.399Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-01-15T00:44:01.399Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-15T00:44:01.399Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-01-15T00:44:01.399Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-01-15T00:44:01.660Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-01-15T00:44:01.660Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-15T00:44:01.660Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-01-15T00:44:01.660Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-01-15T00:44:01.922Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-01-15T00:44:01.922Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-15T00:44:01.922Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-01-15T00:44:01.922Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-01-15T00:44:01.922Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-01-15T00:44:02.182Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-15T00:44:02.182Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-01-15T00:44:02.182Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-01-15T00:44:02.182Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-01-15T00:44:02.182Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-15T00:44:02.182Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-01-15T00:44:02.442Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-01-15T00:44:02.442Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-01-15T00:44:02.442Z] (Reading database ... 13915 files and directories currently installed.) [2021-01-15T00:44:02.442Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-15T00:44:02.442Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-15T00:44:02.704Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-15T00:44:02.704Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-15T00:44:02.965Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-15T00:44:02.965Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-15T00:44:02.965Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2021-01-15T00:44:02.965Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2021-01-15T00:44:03.226Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-01-15T00:44:03.226Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-01-15T00:44:03.487Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-01-15T00:44:03.487Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-01-15T00:44:03.487Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-01-15T00:44:03.487Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-01-15T00:44:03.747Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-01-15T00:44:03.747Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-01-15T00:44:03.747Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-01-15T00:44:03.747Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-01-15T00:44:04.007Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-01-15T00:44:04.007Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-01-15T00:44:04.007Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-01-15T00:44:04.007Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-01-15T00:44:04.341Z] Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... [2021-01-15T00:44:04.603Z] Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... [2021-01-15T00:44:05.992Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-01-15T00:44:05.992Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-01-15T00:44:05.992Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-01-15T00:44:05.992Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-01-15T00:44:05.992Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-15T00:44:05.992Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-15T00:44:05.992Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-15T00:44:05.992Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-15T00:44:06.267Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-15T00:44:06.267Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-15T00:44:06.267Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-15T00:44:06.267Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-15T00:44:06.542Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-15T00:44:06.542Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-15T00:44:06.542Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-15T00:44:06.542Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-15T00:44:06.823Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-15T00:44:06.823Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-15T00:44:07.102Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-15T00:44:07.102Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-15T00:44:08.043Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-15T00:44:08.043Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-15T00:44:08.614Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-15T00:44:08.614Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-15T00:44:09.555Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-15T00:44:09.555Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-15T00:44:09.815Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-15T00:44:09.815Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-15T00:44:10.753Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-15T00:44:10.753Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-15T00:44:10.753Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-15T00:44:10.753Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-15T00:44:11.012Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-01-15T00:44:11.012Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-15T00:44:11.273Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-01-15T00:44:11.273Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-15T00:44:11.273Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-01-15T00:44:11.273Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-01-15T00:44:11.533Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-15T00:44:11.533Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-15T00:44:11.533Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-15T00:44:11.533Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-15T00:44:11.794Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-01-15T00:44:11.794Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-01-15T00:44:11.794Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-15T00:44:11.794Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-15T00:44:12.054Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-15T00:44:12.054Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-15T00:44:12.054Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-15T00:44:12.055Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-01-15T00:44:12.055Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-01-15T00:44:12.055Z] Setting up tzdata (2020f-0ubuntu0.18.04) ... [2021-01-15T00:44:12.316Z] [2021-01-15T00:44:12.316Z] Current default time zone: 'Etc/UTC' [2021-01-15T00:44:12.316Z] Local time is now: Fri Jan 15 00:44:12 UTC 2021. [2021-01-15T00:44:12.316Z] Universal Time is now: Fri Jan 15 00:44:12 UTC 2021. [2021-01-15T00:44:12.316Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-01-15T00:44:12.316Z] [2021-01-15T00:44:12.316Z] Setting up systemd-sysv (237-3ubuntu10.43) ... [2021-01-15T00:44:12.316Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-15T00:44:12.316Z] Setting up linux-libc-dev:amd64 (4.15.0-132.136) ... [2021-01-15T00:44:12.316Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-01-15T00:44:12.316Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-01-15T00:44:12.316Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-01-15T00:44:12.576Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-01-15T00:44:12.576Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-01-15T00:44:12.576Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-01-15T00:44:12.576Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-01-15T00:44:12.576Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-15T00:44:12.576Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-01-15T00:44:12.868Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-15T00:44:12.868Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-15T00:44:12.868Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-15T00:44:12.868Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-01-15T00:44:13.127Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-01-15T00:44:13.127Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-01-15T00:44:13.127Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-15T00:44:13.127Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-01-15T00:44:13.127Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-01-15T00:44:13.127Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-01-15T00:44:13.127Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-15T00:44:15.037Z] Updating certificates in /etc/ssl/certs... [2021-01-15T00:44:15.993Z] 22 added, 17 removed; done. [2021-01-15T00:44:15.993Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-01-15T00:44:15.993Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-15T00:44:15.993Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-01-15T00:44:15.993Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-01-15T00:44:15.993Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-01-15T00:44:16.254Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-15T00:44:16.254Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-15T00:44:16.254Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-15T00:44:16.254Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-15T00:44:16.254Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-15T00:44:16.254Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-15T00:44:16.514Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-15T00:44:16.514Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-01-15T00:44:16.514Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-01-15T00:44:16.514Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-01-15T00:44:16.514Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-01-15T00:44:16.514Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-01-15T00:44:16.514Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-15T00:44:16.514Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-15T00:44:16.775Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-01-15T00:44:16.775Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-01-15T00:44:16.775Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-01-15T00:44:16.775Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-15T00:44:16.775Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2021-01-15T00:44:17.038Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-01-15T00:44:17.038Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-15T00:44:17.038Z] Updating certificates in /etc/ssl/certs... [2021-01-15T00:44:17.619Z] 0 added, 0 removed; done. [2021-01-15T00:44:17.619Z] Running hooks in /etc/ca-certificates/update.d... [2021-01-15T00:44:17.619Z] done. [2021-01-15T00:44:18.190Z] Reading package lists... [2021-01-15T00:44:18.190Z] Building dependency tree... [2021-01-15T00:44:18.190Z] Reading state information... [2021-01-15T00:44:18.451Z] The following NEW packages will be installed: [2021-01-15T00:44:18.451Z] apt-transport-https [2021-01-15T00:44:18.451Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-01-15T00:44:18.451Z] Need to get 1696 B of archives. [2021-01-15T00:44:18.451Z] After this operation, 153 kB of additional disk space will be used. [2021-01-15T00:44:18.451Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-01-15T00:44:18.451Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-15T00:44:18.451Z] Fetched 1696 B in 0s (48.8 kB/s) [2021-01-15T00:44:18.451Z] Selecting previously unselected package apt-transport-https. [2021-01-15T00:44:18.451Z] (Reading database ... 13929 files and directories currently installed.) [2021-01-15T00:44:18.451Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-01-15T00:44:18.451Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-15T00:44:18.712Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-15T00:44:18.984Z] Waiting for network to be ready... [2021-01-15T00:44:25.601Z] 2021-01-15T00:44:21Z INFO Waiting for automatic snapd restart... [2021-01-15T00:44:25.601Z] snapd 2.48.2 from Canonical* installed [2021-01-15T00:44:25.863Z] "snapd" switched to the "latest/stable" channel [2021-01-15T00:44:25.863Z] [2021-01-15T00:44:28.409Z] core18 20201210 from Canonical* installed [2021-01-15T00:44:28.669Z] "core18" switched to the "latest/stable" channel [2021-01-15T00:44:28.669Z] [2021-01-15T00:44:31.969Z] snapcraft 4.4.4 from Canonical* installed [2021-01-15T00:44:31.969Z] "snapcraft" switched to the "latest/stable" channel [2021-01-15T00:44:31.969Z] [2021-01-15T00:44:34.828Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T00:44:34.828Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-15T00:44:34.828Z] ---> 40be7cb73434 [2021-01-15T00:44:34.828Z] Step 3/21 : WORKDIR /edgex-go [2021-01-15T00:44:34.828Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T00:44:34.828Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-15T00:44:34.828Z] ---> 40be7cb73434 [2021-01-15T00:44:34.828Z] Step 3/24 : WORKDIR /edgex-go [2021-01-15T00:44:34.828Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T00:44:34.828Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-15T00:44:34.828Z] ---> 40be7cb73434 [2021-01-15T00:44:34.828Z] Step 3/21 : WORKDIR /edgex-go [2021-01-15T00:44:34.828Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T00:44:34.828Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-15T00:44:34.828Z] ---> 40be7cb73434 [2021-01-15T00:44:34.828Z] Step 3/22 : WORKDIR /edgex-go [2021-01-15T00:44:34.828Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T00:44:34.828Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-15T00:44:34.828Z] ---> 40be7cb73434 [2021-01-15T00:44:34.828Z] Step 3/26 : WORKDIR /edgex-go [2021-01-15T00:44:34.828Z] ---> Running in bdb9d68638a8 [2021-01-15T00:44:34.828Z] ---> Running in 71ec730f4a9c [2021-01-15T00:44:34.828Z] ---> Running in 7786a50dc89e [2021-01-15T00:44:34.828Z] ---> Running in a0fec3b46e12 [2021-01-15T00:44:34.828Z] ---> Running in c8da0a628784 [2021-01-15T00:44:34.828Z] Removing intermediate container c8da0a628784 [2021-01-15T00:44:34.828Z] ---> 33f43c8bce01 [2021-01-15T00:44:34.828Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T00:44:34.829Z] Removing intermediate container 7786a50dc89e [2021-01-15T00:44:34.829Z] ---> 992132d532d6 [2021-01-15T00:44:34.829Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T00:44:34.829Z] Removing intermediate container a0fec3b46e12 [2021-01-15T00:44:34.829Z] ---> 979785f0e430 [2021-01-15T00:44:34.829Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T00:44:34.829Z] Removing intermediate container 71ec730f4a9c [2021-01-15T00:44:34.829Z] ---> 268efa33f332 [2021-01-15T00:44:34.829Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T00:44:34.829Z] Removing intermediate container bdb9d68638a8 [2021-01-15T00:44:34.829Z] ---> b028659bb2ec [2021-01-15T00:44:34.829Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T00:44:34.829Z] ---> Running in 932ffa07bf7d [2021-01-15T00:44:34.829Z] ---> Running in 95c7ca59c1b7 [2021-01-15T00:44:34.829Z] ---> Running in a2dc5f868a2d [2021-01-15T00:44:34.829Z] ---> Running in aefa0b649f09 [2021-01-15T00:44:34.829Z] ---> Running in 074bba853e20 [2021-01-15T00:44:34.829Z] Removing intermediate container 932ffa07bf7d [2021-01-15T00:44:34.829Z] ---> 7a78f92b4d37 [2021-01-15T00:44:34.829Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-15T00:44:34.829Z] Removing intermediate container 95c7ca59c1b7 [2021-01-15T00:44:34.829Z] ---> b6ae42df4d2e [2021-01-15T00:44:34.829Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-15T00:44:34.829Z] ---> Running in bd185df3f9a8 [2021-01-15T00:44:34.829Z] ---> Running in 718d2b08670f [2021-01-15T00:44:34.829Z] Removing intermediate container 074bba853e20 [2021-01-15T00:44:34.829Z] ---> 9bff9baa9252 [2021-01-15T00:44:34.829Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-15T00:44:34.829Z] Removing intermediate container aefa0b649f09 [2021-01-15T00:44:34.829Z] Removing intermediate container a2dc5f868a2d [2021-01-15T00:44:34.829Z] ---> 02fb9225146c [2021-01-15T00:44:34.829Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-15T00:44:34.829Z] ---> 87146dbf5153 [2021-01-15T00:44:34.829Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-15T00:44:34.829Z] ---> Running in 4029d7e5bafa [2021-01-15T00:44:34.829Z] ---> Running in 2080a6037ff6 [2021-01-15T00:44:34.829Z] ---> Running in c2b0cd95e636 [2021-01-15T00:44:35.100Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T00:44:35.100Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T00:44:35.267Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-01-15T00:44:35.267Z] - README.md [2021-01-15T00:44:35.267Z] - snapcraft.yaml.orig [2021-01-15T00:44:35.267Z] [2021-01-15T00:44:35.267Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-15T00:44:35.381Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T00:44:35.381Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T00:44:35.381Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T00:44:35.982Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T00:44:35.982Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T00:44:36.252Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T00:44:36.252Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T00:44:36.526Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T00:44:37.121Z] OK: 217 MiB in 51 packages [2021-01-15T00:44:37.399Z] OK: 217 MiB in 51 packages [2021-01-15T00:44:37.675Z] OK: 217 MiB in 51 packages [2021-01-15T00:44:37.675Z] OK: 217 MiB in 51 packages [2021-01-15T00:44:37.952Z] OK: 217 MiB in 51 packages [2021-01-15T00:44:38.948Z] Removing intermediate container 718d2b08670f [2021-01-15T00:44:38.948Z] ---> 47dce05faff2 [2021-01-15T00:44:38.948Z] Step 6/21 : COPY go.mod . [2021-01-15T00:44:38.948Z] Removing intermediate container c2b0cd95e636 [2021-01-15T00:44:38.948Z] ---> 92d40da473b4 [2021-01-15T00:44:38.948Z] Step 6/22 : COPY go.mod . [2021-01-15T00:44:39.221Z] Removing intermediate container 2080a6037ff6 [2021-01-15T00:44:39.221Z] ---> c15afce8f7cc [2021-01-15T00:44:39.221Z] Step 6/24 : COPY go.mod . [2021-01-15T00:44:39.821Z] Removing intermediate container bd185df3f9a8 [2021-01-15T00:44:39.821Z] ---> 97a45e6781cd [2021-01-15T00:44:39.821Z] Step 6/21 : COPY go.mod . [2021-01-15T00:44:39.821Z] Removing intermediate container 4029d7e5bafa [2021-01-15T00:44:39.821Z] ---> 2e0e0d3403fa [2021-01-15T00:44:39.821Z] Step 6/26 : COPY go.mod . [2021-01-15T00:44:39.821Z] ---> d0f10ca7e949 [2021-01-15T00:44:39.821Z] Step 7/21 : RUN go mod download [2021-01-15T00:44:40.103Z] ---> Running in 376e8915f696 [2021-01-15T00:44:40.103Z] ---> cc9ec2bc24c6 [2021-01-15T00:44:40.103Z] Step 7/22 : RUN go mod download [2021-01-15T00:44:40.376Z] ---> 52d9da2d1035 [2021-01-15T00:44:40.376Z] Step 7/24 : RUN go mod download [2021-01-15T00:44:40.656Z] ---> Running in 339138686a4b [2021-01-15T00:44:40.656Z] ---> Running in 1f4011ddbf53 [2021-01-15T00:44:40.935Z] ---> c2e27aa822e0 [2021-01-15T00:44:40.935Z] Step 7/21 : RUN go mod download [2021-01-15T00:44:40.935Z] ---> 72c708dd9ca6 [2021-01-15T00:44:40.935Z] Step 7/26 : RUN go mod download [2021-01-15T00:44:41.209Z] ---> Running in ee4f511d408d [2021-01-15T00:44:41.209Z] ---> Running in 71e0b4fbd723 [2021-01-15T00:44:41.870Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-15T00:44:41.870Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-15T00:44:41.870Z] Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-15T00:44:41.870Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-15T00:44:43.072Z] Reading package lists... [2021-01-15T00:44:43.333Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 [2021-01-15T00:44:44.621Z] Removing intermediate container 376e8915f696 [2021-01-15T00:44:44.621Z] ---> 5afde77b17df [2021-01-15T00:44:44.621Z] Step 8/21 : COPY . . [2021-01-15T00:44:45.614Z] Removing intermediate container 339138686a4b [2021-01-15T00:44:45.614Z] Removing intermediate container 1f4011ddbf53 [2021-01-15T00:44:45.614Z] ---> 29734ed3bd61 [2021-01-15T00:44:45.614Z] Step 8/22 : COPY . . [2021-01-15T00:44:45.614Z] ---> f8cc4ee4e268 [2021-01-15T00:44:45.614Z] Step 8/24 : COPY . . [2021-01-15T00:44:45.888Z] Removing intermediate container 71e0b4fbd723 [2021-01-15T00:44:45.888Z] ---> 705b4d6d6918 [2021-01-15T00:44:45.888Z] Step 8/21 : COPY . . [2021-01-15T00:44:46.164Z] Removing intermediate container ee4f511d408d [2021-01-15T00:44:46.164Z] ---> 1c50a7169036 [2021-01-15T00:44:46.164Z] Step 8/26 : COPY . . [2021-01-15T00:44:49.934Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-15T00:44:49.934Z] Reading package lists... [2021-01-15T00:44:49.934Z] Building dependency tree... [2021-01-15T00:44:49.934Z] Reading state information... [2021-01-15T00:44:49.934Z] Suggested packages: [2021-01-15T00:44:49.934Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-01-15T00:44:49.934Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-01-15T00:44:49.934Z] Recommended packages: [2021-01-15T00:44:49.934Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-01-15T00:44:49.934Z] The following NEW packages will be installed: [2021-01-15T00:44:49.934Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-01-15T00:44:49.934Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-01-15T00:44:49.934Z] pkg-config zip [2021-01-15T00:44:49.934Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-01-15T00:44:49.934Z] Need to get 7655 kB of archives. [2021-01-15T00:44:49.934Z] After this operation, 43.7 MB of additional disk space will be used. [2021-01-15T00:44:49.934Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] [2021-01-15T00:44:49.934Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-01-15T00:44:49.934Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-01-15T00:44:49.934Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-01-15T00:44:49.934Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-01-15T00:44:50.195Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-01-15T00:44:50.195Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-01-15T00:44:50.195Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-01-15T00:44:50.195Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-01-15T00:44:50.455Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-01-15T00:44:50.455Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-01-15T00:44:50.455Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-01-15T00:44:50.455Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-01-15T00:44:50.455Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-01-15T00:44:50.455Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-01-15T00:44:50.715Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-15T00:44:50.715Z] Fetched 7655 kB in 1s (10.3 MB/s) [2021-01-15T00:44:50.715Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-01-15T00:44:50.715Z] (Reading database ... 13933 files and directories currently installed.) [2021-01-15T00:44:50.715Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-01-15T00:44:50.715Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-15T00:44:50.976Z] Selecting previously unselected package libpsl5:amd64. [2021-01-15T00:44:50.976Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-01-15T00:44:50.976Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-01-15T00:44:50.976Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-01-15T00:44:50.977Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-01-15T00:44:50.977Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-15T00:44:51.236Z] Selecting previously unselected package librtmp1:amd64. [2021-01-15T00:44:51.236Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-01-15T00:44:51.236Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-15T00:44:51.236Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-01-15T00:44:51.236Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-01-15T00:44:51.236Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-15T00:44:51.236Z] Selecting previously unselected package liberror-perl. [2021-01-15T00:44:51.236Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-01-15T00:44:51.236Z] Unpacking liberror-perl (0.17025-1) ... [2021-01-15T00:44:51.499Z] Selecting previously unselected package git-man. [2021-01-15T00:44:51.499Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-01-15T00:44:51.499Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-15T00:44:51.499Z] Selecting previously unselected package git. [2021-01-15T00:44:51.499Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-01-15T00:44:51.499Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-01-15T00:44:52.441Z] Selecting previously unselected package libnorm1:amd64. [2021-01-15T00:44:52.441Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-01-15T00:44:52.441Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-15T00:44:52.441Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-01-15T00:44:52.441Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-01-15T00:44:52.441Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-15T00:44:52.700Z] Selecting previously unselected package libsodium23:amd64. [2021-01-15T00:44:52.700Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-01-15T00:44:52.700Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-01-15T00:44:52.700Z] Selecting previously unselected package libzmq5:amd64. [2021-01-15T00:44:52.700Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-15T00:44:52.700Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-15T00:44:52.700Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-01-15T00:44:52.700Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-15T00:44:52.700Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-15T00:44:52.961Z] Selecting previously unselected package pkg-config. [2021-01-15T00:44:52.961Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-01-15T00:44:52.961Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-01-15T00:44:52.961Z] Selecting previously unselected package zip. [2021-01-15T00:44:52.961Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-01-15T00:44:52.961Z] Unpacking zip (3.0-11build1) ... [2021-01-15T00:44:53.220Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-15T00:44:53.220Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-15T00:44:53.220Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-15T00:44:53.220Z] Setting up liberror-perl (0.17025-1) ... [2021-01-15T00:44:53.220Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-01-15T00:44:53.220Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-15T00:44:53.220Z] No schema files found: doing nothing. [2021-01-15T00:44:53.220Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-15T00:44:53.480Z] Setting up zip (3.0-11build1) ... [2021-01-15T00:44:53.480Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-15T00:44:53.480Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-01-15T00:44:53.480Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-01-15T00:44:53.480Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-15T00:44:53.480Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-15T00:44:53.480Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-15T00:44:53.740Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-01-15T00:44:53.740Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-15T00:45:00.568Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-15T00:45:00.568Z] git set to automatically installed. [2021-01-15T00:45:00.568Z] git-man set to automatically installed. [2021-01-15T00:45:00.568Z] libcurl3-gnutls set to automatically installed. [2021-01-15T00:45:00.568Z] liberror-perl set to automatically installed. [2021-01-15T00:45:00.568Z] libglib2.0-0 set to automatically installed. [2021-01-15T00:45:00.568Z] libnghttp2-14 set to automatically installed. [2021-01-15T00:45:00.568Z] libnorm1 set to automatically installed. [2021-01-15T00:45:00.568Z] libpgm-5.2-0 set to automatically installed. [2021-01-15T00:45:00.568Z] libpsl5 set to automatically installed. [2021-01-15T00:45:00.568Z] librtmp1 set to automatically installed. [2021-01-15T00:45:00.569Z] libsodium23 set to automatically installed. [2021-01-15T00:45:00.569Z] libzmq3-dev set to automatically installed. [2021-01-15T00:45:00.569Z] libzmq5 set to automatically installed. [2021-01-15T00:45:00.569Z] pkg-config set to automatically installed. [2021-01-15T00:45:00.569Z] zip set to automatically installed. [2021-01-15T00:45:02.495Z] snapd is not logged in, snap install commands will use sudo [2021-01-15T00:45:09.106Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-15T00:45:09.106Z] snap "core18" has no updates available [2021-01-15T00:45:09.367Z] Pulling config-common [2021-01-15T00:45:10.307Z] Pulling go-build-helper [2021-01-15T00:45:13.006Z] ---> 6bafee7e260a [2021-01-15T00:45:13.006Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-15T00:45:13.007Z] ---> Running in b3bf87aebb0e [2021-01-15T00:45:13.007Z] ---> 430409a96777 [2021-01-15T00:45:13.007Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-15T00:45:13.007Z] ---> 45c69fd2a812 [2021-01-15T00:45:13.007Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-15T00:45:13.007Z] ---> b44cfcf2f69c [2021-01-15T00:45:13.007Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-15T00:45:13.007Z] ---> c865738808c6 [2021-01-15T00:45:13.007Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-15T00:45:13.007Z] ---> Running in dafbf0d4acf0 [2021-01-15T00:45:13.007Z] ---> Running in 675cdb114ed5 [2021-01-15T00:45:13.007Z] ---> Running in e09fc5445de4 [2021-01-15T00:45:13.007Z] ---> Running in 968d318f8c91 [2021-01-15T00:45:13.283Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-15T00:45:13.886Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-15T00:45:14.495Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-15T00:45:14.495Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-15T00:45:14.772Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-15T00:45:32.325Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-15T00:45:32.325Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-15T00:45:32.325Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-15T00:45:32.325Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1506 kB] [2021-01-15T00:45:32.325Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-15T00:45:32.325Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-15T00:45:32.325Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-15T00:45:32.325Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-15T00:45:32.325Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-15T00:45:32.325Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-15T00:45:32.325Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-15T00:45:32.325Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [292 kB] [2021-01-15T00:45:32.325Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] [2021-01-15T00:45:32.325Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] [2021-01-15T00:45:32.325Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] [2021-01-15T00:45:32.325Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] [2021-01-15T00:45:32.325Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1098 kB] [2021-01-15T00:45:32.325Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] [2021-01-15T00:45:32.325Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-15T00:45:32.325Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1842 kB] [2021-01-15T00:45:32.325Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [384 kB] [2021-01-15T00:45:32.325Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] [2021-01-15T00:45:32.325Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] [2021-01-15T00:45:32.325Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [237 kB] [2021-01-15T00:45:32.325Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.8 kB] [2021-01-15T00:45:32.325Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] [2021-01-15T00:45:32.325Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] [2021-01-15T00:45:32.325Z] Fetched 23.7 MB in 0s (0 B/s) [2021-01-15T00:45:32.325Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-01-15T00:45:32.325Z] Fetched 96.5 kB in 0s (0 B/s) [2021-01-15T00:45:32.325Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-01-15T00:45:32.325Z] Fetched 279 kB in 0s (0 B/s) [2021-01-15T00:45:32.325Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-01-15T00:45:32.325Z] Fetched 122 kB in 0s (0 B/s) [2021-01-15T00:45:32.325Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-01-15T00:45:32.325Z] Fetched 77.8 kB in 0s (0 B/s) [2021-01-15T00:45:32.325Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-01-15T00:45:32.325Z] Fetched 8848 B in 0s (0 B/s) [2021-01-15T00:45:32.325Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-01-15T00:45:32.325Z] Fetched 47.8 kB in 0s (0 B/s) [2021-01-15T00:45:32.325Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-01-15T00:45:32.325Z] Fetched 45.6 kB in 0s (0 B/s) [2021-01-15T00:45:32.325Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-01-15T00:45:32.325Z] Fetched 15.0 kB in 0s (0 B/s) [2021-01-15T00:45:32.325Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-01-15T00:45:32.325Z] Fetched 214 kB in 0s (0 B/s) [2021-01-15T00:45:32.325Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-01-15T00:45:32.325Z] Fetched 155 kB in 0s (0 B/s) [2021-01-15T00:45:32.325Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-01-15T00:45:32.325Z] Fetched 50.6 kB in 0s (0 B/s) [2021-01-15T00:45:32.325Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-01-15T00:45:32.325Z] Fetched 14.8 kB in 0s (0 B/s) [2021-01-15T00:45:32.325Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-01-15T00:45:32.325Z] Fetched 41.8 kB in 0s (0 B/s) [2021-01-15T00:45:32.325Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-01-15T00:45:32.325Z] Fetched 499 kB in 0s (0 B/s) [2021-01-15T00:45:32.325Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-01-15T00:45:32.325Z] Fetched 111 kB in 0s (0 B/s) [2021-01-15T00:45:32.325Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-01-15T00:45:32.325Z] Fetched 240 kB in 0s (0 B/s) [2021-01-15T00:45:32.325Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-01-15T00:45:32.325Z] Fetched 29.3 kB in 0s (0 B/s) [2021-01-15T00:45:32.325Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-01-15T00:45:32.325Z] Fetched 85.5 kB in 0s (0 B/s) [2021-01-15T00:45:32.325Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-01-15T00:45:32.325Z] Fetched 24.5 kB in 0s (0 B/s) [2021-01-15T00:45:32.325Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-01-15T00:45:32.325Z] Fetched 49.2 kB in 0s (0 B/s) [2021-01-15T00:45:32.325Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-01-15T00:45:32.325Z] Fetched 54.2 kB in 0s (0 B/s) [2021-01-15T00:45:32.325Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-01-15T00:45:32.325Z] Fetched 30.8 kB in 0s (0 B/s) [2021-01-15T00:45:32.325Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-01-15T00:45:32.325Z] Fetched 17.0 kB in 0s (0 B/s) [2021-01-15T00:45:32.325Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-01-15T00:45:32.325Z] Fetched 85.9 kB in 0s (0 B/s) [2021-01-15T00:45:32.325Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-01-15T00:45:32.325Z] Fetched 8720 B in 0s (0 B/s) [2021-01-15T00:45:32.325Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-01-15T00:45:32.325Z] Fetched 137 kB in 0s (0 B/s) [2021-01-15T00:45:32.325Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-01-15T00:45:32.325Z] Fetched 119 kB in 0s (0 B/s) [2021-01-15T00:45:32.325Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-01-15T00:45:32.325Z] Fetched 109 kB in 0s (0 B/s) [2021-01-15T00:45:32.325Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-01-15T00:45:32.325Z] Fetched 11.1 kB in 0s (0 B/s) [2021-01-15T00:45:32.325Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-01-15T00:45:32.325Z] Fetched 645 kB in 0s (0 B/s) [2021-01-15T00:45:32.325Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-01-15T00:45:32.325Z] Fetched 41.3 kB in 0s (0 B/s) [2021-01-15T00:45:32.325Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-01-15T00:45:32.325Z] Fetched 17.9 kB in 0s (0 B/s) [2021-01-15T00:45:32.325Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-01-15T00:45:32.325Z] Fetched 368 kB in 0s (0 B/s) [2021-01-15T00:45:32.325Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-01-15T00:45:32.325Z] Fetched 187 kB in 0s (0 B/s) [2021-01-15T00:45:32.325Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-01-15T00:45:32.325Z] Fetched 175 kB in 0s (0 B/s) [2021-01-15T00:45:32.325Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-01-15T00:45:35.649Z] Fetched 206 kB in 0s (0 B/s) [2021-01-15T00:45:35.649Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-01-15T00:45:35.649Z] Fetched 1301 kB in 0s (0 B/s) [2021-01-15T00:45:35.649Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-01-15T00:45:35.649Z] Fetched 36.2 kB in 0s (0 B/s) [2021-01-15T00:45:35.649Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-01-15T00:45:35.649Z] Fetched 159 kB in 0s (0 B/s) [2021-01-15T00:45:35.649Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-01-15T00:45:35.649Z] Fetched 107 kB in 0s (0 B/s) [2021-01-15T00:45:35.649Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-01-15T00:45:35.649Z] Fetched 48.7 kB in 0s (0 B/s) [2021-01-15T00:45:35.649Z] Pulling static-packages [2021-01-15T00:45:36.220Z] 'go115' has dependencies that need to be staged: static-packages go-build-helper [2021-01-15T00:45:36.220Z] Skipping pull go-build-helper (already ran) [2021-01-15T00:45:36.220Z] Skipping pull static-packages (already ran) [2021-01-15T00:45:36.220Z] Building go-build-helper [2021-01-15T00:45:40.421Z] Building static-packages [2021-01-15T00:45:41.802Z] Staging go-build-helper [2021-01-15T00:45:42.378Z] Staging static-packages [2021-01-15T00:45:43.317Z] Pulling go115 [2021-01-15T00:45:44.257Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-01-15T00:45:44.257Z] Skipping pull go115 (already ran) [2021-01-15T00:45:44.257Z] Building go115 [2021-01-15T00:45:44.257Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-15T00:45:44.257Z] Dload Upload Total Spent Left Speed [2021-01-15T00:45:47.709Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 115M 0 99k 0 0 765k 0 0:02:34 --:--:-- 0:02:34 759k 35 115M 35 41.1M 0 0 36.1M 0 0:00:03 0:00:01 0:00:02 36.1M 67 115M 67 78.4M 0 0 36.5M 0 0:00:03 0:00:02 0:00:01 36.5M 95 115M 95 110M 0 0 35.2M 0 0:00:03 0:00:03 --:--:-- 35.1M 100 115M 100 115M 0 0 34.8M 0 0:00:03 0:00:03 --:--:-- 34.8M [2021-01-15T00:45:48.279Z] go1.15.2.linux-amd64.tar.gz: OK [2021-01-15T00:45:52.493Z] Staging go115 [2021-01-15T00:45:57.799Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-15T00:45:57.799Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-15T00:45:57.799Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-15T00:45:57.799Z] Fetched 0 B in 0s (0 B/s) [2021-01-15T00:45:57.799Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-01-15T00:45:57.799Z] Fetched 224 kB in 0s (0 B/s) [2021-01-15T00:45:57.799Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-01-15T00:45:57.799Z] Fetched 157 kB in 0s (0 B/s) [2021-01-15T00:45:57.799Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-01-15T00:45:57.799Z] Fetched 221 kB in 0s (0 B/s) [2021-01-15T00:45:57.799Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-01-15T00:45:57.799Z] Fetched 143 kB in 0s (0 B/s) [2021-01-15T00:45:57.799Z] Pulling edgex-go [2021-01-15T00:45:58.373Z] Pulling version [2021-01-15T00:45:59.314Z] Building config-common [2021-01-15T00:46:01.224Z] Skipping build go-build-helper (already ran) [2021-01-15T00:46:01.224Z] Skipping build static-packages (already ran) [2021-01-15T00:46:01.224Z] Skipping build go115 (already ran) [2021-01-15T00:46:01.224Z] Building edgex-go [2021-01-15T00:46:01.224Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-15T00:46:03.133Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-01-15T00:46:03.133Z] go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.30 [2021-01-15T00:46:03.133Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.70 [2021-01-15T00:46:03.133Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-01-15T00:46:03.133Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.145 [2021-01-15T00:46:03.133Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.32 [2021-01-15T00:46:03.133Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-01-15T00:46:03.133Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-01-15T00:46:03.133Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-01-15T00:46:03.133Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 [2021-01-15T00:46:03.133Z] go: downloading github.com/google/uuid v1.1.4 [2021-01-15T00:46:03.133Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.27 [2021-01-15T00:46:03.133Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-01-15T00:46:03.133Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-01-15T00:46:03.133Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-01-15T00:46:03.133Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-01-15T00:46:03.133Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-01-15T00:46:03.133Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-01-15T00:46:03.133Z] go: downloading github.com/pkg/errors v0.8.1 [2021-01-15T00:46:03.133Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-01-15T00:46:03.133Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-01-15T00:46:03.133Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-01-15T00:46:03.133Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-01-15T00:46:03.133Z] go: downloading github.com/x448/float16 v0.8.4 [2021-01-15T00:46:03.133Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-01-15T00:46:03.396Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-01-15T00:46:03.396Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-01-15T00:46:03.396Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-01-15T00:46:03.396Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-01-15T00:46:03.396Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-01-15T00:46:03.396Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-01-15T00:46:03.396Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-01-15T00:46:03.396Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-01-15T00:46:03.396Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-01-15T00:46:03.396Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-01-15T00:46:03.396Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-01-15T00:46:03.396Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-01-15T00:46:03.665Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-01-15T00:46:03.665Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-01-15T00:46:03.665Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-01-15T00:46:10.278Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-15T00:46:14.489Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-15T00:46:15.059Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-15T00:46:16.001Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-15T00:46:16.571Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-15T00:46:16.571Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-01-15T00:46:16.571Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-01-15T00:46:16.571Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-01-15T00:46:16.571Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-01-15T00:46:18.492Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-15T00:46:18.492Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-01-15T00:46:18.492Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-01-15T00:46:19.432Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-15T00:46:20.001Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-15T00:46:20.001Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-01-15T00:46:21.390Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-15T00:46:22.331Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-15T00:46:22.905Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-15T00:46:22.906Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-01-15T00:46:25.447Z] Building version [2021-01-15T00:46:26.846Z] Staging config-common [2021-01-15T00:46:27.787Z] Skipping stage go-build-helper (already ran) [2021-01-15T00:46:27.787Z] Skipping stage static-packages (already ran) [2021-01-15T00:46:27.787Z] Skipping stage go115 (already ran) [2021-01-15T00:46:27.787Z] Staging edgex-go [2021-01-15T00:46:28.737Z] Staging version [2021-01-15T00:46:29.692Z] Priming config-common [2021-01-15T00:46:30.631Z] Priming go-build-helper [2021-01-15T00:46:31.574Z] Priming static-packages [2021-01-15T00:46:34.118Z] Priming go115 [2021-01-15T00:46:34.689Z] Priming edgex-go [2021-01-15T00:46:35.631Z] Priming version [2021-01-15T00:46:36.644Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-15T00:46:36.644Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-15T00:46:36.668Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-15T00:46:55.042Z] Removing intermediate container dafbf0d4acf0 [2021-01-15T00:46:55.042Z] ---> dd1407a6a9c2 [2021-01-15T00:46:55.042Z] [2021-01-15T00:46:55.042Z] Step 10/24 : FROM alpine:3.12 [2021-01-15T00:46:55.042Z] Removing intermediate container e09fc5445de4 [2021-01-15T00:46:55.042Z] ---> cc490b3691e4 [2021-01-15T00:46:55.042Z] [2021-01-15T00:46:55.042Z] Step 10/22 : FROM alpine:3.12 [2021-01-15T00:46:55.042Z] Removing intermediate container b3bf87aebb0e [2021-01-15T00:46:55.042Z] 3.12: Pulling from library/alpine [2021-01-15T00:46:55.042Z] ---> 64ace7f0321c [2021-01-15T00:46:55.042Z] [2021-01-15T00:46:55.042Z] Step 10/21 : FROM alpine:3.12 [2021-01-15T00:46:55.042Z] 3.12: Pulling from library/alpine [2021-01-15T00:46:55.042Z] 3.12: Pulling from library/alpine [2021-01-15T00:46:55.042Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-15T00:46:55.042Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-15T00:46:55.042Z] Status: Downloaded newer image for alpine:3.12 [2021-01-15T00:46:55.042Z] Status: Image is up to date for alpine:3.12 [2021-01-15T00:46:55.042Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-15T00:46:55.042Z] Status: Image is up to date for alpine:3.12 [2021-01-15T00:46:55.042Z] ---> afeebe901d6b [2021-01-15T00:46:55.042Z] ---> afeebe901d6b [2021-01-15T00:46:55.042Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curlStep 11/21 : RUN apk add --update --no-cache curl [2021-01-15T00:46:55.042Z] [2021-01-15T00:46:55.042Z] ---> afeebe901d6b [2021-01-15T00:46:55.042Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-15T00:46:55.640Z] ---> Running in 7b04a1f086fc [2021-01-15T00:46:55.640Z] ---> Running in 2a308ed57e94 [2021-01-15T00:46:55.640Z] ---> Running in 9547b9e646e1 [2021-01-15T00:46:55.917Z] Removing intermediate container 968d318f8c91 [2021-01-15T00:46:55.917Z] ---> ec6c1b81351d [2021-01-15T00:46:55.917Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-15T00:46:56.196Z] Removing intermediate container 675cdb114ed5 [2021-01-15T00:46:56.196Z] ---> bdf82d5bdf07 [2021-01-15T00:46:56.196Z] [2021-01-15T00:46:56.196Z] Step 10/21 : FROM scratch [2021-01-15T00:46:56.196Z] ---> [2021-01-15T00:46:56.196Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-15T00:46:56.470Z] ---> Running in 5dbd10b26995 [2021-01-15T00:46:56.470Z] ---> Running in 6984ee4a706d [2021-01-15T00:46:57.466Z] Removing intermediate container 5dbd10b26995 [2021-01-15T00:46:57.466Z] ---> af036dfad744 [2021-01-15T00:46:57.467Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-15T00:46:57.467Z] ---> Running in 7072253831a2 [2021-01-15T00:46:57.467Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T00:46:58.067Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T00:46:58.067Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T00:46:58.067Z] Removing intermediate container 7072253831a2 [2021-01-15T00:46:58.067Z] ---> 94d4fc27a37b [2021-01-15T00:46:58.067Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-15T00:46:58.067Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T00:46:58.067Z] ---> Running in 93e95a4f7406 [2021-01-15T00:46:58.340Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T00:46:58.340Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-15T00:46:58.340Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T00:46:58.618Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-15T00:46:58.899Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-15T00:46:58.899Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-15T00:46:58.899Z] (4/5) Installing curl (7.69.1-r3) [2021-01-15T00:46:58.899Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-15T00:46:58.899Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T00:46:58.899Z] Removing intermediate container 93e95a4f7406 [2021-01-15T00:46:58.899Z] ---> 06f9b31f0e68 [2021-01-15T00:46:58.899Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-15T00:46:58.899Z] Executing ca-certificates-20191127-r4.trigger [2021-01-15T00:46:58.899Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-15T00:46:59.185Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-15T00:46:59.185Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-15T00:46:59.185Z] (4/5) Installing curl (7.69.1-r3) [2021-01-15T00:46:59.185Z] OK: 7 MiB in 19 packages [2021-01-15T00:46:59.185Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-15T00:46:59.185Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T00:46:59.185Z] Executing ca-certificates-20191127-r4.trigger [2021-01-15T00:46:59.475Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-15T00:46:59.475Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-15T00:46:59.475Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-15T00:46:59.475Z] OK: 7 MiB in 19 packages [2021-01-15T00:46:59.475Z] (4/4) Installing curl (7.69.1-r3) [2021-01-15T00:46:59.756Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T00:46:59.756Z] Executing ca-certificates-20191127-r4.trigger [2021-01-15T00:47:00.078Z] OK: 7 MiB in 18 packages [2021-01-15T00:47:00.388Z] ---> 15b705145f33 [2021-01-15T00:47:00.388Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-15T00:47:03.975Z] Removing intermediate container 2a308ed57e94 [2021-01-15T00:47:03.975Z] ---> 3192d3b95eaf [2021-01-15T00:47:03.975Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-15T00:47:03.975Z] Removing intermediate container 7b04a1f086fc [2021-01-15T00:47:03.975Z] ---> b73c7f155f54 [2021-01-15T00:47:03.975Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-15T00:47:03.975Z] Removing intermediate container 9547b9e646e1 [2021-01-15T00:47:03.975Z] ---> 65ae03f706ae [2021-01-15T00:47:03.975Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-15T00:47:03.975Z] ---> 0cc9ff66e763 [2021-01-15T00:47:03.975Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-15T00:47:03.975Z] Removing intermediate container 6984ee4a706d [2021-01-15T00:47:03.975Z] ---> ac9bb9513d4c [2021-01-15T00:47:03.975Z] [2021-01-15T00:47:03.975Z] Step 11/26 : FROM docker:20.10.0 [2021-01-15T00:47:03.975Z] ---> Running in 5f57f2ddb63d [2021-01-15T00:47:03.975Z] ---> Running in a3de5a3c4513 [2021-01-15T00:47:03.975Z] 20.10.0: Pulling from library/docker [2021-01-15T00:47:03.975Z] ---> Running in 381e651b32cc [2021-01-15T00:47:04.575Z] Removing intermediate container 5f57f2ddb63d [2021-01-15T00:47:04.575Z] ---> 270338d31f2d [2021-01-15T00:47:04.575Z] Step 13/22 : WORKDIR / [2021-01-15T00:47:04.854Z] Removing intermediate container a3de5a3c4513 [2021-01-15T00:47:04.854Z] ---> 1e0ae2f7f33d [2021-01-15T00:47:04.854Z] Step 13/21 : WORKDIR /edgex [2021-01-15T00:47:05.128Z] Removing intermediate container 381e651b32cc [2021-01-15T00:47:05.128Z] ---> 3c72331b812a [2021-01-15T00:47:05.128Z] Step 13/24 : WORKDIR / [2021-01-15T00:47:05.401Z] ---> b1195b9ce475 [2021-01-15T00:47:05.401Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-15T00:47:05.401Z] ---> Running in 3abaf33234d8 [2021-01-15T00:47:05.673Z] ---> Running in de57cdb4ef7a [2021-01-15T00:47:05.673Z] ---> Running in fa48acee718e [2021-01-15T00:47:05.957Z] ---> Running in 4dd5ed3ec174 [2021-01-15T00:47:06.234Z] Removing intermediate container 3abaf33234d8 [2021-01-15T00:47:06.234Z] ---> 7658da998782 [2021-01-15T00:47:06.234Z] Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-15T00:47:06.832Z] Removing intermediate container fa48acee718e [2021-01-15T00:47:06.832Z] ---> c1ded3672f6b [2021-01-15T00:47:06.832Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-15T00:47:06.832Z] Removing intermediate container de57cdb4ef7a [2021-01-15T00:47:06.832Z] ---> c31a7c13d2c3 [2021-01-15T00:47:06.832Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-01-15T00:47:07.107Z] Removing intermediate container 4dd5ed3ec174 [2021-01-15T00:47:07.107Z] ---> dff712887a45 [2021-01-15T00:47:07.107Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-15T00:47:07.380Z] ---> b11bb74d1e4e [2021-01-15T00:47:07.381Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-15T00:47:07.656Z] ---> Running in d9044806105e [2021-01-15T00:47:07.929Z] ---> 561136809ea8 [2021-01-15T00:47:07.929Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-15T00:47:08.201Z] ---> f20e491b08e0 [2021-01-15T00:47:08.201Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-01-15T00:47:08.477Z] Removing intermediate container d9044806105e [2021-01-15T00:47:08.477Z] ---> 7b5aed800b40 [2021-01-15T00:47:08.477Z] Step 19/21 : LABEL arch=arm64 [2021-01-15T00:47:09.081Z] ---> Running in 940444d90794 [2021-01-15T00:47:10.063Z] ---> c774db6329f1 [2021-01-15T00:47:10.063Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-15T00:47:10.336Z] ---> a1cca109d9a6 [2021-01-15T00:47:10.336Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-15T00:47:10.336Z] ---> 7537d940f657 [2021-01-15T00:47:10.336Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-15T00:47:10.336Z] Removing intermediate container 940444d90794 [2021-01-15T00:47:10.336Z] ---> 5ff7fbf73498 [2021-01-15T00:47:10.336Z] Step 20/21 : LABEL git_sha=6cb713fd3fad498c2078ac017c6fc9541add464b [2021-01-15T00:47:10.937Z] ---> Running in be3de1415713 [2021-01-15T00:47:10.937Z] ---> 11c10d8bfa85 [2021-01-15T00:47:10.937Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-15T00:47:11.923Z] Removing intermediate container be3de1415713 [2021-01-15T00:47:11.923Z] ---> aab4c7f9d3be [2021-01-15T00:47:11.923Z] Step 21/21 : LABEL version=0.0.0 [2021-01-15T00:47:12.199Z] ---> b3ded5a242ce [2021-01-15T00:47:12.199Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-15T00:47:12.804Z] ---> f197841eb70c [2021-01-15T00:47:12.804Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-15T00:47:12.804Z] ---> Running in 338bc8501f9f [2021-01-15T00:47:13.404Z] ---> 574194ab2c57 [2021-01-15T00:47:13.404Z] ---> e4086776703a [2021-01-15T00:47:13.404Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-15T00:47:13.404Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-15T00:47:13.404Z] ---> Running in 55a1a71595eb [2021-01-15T00:47:13.678Z] ---> Running in 6185fb7c222d [2021-01-15T00:47:13.953Z] Removing intermediate container 338bc8501f9f [2021-01-15T00:47:13.953Z] ---> cf44b5789084 [2021-01-15T00:47:13.953Z] [2021-01-15T00:47:14.226Z] Removing intermediate container 55a1a71595eb [2021-01-15T00:47:14.226Z] ---> f233de010580 [2021-01-15T00:47:14.226Z] Step 18/21 : CMD ["--init=true"] [2021-01-15T00:47:14.823Z] Successfully built cf44b5789084 [2021-01-15T00:47:14.823Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-15T00:47:14.823Z]  Building docker-support-scheduler-go ... done Building docker-core-command-go [2021-01-15T00:47:14.823Z] ---> Running in c7628b23d028 [2021-01-15T00:47:15.417Z] ---> 9f7a15efda92 [2021-01-15T00:47:15.417Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-15T00:47:15.690Z] Removing intermediate container c7628b23d028 [2021-01-15T00:47:15.690Z] ---> fc0559d947dd [2021-01-15T00:47:15.690Z] Step 19/21 : LABEL arch=arm64 [2021-01-15T00:47:15.690Z] ---> Running in b9b2332e35dd [2021-01-15T00:47:17.672Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-15T00:47:17.672Z] ---> 085f5eca302f [2021-01-15T00:47:17.672Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-01-15T00:47:17.672Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-15T00:47:17.672Z] ---> eeaf43b92773 [2021-01-15T00:47:17.672Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-15T00:47:17.672Z] Removing intermediate container b9b2332e35dd [2021-01-15T00:47:17.672Z] ---> 4623de0ae6c1 [2021-01-15T00:47:17.672Z] Step 20/21 : LABEL git_sha=6cb713fd3fad498c2078ac017c6fc9541add464b [2021-01-15T00:47:17.989Z] Removing intermediate container 6185fb7c222d [2021-01-15T00:47:17.989Z] ---> 5a2177b74b61 [2021-01-15T00:47:17.989Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-15T00:47:18.270Z] ---> Running in 42b83cf971ff [2021-01-15T00:47:18.270Z] ---> Running in 5b95a11a2e58 [2021-01-15T00:47:18.270Z] ---> Running in 1ebdbbf0109f [2021-01-15T00:47:18.556Z] ---> Running in 2c74a98db91c [2021-01-15T00:47:19.169Z] Removing intermediate container 42b83cf971ff [2021-01-15T00:47:19.169Z] ---> 8986a8413718 [2021-01-15T00:47:19.169Z] Step 21/21 : LABEL version=0.0.0 [2021-01-15T00:47:19.778Z] Removing intermediate container 2c74a98db91c [2021-01-15T00:47:19.778Z] ---> 1cb109fc6d0b [2021-01-15T00:47:19.778Z] Step 20/22 : LABEL arch=arm64 [2021-01-15T00:47:20.086Z] ---> Running in dfa68b39c38b [2021-01-15T00:47:20.366Z] ---> Running in 8c03f848b32e [2021-01-15T00:47:20.643Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T00:47:20.925Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T00:47:20.925Z] Removing intermediate container dfa68b39c38b [2021-01-15T00:47:20.925Z] ---> 53fdee929a92 [2021-01-15T00:47:20.925Z] [2021-01-15T00:47:21.221Z] Removing intermediate container 8c03f848b32e [2021-01-15T00:47:21.221Z] ---> 55ddff00cf66 [2021-01-15T00:47:21.221Z] Step 21/22 : LABEL git_sha=6cb713fd3fad498c2078ac017c6fc9541add464b [2021-01-15T00:47:21.508Z] Successfully built 53fdee929a92 [2021-01-15T00:47:21.508Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-15T00:47:21.508Z]  Building docker-security-proxy-setup-go ... done  ---> Running in 6ce49cff0cd6 [2021-01-15T00:47:21.508Z] Building docker-support-notifications-go [2021-01-15T00:47:21.786Z] (1/2) Installing readline (8.0.4-r0) [2021-01-15T00:47:21.786Z] (2/2) Installing bash (5.0.17-r0) [2021-01-15T00:47:21.786Z] Executing bash-5.0.17-r0.post-install [2021-01-15T00:47:21.786Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T00:47:21.786Z] OK: 12 MiB in 22 packages [2021-01-15T00:47:22.394Z] Removing intermediate container 6ce49cff0cd6 [2021-01-15T00:47:22.394Z] ---> 14fd1b5eb0e2 [2021-01-15T00:47:22.394Z] Step 22/22 : LABEL version=0.0.0 [2021-01-15T00:47:22.664Z] ---> Running in 4ef587214df4 [2021-01-15T00:47:22.664Z] Removing intermediate container 5b95a11a2e58 [2021-01-15T00:47:22.664Z] ---> 4960a9a1981f [2021-01-15T00:47:22.664Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-15T00:47:22.936Z] ---> Running in b16404475ac1 [2021-01-15T00:47:23.214Z] Removing intermediate container 4ef587214df4 [2021-01-15T00:47:23.214Z] ---> 306658b77bf1 [2021-01-15T00:47:23.214Z] [2021-01-15T00:47:23.493Z] Removing intermediate container 1ebdbbf0109f [2021-01-15T00:47:23.493Z] ---> 371a8c49c0f9 [2021-01-15T00:47:23.493Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-15T00:47:23.493Z] Removing intermediate container b16404475ac1 [2021-01-15T00:47:23.493Z] ---> c6449d649f7a [2021-01-15T00:47:23.493Z] Step 22/24 : LABEL arch=arm64 [2021-01-15T00:47:23.765Z] ---> Running in 356fd4ef359e [2021-01-15T00:47:23.765Z] Successfully built 306658b77bf1 [2021-01-15T00:47:24.042Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2021-01-15T00:47:24.042Z]  Building docker-security-bootstrap-redis-go ... done Building docker-core-metadata-go [2021-01-15T00:47:24.042Z] ---> Running in dc3c0ccd857c [2021-01-15T00:47:24.315Z] Removing intermediate container 356fd4ef359e [2021-01-15T00:47:24.315Z] ---> 63e48cb634a3 [2021-01-15T00:47:24.315Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-15T00:47:24.587Z] Removing intermediate container dc3c0ccd857c [2021-01-15T00:47:24.587Z] ---> 9aad781b806c [2021-01-15T00:47:24.587Z] Step 23/24 : LABEL git_sha=6cb713fd3fad498c2078ac017c6fc9541add464b [2021-01-15T00:47:24.587Z] ---> Running in 6a7d4d3e9221 [2021-01-15T00:47:24.860Z] ---> Running in 5f906cfdf863 [2021-01-15T00:47:25.148Z] Removing intermediate container 6a7d4d3e9221 [2021-01-15T00:47:25.148Z] ---> dcdeb449e5e9 [2021-01-15T00:47:25.148Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-15T00:47:25.148Z] ---> Running in 0096ac4f41bd [2021-01-15T00:47:25.430Z] Removing intermediate container 5f906cfdf863 [2021-01-15T00:47:25.430Z] ---> 147f290fb61f [2021-01-15T00:47:25.430Z] Step 24/24 : LABEL version=0.0.0 [2021-01-15T00:47:25.430Z] ---> Running in 0c7f9e25e8c4 [2021-01-15T00:47:25.709Z] Removing intermediate container 0096ac4f41bd [2021-01-15T00:47:25.709Z] ---> 93d375b9d453 [2021-01-15T00:47:25.709Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-15T00:47:26.330Z] Removing intermediate container 0c7f9e25e8c4 [2021-01-15T00:47:26.330Z] ---> 50c847efbc1f [2021-01-15T00:47:26.330Z] [2021-01-15T00:47:26.603Z] Successfully built 50c847efbc1f [2021-01-15T00:47:26.603Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-15T00:47:26.603Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-data-go [2021-01-15T00:47:28.053Z] ---> cb26d21ba9f0 [2021-01-15T00:47:28.053Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-15T00:47:30.028Z] ---> 481f466832e9 [2021-01-15T00:47:30.028Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-15T00:47:32.006Z] ---> 77d8b4c6dfb9 [2021-01-15T00:47:32.006Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-15T00:47:32.604Z] ---> Running in f57105159d85 [2021-01-15T00:47:34.049Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T00:47:34.049Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T00:47:34.640Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-15T00:47:34.640Z] (2/33) Installing expat (2.2.9-r1) [2021-01-15T00:47:34.640Z] (3/33) Installing libffi (3.3-r2) [2021-01-15T00:47:34.640Z] (4/33) Installing gdbm (1.13-r1) [2021-01-15T00:47:34.640Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-15T00:47:34.640Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-15T00:47:34.918Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-15T00:47:36.891Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-15T00:47:36.891Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-15T00:47:36.891Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-15T00:47:36.891Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-15T00:47:36.891Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-15T00:47:36.891Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-15T00:47:36.891Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-15T00:47:37.163Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-15T00:47:37.163Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-15T00:47:37.163Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-15T00:47:37.163Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-15T00:47:37.163Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-15T00:47:37.163Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-15T00:47:37.163Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-15T00:47:37.163Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-15T00:47:37.163Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-15T00:47:37.436Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-15T00:47:37.436Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-15T00:47:37.436Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-15T00:47:37.436Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-15T00:47:37.436Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-15T00:47:37.436Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-15T00:47:37.436Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-15T00:47:37.436Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-15T00:47:37.436Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-15T00:47:37.436Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-15T00:47:37.707Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T00:47:37.707Z] OK: 71 MiB in 55 packages [2021-01-15T00:47:47.892Z] Removing intermediate container f57105159d85 [2021-01-15T00:47:47.892Z] ---> 49b566f8b3cb [2021-01-15T00:47:47.892Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-15T00:47:48.169Z] ---> Running in e0bef245c716 [2021-01-15T00:47:56.452Z] Collecting docker-compose==1.23.2 [2021-01-15T00:47:56.452Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-15T00:47:56.452Z] Collecting cached-property<2,>=1.2.0 [2021-01-15T00:47:56.452Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-15T00:47:57.455Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T00:47:57.455Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-15T00:47:57.455Z] ---> 40be7cb73434 [2021-01-15T00:47:57.455Z] Step 3/22 : WORKDIR /edgex-go [2021-01-15T00:47:57.455Z] ---> Using cache [2021-01-15T00:47:57.455Z] ---> 268efa33f332 [2021-01-15T00:47:57.455Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T00:47:57.455Z] ---> Using cache [2021-01-15T00:47:57.455Z] ---> 02fb9225146c [2021-01-15T00:47:57.455Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-15T00:47:57.455Z] ---> Using cache [2021-01-15T00:47:57.455Z] ---> 92d40da473b4 [2021-01-15T00:47:57.455Z] Step 6/22 : COPY go.mod . [2021-01-15T00:47:57.455Z] ---> Using cache [2021-01-15T00:47:57.455Z] ---> cc9ec2bc24c6 [2021-01-15T00:47:57.455Z] Step 7/22 : RUN go mod download [2021-01-15T00:47:57.455Z] ---> Using cache [2021-01-15T00:47:57.455Z] ---> 29734ed3bd61 [2021-01-15T00:47:57.455Z] Step 8/22 : COPY . . [2021-01-15T00:47:57.455Z] ---> Using cache [2021-01-15T00:47:57.455Z] ---> b44cfcf2f69c [2021-01-15T00:47:57.455Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-15T00:47:58.156Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-15T00:47:58.156Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-15T00:48:00.157Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-15T00:48:00.157Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-15T00:48:00.429Z] ---> Running in 8ea3dbd021f3 [2021-01-15T00:48:01.034Z] Collecting jsonschema<3,>=2.5.1 [2021-01-15T00:48:01.034Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-15T00:48:01.644Z] Collecting texttable<0.10,>=0.9.0 [2021-01-15T00:48:01.644Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-15T00:48:02.261Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-15T00:48:04.906Z] Collecting docopt<0.7,>=0.6.1 [2021-01-15T00:48:04.906Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-15T00:48:08.343Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-15T00:48:08.343Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-15T00:48:11.770Z] Collecting docker<4.0,>=3.6.0 [2021-01-15T00:48:11.770Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-15T00:48:12.371Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T00:48:12.371Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-15T00:48:12.371Z] ---> 40be7cb73434 [2021-01-15T00:48:12.371Z] Step 3/24 : WORKDIR /edgex-go [2021-01-15T00:48:12.371Z] ---> Using cache [2021-01-15T00:48:12.371Z] ---> 268efa33f332 [2021-01-15T00:48:12.371Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T00:48:12.371Z] ---> Using cache [2021-01-15T00:48:12.371Z] ---> 02fb9225146c [2021-01-15T00:48:12.371Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-15T00:48:12.371Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T00:48:12.371Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-15T00:48:12.371Z] ---> 40be7cb73434 [2021-01-15T00:48:12.371Z] Step 3/22 : WORKDIR /edgex-go [2021-01-15T00:48:12.371Z] ---> Using cache [2021-01-15T00:48:12.371Z] ---> 268efa33f332 [2021-01-15T00:48:12.371Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T00:48:12.371Z] ---> Using cache [2021-01-15T00:48:12.371Z] ---> 02fb9225146c [2021-01-15T00:48:12.371Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-15T00:48:12.371Z] ---> Using cache [2021-01-15T00:48:12.371Z] ---> 92d40da473b4 [2021-01-15T00:48:12.371Z] Step 6/22 : COPY go.mod . [2021-01-15T00:48:12.371Z] ---> Using cache [2021-01-15T00:48:12.371Z] ---> cc9ec2bc24c6 [2021-01-15T00:48:12.371Z] Step 7/22 : RUN go mod download [2021-01-15T00:48:12.371Z] ---> Using cache [2021-01-15T00:48:12.371Z] ---> 29734ed3bd61 [2021-01-15T00:48:12.371Z] Step 8/22 : COPY . . [2021-01-15T00:48:12.371Z] ---> Using cache [2021-01-15T00:48:12.371Z] ---> b44cfcf2f69c [2021-01-15T00:48:12.371Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-15T00:48:14.405Z] ---> Running in 11a32a29fda9 [2021-01-15T00:48:14.405Z] ---> Running in a5f6b4136870 [2021-01-15T00:48:14.405Z] Collecting PyYAML<4,>=3.10 [2021-01-15T00:48:14.405Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-15T00:48:15.036Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T00:48:15.036Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-15T00:48:15.036Z] ---> 40be7cb73434 [2021-01-15T00:48:15.036Z] Step 3/23 : WORKDIR /edgex-go [2021-01-15T00:48:15.036Z] ---> Using cache [2021-01-15T00:48:15.036Z] ---> 268efa33f332 [2021-01-15T00:48:15.036Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T00:48:15.036Z] ---> Using cache [2021-01-15T00:48:15.036Z] ---> 02fb9225146c [2021-01-15T00:48:15.036Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-15T00:48:15.036Z] ---> Running in 99a4d5aa9160 [2021-01-15T00:48:17.733Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-15T00:48:17.733Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T00:48:17.733Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T00:48:18.372Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T00:48:18.372Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T00:48:19.567Z] OK: 217 MiB in 51 packages [2021-01-15T00:48:19.846Z] OK: 217 MiB in 51 packages [2021-01-15T00:48:20.168Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-01-15T00:48:20.168Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-01-15T00:48:20.782Z] Collecting idna<2.8,>=2.5 [2021-01-15T00:48:20.782Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-15T00:48:20.782Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-01-15T00:48:21.395Z] Removing intermediate container 11a32a29fda9 [2021-01-15T00:48:21.395Z] ---> c61f14ccd3f5 [2021-01-15T00:48:21.395Z] Step 6/24 : COPY go.mod . [2021-01-15T00:48:22.009Z] Removing intermediate container 99a4d5aa9160 [2021-01-15T00:48:22.009Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-15T00:48:22.009Z] ---> 45fd4b501f90 [2021-01-15T00:48:22.009Z] Step 6/23 : COPY go.mod . [2021-01-15T00:48:22.009Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-15T00:48:22.629Z] Collecting docker-pycreds>=0.4.0 [2021-01-15T00:48:22.629Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-15T00:48:22.913Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-15T00:48:22.913Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-15T00:48:22.913Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-15T00:48:22.913Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-15T00:48:23.197Z] ---> a42e76f47a81 [2021-01-15T00:48:23.197Z] Step 7/24 : RUN go mod download [2021-01-15T00:48:23.481Z] ---> 5a6d9c459dee [2021-01-15T00:48:23.481Z] Step 7/23 : RUN go mod download [2021-01-15T00:48:23.481Z] ---> Running in 04176629135b [2021-01-15T00:48:23.762Z] ---> Running in cf89ec835df4 [2021-01-15T00:48:24.768Z] Installing collected packages: cached-property, idna, urllib3, requests, websocket-client, jsonschema, texttable, docopt, dockerpty, docker-pycreds, docker, PyYAML, docker-compose [2021-01-15T00:48:24.768Z] Attempting uninstall: idna [2021-01-15T00:48:24.768Z] Found existing installation: idna 2.9 [2021-01-15T00:48:24.768Z] Uninstalling idna-2.9: [2021-01-15T00:48:25.050Z] Successfully uninstalled idna-2.9 [2021-01-15T00:48:25.666Z] Attempting uninstall: urllib3 [2021-01-15T00:48:25.666Z] Found existing installation: urllib3 1.25.9 [2021-01-15T00:48:25.945Z] Uninstalling urllib3-1.25.9: [2021-01-15T00:48:26.225Z] Successfully uninstalled urllib3-1.25.9 [2021-01-15T00:48:27.221Z] Attempting uninstall: requests [2021-01-15T00:48:27.221Z] Found existing installation: requests 2.23.0 [2021-01-15T00:48:27.221Z] Uninstalling requests-2.23.0: [2021-01-15T00:48:28.529Z] Successfully uninstalled requests-2.23.0 [2021-01-15T00:48:28.807Z] Removing intermediate container cf89ec835df4 [2021-01-15T00:48:28.807Z] ---> 6a0c2bd30361 [2021-01-15T00:48:28.807Z] Step 8/23 : COPY . . [2021-01-15T00:48:29.427Z] Removing intermediate container 04176629135b [2021-01-15T00:48:29.427Z] ---> 1778ff914211 [2021-01-15T00:48:29.427Z] Step 8/24 : COPY . . [2021-01-15T00:48:29.427Z] Running setup.py install for texttable: started [2021-01-15T00:48:33.425Z] Running setup.py install for texttable: finished with status 'done' [2021-01-15T00:48:33.425Z] Running setup.py install for docopt: started [2021-01-15T00:48:36.856Z] Running setup.py install for docopt: finished with status 'done' [2021-01-15T00:48:36.856Z] Running setup.py install for dockerpty: started [2021-01-15T00:48:41.229Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-15T00:48:41.841Z] Running setup.py install for PyYAML: started [2021-01-15T00:48:46.203Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-15T00:48:47.658Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-01-15T00:49:00.190Z] ---> f2ffc6334886 [2021-01-15T00:49:00.190Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-15T00:49:00.190Z] ---> 07b3a7728091 [2021-01-15T00:49:00.190Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-15T00:49:00.190Z] ---> Running in acac72dbd486 [2021-01-15T00:49:00.190Z] ---> Running in a1da54e358d3 [2021-01-15T00:49:00.190Z] Removing intermediate container e0bef245c716 [2021-01-15T00:49:00.190Z] ---> f81bc39a075f [2021-01-15T00:49:00.190Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-15T00:49:00.477Z] ---> Running in 98545f53f82d [2021-01-15T00:49:03.146Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-15T00:49:03.146Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-15T00:49:03.430Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T00:49:03.709Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T00:49:04.705Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-15T00:49:04.705Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-15T00:49:04.705Z] (3/3) Installing curl (7.69.1-r3) [2021-01-15T00:49:04.705Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T00:49:04.705Z] OK: 71 MiB in 58 packages [2021-01-15T00:49:06.714Z] Removing intermediate container 98545f53f82d [2021-01-15T00:49:06.714Z] ---> f30f7e68b601 [2021-01-15T00:49:06.714Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-15T00:49:07.001Z] ---> Running in 40332c39f20b [2021-01-15T00:49:08.031Z] Removing intermediate container 40332c39f20b [2021-01-15T00:49:08.031Z] ---> 740596bb7a54 [2021-01-15T00:49:08.031Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-15T00:49:08.031Z] ---> Running in 69fa2cbc27c5 [2021-01-15T00:49:08.699Z] Removing intermediate container 69fa2cbc27c5 [2021-01-15T00:49:08.699Z] ---> 938afe7e285b [2021-01-15T00:49:08.699Z] Step 24/26 : LABEL arch=arm64 [2021-01-15T00:49:08.980Z] ---> Running in 11571a3e48ed [2021-01-15T00:49:10.005Z] Removing intermediate container 11571a3e48ed [2021-01-15T00:49:10.005Z] ---> 6bdfd1a378f6 [2021-01-15T00:49:10.005Z] Step 25/26 : LABEL git_sha=6cb713fd3fad498c2078ac017c6fc9541add464b [2021-01-15T00:49:10.005Z] ---> Running in 0f7b94a88e4e [2021-01-15T00:49:11.020Z] Removing intermediate container 0f7b94a88e4e [2021-01-15T00:49:11.020Z] ---> ba12b41cb42b [2021-01-15T00:49:11.020Z] Step 26/26 : LABEL version=0.0.0 [2021-01-15T00:49:11.020Z] ---> Running in afbb459a7a4e [2021-01-15T00:49:11.644Z] Removing intermediate container afbb459a7a4e [2021-01-15T00:49:11.644Z] ---> 66a9daa3fa14 [2021-01-15T00:49:11.644Z] [2021-01-15T00:49:12.267Z] Successfully built 66a9daa3fa14 [2021-01-15T00:49:12.267Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-15T00:49:44.697Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 8ea3dbd021f3 [2021-01-15T00:49:44.697Z] ---> b1f8628d6fe0 [2021-01-15T00:49:44.697Z] [2021-01-15T00:49:44.697Z] Step 10/22 : FROM scratch [2021-01-15T00:49:44.697Z] ---> [2021-01-15T00:49:44.697Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-15T00:49:44.697Z] ---> Using cache [2021-01-15T00:49:44.697Z] ---> af036dfad744 [2021-01-15T00:49:44.697Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-15T00:49:44.697Z] ---> Running in 27576afdfe8c [2021-01-15T00:49:44.697Z] Removing intermediate container 27576afdfe8c [2021-01-15T00:49:44.697Z] ---> 140df08404d6 [2021-01-15T00:49:44.697Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-15T00:49:44.697Z] ---> Running in 8e067a3d6903 [2021-01-15T00:49:44.697Z] Removing intermediate container 8e067a3d6903 [2021-01-15T00:49:44.697Z] ---> 36216dfd1274 [2021-01-15T00:49:44.697Z] Step 14/22 : WORKDIR / [2021-01-15T00:49:44.697Z] ---> Running in 4f98132eb687 [2021-01-15T00:49:44.697Z] Removing intermediate container 4f98132eb687 [2021-01-15T00:49:44.697Z] ---> efa1ecf32a41 [2021-01-15T00:49:44.697Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-15T00:49:45.319Z] ---> 28f9741964d4 [2021-01-15T00:49:45.319Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-15T00:49:47.383Z] ---> ad8a01c76452 [2021-01-15T00:49:47.383Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-15T00:49:48.885Z] ---> a2062252c94f [2021-01-15T00:49:48.885Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-15T00:49:48.885Z] ---> Running in a458e5b78abd [2021-01-15T00:49:49.499Z] Removing intermediate container a458e5b78abd [2021-01-15T00:49:49.499Z] ---> f7d227e076a4 [2021-01-15T00:49:49.499Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-15T00:49:49.499Z] ---> Running in 66e713cfbff0 [2021-01-15T00:49:50.521Z] Removing intermediate container 66e713cfbff0 [2021-01-15T00:49:50.521Z] ---> 40f854c42cc7 [2021-01-15T00:49:50.521Z] Step 20/22 : LABEL arch=arm64 [2021-01-15T00:49:50.521Z] ---> Running in 002d0db7c710 [2021-01-15T00:49:51.143Z] Removing intermediate container 002d0db7c710 [2021-01-15T00:49:51.143Z] ---> 9e64f262b48a [2021-01-15T00:49:51.143Z] Step 21/22 : LABEL git_sha=6cb713fd3fad498c2078ac017c6fc9541add464b [2021-01-15T00:49:51.433Z] ---> Running in 69d59058ad80 [2021-01-15T00:49:52.448Z] Removing intermediate container 69d59058ad80 [2021-01-15T00:49:52.448Z] ---> 96e5f2cf37d6 [2021-01-15T00:49:52.448Z] Step 22/22 : LABEL version=0.0.0 [2021-01-15T00:49:52.448Z] ---> Running in 23598ec97e61 [2021-01-15T00:49:53.060Z] Removing intermediate container 23598ec97e61 [2021-01-15T00:49:53.060Z] ---> df06d9285a47 [2021-01-15T00:49:53.060Z] [2021-01-15T00:49:53.676Z] Successfully built df06d9285a47 [2021-01-15T00:49:53.676Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-15T00:50:20.657Z]  Building docker-core-command-go ... done Removing intermediate container a5f6b4136870 [2021-01-15T00:50:20.657Z] ---> 483fc785d598 [2021-01-15T00:50:20.657Z] [2021-01-15T00:50:20.657Z] Step 10/22 : FROM scratch [2021-01-15T00:50:20.657Z] ---> [2021-01-15T00:50:20.657Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-15T00:50:20.657Z] ---> Using cache [2021-01-15T00:50:20.657Z] ---> af036dfad744 [2021-01-15T00:50:20.657Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-15T00:50:20.657Z] ---> Running in 5e03de7c568a [2021-01-15T00:50:21.269Z] Removing intermediate container 5e03de7c568a [2021-01-15T00:50:21.269Z] ---> 32d5645ce285 [2021-01-15T00:50:21.269Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-15T00:50:21.269Z] ---> Running in 7272c1c2bcd2 [2021-01-15T00:50:21.881Z] Removing intermediate container 7272c1c2bcd2 [2021-01-15T00:50:21.881Z] ---> 8014d3c67dbc [2021-01-15T00:50:21.881Z] Step 14/22 : WORKDIR / [2021-01-15T00:50:22.173Z] ---> Running in 602c6590b0e9 [2021-01-15T00:50:22.792Z] Removing intermediate container 602c6590b0e9 [2021-01-15T00:50:22.793Z] ---> dccc299bbc08 [2021-01-15T00:50:22.793Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-15T00:50:24.264Z] ---> 48add7457835 [2021-01-15T00:50:24.264Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-15T00:50:26.933Z] ---> b895276c16aa [2021-01-15T00:50:26.933Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-15T00:50:28.949Z] ---> 244007bdf24e [2021-01-15T00:50:28.949Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-15T00:50:29.234Z] ---> Running in 56f3eec85403 [2021-01-15T00:50:29.520Z] Removing intermediate container acac72dbd486 [2021-01-15T00:50:29.520Z] ---> 6eb3d7b74fed [2021-01-15T00:50:29.520Z] [2021-01-15T00:50:29.520Z] Step 10/24 : FROM scratch [2021-01-15T00:50:29.520Z] ---> [2021-01-15T00:50:29.520Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-15T00:50:29.808Z] Removing intermediate container 56f3eec85403 [2021-01-15T00:50:29.808Z] ---> a51b1a05b9c6 [2021-01-15T00:50:29.808Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-15T00:50:29.808Z] ---> Running in 667c1d231081 [2021-01-15T00:50:30.097Z] ---> Running in e45d4e507f94 [2021-01-15T00:50:30.700Z] Removing intermediate container 667c1d231081 [2021-01-15T00:50:30.700Z] ---> f896c9a9b40d [2021-01-15T00:50:30.700Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-15T00:50:30.700Z] ---> Running in 8409d0f17975 [2021-01-15T00:50:30.700Z] Removing intermediate container e45d4e507f94 [2021-01-15T00:50:30.700Z] ---> 4984366e362a [2021-01-15T00:50:30.700Z] Step 20/22 : LABEL arch=arm64 [2021-01-15T00:50:30.981Z] ---> Running in aaeb7f659a91 [2021-01-15T00:50:31.261Z] Removing intermediate container 8409d0f17975 [2021-01-15T00:50:31.261Z] ---> 6400d4a8cdf5 [2021-01-15T00:50:31.261Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-15T00:50:31.261Z] ---> Running in fb325cc6280c [2021-01-15T00:50:31.538Z] Removing intermediate container aaeb7f659a91 [2021-01-15T00:50:31.538Z] ---> d96febe37de9 [2021-01-15T00:50:31.538Z] Step 21/22 : LABEL git_sha=6cb713fd3fad498c2078ac017c6fc9541add464b [2021-01-15T00:50:31.825Z] ---> Running in 5162b2b695a2 [2021-01-15T00:50:32.103Z] Removing intermediate container fb325cc6280c [2021-01-15T00:50:32.103Z] ---> e458546036e8 [2021-01-15T00:50:32.103Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-15T00:50:32.380Z] Removing intermediate container 5162b2b695a2 [2021-01-15T00:50:32.380Z] ---> 5fa5e1d2b9ff [2021-01-15T00:50:32.380Z] Step 22/22 : LABEL version=0.0.0 [2021-01-15T00:50:32.659Z] ---> Running in 4f5d78c6efd4 [2021-01-15T00:50:32.941Z] ---> 45e22d457e89 [2021-01-15T00:50:32.941Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-15T00:50:33.217Z] Removing intermediate container 4f5d78c6efd4 [2021-01-15T00:50:33.217Z] ---> 53aa384573c4 [2021-01-15T00:50:33.217Z] [2021-01-15T00:50:33.824Z] Successfully built 53aa384573c4 [2021-01-15T00:50:33.824Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-15T00:50:34.103Z]  Building docker-core-metadata-go ... done  ---> fc7c16d556bf [2021-01-15T00:50:34.103Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-15T00:50:36.101Z] ---> 8ffb7bc6a572 [2021-01-15T00:50:36.101Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-15T00:50:36.702Z] ---> 897dd0f0d01c [2021-01-15T00:50:36.702Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-15T00:50:38.160Z] ---> a151580737e2 [2021-01-15T00:50:38.160Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-15T00:50:39.150Z] ---> 86ea97ed2302 [2021-01-15T00:50:39.150Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-15T00:50:39.150Z] ---> Running in 2bc4dddaf8a3 [2021-01-15T00:50:39.750Z] Removing intermediate container 2bc4dddaf8a3 [2021-01-15T00:50:39.750Z] ---> 721065818b66 [2021-01-15T00:50:39.750Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-15T00:50:39.750Z] ---> Running in bbac8072a0c8 [2021-01-15T00:50:40.348Z] Removing intermediate container bbac8072a0c8 [2021-01-15T00:50:40.348Z] ---> 5b9162751e13 [2021-01-15T00:50:40.348Z] Step 22/24 : LABEL arch=arm64 [2021-01-15T00:50:40.348Z] ---> Running in 508f65b05db0 [2021-01-15T00:50:40.945Z] Removing intermediate container 508f65b05db0 [2021-01-15T00:50:40.945Z] ---> 8b8b86ca2085 [2021-01-15T00:50:40.945Z] Step 23/24 : LABEL git_sha=6cb713fd3fad498c2078ac017c6fc9541add464b [2021-01-15T00:50:41.219Z] ---> Running in 8605a0498e2a [2021-01-15T00:50:41.493Z] Removing intermediate container 8605a0498e2a [2021-01-15T00:50:41.493Z] ---> c025c2d0c227 [2021-01-15T00:50:41.493Z] Step 24/24 : LABEL version=0.0.0 [2021-01-15T00:50:41.772Z] ---> Running in ae7693df85ef [2021-01-15T00:50:42.381Z] Removing intermediate container ae7693df85ef [2021-01-15T00:50:42.381Z] ---> 492420916824 [2021-01-15T00:50:42.381Z] [2021-01-15T00:50:42.651Z] Successfully built 492420916824 [2021-01-15T00:50:42.651Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-15T00:50:45.259Z]  Building docker-support-notifications-go ... done Removing intermediate container a1da54e358d3 [2021-01-15T00:50:45.260Z] ---> dd963f712792 [2021-01-15T00:50:45.260Z] [2021-01-15T00:50:45.260Z] Step 10/23 : FROM alpine:3.12 [2021-01-15T00:50:45.260Z] ---> afeebe901d6b [2021-01-15T00:50:45.260Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-15T00:50:45.531Z] ---> Running in ab9b04623ba2 [2021-01-15T00:50:45.803Z] Removing intermediate container ab9b04623ba2 [2021-01-15T00:50:45.803Z] ---> 67b09752357b [2021-01-15T00:50:45.803Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-15T00:50:46.077Z] ---> Running in 10938c9172fd [2021-01-15T00:50:46.669Z] Removing intermediate container 10938c9172fd [2021-01-15T00:50:46.669Z] ---> fbba4b27600c [2021-01-15T00:50:46.669Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-15T00:50:46.669Z] ---> Running in 0e125ca34b93 [2021-01-15T00:50:47.260Z] Removing intermediate container 0e125ca34b93 [2021-01-15T00:50:47.260Z] ---> bbde6914ec65 [2021-01-15T00:50:47.260Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T00:50:47.260Z] ---> Running in 36207785a5e3 [2021-01-15T00:50:49.226Z] Removing intermediate container 36207785a5e3 [2021-01-15T00:50:49.226Z] ---> cfb6ab43f5ee [2021-01-15T00:50:49.226Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-15T00:50:49.497Z] ---> Running in 15f697764959 [2021-01-15T00:50:50.473Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T00:50:51.444Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T00:50:52.034Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-15T00:50:52.034Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-15T00:50:52.304Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-15T00:50:52.573Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-15T00:50:52.845Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-15T00:50:52.845Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T00:50:52.845Z] OK: 8 MiB in 19 packages [2021-01-15T00:50:54.267Z] Removing intermediate container 15f697764959 [2021-01-15T00:50:54.267Z] ---> d9da1d935558 [2021-01-15T00:50:54.267Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-15T00:50:54.866Z] ---> fdeec14abf3e [2021-01-15T00:50:54.866Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-15T00:50:56.314Z] ---> 29e4444fae41 [2021-01-15T00:50:56.314Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-15T00:50:56.584Z] ---> 99678986c6b2 [2021-01-15T00:50:56.584Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-15T00:50:56.854Z] ---> Running in 4776e7a4ba7f [2021-01-15T00:50:57.445Z] Removing intermediate container 4776e7a4ba7f [2021-01-15T00:50:57.445Z] ---> 9bf070c2c82c [2021-01-15T00:50:57.445Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-15T00:50:57.445Z] ---> Running in e1fa23e56b76 [2021-01-15T00:50:58.040Z] Removing intermediate container e1fa23e56b76 [2021-01-15T00:50:58.040Z] ---> 66fcde623ece [2021-01-15T00:50:58.040Z] Step 21/23 : LABEL arch=arm64 [2021-01-15T00:50:58.040Z] ---> Running in e38b1bfd0769 [2021-01-15T00:50:58.632Z] Removing intermediate container e38b1bfd0769 [2021-01-15T00:50:58.632Z] ---> 921c0dde9da9 [2021-01-15T00:50:58.632Z] Step 22/23 : LABEL git_sha=6cb713fd3fad498c2078ac017c6fc9541add464b [2021-01-15T00:50:58.632Z] ---> Running in c408b706b530 [2021-01-15T00:50:59.235Z] Removing intermediate container c408b706b530 [2021-01-15T00:50:59.235Z] ---> b3e85635ab2f [2021-01-15T00:50:59.235Z] Step 23/23 : LABEL version=0.0.0 [2021-01-15T00:50:59.235Z] ---> Running in d323b3dc9e04 [2021-01-15T00:50:59.829Z] Removing intermediate container d323b3dc9e04 [2021-01-15T00:50:59.829Z] ---> c481042bb8d4 [2021-01-15T00:50:59.829Z] [2021-01-15T00:51:00.101Z] Successfully built c481042bb8d4 [2021-01-15T00:51:00.101Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-15T00:51:00.710Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-01-15T00:51:00.731Z] $ docker stop --time=1 479cc4d205efad27ab2891aaa299e8ada719bedba6af48ff27308f8d516dc66d [2021-01-15T00:51:02.705Z] $ docker rm -f 479cc4d205efad27ab2891aaa299e8ada719bedba6af48ff27308f8d516dc66d [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-15T00:51:03.359Z] + grep+ docker [2021-01-15T00:51:03.359Z] docker images [2021-01-15T00:51:03.629Z] docker-core-data-go-arm64 latest c481042bb8d4 4 seconds ago 21MB [2021-01-15T00:51:03.629Z] docker-support-notifications-go-arm64 latest 492420916824 21 seconds ago 11.4MB [2021-01-15T00:51:03.629Z] docker-core-metadata-go-arm64 latest 53aa384573c4 31 seconds ago 12.3MB [2021-01-15T00:51:03.629Z] docker-core-command-go-arm64 latest df06d9285a47 About a minute ago 9.98MB [2021-01-15T00:51:03.629Z] docker-sys-mgmt-agent-go-arm64 latest 66a9daa3fa14 About a minute ago 300MB [2021-01-15T00:51:03.630Z] docker-security-secretstore-setup-go-arm64 latest 50c847efbc1f 3 minutes ago 23.4MB [2021-01-15T00:51:03.630Z] docker-security-bootstrap-redis-go-arm64 latest 306658b77bf1 3 minutes ago 15.1MB [2021-01-15T00:51:03.630Z] docker-security-proxy-setup-go-arm64 latest 53fdee929a92 3 minutes ago 23.2MB [2021-01-15T00:51:03.630Z] docker-support-scheduler-go-arm64 latest cf44b5789084 3 minutes ago 10MB [2021-01-15T00:51:03.630Z] docker 20.10.0 eeaf43b92773 4 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-01-15T00:51:05.364Z] provisioning config files... [2021-01-15T00:51:05.378Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/4@tmp/config1882194246581720615tmp [Pipeline] { [Pipeline] sh [2021-01-15T00:51:05.813Z] + set +x [2021-01-15T00:51:05.813Z] + curl -s https://codecov.io/bash [2021-01-15T00:51:05.813Z] + bash -s -- [2021-01-15T00:51:06.079Z] [2021-01-15T00:51:06.079Z] _____ _ [2021-01-15T00:51:06.079Z] / ____| | | [2021-01-15T00:51:06.079Z] | | ___ __| | ___ ___ _____ __ [2021-01-15T00:51:06.079Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-15T00:51:06.079Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-15T00:51:06.079Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-15T00:51:06.079Z] Bash-20201231-23d4836 [2021-01-15T00:51:06.079Z] [2021-01-15T00:51:06.079Z] [2021-01-15T00:51:06.343Z] ==> git version 2.24.3 found [2021-01-15T00:51:06.343Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-01-15T00:51:06.343Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-15T00:51:06.343Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-15T00:51:06.343Z] ==> Jenkins CI detected. [2021-01-15T00:51:06.343Z] project root: . [2021-01-15T00:51:06.343Z] --> token set from env [2021-01-15T00:51:06.343Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-15T00:51:06.343Z] ==> Running gcov in . (disable via -X gcov) [2021-01-15T00:51:06.343Z] ==> Python coveragepy not found [2021-01-15T00:51:06.343Z] ==> Searching for coverage reports in: [2021-01-15T00:51:06.343Z] + . [2021-01-15T00:51:06.343Z] -> Found 1 reports [2021-01-15T00:51:06.343Z] ==> Detecting git/mercurial file structure [2021-01-15T00:51:06.607Z] ==> Reading reports [2021-01-15T00:51:06.607Z] + ./coverage.out bytes=550321 [2021-01-15T00:51:06.607Z] ==> Appending adjustments [2021-01-15T00:51:06.607Z] https://docs.codecov.io/docs/fixing-reports [2021-01-15T00:51:09.928Z] + Found adjustments [2021-01-15T00:51:09.928Z] ==> Gzipping contents [2021-01-15T00:51:09.928Z] 84K /tmp/codecov.PdVsJc.gz [2021-01-15T00:51:09.928Z] ==> Uploading reports [2021-01-15T00:51:09.928Z] url: https://codecov.io [2021-01-15T00:51:09.928Z] query: branch=PR-3027&commit=6cb713fd3fad498c2078ac017c6fc9541add464b&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3027%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3027&job=&cmd_args= [2021-01-15T00:51:09.928Z] -> Pinging Codecov [2021-01-15T00:51:09.928Z] https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=PR-3027&commit=6cb713fd3fad498c2078ac017c6fc9541add464b&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3027%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3027&job=&cmd_args= [2021-01-15T00:51:10.191Z] -> Uploading to [2021-01-15T00:51:10.191Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-15/00271124DB129430A58F1EEE437C3FCB/6cb713fd3fad498c2078ac017c6fc9541add464b/2603f890-3d2f-4c37-b4ee-bc92ddde7a8f.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210115%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210115T005110Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=395b1215a2d1b8edd8248489c372c94dae5f86729d10348295c1b76580458c17 [2021-01-15T00:51:10.191Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-15T00:51:10.191Z] Dload Upload Total Spent Left Speed [2021-01-15T00:51:10.766Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 83245 0 0 100 83245 0 165k --:--:-- --:--:-- --:--:-- 164k 100 83245 0 0 100 83245 0 164k --:--:-- --:--:-- --:--:-- 164k [2021-01-15T00:51:10.766Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/6cb713fd3fad498c2078ac017c6fc9541add464b [Pipeline] } [2021-01-15T00:51:10.778Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-01-15T00:51:12.821Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-15T00:51:13.730Z] ---> package-listing.sh [2021-01-15T00:51:13.730Z] ++ facter osfamily [2021-01-15T00:51:13.730Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-15T00:51:13.730Z] + OS_FAMILY=redhat [2021-01-15T00:51:13.730Z] + workspace=/w/workspace/edgex-go/4 [2021-01-15T00:51:13.730Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-15T00:51:13.730Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-15T00:51:13.730Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-15T00:51:13.730Z] + PACKAGES=/tmp/packages_start.txt [2021-01-15T00:51:13.730Z] + '[' /w/workspace/edgex-go/4 ']' [2021-01-15T00:51:13.730Z] + PACKAGES=/tmp/packages_end.txt [2021-01-15T00:51:13.730Z] + case "${OS_FAMILY}" in [2021-01-15T00:51:13.730Z] + rpm -qa [2021-01-15T00:51:13.730Z] + sort [2021-01-15T00:51:19.036Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-15T00:51:19.036Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-15T00:51:19.036Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-15T00:51:19.036Z] + '[' /w/workspace/edgex-go/4 ']' [2021-01-15T00:51:19.037Z] + mkdir -p /w/workspace/edgex-go/4/archives/ [2021-01-15T00:51:19.037Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/4/archives/ [Pipeline] echo [2021-01-15T00:51:19.052Z] 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/4/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-15T00:51:19.350Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-15T00:51:19.671Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-15T00:51:19.937Z] [2021-01-15T00:51:19.937Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-15T00:51:20.325Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-15T00:51:20.325Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-15T00:51:20.325Z] df20fa9351a1: Pulling fs layer [2021-01-15T00:51:20.325Z] 36b3adc4ff6f: Pulling fs layer [2021-01-15T00:51:20.325Z] 8ad3a11d3b57: Pulling fs layer [2021-01-15T00:51:20.325Z] 46f8f816bc3b: Pulling fs layer [2021-01-15T00:51:20.325Z] 93b61091891f: Pulling fs layer [2021-01-15T00:51:20.325Z] 93b9cdb0e59b: Pulling fs layer [2021-01-15T00:51:20.325Z] 5e14af77c1be: Pulling fs layer [2021-01-15T00:51:20.325Z] 01666e4c0597: Pulling fs layer [2021-01-15T00:51:20.325Z] aa168da1d23b: Pulling fs layer [2021-01-15T00:51:20.325Z] 46f8f816bc3b: Waiting [2021-01-15T00:51:20.325Z] 93b61091891f: Waiting [2021-01-15T00:51:20.325Z] 93b9cdb0e59b: Waiting [2021-01-15T00:51:20.325Z] 5e14af77c1be: Waiting [2021-01-15T00:51:20.325Z] 01666e4c0597: Waiting [2021-01-15T00:51:20.325Z] aa168da1d23b: Waiting [2021-01-15T00:51:20.325Z] 36b3adc4ff6f: Verifying Checksum [2021-01-15T00:51:20.325Z] 36b3adc4ff6f: Download complete [2021-01-15T00:51:20.325Z] 46f8f816bc3b: Verifying Checksum [2021-01-15T00:51:20.325Z] 46f8f816bc3b: Download complete [2021-01-15T00:51:20.325Z] df20fa9351a1: Verifying Checksum [2021-01-15T00:51:20.325Z] df20fa9351a1: Download complete [2021-01-15T00:51:20.593Z] 93b9cdb0e59b: Verifying Checksum [2021-01-15T00:51:20.593Z] 93b9cdb0e59b: Download complete [2021-01-15T00:51:20.593Z] 5e14af77c1be: Verifying Checksum [2021-01-15T00:51:20.593Z] 5e14af77c1be: Download complete [2021-01-15T00:51:20.593Z] 01666e4c0597: Verifying Checksum [2021-01-15T00:51:20.593Z] 01666e4c0597: Download complete [2021-01-15T00:51:20.593Z] 93b61091891f: Verifying Checksum [2021-01-15T00:51:20.593Z] 93b61091891f: Download complete [2021-01-15T00:51:20.864Z] 8ad3a11d3b57: Verifying Checksum [2021-01-15T00:51:20.864Z] 8ad3a11d3b57: Download complete [2021-01-15T00:51:20.864Z] df20fa9351a1: Pull complete [2021-01-15T00:51:21.131Z] 36b3adc4ff6f: Pull complete [2021-01-15T00:51:23.085Z] aa168da1d23b: Verifying Checksum [2021-01-15T00:51:23.085Z] aa168da1d23b: Download complete [2021-01-15T00:51:24.033Z] 8ad3a11d3b57: Pull complete [2021-01-15T00:51:24.298Z] 46f8f816bc3b: Pull complete [2021-01-15T00:51:25.700Z] 93b61091891f: Pull complete [2021-01-15T00:51:25.700Z] 93b9cdb0e59b: Pull complete [2021-01-15T00:51:25.700Z] 5e14af77c1be: Pull complete [2021-01-15T00:51:25.969Z] 01666e4c0597: Pull complete [2021-01-15T00:51:34.202Z] aa168da1d23b: Pull complete [2021-01-15T00:51:34.202Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-15T00:51:34.202Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-15T00:51:34.202Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-15T00:51:34.392Z] prd-centos7-docker-4c-2g-20342 does not seem to be running inside a container [2021-01-15T00:51:34.446Z] $ 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/4/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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-15T00:51:38.329Z] $ docker top 53a68b2e8d9202aea81312c2fea84cf49dfcd2465094d7114c849fad69966e1a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-15T00:51:38.869Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-15T00:51:39.175Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-15T00:51:39.482Z] + ls /var/log/sa-host [2021-01-15T00:51:39.482Z] + sadf -c /var/log/sa-host/sa15 [2021-01-15T00:51:39.482Z] file_magic: OK [2021-01-15T00:51:39.482Z] HZ: Using current value: 100 [2021-01-15T00:51:39.482Z] file_header: OK [2021-01-15T00:51:39.482Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-15T00:51:39.482Z] Statistics: [2021-01-15T00:51:39.482Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-15T00:51:39.482Z] File successfully converted to sysstat format version 12.2.1 [2021-01-15T00:51:39.482Z] + sadf -c /var/log/sa-host/sa23 [2021-01-15T00:51:39.482Z] file_magic: OK [2021-01-15T00:51:39.482Z] HZ: Using current value: 100 [2021-01-15T00:51:39.482Z] file_header: OK [2021-01-15T00:51:39.482Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-15T00:51:39.482Z] Statistics: [2021-01-15T00:51:39.482Z] Hnuu...uuuununununu... [2021-01-15T00:51:39.482Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-15T00:51:39.715Z] provisioning config files... [2021-01-15T00:51:39.730Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/4@tmp/config1883620737827459765tmp [Pipeline] { [Pipeline] echo [2021-01-15T00:51:39.810Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-15T00:51:40.111Z] ---> create-netrc.sh [Pipeline] } [2021-01-15T00:51:40.122Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-15T00:51:40.228Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-15T00:51:40.535Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-15T00:51:40.547Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-15T00:51:40.856Z] ---> sudo-logs.sh [2021-01-15T00:51:40.856Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-15T00:51:40.868Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-15T00:51:41.167Z] ---> job-cost.sh [2021-01-15T00:51:41.167Z] lf-activate-venv: SKIPPING [2021-01-15T00:51:41.167Z] INFO: No Stack... [2021-01-15T00:51:42.115Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-15T00:51:42.688Z] INFO: Archiving Costs [Pipeline] echo [2021-01-15T00:51:42.702Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-15T00:51:43.002Z] ---> logs-deploy.sh [2021-01-15T00:51:43.002Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3027/4 [2021-01-15T00:51:43.002Z] INFO: archiving workspace using pattern(s): [2021-01-15T00:51:44.927Z] Archives upload complete. [2021-01-15T00:51:44.927Z] INFO: archiving logs to Nexus