Pull request #3030 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of FelixTing for edgexfoundry/edgex-go Loading trusted files from base branch master at 9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5 rather than 25b0e270b56badf436881da003bb813d97a6c436 Obtained Jenkinsfile from 9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5 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 ‘prd-centos7-docker-4c-2g-15505’ is offline Running on prd-centos7-docker-4c-2g-20211 in /w/workspace/edgexfoundry_edgex-go_PR-3030 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/3 [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/3 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5 into PR head commit 25b0e270b56badf436881da003bb813d97a6c436 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3030/head:refs/remotes/origin/PR-3030 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 25b0e270b56badf436881da003bb813d97a6c436 # timeout=10 Merge succeeded, producing 4d1422c6aa577a71801cc1e5479d2ecbc19b52c4 Checking out Revision 4d1422c6aa577a71801cc1e5479d2ecbc19b52c4 (PR-3030) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4d1422c6aa577a71801cc1e5479d2ecbc19b52c4 # timeout=10 Commit message: "Merge commit '9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-14T12:14:42.676Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-14T12:14:42.987Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-14T12:14:43.096Z] ========================================================= [2021-01-14T12:14:43.096Z] EdgeX Global Pipelines Version Info [2021-01-14T12:14:43.096Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk b930a7aa9c38385cbd04a04f9b5a54abc9ffb155 # timeout=10 [2021-01-14T12:14:44.547Z] ------------------- [2021-01-14T12:14:44.547Z] stable info: [2021-01-14T12:14:44.547Z] ------------------- [2021-01-14T12:14:44.547Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-14T12:14:44.547Z] Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d [2021-01-14T12:14:44.547Z] Message: update stable to v1.0.177 [2021-01-14T12:14:45.492Z] ------------------- [2021-01-14T12:14:45.492Z] experimental info: [2021-01-14T12:14:45.492Z] ------------------- [2021-01-14T12:14:45.492Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-01-14T12:14:45.492Z] Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d [2021-01-14T12:14:45.492Z] Message: update experimental to v1.0.177 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-14T12:14:45.781Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-14T12:14:45.889Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-14T12:14:45.983Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-14T12:14:46.077Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-14T12:14:46.168Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-14T12:14:46.263Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-14T12:14:46.355Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-14T12:14:46.443Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-14T12:14:46.534Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-14T12:14:46.627Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-14T12:14:46.718Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-14T12:14:46.843Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-14T12:14:46.933Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-14T12:14:47.042Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-14T12:14:47.134Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-14T12:14:47.224Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-14T12:14:47.312Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-14T12:14:47.399Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-14T12:14:47.486Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-14T12:14:47.573Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-14T12:14:47.667Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-14T12:14:47.755Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-14T12:14:47.845Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-14T12:14:47.934Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3030 [Pipeline] echo [2021-01-14T12:14:48.056Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3030 [Pipeline] echo [2021-01-14T12:14:48.149Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3030 [Pipeline] echo [2021-01-14T12:14:48.248Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4d1422c6aa577a71801cc1e5479d2ecbc19b52c4 [Pipeline] echo [2021-01-14T12:14:48.346Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4d1422c [Pipeline] echo [2021-01-14T12:14:48.449Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-14T12:14:48.645Z] provisioning config files... [2021-01-14T12:14:48.772Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config5317200918670511437tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-14T12:14:49.128Z] ---> docker-login.sh [2021-01-14T12:14:49.128Z] nexus3.edgexfoundry.org:10001 [2021-01-14T12:14:49.389Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T12:14:49.389Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T12:14:49.389Z] Configure a credential helper to remove this warning. See [2021-01-14T12:14:49.389Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T12:14:49.389Z] [2021-01-14T12:14:49.389Z] Login Succeeded [2021-01-14T12:14:49.389Z] nexus3.edgexfoundry.org:10002 [2021-01-14T12:14:49.651Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T12:14:49.651Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T12:14:49.651Z] Configure a credential helper to remove this warning. See [2021-01-14T12:14:49.651Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T12:14:49.651Z] [2021-01-14T12:14:49.651Z] Login Succeeded [2021-01-14T12:14:49.651Z] nexus3.edgexfoundry.org:10003 [2021-01-14T12:14:49.914Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T12:14:49.914Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T12:14:49.914Z] Configure a credential helper to remove this warning. See [2021-01-14T12:14:49.914Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T12:14:49.914Z] [2021-01-14T12:14:49.914Z] Login Succeeded [2021-01-14T12:14:49.914Z] nexus3.edgexfoundry.org:10004 [2021-01-14T12:14:49.914Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T12:14:49.914Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T12:14:49.914Z] Configure a credential helper to remove this warning. See [2021-01-14T12:14:49.914Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T12:14:49.914Z] [2021-01-14T12:14:49.914Z] Login Succeeded [2021-01-14T12:14:49.914Z] docker.io [2021-01-14T12:14:50.175Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T12:14:50.437Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T12:14:50.437Z] Configure a credential helper to remove this warning. See [2021-01-14T12:14:50.437Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T12:14:50.437Z] [2021-01-14T12:14:50.437Z] Login Succeeded [2021-01-14T12:14:50.437Z] ---> docker-login.sh ends [Pipeline] } [2021-01-14T12:14:50.447Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-14T12:14:50.954Z] ++ 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-14T12:14:50.954Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-14T12:14:50.954Z] ++ dirname cmd/core-command/Dockerfile [2021-01-14T12:14:50.954Z] ++ cut -d/ -f2 [2021-01-14T12:14:50.954Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-14T12:14:50.954Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-14T12:14:50.954Z] ++ dirname cmd/core-data/Dockerfile [2021-01-14T12:14:50.954Z] ++ cut -d/ -f2 [2021-01-14T12:14:50.954Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-14T12:14:50.954Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-14T12:14:50.954Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-14T12:14:50.954Z] ++ cut -d/ -f2 [2021-01-14T12:14:50.954Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-14T12:14:50.954Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-14T12:14:50.954Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2021-01-14T12:14:50.954Z] ++ cut -d/ -f2 [2021-01-14T12:14:50.954Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2021-01-14T12:14:50.954Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-14T12:14:50.954Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-14T12:14:50.954Z] ++ cut -d/ -f2 [2021-01-14T12:14:50.954Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-14T12:14:50.954Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-14T12:14:50.954Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-14T12:14:50.954Z] ++ cut -d/ -f2 [2021-01-14T12:14:50.954Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-14T12:14:50.954Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-14T12:14:50.954Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-14T12:14:50.954Z] ++ cut -d/ -f2 [2021-01-14T12:14:50.954Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-14T12:14:50.954Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-14T12:14:50.954Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-14T12:14:50.954Z] ++ cut -d/ -f2 [2021-01-14T12:14:50.954Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-14T12:14:50.954Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-14T12:14:50.954Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-14T12:14:50.954Z] ++ cut -d/ -f2 [2021-01-14T12:14:50.954Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-14T12:14:51.028Z] 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-14T12:14:52.546Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-14T12:14:52.546Z] [2021-01-14T12:14:52.546Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-14T12:14:52.909Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-14T12:14:52.909Z] latest: Pulling from edgex-devops/git-semver [2021-01-14T12:14:52.909Z] 31603596830f: Pulling fs layer [2021-01-14T12:14:52.909Z] 2a8b12db71e7: Pulling fs layer [2021-01-14T12:14:52.909Z] 6ca5941a6612: Pulling fs layer [2021-01-14T12:14:52.909Z] ecc8261a40a4: Pulling fs layer [2021-01-14T12:14:52.909Z] ecc8261a40a4: Waiting [2021-01-14T12:14:52.909Z] 2a8b12db71e7: Verifying Checksum [2021-01-14T12:14:52.909Z] 2a8b12db71e7: Download complete [2021-01-14T12:14:53.171Z] 31603596830f: Download complete [2021-01-14T12:14:53.171Z] ecc8261a40a4: Verifying Checksum [2021-01-14T12:14:53.171Z] ecc8261a40a4: Download complete [2021-01-14T12:14:53.171Z] 6ca5941a6612: Verifying Checksum [2021-01-14T12:14:53.171Z] 6ca5941a6612: Download complete [2021-01-14T12:14:53.434Z] 31603596830f: Pull complete [2021-01-14T12:14:53.434Z] 2a8b12db71e7: Pull complete [2021-01-14T12:14:54.385Z] 6ca5941a6612: Pull complete [2021-01-14T12:14:54.648Z] ecc8261a40a4: Pull complete [2021-01-14T12:14:54.648Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-14T12:14:54.648Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-14T12:14:54.648Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-14T12:14:54.752Z] prd-centos7-docker-4c-2g-20211 does not seem to be running inside a container [2021-01-14T12:14:54.804Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-14T12:14:57.183Z] $ docker top 887ca5f33f11b1ae9abe6df4530c6e8ad168fbee204c610d532c9b72bf2ece5f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-14T12:14:57.460Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-14T12:14:57.460Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-14T12:14:57.679Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-14T12:14:57.684Z] $ docker exec 887ca5f33f11b1ae9abe6df4530c6e8ad168fbee204c610d532c9b72bf2ece5f ssh-agent [2021-01-14T12:14:57.846Z] SSH_AUTH_SOCK=/tmp/ssh-MphYVFzfGQj3/agent.11 [2021-01-14T12:14:57.846Z] SSH_AGENT_PID=16 [2021-01-14T12:14:57.855Z] Running ssh-add (command line suppressed) [2021-01-14T12:14:57.975Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_6938070537789472678.key (/w/workspace/edgex-go/3@tmp/private_key_6938070537789472678.key) [2021-01-14T12:14:58.026Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-14T12:14:58.357Z] + git tag --points-at HEAD [Pipeline] } [2021-01-14T12:14:58.380Z] $ docker exec --env ******** --env ******** 887ca5f33f11b1ae9abe6df4530c6e8ad168fbee204c610d532c9b72bf2ece5f ssh-agent -k [2021-01-14T12:14:58.481Z] unset SSH_AUTH_SOCK; [2021-01-14T12:14:58.482Z] unset SSH_AGENT_PID; [2021-01-14T12:14:58.482Z] echo Agent pid 16 killed; [2021-01-14T12:14:58.525Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-14T12:14:58.707Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-14T12:14:58.707Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-14T12:14:58.856Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-14T12:14:58.861Z] $ docker exec 887ca5f33f11b1ae9abe6df4530c6e8ad168fbee204c610d532c9b72bf2ece5f ssh-agent [2021-01-14T12:14:59.015Z] SSH_AUTH_SOCK=/tmp/ssh-wdJ0zGs96osG/agent.44 [2021-01-14T12:14:59.015Z] SSH_AGENT_PID=50 [2021-01-14T12:14:59.021Z] Running ssh-add (command line suppressed) [2021-01-14T12:14:59.131Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_6552570440620678977.key (/w/workspace/edgex-go/3@tmp/private_key_6552570440620678977.key) [2021-01-14T12:14:59.178Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-14T12:14:59.529Z] + git semver init [2021-01-14T12:14:59.529Z] # -> Open(): unable to determine branch for HEAD [2021-01-14T12:14:59.529Z] # $GIT_DIR = /w/workspace/edgex-go/3/.git [2021-01-14T12:14:59.529Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/3 [2021-01-14T12:14:59.529Z] # $SEMVER_REMOTE_NAME = origin [2021-01-14T12:14:59.529Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-14T12:14:59.529Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-14T12:14:59.529Z] # $SEMVER_BRANCH = PR-3030 [2021-01-14T12:14:59.529Z] # $SEMVER_TEMP = /tmp/semver-705287280 [2021-01-14T12:14:59.529Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-14T12:15:17.721Z] # '/tmp/semver-705287280' -> '/w/workspace/edgex-go/3/.semver' [2021-01-14T12:15:17.721Z] # -> Force: false [2021-01-14T12:15:17.721Z] # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } [2021-01-14T12:15:17.738Z] $ docker exec --env ******** --env ******** 887ca5f33f11b1ae9abe6df4530c6e8ad168fbee204c610d532c9b72bf2ece5f ssh-agent -k [2021-01-14T12:15:17.964Z] unset SSH_AUTH_SOCK; [2021-01-14T12:15:17.964Z] unset SSH_AGENT_PID; [2021-01-14T12:15:17.965Z] echo Agent pid 50 killed; [2021-01-14T12:15:18.041Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-14T12:15:18.594Z] + git semver [Pipeline] } [2021-01-14T12:15:18.612Z] $ docker stop --time=1 887ca5f33f11b1ae9abe6df4530c6e8ad168fbee204c610d532c9b72bf2ece5f [2021-01-14T12:15:20.190Z] $ docker rm -f 887ca5f33f11b1ae9abe6df4530c6e8ad168fbee204c610d532c9b72bf2ece5f [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-14T12:15:20.734Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-14T12:15:21.246Z] Stashed 1 file(s) [Pipeline] echo [2021-01-14T12:15:21.248Z] [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-14T12:15:22.115Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-14T12:15:22.424Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-14T12:15:22.722Z] + sudo service docker restart [2021-01-14T12:15:22.722Z] + true [2021-01-14T12:15:22.722Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-14T12:15:23.312Z] ========================================================= [2021-01-14T12:15:23.312Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-14T12:15:23.312Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-14T12:15:23.655Z] + 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-14T12:15:26.968Z] Sending build context to Docker daemon 326.5MB [2021-01-14T12:15:26.968Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-14T12:15:26.968Z] Step 2/6 : FROM ${BASE} [2021-01-14T12:15:26.968Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-14T12:15:26.968Z] 188c0c94c7c5: Pulling fs layer [2021-01-14T12:15:26.968Z] 0ef7d3d256c8: Pulling fs layer [2021-01-14T12:15:26.968Z] de9db76c5a1d: Pulling fs layer [2021-01-14T12:15:26.968Z] bca2f99d35d6: Pulling fs layer [2021-01-14T12:15:26.968Z] 93359f2a8cfa: Pulling fs layer [2021-01-14T12:15:26.969Z] 7c6f9722023f: Pulling fs layer [2021-01-14T12:15:26.969Z] a35cf1a2eb13: Pulling fs layer [2021-01-14T12:15:26.969Z] bca2f99d35d6: Waiting [2021-01-14T12:15:26.969Z] 93359f2a8cfa: Waiting [2021-01-14T12:15:26.969Z] 7c6f9722023f: Waiting [2021-01-14T12:15:26.969Z] a35cf1a2eb13: Waiting [2021-01-14T12:15:26.969Z] de9db76c5a1d: Download complete [2021-01-14T12:15:26.969Z] 0ef7d3d256c8: Verifying Checksum [2021-01-14T12:15:26.969Z] 0ef7d3d256c8: Download complete [2021-01-14T12:15:26.969Z] 93359f2a8cfa: Verifying Checksum [2021-01-14T12:15:26.969Z] 93359f2a8cfa: Download complete [2021-01-14T12:15:26.969Z] 7c6f9722023f: Verifying Checksum [2021-01-14T12:15:26.969Z] 7c6f9722023f: Download complete [2021-01-14T12:15:26.969Z] 188c0c94c7c5: Verifying Checksum [2021-01-14T12:15:26.969Z] 188c0c94c7c5: Download complete [2021-01-14T12:15:26.969Z] 188c0c94c7c5: Pull complete [2021-01-14T12:15:27.229Z] 0ef7d3d256c8: Pull complete [2021-01-14T12:15:27.496Z] de9db76c5a1d: Pull complete [2021-01-14T12:15:28.887Z] a35cf1a2eb13: Verifying Checksum [2021-01-14T12:15:28.887Z] a35cf1a2eb13: Download complete [2021-01-14T12:15:28.887Z] bca2f99d35d6: Verifying Checksum [2021-01-14T12:15:28.887Z] bca2f99d35d6: Download complete [2021-01-14T12:15:34.209Z] bca2f99d35d6: Pull complete [2021-01-14T12:15:34.209Z] 93359f2a8cfa: Pull complete [2021-01-14T12:15:34.209Z] 7c6f9722023f: Pull complete [2021-01-14T12:15:36.624Z] Still waiting to schedule task [2021-01-14T12:15:36.624Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline [2021-01-14T12:15:37.523Z] a35cf1a2eb13: Pull complete [2021-01-14T12:15:37.523Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-14T12:15:37.523Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-14T12:15:37.523Z] ---> a62c8e92a672 [2021-01-14T12:15:37.523Z] 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-14T12:15:38.098Z] ---> Running in df971ba863c7 [2021-01-14T12:15:38.672Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-14T12:15:39.616Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-14T12:15:40.190Z] (1/12) Installing libmagic (5.38-r0) [2021-01-14T12:15:40.190Z] (2/12) Installing file (5.38-r0) [2021-01-14T12:15:40.451Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-14T12:15:40.451Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-14T12:15:48.598Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-14T12:15:48.598Z] (6/12) Installing patch (2.7.6-r6) [2021-01-14T12:15:48.598Z] (7/12) Installing build-base (0.5-r2) [2021-01-14T12:15:48.598Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-14T12:15:48.598Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-14T12:15:48.859Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-14T12:15:48.859Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-14T12:15:48.859Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-14T12:15:49.122Z] Executing busybox-1.31.1-r19.trigger [2021-01-14T12:15:49.122Z] OK: 233 MiB in 51 packages [2021-01-14T12:15:52.445Z] Removing intermediate container df971ba863c7 [2021-01-14T12:15:52.445Z] ---> ef4f1f75dcb4 [2021-01-14T12:15:52.445Z] Step 4/6 : WORKDIR /edgex-go [2021-01-14T12:15:52.446Z] ---> Running in 272eb4a22290 [2021-01-14T12:15:52.711Z] Removing intermediate container 272eb4a22290 [2021-01-14T12:15:52.711Z] ---> 780104e26ca7 [2021-01-14T12:15:52.711Z] Step 5/6 : COPY go.mod . [2021-01-14T12:15:52.973Z] ---> e06fc17ae7d6 [2021-01-14T12:15:52.973Z] Step 6/6 : RUN go mod download [2021-01-14T12:15:52.973Z] ---> Running in 17a78e41d79a [2021-01-14T12:16:14.971Z] Removing intermediate container 17a78e41d79a [2021-01-14T12:16:14.971Z] ---> c96be585400d [2021-01-14T12:16:14.971Z] Successfully built c96be585400d [2021-01-14T12:16:14.971Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-14T12:16:15.283Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-14T12:16:15.283Z] . [Pipeline] withDockerContainer [2021-01-14T12:16:15.377Z] prd-centos7-docker-4c-2g-20211 does not seem to be running inside a container [2021-01-14T12:16:15.421Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-14T12:16:16.162Z] $ docker top 13a14eba4acf09c7615000742b5d4624645e5f9e5772336aee9d0e1cc8dfc361 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-14T12:16:16.651Z] + go version [2021-01-14T12:16:16.651Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-14T12:16:16.666Z] $ docker stop --time=1 13a14eba4acf09c7615000742b5d4624645e5f9e5772336aee9d0e1cc8dfc361 [2021-01-14T12:16:18.080Z] $ docker rm -f 13a14eba4acf09c7615000742b5d4624645e5f9e5772336aee9d0e1cc8dfc361 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-14T12:16:18.847Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-14T12:16:18.847Z] . [Pipeline] withDockerContainer [2021-01-14T12:16:18.933Z] prd-centos7-docker-4c-2g-20211 does not seem to be running inside a container [2021-01-14T12:16:18.976Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-14T12:16:19.519Z] $ docker top c454df6a215ff54ea5b97207c997edeee5c0d4b7f1953ba862ad1bec11776e18 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-14T12:16:19.693Z] ========================================================= [2021-01-14T12:16:19.693Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-14T12:16:19.693Z] ========================================================= [Pipeline] sh [2021-01-14T12:16:19.983Z] + make test [2021-01-14T12:16:19.983Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-14T12:16:28.182Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-14T12:16:40.570Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-14T12:16:47.230Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-14T12:16:47.230Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-14T12:16:47.230Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-14T12:16:47.496Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-14T12:16:47.497Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-14T12:16:47.760Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-14T12:16:48.345Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-14T12:16:48.617Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-14T12:16:49.197Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-14T12:16:51.151Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-14T12:16:51.151Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-14T12:16:51.151Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-14T12:16:53.105Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.077s coverage: 46.6% of statements [2021-01-14T12:16:53.105Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-14T12:16:53.105Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-14T12:16:53.105Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-14T12:16:53.105Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-14T12:16:53.105Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-14T12:16:57.344Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.185s coverage: 27.0% of statements [2021-01-14T12:16:57.344Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-14T12:16:57.344Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-14T12:16:57.344Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-14T12:16:57.344Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-14T12:16:57.344Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-14T12:16:57.344Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-14T12:16:57.344Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.030s coverage: 100.0% of statements [2021-01-14T12:16:57.344Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-14T12:16:57.344Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.059s coverage: 100.0% of statements [2021-01-14T12:16:57.344Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-14T12:16:57.344Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-14T12:16:57.344Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.090s coverage: 77.1% of statements [2021-01-14T12:16:57.344Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-14T12:16:57.344Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-14T12:16:57.344Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.120s coverage: 82.4% of statements [2021-01-14T12:16:57.344Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-14T12:16:57.344Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-14T12:16:57.344Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-14T12:16:57.344Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-14T12:16:58.743Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.293s coverage: 28.6% of statements [2021-01-14T12:16:58.743Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-14T12:16:58.743Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-14T12:16:58.743Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-14T12:16:58.744Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-14T12:16:58.744Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-14T12:16:58.744Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.050s coverage: 100.0% of statements [2021-01-14T12:16:58.744Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-14T12:16:58.744Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.056s coverage: 100.0% of statements [2021-01-14T12:16:58.744Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-14T12:16:58.744Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.133s coverage: 86.7% of statements [2021-01-14T12:16:58.744Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-14T12:16:59.714Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.103s coverage: 97.5% of statements [2021-01-14T12:16:59.714Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-14T12:16:59.714Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.049s coverage: 78.3% of statements [2021-01-14T12:16:59.714Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-14T12:16:59.714Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-14T12:16:59.714Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-14T12:16:59.714Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-14T12:17:01.680Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.359s coverage: 93.2% of statements [2021-01-14T12:17:01.680Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-14T12:17:01.680Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-14T12:17:01.680Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-14T12:17:01.680Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-14T12:17:01.680Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-14T12:17:01.680Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-14T12:17:01.680Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-14T12:17:01.680Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-14T12:17:01.680Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-14T12:17:01.680Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-14T12:17:01.680Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-14T12:17:01.680Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-14T12:17:01.680Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-14T12:17:01.680Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-14T12:17:01.680Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-14T12:17:01.680Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-14T12:17:01.680Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-14T12:17:01.680Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-14T12:17:01.680Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.033s coverage: 58.8% of statements [2021-01-14T12:17:01.680Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-14T12:17:01.680Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-14T12:17:01.680Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.049s coverage: 0.1% of statements [2021-01-14T12:17:01.680Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-14T12:17:01.680Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-14T12:17:01.680Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-14T12:17:01.680Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-14T12:17:01.680Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.047s coverage: 100.0% of statements [2021-01-14T12:17:01.680Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-14T12:17:01.680Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.080s coverage: 75.5% of statements [2021-01-14T12:17:01.680Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-14T12:17:01.680Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.036s coverage: 80.8% of statements [2021-01-14T12:17:01.945Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.082s coverage: 87.2% of statements [2021-01-14T12:17:02.216Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.039s coverage: 84.2% of statements [2021-01-14T12:17:02.485Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.064s coverage: 91.4% of statements [2021-01-14T12:17:02.485Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-14T12:17:03.456Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.201s coverage: 63.5% of statements [2021-01-14T12:17:03.456Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-14T12:17:03.456Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-14T12:17:03.456Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.052s coverage: 100.0% of statements [2021-01-14T12:17:03.456Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.039s coverage: 91.3% of statements [2021-01-14T12:17:03.456Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements [2021-01-14T12:17:03.456Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.044s coverage: 73.7% of statements [2021-01-14T12:17:04.041Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.036s coverage: 100.0% of statements [2021-01-14T12:17:05.007Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.350s coverage: 55.9% of statements [2021-01-14T12:17:05.007Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-14T12:17:05.007Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-14T12:17:05.007Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-14T12:17:05.007Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-14T12:17:05.007Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-14T12:17:05.007Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.100s coverage: 37.0% of statements [2021-01-14T12:17:05.007Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-14T12:17:05.007Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-14T12:17:05.007Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.297s coverage: 84.0% of statements [2021-01-14T12:17:05.271Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.032s coverage: 100.0% of statements [2021-01-14T12:17:07.229Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.098s coverage: 47.1% of statements [2021-01-14T12:17:07.229Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-14T12:17:07.229Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-14T12:17:07.229Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-14T12:17:07.229Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-14T12:17:07.229Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-14T12:17:07.229Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.053s coverage: 100.0% of statements [2021-01-14T12:17:07.229Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-14T12:17:07.229Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.043s coverage: 100.0% of statements [2021-01-14T12:17:07.229Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-14T12:17:08.201Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.671s coverage: 29.1% of statements [2021-01-14T12:17:08.201Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-14T12:17:08.201Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-14T12:17:08.201Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-14T12:17:08.201Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-14T12:17:08.201Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-14T12:17:08.201Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.073s coverage: 99.0% of statements [2021-01-14T12:17:08.201Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-14T12:17:08.201Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.038s coverage: 100.0% of statements [2021-01-14T12:17:08.201Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-14T12:17:08.201Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.056s coverage: 0.0% of statements [2021-01-14T12:17:08.201Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-14T12:17:08.201Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.036s coverage: 100.0% of statements [2021-01-14T12:17:08.201Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-14T12:17:08.201Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-14T12:17:08.201Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-14T12:17:08.201Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-14T12:17:08.463Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.046s coverage: 87.9% of statements [2021-01-14T12:17:08.463Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-14T12:17:08.463Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-14T12:17:08.724Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.029s coverage: 100.0% of statements [2021-01-14T12:17:08.986Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.025s coverage: 32.1% of statements [2021-01-14T12:17:08.986Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.032s coverage: 100.0% of statements [2021-01-14T12:17:09.314Z] GO111MODULE=on go vet ./... [2021-01-14T12:17:31.713Z] gofmt -l . [2021-01-14T12:17:31.713Z] [ "`gofmt -l .`" = "" ] [2021-01-14T12:17:31.713Z] ./bin/test-go-mod-tidy.sh [2021-01-14T12:17:31.713Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-14T12:17:32.025Z] + ls -al . [2021-01-14T12:17:32.025Z] total 660 [2021-01-14T12:17:32.025Z] drwxrwxr-x 10 1001 1001 4096 Jan 14 12:17 . [2021-01-14T12:17:32.025Z] drwxr-xr-x 4 root root 28 Jan 14 12:16 .. [2021-01-14T12:17:32.025Z] -rw-rw-r-- 1 1001 1001 11 Jan 14 12:14 .dockerignore [2021-01-14T12:17:32.025Z] drwxrwxr-x 8 1001 1001 179 Jan 14 12:14 .git [2021-01-14T12:17:32.025Z] drwxrwxr-x 3 1001 1001 125 Jan 14 12:14 .github [2021-01-14T12:17:32.025Z] -rw-rw-r-- 1 1001 1001 824 Jan 14 12:14 .gitignore [2021-01-14T12:17:32.025Z] drwx------ 3 1001 1001 47 Jan 14 12:15 .semver [2021-01-14T12:17:32.025Z] -rw-rw-r-- 1 1001 1001 166 Jan 14 12:14 .sonarcloud.properties [2021-01-14T12:17:32.025Z] -rw-rw-r-- 1 1001 1001 7741 Jan 14 12:14 Attribution.txt [2021-01-14T12:17:32.025Z] -rw-rw-r-- 1 1001 1001 3804 Jan 14 12:14 CONTRIBUTING.md [2021-01-14T12:17:32.025Z] -rw-rw-r-- 1 1001 1001 931 Jan 14 12:14 Dockerfile.build [2021-01-14T12:17:32.025Z] -rw-rw-r-- 1 1001 1001 863 Jan 14 12:14 Jenkinsfile [2021-01-14T12:17:32.025Z] -rw-rw-r-- 1 1001 1001 10775 Jan 14 12:14 LICENSE [2021-01-14T12:17:32.025Z] -rw-rw-r-- 1 1001 1001 5750 Jan 14 12:14 Makefile [2021-01-14T12:17:32.025Z] -rw-rw-r-- 1 1001 1001 6524 Jan 14 12:14 README.md [2021-01-14T12:17:32.025Z] -rw-rw-r-- 1 1001 1001 6744 Jan 14 12:14 SECURITY.md [2021-01-14T12:17:32.025Z] -rw-rw-r-- 1 1001 1001 5 Jan 14 12:15 VERSION [2021-01-14T12:17:32.025Z] -rw-rw-r-- 1 1001 1001 4131 Jan 14 12:14 ZMQWindows.md [2021-01-14T12:17:32.025Z] drwxrwxr-x 2 1001 1001 117 Jan 14 12:14 bin [2021-01-14T12:17:32.025Z] drwxrwxr-x 14 1001 1001 4096 Jan 14 12:14 cmd [2021-01-14T12:17:32.025Z] -rw-r--r-- 1 root root 554655 Jan 14 12:17 coverage.out [2021-01-14T12:17:32.025Z] -rw-r--r-- 1 root root 979 Jan 14 12:17 go.mod [2021-01-14T12:17:32.025Z] -rw-r--r-- 1 root root 19036 Jan 14 12:17 go.sum [2021-01-14T12:17:32.025Z] drwxrwxr-x 8 1001 1001 127 Jan 14 12:14 internal [2021-01-14T12:17:32.025Z] drwxrwxr-x 4 1001 1001 26 Jan 14 12:14 openapi [2021-01-14T12:17:32.025Z] drwxrwxr-x 4 1001 1001 71 Jan 14 12:14 snap [2021-01-14T12:17:32.025Z] -rw-rw-r-- 1 1001 1001 168 Jan 14 12:14 version.go [Pipeline] sh [2021-01-14T12:17:32.319Z] + '[' -e coverage.out ] [2021-01-14T12:17:32.319Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-14T12:17:32.618Z] Stashed 1 file(s) [Pipeline] sh [2021-01-14T12:17:32.912Z] + make build [2021-01-14T12:17:32.912Z] 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-14T12:17:35.311Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-20212 in /w/workspace/edgexfoundry_edgex-go_PR-3030 [Pipeline] { [Pipeline] ws [2021-01-14T12:17:35.362Z] Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout [2021-01-14T12:17:36.231Z] 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-14T12:17:40.269Z] using credential edgex-jenkins-ssh [2021-01-14T12:17:40.348Z] Cloning the remote Git repository [2021-01-14T12:17:40.430Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-14T12:17:40.545Z] > git init /w/workspace/edgex-go/3 # timeout=10 [2021-01-14T12:17:40.638Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-14T12:17:40.639Z] > git --version # timeout=10 [2021-01-14T12:17:40.663Z] > git --version # 'git version 2.17.1' [2021-01-14T12:17:40.665Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-14T12:17:40.722Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-14T12:17:42.917Z] 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-14T12:17:44.317Z] 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-14T12:17:45.275Z] 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-14T12:17:45.538Z] 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-14T12:17:46.942Z] 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-14T12:17:48.329Z] 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-14T12:17:49.286Z] 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-14T12:17:50.230Z] 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-14T12:17:51.180Z] 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-14T12:17:52.128Z] 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-14T12:17:53.090Z] $ docker stop --time=1 c454df6a215ff54ea5b97207c997edeee5c0d4b7f1953ba862ad1bec11776e18 [2021-01-14T12:17:54.655Z] $ docker rm -f c454df6a215ff54ea5b97207c997edeee5c0d4b7f1953ba862ad1bec11776e18 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2021-01-14T12:17:56.879Z] Merging remotes/origin/master commit 9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5 into PR head commit 25b0e270b56badf436881da003bb813d97a6c436 [2021-01-14T12:17:57.526Z] Merge succeeded, producing 1ba33765e6312e1280485635349d0defe6f7ba6b [2021-01-14T12:17:57.526Z] Checking out Revision 1ba33765e6312e1280485635349d0defe6f7ba6b (PR-3030) [2021-01-14T12:17:55.901Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-14T12:17:55.921Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-14T12:17:55.952Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-14T12:17:55.993Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-14T12:17:55.994Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-14T12:17:56.006Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3030/head:refs/remotes/origin/PR-3030 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-14T12:17:56.901Z] > git config core.sparsecheckout # timeout=10 [2021-01-14T12:17:56.920Z] > git checkout -f 25b0e270b56badf436881da003bb813d97a6c436 # timeout=10 [2021-01-14T12:17:57.219Z] > git remote # timeout=10 [2021-01-14T12:17:57.234Z] > git config --get remote.origin.url # timeout=10 [2021-01-14T12:17:57.252Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-14T12:17:57.266Z] > git merge 9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5 # timeout=10 [2021-01-14T12:17:57.513Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-14T12:17:57.537Z] > git config core.sparsecheckout # timeout=10 [2021-01-14T12:17:57.547Z] > git checkout -f 1ba33765e6312e1280485635349d0defe6f7ba6b # timeout=10 [Pipeline] isUnix [Pipeline] sh [2021-01-14T12:17:58.217Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-14T12:17:58.217Z] [2021-01-14T12:17:58.217Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-14T12:17:58.564Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-14T12:17:58.564Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-14T12:17:58.565Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-14T12:17:58.565Z] ca9280d653b3: Pulling fs layer [2021-01-14T12:17:58.565Z] 7e9c9ca2126c: Pulling fs layer [2021-01-14T12:17:59.510Z] cbdbe7a5bc2a: Download complete [2021-01-14T12:17:59.510Z] ca9280d653b3: Verifying Checksum [2021-01-14T12:17:59.510Z] ca9280d653b3: Download complete [2021-01-14T12:17:59.772Z] cbdbe7a5bc2a: Pull complete [2021-01-14T12:18:00.722Z] 7e9c9ca2126c: Verifying Checksum [2021-01-14T12:18:00.722Z] 7e9c9ca2126c: Download complete [2021-01-14T12:18:00.722Z] ca9280d653b3: Pull complete [2021-01-14T12:18:01.879Z] Commit message: "Merge commit '9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5' into HEAD" [2021-01-14T12:18:01.907Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-14T12:18:03.790Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-14T12:18:01.891Z] > git rev-list --no-walk b930a7aa9c38385cbd04a04f9b5a54abc9ffb155 # timeout=10 [2021-01-14T12:18:04.201Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-14T12:18:04.542Z] + true [2021-01-14T12:18:04.542Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-14T12:18:06.653Z] provisioning config files... [2021-01-14T12:18:06.698Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config5487635073331017687tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-14T12:18:07.147Z] ---> docker-login.sh [2021-01-14T12:18:07.147Z] nexus3.edgexfoundry.org:10001 [2021-01-14T12:18:08.130Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T12:18:08.403Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T12:18:08.403Z] Configure a credential helper to remove this warning. See [2021-01-14T12:18:08.403Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T12:18:08.403Z] [2021-01-14T12:18:08.403Z] Login Succeeded [2021-01-14T12:18:08.403Z] nexus3.edgexfoundry.org:10002 [2021-01-14T12:18:08.678Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T12:18:08.885Z] 7e9c9ca2126c: Pull complete [2021-01-14T12:18:08.885Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-14T12:18:08.885Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-14T12:18:08.885Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-14T12:18:08.957Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T12:18:08.957Z] Configure a credential helper to remove this warning. See [2021-01-14T12:18:08.957Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T12:18:08.957Z] [2021-01-14T12:18:08.957Z] Login Succeeded [2021-01-14T12:18:08.957Z] nexus3.edgexfoundry.org:10003 [2021-01-14T12:18:09.010Z] prd-centos7-docker-4c-2g-20211 does not seem to be running inside a container [2021-01-14T12:18:09.053Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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-14T12:18:09.231Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T12:18:09.507Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T12:18:09.507Z] Configure a credential helper to remove this warning. See [2021-01-14T12:18:09.507Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T12:18:09.507Z] [2021-01-14T12:18:09.507Z] Login Succeeded [2021-01-14T12:18:09.507Z] nexus3.edgexfoundry.org:10004 [2021-01-14T12:18:09.783Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T12:18:09.831Z] $ docker top 63c203ab94e8ad5d0675495948b40eb7dd92cf8ed12c021b9cdfc4b4404b074c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-14T12:18:10.057Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T12:18:10.057Z] Configure a credential helper to remove this warning. See [2021-01-14T12:18:10.057Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T12:18:10.057Z] [2021-01-14T12:18:10.057Z] Login Succeeded [2021-01-14T12:18:10.057Z] docker.io [2021-01-14T12:18:10.310Z] + docker-compose build --help [2021-01-14T12:18:10.310Z] + grep parallel [2021-01-14T12:18:10.333Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T12:18:10.620Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T12:18:10.620Z] Configure a credential helper to remove this warning. See [2021-01-14T12:18:10.620Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T12:18:10.620Z] [2021-01-14T12:18:10.620Z] Login Succeeded [2021-01-14T12:18:10.893Z] ---> docker-login.sh ends [Pipeline] } [2021-01-14T12:18:10.910Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2021-01-14T12:18:11.251Z] --parallel Build images in parallel. [Pipeline] } [2021-01-14T12:18:11.265Z] $ docker stop --time=1 63c203ab94e8ad5d0675495948b40eb7dd92cf8ed12c021b9cdfc4b4404b074c [2021-01-14T12:18:12.614Z] $ docker rm -f 63c203ab94e8ad5d0675495948b40eb7dd92cf8ed12c021b9cdfc4b4404b074c [Pipeline] // withDockerContainer [Pipeline] echo [2021-01-14T12:18:12.890Z] ========================================================= [2021-01-14T12:18:12.890Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-14T12:18:12.890Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-14T12:18:13.268Z] + 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-14T12:18:13.434Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-14T12:18:13.434Z] . [Pipeline] withDockerContainer [2021-01-14T12:18:13.530Z] prd-centos7-docker-4c-2g-20211 does not seem to be running inside a container [2021-01-14T12:18:13.572Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-14T12:18:14.205Z] $ docker top bbc947e295a28ddd643decceb7485e0c1cf65f65300e926c3fa606541edd19a0 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-14T12:18:14.686Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-14T12:18:15.628Z] Building docker-core-command-go ... [2021-01-14T12:18:15.628Z] Building docker-core-data-go ... [2021-01-14T12:18:15.628Z] Building docker-core-metadata-go ... [2021-01-14T12:18:15.628Z] Building docker-security-bootstrap-redis-go ... [2021-01-14T12:18:15.628Z] Building docker-security-proxy-setup-go ... [2021-01-14T12:18:15.628Z] Building docker-security-secretstore-setup-go ... [2021-01-14T12:18:15.628Z] Building docker-support-notifications-go ... [2021-01-14T12:18:15.628Z] Building docker-support-scheduler-go ... [2021-01-14T12:18:15.628Z] Building docker-sys-mgmt-agent-go ... [2021-01-14T12:18:15.628Z] Building docker-security-proxy-setup-go [2021-01-14T12:18:15.628Z] Building docker-security-secretstore-setup-go [2021-01-14T12:18:15.628Z] Building docker-support-scheduler-go [2021-01-14T12:18:15.628Z] Building docker-core-command-go [2021-01-14T12:18:15.628Z] Building docker-support-notifications-go [2021-01-14T12:18:15.911Z] Sending build context to Docker daemon 165.5MB [2021-01-14T12:18:15.911Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-14T12:18:15.911Z] Step 2/6 : FROM ${BASE} [2021-01-14T12:18:15.911Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-14T12:18:15.911Z] 5f621e34cdf4: Pulling fs layer [2021-01-14T12:18:15.911Z] a4357932f1b6: Pulling fs layer [2021-01-14T12:18:15.911Z] 18c013af1878: Pulling fs layer [2021-01-14T12:18:15.911Z] 00ac8860ef70: Pulling fs layer [2021-01-14T12:18:15.911Z] 63d7cb157983: Pulling fs layer [2021-01-14T12:18:15.911Z] b116817d02f9: Pulling fs layer [2021-01-14T12:18:15.911Z] 745a02a5169b: Pulling fs layer [2021-01-14T12:18:15.911Z] 00ac8860ef70: Waiting [2021-01-14T12:18:15.911Z] 63d7cb157983: Waiting [2021-01-14T12:18:15.911Z] b116817d02f9: Waiting [2021-01-14T12:18:15.911Z] 745a02a5169b: Waiting [2021-01-14T12:18:15.911Z] a4357932f1b6: Verifying Checksum [2021-01-14T12:18:15.911Z] a4357932f1b6: Download complete [2021-01-14T12:18:15.911Z] 18c013af1878: Verifying Checksum [2021-01-14T12:18:15.911Z] 18c013af1878: Download complete [2021-01-14T12:18:15.911Z] 63d7cb157983: Verifying Checksum [2021-01-14T12:18:15.911Z] 63d7cb157983: Download complete [2021-01-14T12:18:15.911Z] b116817d02f9: Verifying Checksum [2021-01-14T12:18:15.911Z] b116817d02f9: Download complete [2021-01-14T12:18:15.911Z] 5f621e34cdf4: Verifying Checksum [2021-01-14T12:18:15.911Z] 5f621e34cdf4: Download complete [2021-01-14T12:18:16.518Z] 5f621e34cdf4: Pull complete [2021-01-14T12:18:17.119Z] a4357932f1b6: Pull complete [2021-01-14T12:18:17.396Z] 18c013af1878: Pull complete [2021-01-14T12:18:18.018Z] 745a02a5169b: Verifying Checksum [2021-01-14T12:18:18.018Z] 745a02a5169b: Download complete [2021-01-14T12:18:19.995Z] 00ac8860ef70: Verifying Checksum [2021-01-14T12:18:19.995Z] 00ac8860ef70: Download complete [2021-01-14T12:18:30.170Z] 00ac8860ef70: Pull complete [2021-01-14T12:18:30.170Z] 63d7cb157983: Pull complete [2021-01-14T12:18:30.761Z] b116817d02f9: Pull complete [2021-01-14T12:18:34.146Z] 745a02a5169b: Pull complete [2021-01-14T12:18:34.146Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-14T12:18:34.146Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-14T12:18:34.146Z] ---> b7e6874047d6 [2021-01-14T12:18:34.146Z] 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-14T12:18:37.533Z] ---> Running in a3a8e430b546 [2021-01-14T12:18:38.512Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-14T12:18:39.501Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-14T12:18:40.095Z] (1/12) Installing libmagic (5.38-r0) [2021-01-14T12:18:40.368Z] (2/12) Installing file (5.38-r0) [2021-01-14T12:18:40.640Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-14T12:18:40.640Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-14T12:18:42.425Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T12:18:42.425Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-14T12:18:42.425Z] ---> c96be585400d [2021-01-14T12:18:42.425Z] Step 3/22 : WORKDIR /edgex-go [2021-01-14T12:18:42.425Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T12:18:42.425Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-14T12:18:42.425Z] ---> c96be585400d [2021-01-14T12:18:42.425Z] Step 3/24 : WORKDIR /edgex-go [2021-01-14T12:18:43.378Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T12:18:43.378Z] [2021-01-14T12:18:43.378Z] Step 2/21 : FROM ${BUILDER_BASE} AS builderStep 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-14T12:18:43.378Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 ---> c96be585400d [2021-01-14T12:18:43.378Z] [2021-01-14T12:18:43.378Z] Step 3/21 : WORKDIR /edgex-go [2021-01-14T12:18:43.378Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-14T12:18:43.378Z] [2021-01-14T12:18:43.378Z] ---> c96be585400d [2021-01-14T12:18:43.378Z] ---> c96be585400d [2021-01-14T12:18:43.378Z] Step 3/21 : WORKDIR /edgex-goStep 3/24 : WORKDIR /edgex-go [2021-01-14T12:18:43.378Z] [2021-01-14T12:18:44.327Z] ---> Running in 150b9b714e98 [2021-01-14T12:18:44.328Z] ---> Running in 2a4300f3b8e3 [2021-01-14T12:18:44.328Z] ---> Running in e699fd222c81 [2021-01-14T12:18:44.328Z] ---> Running in 1908731c5f45 [2021-01-14T12:18:44.328Z] ---> Running in 5ce7fb86e7cd [2021-01-14T12:18:44.590Z] Removing intermediate container 150b9b714e98 [2021-01-14T12:18:44.590Z] ---> f44b1ff78b19 [2021-01-14T12:18:44.590Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T12:18:44.851Z] Removing intermediate container e699fd222c81 [2021-01-14T12:18:44.851Z] ---> e78d2a2a7301 [2021-01-14T12:18:44.851Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T12:18:44.851Z] Removing intermediate container 5ce7fb86e7cd [2021-01-14T12:18:44.851Z] ---> 181576512d92 [2021-01-14T12:18:44.851Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T12:18:44.851Z] Removing intermediate container 2a4300f3b8e3 [2021-01-14T12:18:44.851Z] ---> dde732994e5e [2021-01-14T12:18:44.851Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T12:18:44.851Z] Removing intermediate container 1908731c5f45 [2021-01-14T12:18:44.851Z] ---> cc0203596be3 [2021-01-14T12:18:44.851Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T12:18:44.851Z] ---> Running in 558f502b7f72 [2021-01-14T12:18:44.851Z] ---> Running in a35628728179 [2021-01-14T12:18:44.851Z] ---> Running in c230bf6fc5e1 [2021-01-14T12:18:45.125Z] ---> Running in 9b60c5a30955 [2021-01-14T12:18:45.125Z] ---> Running in 8e8bf541f91b [2021-01-14T12:18:47.065Z] Removing intermediate container 558f502b7f72 [2021-01-14T12:18:47.065Z] ---> 738254520eca [2021-01-14T12:18:47.065Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-14T12:18:47.065Z] ---> Running in 37e6eb595b58 [2021-01-14T12:18:47.326Z] Removing intermediate container a35628728179 [2021-01-14T12:18:47.326Z] ---> 975f24157dee [2021-01-14T12:18:47.326Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-14T12:18:47.326Z] Removing intermediate container c230bf6fc5e1 [2021-01-14T12:18:47.326Z] ---> ec1dbcd4a68b [2021-01-14T12:18:47.326Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-14T12:18:48.272Z] Removing intermediate container 9b60c5a30955 [2021-01-14T12:18:48.272Z] ---> 07ac29d77643 [2021-01-14T12:18:48.272Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-14T12:18:48.272Z] ---> Running in cc260200b3c2 [2021-01-14T12:18:48.272Z] ---> Running in 672f59ed809c [2021-01-14T12:18:48.272Z] Removing intermediate container 8e8bf541f91b [2021-01-14T12:18:48.272Z] ---> e71eb5122073 [2021-01-14T12:18:48.272Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-14T12:18:48.272Z] ---> Running in 04e515bf8309 [2021-01-14T12:18:48.272Z] ---> Running in 52c246c3fd1c [2021-01-14T12:18:48.537Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-14T12:18:48.898Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-14T12:18:48.898Z] (6/12) Installing patch (2.7.6-r6) [2021-01-14T12:18:48.898Z] (7/12) Installing build-base (0.5-r2) [2021-01-14T12:18:48.898Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-14T12:18:48.898Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-14T12:18:48.898Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-14T12:18:48.898Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-14T12:18:48.898Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-14T12:18:48.898Z] Executing busybox-1.31.1-r19.trigger [2021-01-14T12:18:48.898Z] OK: 217 MiB in 51 packages [2021-01-14T12:18:49.120Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-14T12:18:49.120Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-14T12:18:49.382Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-14T12:18:49.382Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-14T12:18:49.382Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-14T12:18:49.643Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-14T12:18:49.903Z] OK: 233 MiB in 51 packages [2021-01-14T12:18:49.903Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-14T12:18:49.903Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-14T12:18:50.163Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-14T12:18:50.424Z] Removing intermediate container 37e6eb595b58 [2021-01-14T12:18:50.424Z] ---> 6f573ddda861 [2021-01-14T12:18:50.424Z] Step 6/22 : COPY go.mod . [2021-01-14T12:18:50.424Z] OK: 233 MiB in 51 packages [2021-01-14T12:18:50.686Z] ---> cc9c39479ad4 [2021-01-14T12:18:50.686Z] Step 7/22 : RUN go mod download [2021-01-14T12:18:50.686Z] OK: 233 MiB in 51 packages [2021-01-14T12:18:50.686Z] OK: 233 MiB in 51 packages [2021-01-14T12:18:50.686Z] ---> Running in 724e7ffe459d [2021-01-14T12:18:50.947Z] OK: 233 MiB in 51 packages [2021-01-14T12:18:51.212Z] Removing intermediate container cc260200b3c2 [2021-01-14T12:18:51.212Z] ---> 44b4abebe3d6 [2021-01-14T12:18:51.212Z] Step 6/21 : COPY go.mod . [2021-01-14T12:18:51.477Z] Removing intermediate container 52c246c3fd1c [2021-01-14T12:18:51.477Z] ---> 835b44079b9c [2021-01-14T12:18:51.477Z] Step 6/24 : COPY go.mod . [2021-01-14T12:18:51.742Z] ---> 3a446e8af0d8 [2021-01-14T12:18:51.742Z] Step 7/21 : RUN go mod download [2021-01-14T12:18:51.742Z] Removing intermediate container 04e515bf8309 [2021-01-14T12:18:51.742Z] ---> b61b71c37214 [2021-01-14T12:18:51.742Z] Step 6/21 : COPY go.mod . [2021-01-14T12:18:51.742Z] ---> Running in 875dc4f66020 [2021-01-14T12:18:52.010Z] Removing intermediate container 672f59ed809c [2021-01-14T12:18:52.010Z] ---> 2e00de6564a0 [2021-01-14T12:18:52.010Z] Step 6/24 : COPY go.mod . [2021-01-14T12:18:52.010Z] ---> 4017a29f7104 [2021-01-14T12:18:52.010Z] Step 7/24 : RUN go mod download [2021-01-14T12:18:52.010Z] ---> 2f1973ea28d9 [2021-01-14T12:18:52.010Z] Step 7/21 : RUN go mod download [2021-01-14T12:18:52.276Z] Removing intermediate container a3a8e430b546 [2021-01-14T12:18:52.276Z] ---> d1d37aa6bb39 [2021-01-14T12:18:52.276Z] Step 4/6 : WORKDIR /edgex-go [2021-01-14T12:18:52.310Z] ---> Running in 4e34709fa27e [2021-01-14T12:18:52.310Z] ---> Running in 9fb44f6d959f [2021-01-14T12:18:52.310Z] ---> 03779022e11f [2021-01-14T12:18:52.310Z] Step 7/24 : RUN go mod download [2021-01-14T12:18:52.550Z] ---> Running in 5d1d2e3785ef [2021-01-14T12:18:52.615Z] ---> Running in ea7bc3b6cb30 [2021-01-14T12:18:52.821Z] Removing intermediate container 5d1d2e3785ef [2021-01-14T12:18:52.821Z] ---> 58621a8663a2 [2021-01-14T12:18:52.821Z] Step 5/6 : COPY go.mod . [2021-01-14T12:18:52.932Z] Removing intermediate container 724e7ffe459d [2021-01-14T12:18:52.932Z] ---> 39bac50ac0b0 [2021-01-14T12:18:52.932Z] Step 8/22 : COPY . . [2021-01-14T12:18:53.416Z] ---> 5d703fec0d95 [2021-01-14T12:18:53.416Z] Step 6/6 : RUN go mod download [2021-01-14T12:18:53.685Z] ---> Running in 1fa0e8cab9f2 [2021-01-14T12:18:56.348Z] Removing intermediate container 875dc4f66020 [2021-01-14T12:18:56.348Z] ---> 03a74ebf8a13 [2021-01-14T12:18:56.348Z] Step 8/21 : COPY . . [2021-01-14T12:19:01.665Z] Removing intermediate container 4e34709fa27e [2021-01-14T12:19:01.665Z] ---> aca9de209f0e [2021-01-14T12:19:01.665Z] Step 8/24 : COPY . . [2021-01-14T12:19:04.234Z] Removing intermediate container ea7bc3b6cb30 [2021-01-14T12:19:04.234Z] ---> a8727b418acb [2021-01-14T12:19:04.234Z] Step 8/24 : COPY . . [2021-01-14T12:19:06.812Z] Removing intermediate container 9fb44f6d959f [2021-01-14T12:19:06.812Z] ---> 630af6d36e8c [2021-01-14T12:19:06.812Z] Step 8/21 : COPY . . [2021-01-14T12:19:20.478Z] Removing intermediate container 1fa0e8cab9f2 [2021-01-14T12:19:20.479Z] ---> a6edbd635ab6 [2021-01-14T12:19:20.479Z] Successfully built a6edbd635ab6 [2021-01-14T12:19:20.479Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-14T12:19:20.816Z] + docker inspect -f . ci-base-image-arm64 [2021-01-14T12:19:20.816Z] . [Pipeline] withDockerContainer [2021-01-14T12:19:21.092Z] prd-ubuntu18.04-docker-arm64-4c-16g-20212 does not seem to be running inside a container [2021-01-14T12:19:21.175Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-14T12:19:22.700Z] $ docker top a8d1d8cd0d4969c3601c602d6037649c3391ba0468a218d48caeb84bbde60b38 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-14T12:19:23.749Z] + go version [2021-01-14T12:19:23.749Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-14T12:19:23.775Z] $ docker stop --time=1 a8d1d8cd0d4969c3601c602d6037649c3391ba0468a218d48caeb84bbde60b38 [2021-01-14T12:19:25.686Z] $ docker rm -f a8d1d8cd0d4969c3601c602d6037649c3391ba0468a218d48caeb84bbde60b38 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-14T12:19:26.842Z] + docker inspect -f . ci-base-image-arm64 [2021-01-14T12:19:26.842Z] . [Pipeline] withDockerContainer [2021-01-14T12:19:27.107Z] prd-ubuntu18.04-docker-arm64-4c-16g-20212 does not seem to be running inside a container [2021-01-14T12:19:27.186Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-14T12:19:28.600Z] $ docker top f3056b018ed59e8c1110c05a633e0f0bcb18ee16172b00b0b06356d1e0c8994b -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-14T12:19:28.987Z] ========================================================= [2021-01-14T12:19:28.988Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-14T12:19:28.988Z] ========================================================= [Pipeline] sh [2021-01-14T12:19:28.994Z] ---> cbf12ac4e6fc [2021-01-14T12:19:28.994Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-14T12:19:29.632Z] + make test [2021-01-14T12:19:29.632Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-14T12:19:30.384Z] ---> 0d1a43ce3a53 [2021-01-14T12:19:30.384Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-14T12:19:30.646Z] ---> Running in 1ed37744625d [2021-01-14T12:19:32.048Z] ---> Running in 21be75aa9237 [2021-01-14T12:19:37.363Z] 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-14T12:19:37.363Z] 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-14T12:19:37.363Z] ---> 99bc95c2a61c [2021-01-14T12:19:37.363Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-14T12:19:37.946Z] ---> Running in fe180f5510d7 [2021-01-14T12:19:37.946Z] ---> 9e589ffb18ec [2021-01-14T12:19:37.946Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-14T12:19:37.946Z] ---> 4ce0dcdccbd0 [2021-01-14T12:19:37.946Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-14T12:19:38.559Z] ---> Running in 970ed95a0c99 [2021-01-14T12:19:38.559Z] ---> Running in 3e02fffd4c0f [2021-01-14T12:19:39.529Z] 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-14T12:19:39.529Z] 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-14T12:19:39.794Z] 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-14T12:19:51.812Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-14T12:20:06.506Z] 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-14T12:20:06.506Z] 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-14T12:20:07.454Z] Removing intermediate container 21be75aa9237 [2021-01-14T12:20:07.454Z] ---> 7018ffc91ce7 [2021-01-14T12:20:07.454Z] [2021-01-14T12:20:07.454Z] Step 10/21 : FROM scratch [2021-01-14T12:20:07.454Z] ---> [2021-01-14T12:20:07.454Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-14T12:20:07.725Z] Removing intermediate container 970ed95a0c99 [2021-01-14T12:20:07.725Z] ---> 80ebfbc49362 [2021-01-14T12:20:07.725Z] [2021-01-14T12:20:07.725Z] Step 10/24 : FROM scratch [2021-01-14T12:20:07.725Z] ---> [2021-01-14T12:20:07.725Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-14T12:20:07.725Z] Removing intermediate container 1ed37744625d [2021-01-14T12:20:07.725Z] ---> 5d85e251a9ec [2021-01-14T12:20:07.725Z] [2021-01-14T12:20:07.725Z] Step 10/22 : FROM scratch [2021-01-14T12:20:07.725Z] ---> [2021-01-14T12:20:07.725Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-14T12:20:07.725Z] ---> Running in 7f30ffe222e4 [2021-01-14T12:20:07.725Z] ---> Running in 58d2263a30fa [2021-01-14T12:20:07.725Z] ---> Running in a5c952436af7 [2021-01-14T12:20:10.279Z] Removing intermediate container 7f30ffe222e4 [2021-01-14T12:20:10.279Z] ---> 4fbbbdb07e09 [2021-01-14T12:20:10.279Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-14T12:20:10.279Z] Removing intermediate container 58d2263a30fa [2021-01-14T12:20:10.279Z] ---> be291f51e6e1 [2021-01-14T12:20:10.279Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-14T12:20:10.279Z] Removing intermediate container a5c952436af7 [2021-01-14T12:20:10.279Z] ---> 13d995c78891 [2021-01-14T12:20:10.279Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-14T12:20:10.854Z] ---> Running in 3f93b73b88aa [2021-01-14T12:20:10.854Z] ---> Running in 7eda36e826a0 [2021-01-14T12:20:10.854Z] ---> Running in facb4a9faa12 [2021-01-14T12:20:10.854Z] Removing intermediate container fe180f5510d7 [2021-01-14T12:20:10.854Z] ---> f85645db76c4 [2021-01-14T12:20:10.854Z] [2021-01-14T12:20:10.854Z] Step 10/24 : FROM alpine:3.12 [2021-01-14T12:20:10.854Z] Removing intermediate container 3e02fffd4c0f [2021-01-14T12:20:10.854Z] ---> bc1b2fc75bc4 [2021-01-14T12:20:10.854Z] [2021-01-14T12:20:10.854Z] Step 10/21 : FROM alpine:3.12 [2021-01-14T12:20:10.854Z] 3.12: Pulling from library/alpine [2021-01-14T12:20:10.854Z] 3.12: Pulling from library/alpine [2021-01-14T12:20:10.854Z] Removing intermediate container 3f93b73b88aa [2021-01-14T12:20:10.854Z] ---> d4cbe066ff9f [2021-01-14T12:20:10.854Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-14T12:20:11.115Z] Removing intermediate container facb4a9faa12 [2021-01-14T12:20:11.115Z] ---> c7289a153e81 [2021-01-14T12:20:11.115Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-14T12:20:11.115Z] Removing intermediate container 7eda36e826a0 [2021-01-14T12:20:11.115Z] ---> 45e376228ed2 [2021-01-14T12:20:11.115Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-14T12:20:11.115Z] ---> Running in b78ece997811 [2021-01-14T12:20:11.115Z] ---> Running in bb8f2c359381 [2021-01-14T12:20:11.115Z] ---> Running in 0c2d614fffa5 [2021-01-14T12:20:11.377Z] Removing intermediate container b78ece997811 [2021-01-14T12:20:11.377Z] ---> 99ea46272829 [2021-01-14T12:20:11.377Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-14T12:20:11.377Z] Removing intermediate container bb8f2c359381 [2021-01-14T12:20:11.377Z] ---> 446baa52dc67 [2021-01-14T12:20:11.377Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-14T12:20:11.377Z] Removing intermediate container 0c2d614fffa5 [2021-01-14T12:20:11.377Z] ---> 6847abba6f80 [2021-01-14T12:20:11.377Z] Step 14/22 : WORKDIR / [2021-01-14T12:20:11.377Z] ---> Running in ae355e3a8607 [2021-01-14T12:20:11.639Z] ---> 3029c00436ee [2021-01-14T12:20:11.639Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-14T12:20:11.639Z] ---> 45b19cdc24ec [2021-01-14T12:20:11.639Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-14T12:20:13.031Z] Removing intermediate container ae355e3a8607 [2021-01-14T12:20:13.031Z] ---> 90f0be5e2154 [2021-01-14T12:20:13.031Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-14T12:20:13.031Z] ---> 9657470cdd26 [2021-01-14T12:20:13.031Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-14T12:20:13.292Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-14T12:20:13.292Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-14T12:20:13.292Z] Status: Downloaded newer image for alpine:3.12 [2021-01-14T12:20:13.292Z] ---> 389fef711851 [2021-01-14T12:20:13.292Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-14T12:20:13.292Z] Status: Downloaded newer image for alpine:3.12 [2021-01-14T12:20:13.292Z] ---> 389fef711851 [2021-01-14T12:20:13.292Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-14T12:20:13.292Z] ---> 569e468c7796 [2021-01-14T12:20:13.292Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-14T12:20:13.555Z] ---> Running in 68a580cb9afe [2021-01-14T12:20:13.555Z] ---> Running in 7c26ffb54fb0 [2021-01-14T12:20:13.555Z] ---> d5502fc3c12e [2021-01-14T12:20:13.555Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-14T12:20:13.816Z] ---> 516fb724d1c3 [2021-01-14T12:20:13.816Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-14T12:20:14.080Z] ---> Running in 2d6486d1712e [2021-01-14T12:20:14.080Z] ---> cf9c71149e50 [2021-01-14T12:20:14.080Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-14T12:20:14.364Z] ---> e66a18d7ebb5 [2021-01-14T12:20:14.364Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-14T12:20:14.364Z] Removing intermediate container 2d6486d1712e [2021-01-14T12:20:14.364Z] ---> c1ef54520a4c [2021-01-14T12:20:14.364Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-14T12:20:14.939Z] ---> d0017d5cbf0e [2021-01-14T12:20:14.939Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-14T12:20:14.939Z] ---> Running in 3671020cf374 [2021-01-14T12:20:14.939Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-14T12:20:14.939Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-14T12:20:14.939Z] ---> ed0357c28176 [2021-01-14T12:20:14.939Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-14T12:20:14.939Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-14T12:20:14.939Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-14T12:20:15.202Z] ---> Running in c21c13204dfb [2021-01-14T12:20:15.202Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-14T12:20:15.202Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-14T12:20:15.202Z] Removing intermediate container 3671020cf374 [2021-01-14T12:20:15.202Z] ---> dc472747abf9 [2021-01-14T12:20:15.202Z] Step 19/21 : LABEL arch=x86_64 [2021-01-14T12:20:15.202Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-14T12:20:15.202Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-14T12:20:15.202Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-14T12:20:15.202Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-14T12:20:15.202Z] (4/5) Installing curl (7.69.1-r3) [2021-01-14T12:20:15.202Z] (4/4) Installing curl (7.69.1-r3) [2021-01-14T12:20:15.202Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-14T12:20:15.202Z] Executing busybox-1.31.1-r19.trigger [2021-01-14T12:20:15.202Z] Executing ca-certificates-20191127-r4.trigger [2021-01-14T12:20:15.202Z] Executing busybox-1.31.1-r19.trigger [2021-01-14T12:20:15.202Z] Executing ca-certificates-20191127-r4.trigger [2021-01-14T12:20:15.202Z] OK: 7 MiB in 18 packages [2021-01-14T12:20:15.202Z] OK: 7 MiB in 19 packages [2021-01-14T12:20:15.777Z] ---> cb2f56dc16b2 [2021-01-14T12:20:15.777Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-14T12:20:15.777Z] ---> Running in 187e405ec134 [2021-01-14T12:20:15.777Z] Removing intermediate container c21c13204dfb [2021-01-14T12:20:15.777Z] ---> c1dc663981d0 [2021-01-14T12:20:15.777Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-14T12:20:16.044Z] ---> Running in 0460dd7b2a58 [2021-01-14T12:20:16.310Z] Removing intermediate container 187e405ec134 [2021-01-14T12:20:16.310Z] ---> 3ddef4b867ab [2021-01-14T12:20:16.310Z] Step 20/21 : LABEL git_sha=4d1422c6aa577a71801cc1e5479d2ecbc19b52c4 [2021-01-14T12:20:16.310Z] ---> 3e8d2d8099c8 [2021-01-14T12:20:16.310Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-14T12:20:17.257Z] ---> Running in 1a80e0b0e041 [2021-01-14T12:20:17.257Z] ---> Running in 413ca01d8041 [2021-01-14T12:20:17.257Z] Removing intermediate container 0460dd7b2a58 [2021-01-14T12:20:17.257Z] ---> c5f184b6d1f6 [2021-01-14T12:20:17.257Z] Step 20/22 : LABEL arch=x86_64 [2021-01-14T12:20:17.257Z] Removing intermediate container 68a580cb9afe [2021-01-14T12:20:17.257Z] ---> 298488e2955f [2021-01-14T12:20:17.257Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-14T12:20:17.257Z] Removing intermediate container 7c26ffb54fb0 [2021-01-14T12:20:17.257Z] ---> 629e0d0f89bc [2021-01-14T12:20:17.257Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-14T12:20:17.520Z] ---> Running in edd7b3e26d24 [2021-01-14T12:20:17.520Z] ---> Running in ce7ed052076c [2021-01-14T12:20:17.520Z] ---> Running in 828676d3773b [2021-01-14T12:20:17.520Z] Removing intermediate container 413ca01d8041 [2021-01-14T12:20:17.520Z] ---> 227ad70aaf4d [2021-01-14T12:20:17.520Z] Step 21/21 : LABEL version=0.0.0 [2021-01-14T12:20:18.467Z] Removing intermediate container 1a80e0b0e041 [2021-01-14T12:20:18.468Z] ---> 3aa8b44f03e2 [2021-01-14T12:20:18.468Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-14T12:20:18.468Z] ---> Running in 500deb303f5b [2021-01-14T12:20:18.468Z] ---> Running in c3e64ffd88e8 [2021-01-14T12:20:18.468Z] Removing intermediate container ce7ed052076c [2021-01-14T12:20:18.468Z] ---> 29e8a61d6253 [2021-01-14T12:20:18.468Z] Step 13/21 : WORKDIR /edgex [2021-01-14T12:20:18.732Z] Removing intermediate container edd7b3e26d24 [2021-01-14T12:20:18.732Z] ---> 71d42cf9c8b8 [2021-01-14T12:20:18.732Z] Step 21/22 : LABEL git_sha=4d1422c6aa577a71801cc1e5479d2ecbc19b52c4 [2021-01-14T12:20:18.732Z] Removing intermediate container 828676d3773b [2021-01-14T12:20:18.732Z] ---> 3319b4ca3600 [2021-01-14T12:20:18.732Z] Step 13/24 : WORKDIR / [2021-01-14T12:20:18.732Z] ---> Running in 703fec81fa7f [2021-01-14T12:20:18.732Z] ---> Running in 0bb5d022836f [2021-01-14T12:20:18.732Z] Removing intermediate container 500deb303f5b [2021-01-14T12:20:18.732Z] ---> 8ebfe4466c75 [2021-01-14T12:20:18.732Z] [2021-01-14T12:20:18.996Z] ---> Running in 2cf9bce2f1e1 [2021-01-14T12:20:18.996Z] Removing intermediate container c3e64ffd88e8 [2021-01-14T12:20:18.996Z] ---> b93c9bb9bb7a [2021-01-14T12:20:18.996Z] Step 22/24 : LABEL arch=x86_64 [2021-01-14T12:20:18.996Z] ---> Running in 15448e516d51 [2021-01-14T12:20:18.996Z] Successfully built 8ebfe4466c75 [2021-01-14T12:20:19.263Z] Removing intermediate container 703fec81fa7f [2021-01-14T12:20:19.263Z] ---> 839fa2bc8daf [2021-01-14T12:20:19.263Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-14T12:20:19.263Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-14T12:20:19.263Z]  Building docker-support-scheduler-go ... done Building docker-sys-mgmt-agent-go [2021-01-14T12:20:19.263Z] Removing intermediate container 0bb5d022836f [2021-01-14T12:20:19.263Z] ---> 0ee095155eba [2021-01-14T12:20:19.263Z] Step 22/22 : LABEL version=0.0.0 [2021-01-14T12:20:19.263Z] Removing intermediate container 2cf9bce2f1e1 [2021-01-14T12:20:19.263Z] ---> 65387780c310 [2021-01-14T12:20:19.263Z] 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-14T12:20:19.536Z] ---> Running in 794f70ae0128 [2021-01-14T12:20:19.536Z] Removing intermediate container 15448e516d51 [2021-01-14T12:20:19.536Z] ---> f5d8042b50b5 [2021-01-14T12:20:19.536Z] Step 23/24 : LABEL git_sha=4d1422c6aa577a71801cc1e5479d2ecbc19b52c4 [2021-01-14T12:20:19.536Z] ---> Running in 6b4a085067ed [2021-01-14T12:20:19.536Z] ---> 5e541a2227ee [2021-01-14T12:20:19.536Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-14T12:20:19.536Z] ---> df69f571a967 [2021-01-14T12:20:19.536Z] 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-14T12:20:19.800Z] Removing intermediate container 794f70ae0128 [2021-01-14T12:20:19.800Z] ---> b21a56d84836 [2021-01-14T12:20:19.800Z] [2021-01-14T12:20:20.062Z] Successfully built b21a56d84836 [2021-01-14T12:20:20.062Z] Successfully tagged docker-core-command-go:latest [2021-01-14T12:20:20.062Z]  Building docker-core-command-go ... done Removing intermediate container 6b4a085067ed [2021-01-14T12:20:20.062Z] ---> 32a36f4098be [2021-01-14T12:20:20.062Z] Step 24/24 : LABEL version=0.0.0 [2021-01-14T12:20:20.062Z] Building docker-core-data-go [2021-01-14T12:20:20.329Z] ---> Running in 86f0af406da8 [2021-01-14T12:20:20.329Z] ---> 33d5e5cc81f3 [2021-01-14T12:20:20.329Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-14T12:20:20.592Z] ---> cfc409bb6434 [2021-01-14T12:20:20.592Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-14T12:20:24.812Z] Removing intermediate container 86f0af406da8 [2021-01-14T12:20:24.812Z] ---> de0f464476c9 [2021-01-14T12:20:24.812Z] [2021-01-14T12:20:24.812Z] Successfully built de0f464476c9 [2021-01-14T12:20:24.812Z] Successfully tagged docker-support-notifications-go:latest [2021-01-14T12:20:24.812Z]  Building docker-support-notifications-go ... done Building docker-core-metadata-go [2021-01-14T12:20:25.760Z] ---> 897685da4ae3 [2021-01-14T12:20:25.760Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-14T12:20:25.760Z] ---> 89103ee54838 [2021-01-14T12:20:25.760Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-14T12:20:33.945Z] ---> Running in 81f088af2f08 [2021-01-14T12:20:37.287Z] ---> 8615e658140d [2021-01-14T12:20:37.287Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-14T12:20:38.709Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T12:20:38.709Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-14T12:20:38.709Z] ---> c96be585400d [2021-01-14T12:20:38.709Z] Step 3/26 : WORKDIR /edgex-go [2021-01-14T12:20:38.709Z] ---> Using cache [2021-01-14T12:20:38.709Z] ---> dde732994e5e [2021-01-14T12:20:38.709Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T12:20:38.709Z] ---> Using cache [2021-01-14T12:20:38.709Z] ---> 07ac29d77643 [2021-01-14T12:20:38.709Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-14T12:20:38.869Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-14T12:20:39.319Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T12:20:39.319Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-14T12:20:39.319Z] ---> c96be585400d [2021-01-14T12:20:39.319Z] Step 3/23 : WORKDIR /edgex-go [2021-01-14T12:20:39.319Z] ---> Using cache [2021-01-14T12:20:39.319Z] ---> dde732994e5e [2021-01-14T12:20:39.319Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T12:20:39.319Z] ---> Using cache [2021-01-14T12:20:39.319Z] ---> 07ac29d77643 [2021-01-14T12:20:39.319Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-14T12:20:40.266Z] Removing intermediate container 81f088af2f08 [2021-01-14T12:20:40.266Z] ---> 09e050dd0913 [2021-01-14T12:20:40.266Z] Step 18/21 : CMD ["--init=true"] [2021-01-14T12:20:40.266Z] ---> Running in 2505b3e96a9e [2021-01-14T12:20:40.266Z] ---> Running in 974046af659c [2021-01-14T12:20:40.266Z] ---> 79496789328c [2021-01-14T12:20:40.266Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-14T12:20:40.539Z] ---> Running in a3f96a29038f [2021-01-14T12:20:41.952Z] ---> 7b3157647be0 [2021-01-14T12:20:41.952Z] 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-14T12:20:42.213Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T12:20:42.213Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-14T12:20:42.213Z] ---> c96be585400d [2021-01-14T12:20:42.213Z] Step 3/22 : WORKDIR /edgex-go [2021-01-14T12:20:42.213Z] ---> Using cache [2021-01-14T12:20:42.213Z] ---> dde732994e5e [2021-01-14T12:20:42.213Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T12:20:42.213Z] ---> Using cache [2021-01-14T12:20:42.213Z] ---> 07ac29d77643 [2021-01-14T12:20:42.213Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-14T12:20:42.213Z] ---> Using cache [2021-01-14T12:20:42.213Z] ---> b61b71c37214 [2021-01-14T12:20:42.213Z] Step 6/22 : COPY go.mod . [2021-01-14T12:20:42.476Z] ---> Using cache [2021-01-14T12:20:42.476Z] ---> 2f1973ea28d9 [2021-01-14T12:20:42.476Z] Step 7/22 : RUN go mod download [2021-01-14T12:20:42.476Z] ---> Using cache [2021-01-14T12:20:42.476Z] ---> 630af6d36e8c [2021-01-14T12:20:42.476Z] Step 8/22 : COPY . . [2021-01-14T12:20:42.476Z] ---> Using cache [2021-01-14T12:20:42.476Z] ---> 9e589ffb18ec [2021-01-14T12:20:42.476Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-14T12:20:42.738Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-14T12:20:42.738Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-14T12:20:43.003Z] Removing intermediate container a3f96a29038f [2021-01-14T12:20:43.003Z] ---> c86d6a611c8e [2021-01-14T12:20:43.003Z] Step 19/21 : LABEL arch=x86_64 [2021-01-14T12:20:43.003Z] ---> Running in 6b64a67ac5ef [2021-01-14T12:20:43.267Z] ---> Running in 54deec4099a4 [2021-01-14T12:20:43.267Z] ---> Running in f95d99046a56 [2021-01-14T12:20:43.267Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-14T12:20:43.267Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-14T12:20:43.542Z] Removing intermediate container f95d99046a56 [2021-01-14T12:20:43.542Z] ---> b919b89038b9 [2021-01-14T12:20:43.542Z] Step 20/21 : LABEL git_sha=4d1422c6aa577a71801cc1e5479d2ecbc19b52c4 [2021-01-14T12:20:43.542Z] ---> Running in fcbb6bfc78e4 [2021-01-14T12:20:43.807Z] Removing intermediate container fcbb6bfc78e4 [2021-01-14T12:20:43.807Z] ---> bd3f82ad2667 [2021-01-14T12:20:43.807Z] Step 21/21 : LABEL version=0.0.0 [2021-01-14T12:20:43.807Z] 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-14T12:20:44.074Z] ---> Running in 90b54d1f542c [2021-01-14T12:20:44.074Z] OK: 233 MiB in 51 packages [2021-01-14T12:20:44.074Z] OK: 233 MiB in 51 packages [2021-01-14T12:20:44.074Z] Removing intermediate container 90b54d1f542c [2021-01-14T12:20:44.074Z] ---> c34d19c09c0e [2021-01-14T12:20:44.074Z] [2021-01-14T12:20:44.340Z] Successfully built c34d19c09c0e [2021-01-14T12:20:44.340Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-14T12:20:44.340Z]  Building docker-security-proxy-setup-go ... done Building docker-security-bootstrap-redis-go [2021-01-14T12:20:44.572Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-14T12:20:44.942Z] Removing intermediate container 974046af659c [2021-01-14T12:20:44.942Z] ---> 4137bf3cb0c3 [2021-01-14T12:20:44.942Z] Step 6/26 : COPY go.mod . [2021-01-14T12:20:44.942Z] Removing intermediate container 54deec4099a4 [2021-01-14T12:20:44.942Z] ---> 82ceb6272a32 [2021-01-14T12:20:44.942Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-14T12:20:45.210Z] ---> Running in d17b917f43c8 [2021-01-14T12:20:45.210Z] Removing intermediate container 2505b3e96a9e [2021-01-14T12:20:45.210Z] ---> 0d2dfcac15ce [2021-01-14T12:20:45.210Z] Step 6/23 : COPY go.mod . [2021-01-14T12:20:45.479Z] ---> ffc8d9408bd5 [2021-01-14T12:20:45.479Z] Step 7/26 : RUN go mod download [2021-01-14T12:20:45.744Z] ---> Running in 16c7ed9a8e6f [2021-01-14T12:20:45.744Z] Removing intermediate container d17b917f43c8 [2021-01-14T12:20:45.744Z] ---> 455de1d9bcc1 [2021-01-14T12:20:45.744Z] Step 22/24 : LABEL arch=x86_64 [2021-01-14T12:20:46.007Z] ---> 839146b4bb46 [2021-01-14T12:20:46.008Z] Step 7/23 : RUN go mod download [2021-01-14T12:20:47.974Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-14T12:20:47.975Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-14T12:20:47.975Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-14T12:20:47.975Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-14T12:20:47.975Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-14T12:20:47.975Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-14T12:20:48.579Z] ---> Running in fca9379fcdfd [2021-01-14T12:20:48.840Z] ---> Running in b814e8ffc5ca [2021-01-14T12:20:50.278Z] Removing intermediate container fca9379fcdfd [2021-01-14T12:20:50.278Z] ---> 35d58168d7b6 [2021-01-14T12:20:50.278Z] Step 23/24 : LABEL git_sha=4d1422c6aa577a71801cc1e5479d2ecbc19b52c4 [2021-01-14T12:20:50.278Z] ---> Running in 8815f4b4a580 [2021-01-14T12:20:50.609Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-14T12:20:51.203Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-14T12:20:51.249Z] Removing intermediate container 8815f4b4a580 [2021-01-14T12:20:51.249Z] ---> 635d6055809c [2021-01-14T12:20:51.249Z] Step 24/24 : LABEL version=0.0.0 [2021-01-14T12:20:51.851Z] ---> Running in cbdcf397af68 [2021-01-14T12:20:52.825Z] Removing intermediate container 16c7ed9a8e6f [2021-01-14T12:20:52.825Z] ---> 5400ded92463 [2021-01-14T12:20:52.825Z] Step 8/26 : COPY . . [2021-01-14T12:20:52.825Z] Removing intermediate container cbdcf397af68 [2021-01-14T12:20:52.825Z] ---> 3a2d8dbffd25 [2021-01-14T12:20:52.825Z] [2021-01-14T12:20:52.825Z] Successfully built 3a2d8dbffd25 [2021-01-14T12:20:53.097Z] Removing intermediate container b814e8ffc5ca [2021-01-14T12:20:53.097Z] ---> abc2511e1c89 [2021-01-14T12:20:53.097Z] Step 8/23 : COPY . . [2021-01-14T12:20:53.097Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-14T12:20:57.942Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-14T12:20:57.942Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-14T12:20:57.942Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-14T12:21:04.692Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.237s coverage: 46.6% of statements [2021-01-14T12:21:04.692Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-14T12:21:04.692Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-14T12:21:04.692Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-14T12:21:04.692Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-14T12:21:04.692Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-14T12:21:05.409Z]  Building docker-security-secretstore-setup-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T12:21:05.409Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-14T12:21:05.409Z] ---> c96be585400d [2021-01-14T12:21:05.409Z] Step 3/22 : WORKDIR /edgex-go [2021-01-14T12:21:05.409Z] ---> Using cache [2021-01-14T12:21:05.409Z] ---> dde732994e5e [2021-01-14T12:21:05.409Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T12:21:05.409Z] ---> Using cache [2021-01-14T12:21:05.409Z] ---> 07ac29d77643 [2021-01-14T12:21:05.409Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-14T12:21:05.409Z] ---> Using cache [2021-01-14T12:21:05.409Z] ---> b61b71c37214 [2021-01-14T12:21:05.409Z] Step 6/22 : COPY go.mod . [2021-01-14T12:21:05.409Z] ---> Using cache [2021-01-14T12:21:05.409Z] ---> 2f1973ea28d9 [2021-01-14T12:21:05.409Z] Step 7/22 : RUN go mod download [2021-01-14T12:21:05.409Z] ---> Using cache [2021-01-14T12:21:05.409Z] ---> 630af6d36e8c [2021-01-14T12:21:05.409Z] Step 8/22 : COPY . . [2021-01-14T12:21:05.409Z] ---> Using cache [2021-01-14T12:21:05.409Z] ---> 9e589ffb18ec [2021-01-14T12:21:05.409Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-14T12:21:05.409Z] ---> Running in fa164aab943b [2021-01-14T12:21:08.756Z] 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-14T12:21:10.135Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.523s coverage: 27.0% of statements [2021-01-14T12:21:10.136Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-14T12:21:10.136Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-14T12:21:10.136Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-14T12:21:10.136Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-14T12:21:10.136Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-14T12:21:10.136Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-14T12:21:10.136Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.066s coverage: 100.0% of statements [2021-01-14T12:21:10.136Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-14T12:21:10.136Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.087s coverage: 100.0% of statements [2021-01-14T12:21:10.136Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-14T12:21:10.136Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-14T12:21:10.136Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.578s coverage: 77.8% of statements [2021-01-14T12:21:10.136Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-14T12:21:10.136Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-14T12:21:11.123Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.714s coverage: 82.4% of statements [2021-01-14T12:21:11.123Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-14T12:21:11.123Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-14T12:21:11.123Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-14T12:21:11.123Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-14T12:21:19.429Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.215s coverage: 28.6% of statements [2021-01-14T12:21:19.429Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-14T12:21:19.429Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-14T12:21:19.429Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-14T12:21:19.429Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-14T12:21:19.429Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-14T12:21:19.429Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.138s coverage: 100.0% of statements [2021-01-14T12:21:19.429Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-14T12:21:19.429Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.108s coverage: 100.0% of statements [2021-01-14T12:21:19.429Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-14T12:21:19.429Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.358s coverage: 86.7% of statements [2021-01-14T12:21:19.429Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-14T12:21:19.429Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.325s coverage: 97.5% of statements [2021-01-14T12:21:19.429Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-14T12:21:19.429Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.160s coverage: 78.3% of statements [2021-01-14T12:21:19.429Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-14T12:21:19.429Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-14T12:21:19.429Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-14T12:21:19.429Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-14T12:21:21.109Z] ---> 9d2882d5eb37 [2021-01-14T12:21:21.109Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-14T12:21:21.109Z] ---> 8dec7afdc61e [2021-01-14T12:21:21.109Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-14T12:21:21.109Z] ---> Running in 1e56f9ca91ed [2021-01-14T12:21:21.109Z] ---> Running in 1b0dc1690377 [2021-01-14T12:21:21.686Z] Removing intermediate container 6b64a67ac5ef [2021-01-14T12:21:21.686Z] ---> 148b7730896c [2021-01-14T12:21:21.686Z] [2021-01-14T12:21:21.686Z] Step 10/22 : FROM scratch [2021-01-14T12:21:21.686Z] ---> [2021-01-14T12:21:21.686Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-14T12:21:22.262Z] ---> Using cache [2021-01-14T12:21:22.262Z] ---> 13d995c78891 [2021-01-14T12:21:22.262Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-14T12:21:22.262Z] 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-14T12:21:22.262Z] 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-14T12:21:22.262Z] ---> Running in 86e2f9422692 [2021-01-14T12:21:22.529Z] Removing intermediate container 86e2f9422692 [2021-01-14T12:21:22.529Z] ---> c2de696342ad [2021-01-14T12:21:22.529Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-14T12:21:22.807Z] ---> Running in d4db179b6035 [2021-01-14T12:21:23.074Z] Removing intermediate container d4db179b6035 [2021-01-14T12:21:23.074Z] ---> b62cd4948655 [2021-01-14T12:21:23.074Z] Step 14/22 : WORKDIR / [2021-01-14T12:21:23.074Z] ---> Running in 04e4d415f907 [2021-01-14T12:21:23.771Z] Removing intermediate container 04e4d415f907 [2021-01-14T12:21:23.771Z] ---> 890095f67df4 [2021-01-14T12:21:23.772Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-14T12:21:24.716Z] ---> 911e666ed3a8 [2021-01-14T12:21:24.716Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-14T12:21:26.789Z] Removing intermediate container fa164aab943b [2021-01-14T12:21:26.789Z] ---> ea6401b1dbea [2021-01-14T12:21:26.790Z] [2021-01-14T12:21:26.790Z] Step 10/22 : FROM alpine:3.12 [2021-01-14T12:21:26.790Z] ---> 389fef711851 [2021-01-14T12:21:26.790Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-14T12:21:26.790Z] ---> Using cache [2021-01-14T12:21:26.790Z] ---> 298488e2955f [2021-01-14T12:21:26.790Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-14T12:21:27.376Z] ---> 8d5620a3f39a [2021-01-14T12:21:27.376Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-14T12:21:27.376Z] ---> Running in ebc25e8b6a4f [2021-01-14T12:21:27.644Z] Removing intermediate container ebc25e8b6a4f [2021-01-14T12:21:27.644Z] ---> 04d0603819c5 [2021-01-14T12:21:27.644Z] Step 13/22 : WORKDIR / [2021-01-14T12:21:27.731Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.089s coverage: 93.2% of statements [2021-01-14T12:21:27.731Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-14T12:21:27.731Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-14T12:21:27.731Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-14T12:21:27.731Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-14T12:21:27.731Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-14T12:21:27.731Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-14T12:21:27.731Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-14T12:21:27.731Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-14T12:21:27.731Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-14T12:21:27.731Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-14T12:21:27.731Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-14T12:21:27.731Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-14T12:21:27.731Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-14T12:21:27.731Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-14T12:21:27.731Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-14T12:21:27.731Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-14T12:21:27.731Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-14T12:21:27.731Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-14T12:21:27.731Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.048s coverage: 58.8% of statements [2021-01-14T12:21:27.731Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-14T12:21:27.731Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-14T12:21:27.731Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.162s coverage: 0.1% of statements [2021-01-14T12:21:27.731Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-14T12:21:27.731Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-14T12:21:27.731Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-14T12:21:27.731Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-14T12:21:27.731Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.061s coverage: 100.0% of statements [2021-01-14T12:21:27.731Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-14T12:21:27.731Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.131s coverage: 75.5% of statements [2021-01-14T12:21:27.731Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-14T12:21:27.731Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.092s coverage: 80.8% of statements [2021-01-14T12:21:27.909Z] ---> Running in ccca1996f213 [2021-01-14T12:21:27.909Z] ---> 23ac2f34fdb3 [2021-01-14T12:21:27.909Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-14T12:21:27.909Z] ---> Running in 5bdce929ec22 [2021-01-14T12:21:28.008Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.170s coverage: 87.2% of statements [2021-01-14T12:21:28.176Z] Removing intermediate container ccca1996f213 [2021-01-14T12:21:28.176Z] ---> b54b339be6f9 [2021-01-14T12:21:28.176Z] Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-14T12:21:28.176Z] Removing intermediate container 5bdce929ec22 [2021-01-14T12:21:28.176Z] ---> 42d104a221b0 [2021-01-14T12:21:28.176Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-14T12:21:28.441Z] ---> Running in 016dcaf406bd [2021-01-14T12:21:28.441Z] ---> 525ccc7468c3 [2021-01-14T12:21:28.441Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-14T12:21:28.611Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.147s coverage: 84.2% of statements [2021-01-14T12:21:28.709Z] Removing intermediate container 016dcaf406bd [2021-01-14T12:21:28.709Z] ---> 54f69294435d [2021-01-14T12:21:28.709Z] Step 20/22 : LABEL arch=x86_64 [2021-01-14T12:21:28.709Z] ---> Running in bd09f5f80796 [2021-01-14T12:21:29.291Z] Removing intermediate container bd09f5f80796 [2021-01-14T12:21:29.291Z] ---> eff3bf88444f [2021-01-14T12:21:29.291Z] Step 21/22 : LABEL git_sha=4d1422c6aa577a71801cc1e5479d2ecbc19b52c4 [2021-01-14T12:21:29.291Z] ---> Running in e714bd5facb8 [2021-01-14T12:21:29.291Z] ---> d87bd03063a3 [2021-01-14T12:21:29.291Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-14T12:21:29.880Z] Removing intermediate container e714bd5facb8 [2021-01-14T12:21:29.880Z] ---> 325c16685900 [2021-01-14T12:21:29.880Z] Step 22/22 : LABEL version=0.0.0 [2021-01-14T12:21:29.880Z] ---> 3300b87a6187 [2021-01-14T12:21:29.880Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-14T12:21:30.061Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.200s coverage: 91.4% of statements [2021-01-14T12:21:30.061Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-14T12:21:30.154Z] ---> Running in 7ed8c1fb8cbd [2021-01-14T12:21:31.561Z] ---> 9da1d89e5c25 [2021-01-14T12:21:31.561Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-14T12:21:31.561Z] Removing intermediate container 7ed8c1fb8cbd [2021-01-14T12:21:31.561Z] ---> 7dd330c5f700 [2021-01-14T12:21:31.561Z] [2021-01-14T12:21:31.561Z] ---> Running in eacdc49978da [2021-01-14T12:21:31.561Z] Successfully built 7dd330c5f700 [2021-01-14T12:21:31.561Z] Successfully tagged docker-core-metadata-go:latest [2021-01-14T12:21:33.489Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.621s coverage: 63.5% of statements [2021-01-14T12:21:33.489Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-14T12:21:33.489Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-14T12:21:33.489Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.090s coverage: 100.0% of statements [2021-01-14T12:21:33.489Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.089s coverage: 91.3% of statements [2021-01-14T12:21:33.489Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.049s coverage: 100.0% of statements [2021-01-14T12:21:34.096Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.087s coverage: 73.7% of statements [2021-01-14T12:21:34.151Z]  Building docker-core-metadata-go ... done Removing intermediate container eacdc49978da [2021-01-14T12:21:34.151Z] ---> d5fdb099c260 [2021-01-14T12:21:34.151Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-14T12:21:34.373Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.068s coverage: 100.0% of statements [2021-01-14T12:21:34.416Z] ---> Running in ad1d83497696 [2021-01-14T12:21:34.685Z] Removing intermediate container ad1d83497696 [2021-01-14T12:21:34.685Z] ---> 2c7f8f22ba87 [2021-01-14T12:21:34.685Z] Step 20/22 : LABEL arch=x86_64 [2021-01-14T12:21:34.953Z] ---> Running in 930474e6a9bd [2021-01-14T12:21:35.222Z] Removing intermediate container 930474e6a9bd [2021-01-14T12:21:35.222Z] ---> 5e55af0c08be [2021-01-14T12:21:35.222Z] Step 21/22 : LABEL git_sha=4d1422c6aa577a71801cc1e5479d2ecbc19b52c4 [2021-01-14T12:21:35.222Z] ---> Running in f69832fc0f42 [2021-01-14T12:21:35.807Z] Removing intermediate container f69832fc0f42 [2021-01-14T12:21:35.807Z] ---> a3165588bdf9 [2021-01-14T12:21:35.807Z] Step 22/22 : LABEL version=0.0.0 [2021-01-14T12:21:36.079Z] ---> Running in 06f7fb9e22dc [2021-01-14T12:21:36.351Z] Removing intermediate container 06f7fb9e22dc [2021-01-14T12:21:36.351Z] ---> 8506edc050a3 [2021-01-14T12:21:36.351Z] [2021-01-14T12:21:36.618Z] Successfully built 8506edc050a3 [2021-01-14T12:21:36.618Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2021-01-14T12:21:39.786Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.889s coverage: 55.9% of statements [2021-01-14T12:21:39.786Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-14T12:21:39.786Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-14T12:21:39.786Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-14T12:21:39.786Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-14T12:21:39.786Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-14T12:21:39.786Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.392s coverage: 37.0% of statements [2021-01-14T12:21:39.786Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-14T12:21:39.786Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-14T12:21:39.982Z]  Building docker-security-bootstrap-redis-go ... done Removing intermediate container 1e56f9ca91ed [2021-01-14T12:21:39.982Z] ---> 869724615099 [2021-01-14T12:21:39.982Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-14T12:21:39.982Z] ---> Running in 7bb3f22208f8 [2021-01-14T12:21:40.246Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-14T12:21:41.227Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.585s coverage: 84.0% of statements [2021-01-14T12:21:41.227Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.078s coverage: 100.0% of statements [2021-01-14T12:21:41.642Z] Removing intermediate container 7bb3f22208f8 [2021-01-14T12:21:41.642Z] ---> ca3469372ec4 [2021-01-14T12:21:41.642Z] [2021-01-14T12:21:41.642Z] Step 11/26 : FROM docker:20.10.0 [2021-01-14T12:21:41.642Z] 20.10.0: Pulling from library/docker [2021-01-14T12:21:44.193Z] Removing intermediate container 1b0dc1690377 [2021-01-14T12:21:44.193Z] ---> 6e7640b5d873 [2021-01-14T12:21:44.193Z] [2021-01-14T12:21:44.193Z] Step 10/23 : FROM alpine:3.12 [2021-01-14T12:21:44.193Z] ---> 389fef711851 [2021-01-14T12:21:44.194Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-14T12:21:44.455Z] ---> Running in 1f5cd51773c5 [2021-01-14T12:21:44.716Z] Removing intermediate container 1f5cd51773c5 [2021-01-14T12:21:44.716Z] ---> 054c5dd51976 [2021-01-14T12:21:44.716Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-14T12:21:44.716Z] ---> Running in dde685cdf699 [2021-01-14T12:21:44.987Z] Removing intermediate container dde685cdf699 [2021-01-14T12:21:44.987Z] ---> f534883e9e56 [2021-01-14T12:21:44.987Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-14T12:21:44.987Z] ---> Running in aeb499d2637c [2021-01-14T12:21:45.254Z] Removing intermediate container aeb499d2637c [2021-01-14T12:21:45.254Z] ---> d8609cd48d0c [2021-01-14T12:21:45.254Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T12:21:45.520Z] ---> Running in a7624d0d7740 [2021-01-14T12:21:46.653Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.337s coverage: 47.1% of statements [2021-01-14T12:21:46.653Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-14T12:21:46.653Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-14T12:21:46.653Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-14T12:21:46.653Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-14T12:21:46.653Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-14T12:21:46.653Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.144s coverage: 100.0% of statements [2021-01-14T12:21:46.653Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-14T12:21:46.653Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.103s coverage: 100.0% of statements [2021-01-14T12:21:46.653Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-14T12:21:46.922Z] Removing intermediate container a7624d0d7740 [2021-01-14T12:21:46.922Z] ---> 893d305529f9 [2021-01-14T12:21:46.922Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-14T12:21:46.922Z] ---> Running in 98adfab470ea [2021-01-14T12:21:47.505Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-14T12:21:47.505Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-14T12:21:47.766Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-14T12:21:47.766Z] ---> aefe523efa57 [2021-01-14T12:21:47.766Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-14T12:21:47.766Z] ---> Running in e45b1a8181ba [2021-01-14T12:21:48.029Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-14T12:21:48.978Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-14T12:21:48.978Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-14T12:21:48.978Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-14T12:21:48.978Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-14T12:21:49.240Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-14T12:21:49.241Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-14T12:21:49.241Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-14T12:21:49.241Z] (1/2) Installing readline (8.0.4-r0) [2021-01-14T12:21:49.241Z] (2/2) Installing bash (5.0.17-r0) [2021-01-14T12:21:49.503Z] Executing bash-5.0.17-r0.post-install [2021-01-14T12:21:49.503Z] Executing busybox-1.31.1-r19.trigger [2021-01-14T12:21:49.503Z] OK: 12 MiB in 22 packages [2021-01-14T12:21:49.503Z] Executing busybox-1.31.1-r19.trigger [2021-01-14T12:21:49.503Z] OK: 8 MiB in 19 packages [2021-01-14T12:21:50.076Z] Removing intermediate container e45b1a8181ba [2021-01-14T12:21:50.076Z] ---> 77549c2a6b40 [2021-01-14T12:21:50.076Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-14T12:21:50.076Z] Removing intermediate container 98adfab470ea [2021-01-14T12:21:50.076Z] ---> e452b0fb072c [2021-01-14T12:21:50.076Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-14T12:21:50.076Z] ---> Running in 8816ff46a085 [2021-01-14T12:21:50.338Z] ---> 55e21db8dbe5 [2021-01-14T12:21:50.338Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-14T12:21:50.338Z] Removing intermediate container 8816ff46a085 [2021-01-14T12:21:50.338Z] ---> b5f913b88a79 [2021-01-14T12:21:50.338Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-14T12:21:50.338Z] ---> Running in 645b2e97a4d1 [2021-01-14T12:21:50.599Z] Removing intermediate container 645b2e97a4d1 [2021-01-14T12:21:50.599Z] ---> 94e018c85f5b [2021-01-14T12:21:50.599Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-14T12:21:50.861Z] ---> Running in ab61a8ec79e5 [2021-01-14T12:21:50.861Z] ---> 7e4a11dd190d [2021-01-14T12:21:50.861Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-14T12:21:50.861Z] Removing intermediate container ab61a8ec79e5 [2021-01-14T12:21:50.861Z] ---> 9898249a9ee3 [2021-01-14T12:21:50.861Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-14T12:21:51.122Z] ---> c32871d0daf7 [2021-01-14T12:21:51.122Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-14T12:21:51.384Z] ---> Running in e4e5b30a1c6f [2021-01-14T12:21:51.384Z] ---> c6f8b39a691a [2021-01-14T12:21:51.384Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-14T12:21:51.650Z] Removing intermediate container e4e5b30a1c6f [2021-01-14T12:21:51.650Z] ---> c42a60cb3cdd [2021-01-14T12:21:51.650Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-14T12:21:51.650Z] ---> Running in 97d7b3efc14f [2021-01-14T12:21:51.650Z] ---> 29104748216f [2021-01-14T12:21:51.650Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-14T12:21:51.650Z] Removing intermediate container 97d7b3efc14f [2021-01-14T12:21:51.650Z] ---> d59ec3a56c63 [2021-01-14T12:21:51.650Z] Step 21/23 : LABEL arch=x86_64 [2021-01-14T12:21:51.910Z] ---> Running in 66ab5d219469 [2021-01-14T12:21:52.081Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.896s coverage: 29.1% of statements [2021-01-14T12:21:52.081Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-14T12:21:52.081Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-14T12:21:52.081Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-14T12:21:52.081Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-14T12:21:52.081Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-14T12:21:52.081Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.228s coverage: 99.0% of statements [2021-01-14T12:21:52.081Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-14T12:21:52.081Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.111s coverage: 100.0% of statements [2021-01-14T12:21:52.081Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-14T12:21:52.081Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.042s coverage: 0.0% of statements [2021-01-14T12:21:52.081Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-14T12:21:52.081Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.044s coverage: 100.0% of statements [2021-01-14T12:21:52.081Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-14T12:21:52.081Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-14T12:21:52.081Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-14T12:21:52.081Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-14T12:21:52.081Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.089s coverage: 87.9% of statements [2021-01-14T12:21:52.081Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-14T12:21:52.081Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-14T12:21:52.081Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.060s coverage: 100.0% of statements [2021-01-14T12:21:52.173Z] Removing intermediate container 66ab5d219469 [2021-01-14T12:21:52.173Z] ---> 85c0587d34bf [2021-01-14T12:21:52.173Z] Step 22/23 : LABEL git_sha=4d1422c6aa577a71801cc1e5479d2ecbc19b52c4 [2021-01-14T12:21:52.173Z] ---> Running in 06f299caa386 [2021-01-14T12:21:52.173Z] ---> af4d02f0ee75 [2021-01-14T12:21:52.173Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-14T12:21:52.173Z] ---> Running in 3593e214ec6c [2021-01-14T12:21:52.440Z] Removing intermediate container 06f299caa386 [2021-01-14T12:21:52.440Z] ---> 5d87c5e266be [2021-01-14T12:21:52.440Z] Step 23/23 : LABEL version=0.0.0 [2021-01-14T12:21:52.440Z] ---> Running in 366e682c6b7a [2021-01-14T12:21:52.701Z] Removing intermediate container 366e682c6b7a [2021-01-14T12:21:52.701Z] ---> 2090b6840fc0 [2021-01-14T12:21:52.701Z] [2021-01-14T12:21:52.701Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-14T12:21:52.963Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-14T12:21:52.963Z] Successfully built 2090b6840fc0 [2021-01-14T12:21:52.963Z] Successfully tagged docker-core-data-go:latest [2021-01-14T12:21:52.963Z]  Building docker-core-data-go ... done (1/33) Installing libbz2 (1.0.8-r1) [2021-01-14T12:21:52.963Z] (2/33) Installing expat (2.2.9-r1) [2021-01-14T12:21:52.963Z] (3/33) Installing libffi (3.3-r2) [2021-01-14T12:21:52.963Z] (4/33) Installing gdbm (1.13-r1) [2021-01-14T12:21:52.963Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-14T12:21:52.963Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-14T12:21:52.963Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-14T12:21:53.067Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.073s coverage: 32.1% of statements [2021-01-14T12:21:53.340Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements [2021-01-14T12:21:53.910Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-14T12:21:53.910Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-14T12:21:53.910Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-14T12:21:53.910Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-14T12:21:53.910Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-14T12:21:53.910Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-14T12:21:53.910Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-14T12:21:53.935Z] GO111MODULE=on go vet ./... [2021-01-14T12:21:54.172Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-14T12:21:54.172Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-14T12:21:54.172Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-14T12:21:54.172Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-14T12:21:54.172Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-14T12:21:54.172Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-14T12:21:54.172Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-14T12:21:54.172Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-14T12:21:54.172Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-14T12:21:54.172Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-14T12:21:54.172Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-14T12:21:54.435Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-14T12:21:54.435Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-14T12:21:54.435Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-14T12:21:54.435Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-14T12:21:54.435Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-14T12:21:54.435Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-14T12:21:54.435Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-14T12:21:54.435Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-14T12:21:54.435Z] Executing busybox-1.31.1-r19.trigger [2021-01-14T12:21:54.435Z] OK: 71 MiB in 55 packages [2021-01-14T12:22:04.448Z] Removing intermediate container 3593e214ec6c [2021-01-14T12:22:04.448Z] ---> 68ac2761e05f [2021-01-14T12:22:04.448Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-14T12:22:04.448Z] ---> Running in b7c74bc956aa [2021-01-14T12:22:05.019Z] Collecting docker-compose==1.23.2 [2021-01-14T12:22:05.019Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-14T12:22:05.019Z] Collecting docopt<0.7,>=0.6.1 [2021-01-14T12:22:05.019Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-14T12:22:05.592Z] Collecting docker<4.0,>=3.6.0 [2021-01-14T12:22:05.592Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-14T12:22:05.853Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-14T12:22:05.853Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-14T12:22:06.114Z] Collecting jsonschema<3,>=2.5.1 [2021-01-14T12:22:06.114Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-14T12:22:06.114Z] 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-14T12:22:06.114Z] Collecting cached-property<2,>=1.2.0 [2021-01-14T12:22:06.114Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-14T12:22:06.374Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-14T12:22:06.374Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-14T12:22:06.949Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-14T12:22:06.949Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-14T12:22:06.949Z] Collecting texttable<0.10,>=0.9.0 [2021-01-14T12:22:06.949Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-14T12:22:07.524Z] Collecting PyYAML<4,>=3.10 [2021-01-14T12:22:07.524Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-14T12:22:08.469Z] Collecting docker-pycreds>=0.4.0 [2021-01-14T12:22:08.469Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-14T12:22:08.469Z] 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-14T12:22:08.469Z] Collecting idna<2.8,>=2.5 [2021-01-14T12:22:08.469Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-14T12:22:08.469Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-14T12:22:08.469Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-14T12:22:08.469Z] 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-14T12:22:08.469Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-14T12:22:08.469Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-14T12:22:08.469Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-14T12:22:08.469Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-14T12:22:08.730Z] Installing collected packages: docopt, idna, urllib3, requests, docker-pycreds, websocket-client, docker, jsonschema, cached-property, dockerpty, texttable, PyYAML, docker-compose [2021-01-14T12:22:08.730Z] Running setup.py install for docopt: started [2021-01-14T12:22:09.304Z] Running setup.py install for docopt: finished with status 'done' [2021-01-14T12:22:09.304Z] Attempting uninstall: idna [2021-01-14T12:22:09.304Z] Found existing installation: idna 2.9 [2021-01-14T12:22:09.304Z] Uninstalling idna-2.9: [2021-01-14T12:22:09.304Z] Successfully uninstalled idna-2.9 [2021-01-14T12:22:09.304Z] Attempting uninstall: urllib3 [2021-01-14T12:22:09.304Z] Found existing installation: urllib3 1.25.9 [2021-01-14T12:22:09.304Z] Uninstalling urllib3-1.25.9: [2021-01-14T12:22:09.304Z] Successfully uninstalled urllib3-1.25.9 [2021-01-14T12:22:09.565Z] Attempting uninstall: requests [2021-01-14T12:22:09.565Z] Found existing installation: requests 2.23.0 [2021-01-14T12:22:09.565Z] Uninstalling requests-2.23.0: [2021-01-14T12:22:09.565Z] Successfully uninstalled requests-2.23.0 [2021-01-14T12:22:10.138Z] Running setup.py install for dockerpty: started [2021-01-14T12:22:10.710Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-14T12:22:10.710Z] Running setup.py install for texttable: started [2021-01-14T12:22:10.971Z] Running setup.py install for texttable: finished with status 'done' [2021-01-14T12:22:10.971Z] Running setup.py install for PyYAML: started [2021-01-14T12:22:11.546Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-14T12:22:11.808Z] 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-14T12:22:15.128Z] Removing intermediate container b7c74bc956aa [2021-01-14T12:22:15.128Z] ---> ef90e98815e2 [2021-01-14T12:22:15.128Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-14T12:22:15.128Z] ---> Running in 931d7631eabc [2021-01-14T12:22:15.390Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-14T12:22:15.390Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-14T12:22:15.651Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-14T12:22:15.651Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-14T12:22:15.651Z] (3/3) Installing curl (7.69.1-r3) [2021-01-14T12:22:15.651Z] Executing busybox-1.31.1-r19.trigger [2021-01-14T12:22:15.651Z] OK: 72 MiB in 58 packages [2021-01-14T12:22:16.225Z] Removing intermediate container 931d7631eabc [2021-01-14T12:22:16.225Z] ---> 179bc9f8018b [2021-01-14T12:22:16.225Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-14T12:22:16.225Z] ---> Running in a789915bfa34 [2021-01-14T12:22:16.225Z] Removing intermediate container a789915bfa34 [2021-01-14T12:22:16.225Z] ---> 918f03f7bfdc [2021-01-14T12:22:16.225Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-14T12:22:16.493Z] ---> Running in c8c7d0f53cef [2021-01-14T12:22:16.493Z] Removing intermediate container c8c7d0f53cef [2021-01-14T12:22:16.493Z] ---> ff2e119736fd [2021-01-14T12:22:16.493Z] Step 24/26 : LABEL arch=x86_64 [2021-01-14T12:22:16.493Z] ---> Running in 616c970e394f [2021-01-14T12:22:16.756Z] Removing intermediate container 616c970e394f [2021-01-14T12:22:16.756Z] ---> ff38d29465dd [2021-01-14T12:22:16.756Z] Step 25/26 : LABEL git_sha=4d1422c6aa577a71801cc1e5479d2ecbc19b52c4 [2021-01-14T12:22:16.756Z] ---> Running in 05ee8b327592 [2021-01-14T12:22:17.018Z] Removing intermediate container 05ee8b327592 [2021-01-14T12:22:17.018Z] ---> 3ff81d3f4e42 [2021-01-14T12:22:17.018Z] Step 26/26 : LABEL version=0.0.0 [2021-01-14T12:22:17.018Z] ---> Running in a1cba8b6ed21 [2021-01-14T12:22:17.281Z] Removing intermediate container a1cba8b6ed21 [2021-01-14T12:22:17.281Z] ---> 4564059c6d32 [2021-01-14T12:22:17.281Z] [2021-01-14T12:22:17.281Z] Successfully built 4564059c6d32 [2021-01-14T12:22:17.281Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-14T12:22:17.555Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-14T12:22:17.564Z] $ docker stop --time=1 bbc947e295a28ddd643decceb7485e0c1cf65f65300e926c3fa606541edd19a0 [2021-01-14T12:22:19.090Z] $ docker rm -f bbc947e295a28ddd643decceb7485e0c1cf65f65300e926c3fa606541edd19a0 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-14T12:22:19.686Z] + docker images [2021-01-14T12:22:19.686Z] + grep docker [2021-01-14T12:22:19.686Z] docker-sys-mgmt-agent-go latest 4564059c6d32 2 seconds ago 313MB [2021-01-14T12:22:19.686Z] docker-core-data-go latest 2090b6840fc0 27 seconds ago 22.3MB [2021-01-14T12:22:19.686Z] docker-security-bootstrap-redis-go latest 8506edc050a3 43 seconds ago 15.8MB [2021-01-14T12:22:19.686Z] docker-core-metadata-go latest 7dd330c5f700 48 seconds ago 13.1MB [2021-01-14T12:22:19.686Z] docker-security-secretstore-setup-go latest 3a2d8dbffd25 About a minute ago 24.6MB [2021-01-14T12:22:19.686Z] docker-security-proxy-setup-go latest c34d19c09c0e About a minute ago 24.5MB [2021-01-14T12:22:19.686Z] docker-support-notifications-go latest de0f464476c9 About a minute ago 12MB [2021-01-14T12:22:19.686Z] docker-core-command-go latest b21a56d84836 2 minutes ago 10.6MB [2021-01-14T12:22:19.686Z] docker-support-scheduler-go latest 8ebfe4466c75 2 minutes ago 10.7MB [2021-01-14T12:22:19.686Z] 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-14T12:22:35.623Z] Still waiting to schedule task [2021-01-14T12:22:35.623Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-01-14T12:23:01.993Z] gofmt -l . [2021-01-14T12:23:01.993Z] [ "`gofmt -l .`" = "" ] [2021-01-14T12:23:01.993Z] ./bin/test-go-mod-tidy.sh [2021-01-14T12:23:02.265Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-14T12:23:04.361Z] + ls -al . [2021-01-14T12:23:04.361Z] total 688 [2021-01-14T12:23:04.361Z] drwxrwxr-x 9 1001 1001 4096 Jan 14 12:23 . [2021-01-14T12:23:04.361Z] drwxr-xr-x 4 root root 4096 Jan 14 12:19 .. [2021-01-14T12:23:04.361Z] -rw-rw-r-- 1 1001 1001 11 Jan 14 12:17 .dockerignore [2021-01-14T12:23:04.361Z] drwxrwxr-x 8 1001 1001 4096 Jan 14 12:18 .git [2021-01-14T12:23:04.361Z] drwxrwxr-x 3 1001 1001 4096 Jan 14 12:17 .github [2021-01-14T12:23:04.361Z] -rw-rw-r-- 1 1001 1001 824 Jan 14 12:17 .gitignore [2021-01-14T12:23:04.361Z] -rw-rw-r-- 1 1001 1001 166 Jan 14 12:17 .sonarcloud.properties [2021-01-14T12:23:04.361Z] -rw-rw-r-- 1 1001 1001 7741 Jan 14 12:17 Attribution.txt [2021-01-14T12:23:04.361Z] -rw-rw-r-- 1 1001 1001 3804 Jan 14 12:17 CONTRIBUTING.md [2021-01-14T12:23:04.361Z] -rw-rw-r-- 1 1001 1001 931 Jan 14 12:17 Dockerfile.build [2021-01-14T12:23:04.361Z] -rw-rw-r-- 1 1001 1001 863 Jan 14 12:17 Jenkinsfile [2021-01-14T12:23:04.361Z] -rw-rw-r-- 1 1001 1001 10775 Jan 14 12:17 LICENSE [2021-01-14T12:23:04.361Z] -rw-rw-r-- 1 1001 1001 5750 Jan 14 12:17 Makefile [2021-01-14T12:23:04.361Z] -rw-rw-r-- 1 1001 1001 6524 Jan 14 12:17 README.md [2021-01-14T12:23:04.361Z] -rw-rw-r-- 1 1001 1001 6744 Jan 14 12:17 SECURITY.md [2021-01-14T12:23:04.361Z] -rw-rw-r-- 1 1001 1001 5 Jan 14 12:15 VERSION [2021-01-14T12:23:04.361Z] -rw-rw-r-- 1 1001 1001 4131 Jan 14 12:17 ZMQWindows.md [2021-01-14T12:23:04.361Z] drwxrwxr-x 2 1001 1001 4096 Jan 14 12:17 bin [2021-01-14T12:23:04.361Z] drwxrwxr-x 14 1001 1001 4096 Jan 14 12:17 cmd [2021-01-14T12:23:04.361Z] -rw-r--r-- 1 root root 554655 Jan 14 12:21 coverage.out [2021-01-14T12:23:04.361Z] -rw-r--r-- 1 root root 979 Jan 14 12:23 go.mod [2021-01-14T12:23:04.361Z] -rw-r--r-- 1 root root 19036 Jan 14 12:23 go.sum [2021-01-14T12:23:04.361Z] drwxrwxr-x 8 1001 1001 4096 Jan 14 12:17 internal [2021-01-14T12:23:04.361Z] drwxrwxr-x 4 1001 1001 4096 Jan 14 12:17 openapi [2021-01-14T12:23:04.361Z] drwxrwxr-x 4 1001 1001 4096 Jan 14 12:17 snap [2021-01-14T12:23:04.361Z] -rw-rw-r-- 1 1001 1001 168 Jan 14 12:17 version.go [Pipeline] sh [2021-01-14T12:23:05.026Z] + '[' -e coverage.out ] [2021-01-14T12:23:05.026Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-14T12:23:05.104Z] Warning: overwriting stash ‘coverage-report’ [2021-01-14T12:23:06.198Z] Stashed 1 file(s) [Pipeline] sh [2021-01-14T12:23:06.907Z] + make build [2021-01-14T12:23:06.907Z] 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-14T12:23:17.109Z] 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-14T12:23:39.312Z] 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-14T12:23:40.147Z] Running on prd-ubuntu18.04-docker-8c-8g-20213 in /w/workspace/edgexfoundry_edgex-go_PR-3030 [Pipeline] { [Pipeline] ws [2021-01-14T12:23:40.265Z] Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout [2021-01-14T12:23:42.622Z] using credential edgex-jenkins-ssh [2021-01-14T12:23:42.729Z] Cloning the remote Git repository [2021-01-14T12:23:42.739Z] 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-14T12:23:42.750Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-14T12:23:42.820Z] > git init /w/workspace/edgex-go/3 # timeout=10 [2021-01-14T12:23:42.861Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-14T12:23:42.862Z] > git --version # timeout=10 [2021-01-14T12:23:42.955Z] > git --version # 'git version 2.17.1' [2021-01-14T12:23:42.958Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-14T12:23:42.986Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-14T12:23:48.166Z] 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-14T12:23:49.160Z] 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-14T12:23:49.966Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-14T12:23:49.970Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-14T12:23:49.986Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-14T12:23:49.996Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-14T12:23:49.997Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-14T12:23:50.001Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3030/head:refs/remotes/origin/PR-3030 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-14T12:23:50.638Z] Merging remotes/origin/master commit 9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5 into PR head commit 25b0e270b56badf436881da003bb813d97a6c436 [2021-01-14T12:23:50.815Z] Merge succeeded, producing 7b26aa898bd24045e365de4726027a5620ffbbb8 [2021-01-14T12:23:50.816Z] Checking out Revision 7b26aa898bd24045e365de4726027a5620ffbbb8 (PR-3030) [2021-01-14T12:23:50.646Z] > git config core.sparsecheckout # timeout=10 [2021-01-14T12:23:50.651Z] > git checkout -f 25b0e270b56badf436881da003bb813d97a6c436 # timeout=10 [2021-01-14T12:23:50.726Z] > git remote # timeout=10 [2021-01-14T12:23:50.733Z] > git config --get remote.origin.url # timeout=10 [2021-01-14T12:23:50.738Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-14T12:23:50.742Z] > git merge 9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5 # timeout=10 [2021-01-14T12:23:50.807Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-14T12:23:50.818Z] > git config core.sparsecheckout # timeout=10 [2021-01-14T12:23:50.822Z] > git checkout -f 7b26aa898bd24045e365de4726027a5620ffbbb8 # timeout=10 [2021-01-14T12:23:54.485Z] Commit message: "Merge commit '9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5' into HEAD" [2021-01-14T12:23:54.493Z] First time build. Skipping changelog. [2021-01-14T12:23:54.559Z] 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 [Pipeline] withEnv [Pipeline] { [2021-01-14T12:23:54.487Z] > git rev-list --no-walk b930a7aa9c38385cbd04a04f9b5a54abc9ffb155 # timeout=10 [Pipeline] libraryResource [Pipeline] sh [2021-01-14T12:23:55.741Z] + echo snap-build.sh [2021-01-14T12:23:55.741Z] snap-build.sh [2021-01-14T12:23:55.741Z] + SNAP_BASE_DIR=. [2021-01-14T12:23:55.741Z] + '[' '!' -z /w/workspace/edgex-go/3 ']' [2021-01-14T12:23:55.741Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/3 [2021-01-14T12:23:55.741Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/3]' [2021-01-14T12:23:55.741Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/3] [2021-01-14T12:23:55.741Z] + cd /w/workspace/edgex-go/3 [2021-01-14T12:23:55.741Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-01-14T12:23:55.741Z] Reading package lists... [2021-01-14T12:23:56.004Z] Building dependency tree... [2021-01-14T12:23:56.004Z] Reading state information... [2021-01-14T12:23:56.265Z] The following packages were automatically installed and are no longer required: [2021-01-14T12:23:56.265Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-01-14T12:23:56.265Z] uidmap xdelta3 [2021-01-14T12:23:56.265Z] Use 'sudo apt autoremove' to remove them. [2021-01-14T12:23:56.265Z] The following packages will be REMOVED: [2021-01-14T12:23:56.265Z] lxd* lxd-client* [2021-01-14T12:23:56.526Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-01-14T12:23:56.526Z] After this operation, 31.7 MB disk space will be freed. [2021-01-14T12:23:57.574Z] (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-14T12:23:57.574Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-14T12:23:58.516Z] Removing lxd dnsmasq configuration [2021-01-14T12:23:58.516Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-01-14T12:23:58.778Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-01-14T12:23:58.856Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-14T12:23:59.721Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-01-14T12:23:59.981Z] (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-14T12:23:59.982Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-14T12:24:01.376Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-01-14T12:24:01.376Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-01-14T12:24:02.762Z] + sudo snap remove --purge lxd [2021-01-14T12:24:02.762Z] snap "lxd" is not installed [2021-01-14T12:24:02.762Z] + sudo groupadd --force --system lxd [2021-01-14T12:24:02.762Z] ++ whoami [2021-01-14T12:24:02.762Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-01-14T12:24:02.762Z] + newgrp - lxd [2021-01-14T12:24:02.762Z] + sudo snap install lxd [2021-01-14T12:24:03.165Z] 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-14T12:24:07.465Z] 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-14T12:24:10.846Z] 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-14T12:24:12.767Z] 2021-01-14T12:24:10Z INFO Waiting for automatic snapd restart... [2021-01-14T12:24:14.230Z] 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-14T12:24:17.643Z] $ docker stop --time=1 f3056b018ed59e8c1110c05a633e0f0bcb18ee16172b00b0b06356d1e0c8994b [2021-01-14T12:24:20.228Z] $ docker rm -f f3056b018ed59e8c1110c05a633e0f0bcb18ee16172b00b0b06356d1e0c8994b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-14T12:24:22.192Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-14T12:24:22.192Z] [2021-01-14T12:24:22.192Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-14T12:24:22.591Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-14T12:24:22.591Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-14T12:24:22.591Z] 29e5d40040c1: Pulling fs layer [2021-01-14T12:24:22.591Z] 1ce36da41761: Pulling fs layer [2021-01-14T12:24:22.591Z] 25b303627fd3: Pulling fs layer [2021-01-14T12:24:23.181Z] 29e5d40040c1: Download complete [2021-01-14T12:24:23.778Z] 1ce36da41761: Download complete [2021-01-14T12:24:24.050Z] 29e5d40040c1: Pull complete [2021-01-14T12:24:25.481Z] 1ce36da41761: Pull complete [2021-01-14T12:24:25.481Z] 25b303627fd3: Verifying Checksum [2021-01-14T12:24:25.481Z] 25b303627fd3: Download complete [2021-01-14T12:24:27.742Z] lxd 4.10 from Canonical* installed [2021-01-14T12:24:27.742Z] + sudo lxd init --auto [2021-01-14T12:24:35.630Z] 25b303627fd3: Pull complete [2021-01-14T12:24:35.630Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-14T12:24:35.630Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-14T12:24:35.630Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-14T12:24:35.900Z] prd-ubuntu18.04-docker-arm64-4c-16g-20212 does not seem to be running inside a container [2021-01-14T12:24:35.990Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-14T12:24:37.751Z] + sudo snap install --classic snapcraft [2021-01-14T12:24:39.139Z] $ docker top 038f6faeb77a420c7a63667c1d55696faf06a63e0d17805058f26f885e278dd3 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-14T12:24:40.243Z] + docker-compose build --help [2021-01-14T12:24:40.244Z] + grep parallel [2021-01-14T12:24:43.621Z] --parallel Build images in parallel. [Pipeline] } [2021-01-14T12:24:43.912Z] $ docker stop --time=1 038f6faeb77a420c7a63667c1d55696faf06a63e0d17805058f26f885e278dd3 [2021-01-14T12:24:44.354Z] snapcraft 4.4.4 from Canonical* installed [2021-01-14T12:24:44.354Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-01-14T12:24:44.354Z] + patch --verbose -p1 [2021-01-14T12:24:44.354Z] Hmm... Looks like a unified diff to me... [2021-01-14T12:24:44.354Z] The text leading up to this was: [2021-01-14T12:24:44.354Z] -------------------------- [2021-01-14T12:24:44.354Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-01-14T12:24:44.354Z] |From: Tony Espy [2021-01-14T12:24:44.354Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-01-14T12:24:44.354Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-01-14T12:24:44.354Z] | [2021-01-14T12:24:44.354Z] |This patch is used by the EdgeX CI pipeline builds to [2021-01-14T12:24:44.354Z] |optimize the snap CI check run for pull requests. When [2021-01-14T12:24:44.354Z] |applied, it essentially strips out everything (apps and [2021-01-14T12:24:44.354Z] |parts) from the snapcraft.yaml file except those required [2021-01-14T12:24:44.354Z] |to build edgex-go, as the whole idea of the CI check is to [2021-01-14T12:24:44.354Z] |catch changes to edgex-go that break the snap build. [2021-01-14T12:24:44.354Z] | [2021-01-14T12:24:44.354Z] |In general, anyone updating snapcraft.yaml will also need [2021-01-14T12:24:44.354Z] |to update this patch file, otherwise it may fail to apply, [2021-01-14T12:24:44.354Z] |resulting in a failed snap build CI check in the associated [2021-01-14T12:24:44.354Z] |pull request. [2021-01-14T12:24:44.354Z] | [2021-01-14T12:24:44.354Z] |Note - in addition to applying this patch, the pipeline also [2021-01-14T12:24:44.354Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-01-14T12:24:44.354Z] |need to build the finally binary .snap file (and it won't [2021-01-14T12:24:44.354Z] |work with the patch applied). This further reduces the build [2021-01-14T12:24:44.354Z] |time. [2021-01-14T12:24:44.354Z] |--- [2021-01-14T12:24:44.354Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-01-14T12:24:44.354Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-01-14T12:24:44.354Z] | [2021-01-14T12:24:44.354Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-01-14T12:24:44.354Z] |index 1e537489..faf42425 100644 [2021-01-14T12:24:44.354Z] |--- a/snap/snapcraft.yaml [2021-01-14T12:24:44.354Z] |+++ b/snap/snapcraft.yaml [2021-01-14T12:24:44.354Z] -------------------------- [2021-01-14T12:24:44.354Z] patching file snap/snapcraft.yaml [2021-01-14T12:24:44.354Z] Using Plan A... [2021-01-14T12:24:44.354Z] Hunk #1 succeeded at 73. [2021-01-14T12:24:44.354Z] Hunk #2 succeeded at 202 with fuzz 1. [2021-01-14T12:24:44.354Z] Hunk #3 succeeded at 214 (offset -3 lines). [2021-01-14T12:24:44.354Z] Hunk #4 succeeded at 222 (offset -3 lines). [2021-01-14T12:24:44.354Z] Hunk #5 succeeded at 229 (offset -3 lines). [2021-01-14T12:24:44.354Z] Hunk #6 succeeded at 256 (offset -3 lines). [2021-01-14T12:24:44.354Z] Hunk #7 succeeded at 290 (offset -3 lines). [2021-01-14T12:24:44.354Z] Hunk #8 succeeded at 342 (offset -2 lines). [2021-01-14T12:24:44.354Z] Hmm... Ignoring the trailing garbage. [2021-01-14T12:24:44.354Z] done [2021-01-14T12:24:44.354Z] + sudo snapcraft prime --use-lxd [2021-01-14T12:24:45.737Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-01-14T12:24:45.737Z] 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-14T12:24:45.737Z] - README.md [2021-01-14T12:24:45.737Z] - snapcraft.yaml.orig [2021-01-14T12:24:45.737Z] [2021-01-14T12:24:45.737Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-14T12:24:45.902Z] $ docker rm -f 038f6faeb77a420c7a63667c1d55696faf06a63e0d17805058f26f885e278dd3 [Pipeline] // withDockerContainer [2021-01-14T12:24:46.313Z] Launching a container. [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-14T12:24:46.820Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-14T12:24:46.820Z] . [Pipeline] withDockerContainer [2021-01-14T12:24:47.168Z] prd-ubuntu18.04-docker-arm64-4c-16g-20212 does not seem to be running inside a container [2021-01-14T12:24:47.268Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-14T12:24:48.751Z] $ docker top 7166482c656a0561f806ed1ad2c33d5a8e8e17bd588df4ae654475188db1b585 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-14T12:24:49.820Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-14T12:24:53.193Z] Building docker-core-command-go ... [2021-01-14T12:24:53.193Z] Building docker-core-data-go ... [2021-01-14T12:24:53.193Z] Building docker-core-metadata-go ... [2021-01-14T12:24:53.193Z] Building docker-security-bootstrap-redis-go ... [2021-01-14T12:24:53.193Z] Building docker-security-proxy-setup-go ... [2021-01-14T12:24:53.193Z] Building docker-security-secretstore-setup-go ... [2021-01-14T12:24:53.193Z] Building docker-support-notifications-go ... [2021-01-14T12:24:53.193Z] Building docker-support-scheduler-go ... [2021-01-14T12:24:53.193Z] Building docker-sys-mgmt-agent-go ... [2021-01-14T12:24:53.193Z] Building docker-security-secretstore-setup-go [2021-01-14T12:24:53.193Z] Building docker-core-command-go [2021-01-14T12:24:53.193Z] Building docker-support-scheduler-go [2021-01-14T12:24:53.193Z] Building docker-core-metadata-go [2021-01-14T12:24:53.193Z] Building docker-support-notifications-go [2021-01-14T12:24:58.585Z] Waiting for container to be ready [2021-01-14T12:24:58.848Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-01-14T12:24:58.848Z] [2021-01-14T12:25:03.067Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-01-14T12:25:03.067Z] Waiting for network to be ready... [2021-01-14T12:25:03.639Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-14T12:25:03.901Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-14T12:25:04.163Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-14T12:25:04.425Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1499 kB] [2021-01-14T12:25:04.425Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-14T12:25:04.757Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [290 kB] [2021-01-14T12:25:04.757Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-14T12:25:04.757Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] [2021-01-14T12:25:04.757Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] [2021-01-14T12:25:04.757Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [214 kB] [2021-01-14T12:25:04.757Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.2 kB] [2021-01-14T12:25:04.757Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1098 kB] [2021-01-14T12:25:04.757Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-14T12:25:04.757Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-14T12:25:04.757Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-14T12:25:05.020Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-14T12:25:05.020Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-14T12:25:05.020Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] [2021-01-14T12:25:05.328Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-14T12:25:05.590Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1835 kB] [2021-01-14T12:25:05.590Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [382 kB] [2021-01-14T12:25:05.590Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] [2021-01-14T12:25:05.590Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] [2021-01-14T12:25:05.590Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [232 kB] [2021-01-14T12:25:05.590Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.2 kB] [2021-01-14T12:25:05.590Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] [2021-01-14T12:25:05.590Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] [2021-01-14T12:25:08.889Z] Fetched 23.7 MB in 5s (4708 kB/s) [2021-01-14T12:25:09.461Z] Reading package lists... [2021-01-14T12:25:09.722Z] Reading package lists... [2021-01-14T12:25:09.722Z] Building dependency tree... [2021-01-14T12:25:09.722Z] Reading state information... [2021-01-14T12:25:09.722Z] The following additional packages will be installed: [2021-01-14T12:25:09.722Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-14T12:25:09.722Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-14T12:25:09.722Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-14T12:25:09.722Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-01-14T12:25:09.722Z] Suggested packages: [2021-01-14T12:25:09.722Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-01-14T12:25:09.722Z] Recommended packages: [2021-01-14T12:25:09.722Z] gnupg libsasl2-modules [2021-01-14T12:25:09.982Z] The following NEW packages will be installed: [2021-01-14T12:25:09.982Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-14T12:25:09.982Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-14T12:25:09.982Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-14T12:25:09.982Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-01-14T12:25:09.982Z] The following packages will be upgraded: [2021-01-14T12:25:09.982Z] gpg gpg-agent gpgconf libudev1 [2021-01-14T12:25:09.982Z] 4 upgraded, 18 newly installed, 0 to remove and 102 not upgraded. [2021-01-14T12:25:09.982Z] Need to get 3532 kB of archives. [2021-01-14T12:25:09.982Z] After this operation, 13.3 MB of additional disk space will be used. [2021-01-14T12:25:09.982Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-01-14T12:25:09.982Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-01-14T12:25:09.982Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-01-14T12:25:09.982Z] 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-14T12:25:09.982Z] 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-14T12:25:09.982Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-01-14T12:25:09.982Z] Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] [2021-01-14T12:25:10.243Z] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] [2021-01-14T12:25:10.815Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-01-14T12:25:11.077Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-01-14T12:25:11.339Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-01-14T12:25:11.339Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-01-14T12:25:11.601Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-01-14T12:25:11.863Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-01-14T12:25:11.863Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-01-14T12:25:12.123Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-01-14T12:25:12.124Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-01-14T12:25:12.124Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-01-14T12:25:12.384Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-01-14T12:25:12.384Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-01-14T12:25:12.645Z] 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-14T12:25:12.645Z] 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] [2021-01-14T12:25:12.907Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-14T12:25:12.907Z] Fetched 3532 kB in 3s (1256 kB/s) [2021-01-14T12:25:12.907Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-14T12:25:12.907Z] Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... [2021-01-14T12:25:12.907Z] Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-14T12:25:12.907Z] Setting up libudev1:amd64 (237-3ubuntu10.43) ... [2021-01-14T12:25:13.169Z] Selecting previously unselected package udev. [2021-01-14T12:25:13.169Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-14T12:25:13.169Z] Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... [2021-01-14T12:25:13.169Z] Unpacking udev (237-3ubuntu10.43) ... [2021-01-14T12:25:13.430Z] Selecting previously unselected package libfuse2:amd64. [2021-01-14T12:25:13.430Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-01-14T12:25:13.430Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-14T12:25:13.430Z] Selecting previously unselected package fuse. [2021-01-14T12:25:13.430Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-01-14T12:25:13.691Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-01-14T12:25:13.691Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-14T12:25:13.691Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-14T12:25:13.691Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-14T12:25:13.954Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-14T12:25:13.954Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-14T12:25:13.954Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-14T12:25:14.215Z] Selecting previously unselected package libksba8:amd64. [2021-01-14T12:25:14.215Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-01-14T12:25:14.215Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-01-14T12:25:14.215Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-01-14T12:25:14.215Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-14T12:25:14.215Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-14T12:25:14.215Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-01-14T12:25:14.215Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-14T12:25:14.216Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-14T12:25:14.477Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-01-14T12:25:14.477Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-14T12:25:14.477Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-14T12:25:14.477Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-01-14T12:25:14.477Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-14T12:25:14.477Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-14T12:25:14.737Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-01-14T12:25:14.737Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-14T12:25:14.737Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-14T12:25:14.737Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-01-14T12:25:14.737Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-14T12:25:14.737Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-14T12:25:14.999Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-01-14T12:25:14.999Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-14T12:25:14.999Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-14T12:25:14.999Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-01-14T12:25:14.999Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-14T12:25:14.999Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-14T12:25:15.260Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-01-14T12:25:15.260Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-14T12:25:15.260Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-14T12:25:15.260Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-01-14T12:25:15.260Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-14T12:25:15.260Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-14T12:25:15.260Z] Selecting previously unselected package libsasl2-2:amd64. [2021-01-14T12:25:15.260Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-14T12:25:15.260Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-14T12:25:15.522Z] Selecting previously unselected package libldap-common. [2021-01-14T12:25:15.522Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-01-14T12:25:15.522Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-14T12:25:15.522Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-01-14T12:25:15.522Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-01-14T12:25:15.522Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-14T12:25:15.783Z] Selecting previously unselected package dirmngr. [2021-01-14T12:25:15.783Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-14T12:25:15.783Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-14T12:25:15.783Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-14T12:25:15.783Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-01-14T12:25:16.045Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-14T12:25:16.045Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-14T12:25:16.045Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-14T12:25:16.045Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-01-14T12:25:16.045Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-14T12:25:16.045Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-01-14T12:25:16.045Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-14T12:25:16.306Z] Setting up udev (237-3ubuntu10.43) ... [2021-01-14T12:25:16.566Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-01-14T12:25:16.566Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-14T12:25:16.826Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-01-14T12:25:16.826Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-01-14T12:25:16.826Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-01-14T12:25:16.827Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-14T12:25:16.827Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-14T12:25:16.827Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-14T12:25:16.827Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-14T12:25:17.087Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-14T12:25:17.087Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-14T12:25:17.087Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-14T12:25:17.087Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-14T12:25:17.087Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-14T12:25:17.087Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-14T12:25:17.661Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-01-14T12:25:17.661Z] settings in the [Install] section, and DefaultInstance for template units). [2021-01-14T12:25:17.661Z] This means they are not meant to be enabled using systemctl. [2021-01-14T12:25:17.661Z] Possible reasons for having this kind of units are: [2021-01-14T12:25:17.661Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-01-14T12:25:17.661Z] .wants/ or .requires/ directory. [2021-01-14T12:25:17.661Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-01-14T12:25:17.661Z] a requirement dependency on it. [2021-01-14T12:25:17.661Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-01-14T12:25:17.661Z] D-Bus, udev, scripted systemctl call, ...). [2021-01-14T12:25:17.661Z] 4) In case of template units, the unit is meant to be enabled with some [2021-01-14T12:25:17.661Z] instance name specified. [2021-01-14T12:25:17.921Z] Reading package lists... [2021-01-14T12:25:18.182Z] Building dependency tree... [2021-01-14T12:25:18.182Z] Reading state information... [2021-01-14T12:25:18.182Z] The following additional packages will be installed: [2021-01-14T12:25:18.182Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-01-14T12:25:18.182Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-01-14T12:25:18.182Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-01-14T12:25:18.182Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-01-14T12:25:18.182Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-01-14T12:25:18.182Z] Suggested packages: [2021-01-14T12:25:18.182Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-01-14T12:25:18.182Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-01-14T12:25:18.182Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-01-14T12:25:18.182Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-01-14T12:25:18.182Z] systemd-container policykit-1 [2021-01-14T12:25:18.182Z] Recommended packages: [2021-01-14T12:25:18.182Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-01-14T12:25:18.182Z] The following NEW packages will be installed: [2021-01-14T12:25:18.182Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-01-14T12:25:18.182Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-01-14T12:25:18.182Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-01-14T12:25:18.182Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-01-14T12:25:18.182Z] python3.6-minimal snapd squashfs-tools sudo [2021-01-14T12:25:18.182Z] The following packages will be upgraded: [2021-01-14T12:25:18.182Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-01-14T12:25:18.442Z] 5 upgraded, 25 newly installed, 0 to remove and 97 not upgraded. [2021-01-14T12:25:18.442Z] Need to get 35.2 MB of archives. [2021-01-14T12:25:18.442Z] After this operation, 141 MB of additional disk space will be used. [2021-01-14T12:25:18.442Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-01-14T12:25:18.442Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] [2021-01-14T12:25:19.013Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-01-14T12:25:19.273Z] 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-14T12:25:19.273Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] [2021-01-14T12:25:19.273Z] 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-14T12:25:19.273Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-01-14T12:25:19.273Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-01-14T12:25:19.273Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-01-14T12:25:19.273Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-01-14T12:25:19.273Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-01-14T12:25:19.273Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-01-14T12:25:19.273Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] [2021-01-14T12:25:19.273Z] 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-14T12:25:19.273Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-01-14T12:25:19.273Z] 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-14T12:25:19.273Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-01-14T12:25:19.273Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2021-01-14T12:25:19.273Z] 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-14T12:25:19.273Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-01-14T12:25:19.273Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-01-14T12:25:19.273Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-01-14T12:25:19.273Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-01-14T12:25:19.273Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-01-14T12:25:19.273Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-01-14T12:25:19.273Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-01-14T12:25:19.273Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-01-14T12:25:19.535Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-01-14T12:25:19.535Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-01-14T12:25:19.535Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-01-14T12:25:20.921Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-14T12:25:20.921Z] Fetched 35.2 MB in 2s (15.6 MB/s) [2021-01-14T12:25:20.921Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-14T12:25:20.921Z] Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... [2021-01-14T12:25:20.921Z] Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-14T12:25:21.495Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... [2021-01-14T12:25:21.495Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-14T12:25:21.495Z] Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... [2021-01-14T12:25:22.066Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-14T12:25:22.066Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-01-14T12:25:22.066Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-14T12:25:22.332Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-01-14T12:25:22.332Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-14T12:25:22.332Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-01-14T12:25:22.332Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-14T12:25:22.604Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-01-14T12:25:22.604Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-01-14T12:25:23.186Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-01-14T12:25:23.186Z] (Reading database ... 12764 files and directories currently installed.) [2021-01-14T12:25:23.186Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-14T12:25:23.186Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-14T12:25:23.448Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-01-14T12:25:23.448Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-14T12:25:23.448Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-14T12:25:23.709Z] Selecting previously unselected package libexpat1:amd64. [2021-01-14T12:25:23.709Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-01-14T12:25:23.709Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-14T12:25:23.709Z] Selecting previously unselected package python3.6-minimal. [2021-01-14T12:25:23.709Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-14T12:25:23.709Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-14T12:25:23.970Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-14T12:25:23.970Z] Checking for services that may need to be restarted...done. [2021-01-14T12:25:23.970Z] Checking for services that may need to be restarted...done. [2021-01-14T12:25:24.231Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-14T12:25:24.231Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-14T12:25:24.231Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-14T12:25:24.802Z] Selecting previously unselected package python3-minimal. [2021-01-14T12:25:24.802Z] (Reading database ... 13012 files and directories currently installed.) [2021-01-14T12:25:24.802Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-01-14T12:25:24.802Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-01-14T12:25:24.802Z] Selecting previously unselected package mime-support. [2021-01-14T12:25:24.802Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-01-14T12:25:24.802Z] Unpacking mime-support (3.60ubuntu1) ... [2021-01-14T12:25:25.062Z] Selecting previously unselected package libmpdec2:amd64. [2021-01-14T12:25:25.062Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-01-14T12:25:25.062Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-14T12:25:25.062Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-01-14T12:25:25.062Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-14T12:25:25.062Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-14T12:25:25.322Z] Selecting previously unselected package python3.6. [2021-01-14T12:25:25.322Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-14T12:25:25.322Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-14T12:25:25.582Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-01-14T12:25:25.582Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-01-14T12:25:25.582Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-14T12:25:25.582Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-01-14T12:25:25.843Z] Selecting previously unselected package python3. [2021-01-14T12:25:25.843Z] (Reading database ... 13442 files and directories currently installed.) [2021-01-14T12:25:25.843Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-01-14T12:25:25.843Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-01-14T12:25:25.843Z] Selecting previously unselected package multiarch-support. [2021-01-14T12:25:25.843Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-01-14T12:25:25.843Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-01-14T12:25:26.105Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-01-14T12:25:26.105Z] Selecting previously unselected package liblzo2-2:amd64. [2021-01-14T12:25:26.105Z] (Reading database ... 13479 files and directories currently installed.) [2021-01-14T12:25:26.105Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-01-14T12:25:26.105Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-01-14T12:25:26.105Z] Selecting previously unselected package libbsd0:amd64. [2021-01-14T12:25:26.105Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-01-14T12:25:26.105Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-14T12:25:26.366Z] Selecting previously unselected package sudo. [2021-01-14T12:25:26.366Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... [2021-01-14T12:25:26.366Z] Unpacking sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-14T12:25:26.366Z] Selecting previously unselected package apparmor. [2021-01-14T12:25:26.366Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-01-14T12:25:26.628Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-01-14T12:25:26.628Z] Selecting previously unselected package libedit2:amd64. [2021-01-14T12:25:26.628Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-01-14T12:25:26.628Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-01-14T12:25:26.893Z] Selecting previously unselected package libkrb5support0:amd64. [2021-01-14T12:25:26.893Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-01-14T12:25:26.893Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-14T12:25:26.893Z] Selecting previously unselected package libk5crypto3:amd64. [2021-01-14T12:25:26.893Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-14T12:25:27.465Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-14T12:25:28.410Z] Selecting previously unselected package libkeyutils1:amd64. [2021-01-14T12:25:28.410Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-01-14T12:25:28.410Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-14T12:25:28.410Z] Selecting previously unselected package libkrb5-3:amd64. [2021-01-14T12:25:28.410Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-14T12:25:28.410Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-14T12:25:28.671Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-01-14T12:25:28.671Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-01-14T12:25:28.671Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-14T12:25:28.671Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-01-14T12:25:28.671Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-01-14T12:25:28.671Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-14T12:25:28.932Z] Selecting previously unselected package openssh-client. [2021-01-14T12:25:28.932Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-01-14T12:25:28.932Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-14T12:25:28.932Z] Selecting previously unselected package squashfs-tools. [2021-01-14T12:25:29.193Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-01-14T12:25:29.193Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-14T12:25:29.193Z] Selecting previously unselected package snapd. [2021-01-14T12:25:29.193Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-01-14T12:25:29.193Z] Unpacking snapd (2.48+18.04) ... [2021-01-14T12:25:31.111Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-01-14T12:25:31.111Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-14T12:25:31.374Z] Setting up mime-support (3.60ubuntu1) ... [2021-01-14T12:25:31.374Z] Setting up sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-14T12:25:31.374Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-14T12:25:31.634Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-14T12:25:31.634Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-14T12:25:31.634Z] Setting up systemd (237-3ubuntu10.43) ... [2021-01-14T12:25:31.634Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-01-14T12:25:32.207Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-14T12:25:32.207Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-14T12:25:32.207Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-01-14T12:25:32.468Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-14T12:25:32.468Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-14T12:25:32.468Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-14T12:25:33.050Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-14T12:25:33.050Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-14T12:25:33.050Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-14T12:25:33.050Z] Setting up python3 (3.6.7-1~18.04) ... [2021-01-14T12:25:33.050Z] running python rtupdate hooks for python3.6... [2021-01-14T12:25:33.050Z] running python post-rtupdate hooks for python3.6... [2021-01-14T12:25:33.312Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-01-14T12:25:34.700Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-01-14T12:25:34.963Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-14T12:25:34.963Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-14T12:25:34.963Z] Setting up snapd (2.48+18.04) ... [2021-01-14T12:25:35.533Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-01-14T12:25:35.533Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-01-14T12:25:35.795Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-01-14T12:25:36.055Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-01-14T12:25:36.055Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-14T12:25:36.055Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-14T12:25:36.315Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-01-14T12:25:36.576Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-01-14T12:25:36.576Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-01-14T12:25:36.837Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-01-14T12:25:37.103Z] /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-14T12:25:37.103Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-14T12:25:37.103Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2021-01-14T12:25:38.044Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-14T12:25:38.044Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-14T12:25:38.044Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-14T12:25:39.562Z] Reading package lists... [2021-01-14T12:25:39.562Z] Reading package lists... [2021-01-14T12:25:39.823Z] Building dependency tree... [2021-01-14T12:25:39.823Z] Reading state information... [2021-01-14T12:25:39.823Z] Calculating upgrade... [2021-01-14T12:25:40.084Z] The following packages will be upgraded: [2021-01-14T12:25:40.084Z] advancecomp base-files bash binutils binutils-common [2021-01-14T12:25:40.084Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-01-14T12:25:40.084Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-01-14T12:25:40.084Z] grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 [2021-01-14T12:25:40.084Z] libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 [2021-01-14T12:25:40.084Z] libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 [2021-01-14T12:25:40.084Z] libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 [2021-01-14T12:25:40.084Z] libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 [2021-01-14T12:25:40.084Z] libncursesw5 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime [2021-01-14T12:25:40.084Z] libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 [2021-01-14T12:25:40.084Z] libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 [2021-01-14T12:25:40.084Z] libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login [2021-01-14T12:25:40.084Z] mount ncurses-base ncurses-bin openssl passwd patch perl perl-base [2021-01-14T12:25:40.084Z] perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata [2021-01-14T12:25:40.084Z] ubuntu-keyring util-linux [2021-01-14T12:25:40.084Z] 97 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-01-14T12:25:40.084Z] Need to get 63.7 MB of archives. [2021-01-14T12:25:40.084Z] After this operation, 5203 kB of additional disk space will be used. [2021-01-14T12:25:40.084Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-130.134 [988 kB] [2021-01-14T12:25:40.345Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-01-14T12:25:40.345Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-01-14T12:25:40.345Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-01-14T12:25:40.345Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-01-14T12:25:40.345Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-01-14T12:25:40.345Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-01-14T12:25:40.345Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-01-14T12:25:40.345Z] 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-14T12:25:40.345Z] 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-14T12:25:40.345Z] 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-14T12:25:40.345Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-01-14T12:25:40.345Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-01-14T12:25:40.345Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-01-14T12:25:40.345Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-01-14T12:25:40.345Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-01-14T12:25:40.345Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-01-14T12:25:40.345Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-01-14T12:25:40.345Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-01-14T12:25:40.345Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-01-14T12:25:40.345Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-01-14T12:25:40.345Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-01-14T12:25:40.345Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-01-14T12:25:40.345Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-01-14T12:25:40.606Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-01-14T12:25:40.606Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-01-14T12:25:40.606Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-01-14T12:25:40.606Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-01-14T12:25:40.606Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-01-14T12:25:40.606Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-01-14T12:25:40.606Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-01-14T12:25:40.606Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-01-14T12:25:40.606Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-01-14T12:25:40.606Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-01-14T12:25:40.606Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-01-14T12:25:40.606Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-01-14T12:25:40.606Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-01-14T12:25:40.606Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-01-14T12:25:40.606Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-01-14T12:25:40.606Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-01-14T12:25:40.606Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-01-14T12:25:40.606Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2021-01-14T12:25:40.606Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-01-14T12:25:40.606Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-01-14T12:25:40.606Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-01-14T12:25:40.606Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] [2021-01-14T12:25:40.606Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-01-14T12:25:40.607Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-01-14T12:25:40.607Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] [2021-01-14T12:25:40.607Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-01-14T12:25:40.607Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-01-14T12:25:40.607Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-01-14T12:25:40.607Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-01-14T12:25:40.607Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-01-14T12:25:40.607Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-01-14T12:25:40.607Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-01-14T12:25:40.872Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-01-14T12:25:40.872Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-01-14T12:25:40.872Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-01-14T12:25:41.133Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-01-14T12:25:41.133Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-01-14T12:25:41.133Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-01-14T12:25:41.133Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-01-14T12:25:41.133Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-01-14T12:25:41.133Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-01-14T12:25:41.133Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-01-14T12:25:41.396Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-01-14T12:25:41.655Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-01-14T12:25:41.655Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-01-14T12:25:41.655Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-01-14T12:25:41.655Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-01-14T12:25:41.656Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-01-14T12:25:41.917Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-01-14T12:25:41.917Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-01-14T12:25:41.917Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-01-14T12:25:41.917Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-01-14T12:25:41.917Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-01-14T12:25:41.917Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-01-14T12:25:41.917Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-01-14T12:25:41.917Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-01-14T12:25:41.917Z] Get:81 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-14T12:25:41.917Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-01-14T12:25:41.917Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] [2021-01-14T12:25:41.917Z] Get:84 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-14T12:25:41.917Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-01-14T12:25:41.917Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-01-14T12:25:42.178Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-01-14T12:25:42.178Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-01-14T12:25:42.178Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-01-14T12:25:42.178Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-01-14T12:25:42.178Z] Get:91 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-14T12:25:42.178Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-01-14T12:25:42.178Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-01-14T12:25:42.178Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-01-14T12:25:42.178Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-01-14T12:25:42.178Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-01-14T12:25:42.178Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-01-14T12:25:42.439Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-14T12:25:42.439Z] Fetched 63.7 MB in 2s (29.4 MB/s) [2021-01-14T12:25:42.439Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-14T12:25:42.439Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-01-14T12:25:42.439Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-14T12:25:43.008Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-14T12:25:43.279Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-14T12:25:43.279Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-130.134_amd64.deb ... [2021-01-14T12:25:43.279Z] Unpacking linux-libc-dev:amd64 (4.15.0-130.134) over (4.15.0-20.21) ... [2021-01-14T12:25:44.223Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-14T12:25:44.224Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-14T12:25:44.224Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-14T12:25:44.224Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-14T12:25:44.486Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-14T12:25:44.486Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-14T12:25:44.486Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-14T12:25:44.486Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-14T12:25:44.748Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-14T12:25:44.748Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-14T12:25:44.748Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-14T12:25:44.748Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-14T12:25:45.016Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-14T12:25:45.016Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-14T12:25:45.016Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-14T12:25:45.277Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-14T12:25:45.277Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-14T12:25:45.277Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-01-14T12:25:45.277Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-01-14T12:25:45.538Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-14T12:25:45.538Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-14T12:25:45.538Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-14T12:25:45.538Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-14T12:25:45.538Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-14T12:25:45.800Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-14T12:25:45.800Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-14T12:25:46.062Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-14T12:25:46.062Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-14T12:25:46.062Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-01-14T12:25:46.324Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-14T12:25:46.585Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-01-14T12:25:46.847Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-14T12:25:46.847Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-01-14T12:25:46.847Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-01-14T12:25:46.847Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-01-14T12:25:47.110Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-01-14T12:25:47.370Z] Setting up base-files (10.1ubuntu2.10) ... [2021-01-14T12:25:47.370Z] Installing new version of config file /etc/issue ... [2021-01-14T12:25:47.370Z] Installing new version of config file /etc/issue.net ... [2021-01-14T12:25:47.370Z] Installing new version of config file /etc/lsb-release ... [2021-01-14T12:25:47.370Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-01-14T12:25:47.632Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-01-14T12:25:47.632Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-01-14T12:25:47.632Z] Removing obsolete conffile /etc/default/motd-news ... [2021-01-14T12:25:47.632Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-14T12:25:47.632Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-01-14T12:25:47.632Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-01-14T12:25:47.892Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-01-14T12:25:47.892Z] 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-14T12:25:47.892Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-14T12:25:47.892Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-14T12:25:48.154Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-01-14T12:25:48.154Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-01-14T12:25:48.154Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-14T12:25:48.154Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-01-14T12:25:48.154Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-01-14T12:25:48.415Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-01-14T12:25:48.415Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-14T12:25:48.415Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-01-14T12:25:48.415Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-14T12:25:48.677Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-01-14T12:25:48.937Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-14T12:25:48.937Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-14T12:25:48.938Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-14T12:25:48.938Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-14T12:25:49.198Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-14T12:25:49.198Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-14T12:25:49.198Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-14T12:25:49.198Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-01-14T12:25:49.458Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-14T12:25:49.458Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-01-14T12:25:49.458Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-01-14T12:25:49.458Z] Setting up grep (3.1-2build1) ... [2021-01-14T12:25:49.719Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-14T12:25:49.719Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-14T12:25:49.719Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-14T12:25:49.719Z] Setting up login (1:4.5-1ubuntu2) ... [2021-01-14T12:25:49.980Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-14T12:25:49.980Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-14T12:25:49.980Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-14T12:25:50.244Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-01-14T12:25:50.244Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-14T12:25:50.244Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-14T12:25:50.244Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-14T12:25:50.815Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-14T12:25:50.815Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-14T12:25:50.815Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-14T12:25:50.815Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-14T12:25:51.390Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-01-14T12:25:51.652Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-14T12:25:51.652Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-01-14T12:25:51.652Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-14T12:25:52.597Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-14T12:25:52.597Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-14T12:25:52.872Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-14T12:25:52.872Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-14T12:25:52.872Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-01-14T12:25:53.132Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-14T12:25:53.132Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-01-14T12:25:53.132Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-01-14T12:25:53.393Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-01-14T12:25:53.393Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-14T12:25:53.393Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-14T12:25:53.393Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-14T12:25:53.656Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-14T12:25:53.656Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-14T12:25:53.656Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-14T12:25:53.656Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-14T12:25:53.918Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-14T12:25:53.918Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-14T12:25:53.918Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-14T12:25:53.918Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-14T12:25:54.179Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-14T12:25:54.179Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-14T12:25:54.179Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-14T12:25:54.441Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-14T12:25:54.441Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-14T12:25:54.441Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-14T12:25:54.441Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-14T12:25:54.702Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-14T12:25:54.702Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-14T12:25:54.702Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-14T12:25:54.702Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-14T12:25:54.970Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-14T12:25:54.970Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-14T12:25:54.970Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-14T12:25:54.970Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-14T12:25:55.232Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-14T12:25:55.232Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-14T12:25:55.232Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-14T12:25:55.232Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-14T12:25:55.493Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-14T12:25:55.493Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-14T12:25:55.493Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-14T12:25:55.493Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-01-14T12:25:55.755Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-14T12:25:55.755Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-14T12:25:55.755Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-14T12:25:56.328Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-01-14T12:25:56.592Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-01-14T12:25:56.854Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-01-14T12:25:56.854Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-14T12:25:56.854Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-14T12:25:56.854Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-14T12:25:57.114Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-01-14T12:25:57.376Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-14T12:25:57.376Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-01-14T12:25:57.376Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-14T12:25:57.376Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-01-14T12:25:57.636Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-14T12:25:57.636Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-01-14T12:25:57.636Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-01-14T12:25:57.909Z] Setting up debconf (1.5.66ubuntu1) ... [2021-01-14T12:25:58.170Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-14T12:25:58.170Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-14T12:25:58.170Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-14T12:25:58.432Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-14T12:25:58.432Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-14T12:25:58.432Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-14T12:25:58.432Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-14T12:25:58.694Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-14T12:25:58.694Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-14T12:25:58.694Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-14T12:25:58.956Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-14T12:25:58.956Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-14T12:25:59.217Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-14T12:25:59.217Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-14T12:25:59.479Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-14T12:25:59.479Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... [2021-01-14T12:25:59.479Z] Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-14T12:25:59.741Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-14T12:25:59.741Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-14T12:25:59.741Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-14T12:26:00.004Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-14T12:26:00.004Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-01-14T12:26:00.004Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-01-14T12:26:00.004Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-01-14T12:26:00.266Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-14T12:26:00.266Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-01-14T12:26:00.266Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-14T12:26:00.266Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-14T12:26:00.837Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-14T12:26:00.837Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-14T12:26:00.837Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-14T12:26:00.837Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-14T12:26:00.837Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-14T12:26:00.837Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-01-14T12:26:00.837Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-01-14T12:26:01.097Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-01-14T12:26:01.098Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-14T12:26:01.098Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-14T12:26:01.098Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-14T12:26:01.158Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T12:26:01.158Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-14T12:26:01.158Z] ---> a6edbd635ab6 [2021-01-14T12:26:01.158Z] Step 3/24 : WORKDIR /edgex-go [2021-01-14T12:26:01.158Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T12:26:01.158Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-14T12:26:01.158Z] ---> a6edbd635ab6 [2021-01-14T12:26:01.158Z] Step 3/22 : WORKDIR /edgex-go [2021-01-14T12:26:01.158Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T12:26:01.158Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-14T12:26:01.158Z] ---> a6edbd635ab6 [2021-01-14T12:26:01.158Z] Step 3/22 : WORKDIR /edgex-go [2021-01-14T12:26:01.158Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T12:26:01.158Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-14T12:26:01.158Z] ---> a6edbd635ab6 [2021-01-14T12:26:01.158Z] Step 3/21 : WORKDIR /edgex-go [2021-01-14T12:26:01.158Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T12:26:01.158Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-14T12:26:01.158Z] ---> a6edbd635ab6 [2021-01-14T12:26:01.158Z] Step 3/24 : WORKDIR /edgex-go [2021-01-14T12:26:01.359Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-01-14T12:26:01.623Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-14T12:26:01.623Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-14T12:26:01.623Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-14T12:26:01.623Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-01-14T12:26:01.886Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-14T12:26:01.886Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-01-14T12:26:01.886Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-01-14T12:26:01.886Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-01-14T12:26:02.410Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-14T12:26:02.410Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-01-14T12:26:02.410Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-01-14T12:26:02.410Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-01-14T12:26:02.410Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-14T12:26:02.410Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-01-14T12:26:02.410Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-01-14T12:26:02.410Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-01-14T12:26:02.410Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-14T12:26:02.410Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-01-14T12:26:02.410Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-01-14T12:26:02.671Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-01-14T12:26:02.672Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-14T12:26:02.672Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-01-14T12:26:02.672Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-01-14T12:26:02.933Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-01-14T12:26:02.933Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-14T12:26:02.933Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-01-14T12:26:02.933Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-01-14T12:26:03.140Z] ---> Running in 5cbbaa33bcba [2021-01-14T12:26:03.140Z] ---> Running in bc409083ec4b [2021-01-14T12:26:03.140Z] ---> Running in 7a9beb775809 [2021-01-14T12:26:03.140Z] ---> Running in 1aea06df0d53 [2021-01-14T12:26:03.140Z] ---> Running in 221fd0da0c10 [2021-01-14T12:26:03.199Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-01-14T12:26:03.199Z] (Reading database ... 13915 files and directories currently installed.) [2021-01-14T12:26:03.199Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-14T12:26:03.199Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-14T12:26:03.460Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-14T12:26:03.460Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-14T12:26:03.722Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-14T12:26:03.722Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-14T12:26:03.722Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2021-01-14T12:26:03.722Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2021-01-14T12:26:03.743Z] Removing intermediate container 5cbbaa33bcba [2021-01-14T12:26:03.743Z] ---> 51f712380b40 [2021-01-14T12:26:03.743Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T12:26:03.743Z] Removing intermediate container bc409083ec4b [2021-01-14T12:26:03.743Z] ---> d1e77466a6d3 [2021-01-14T12:26:03.743Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T12:26:03.743Z] Removing intermediate container 221fd0da0c10 [2021-01-14T12:26:03.743Z] ---> 79bda6daec1f [2021-01-14T12:26:03.743Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T12:26:03.743Z] Removing intermediate container 7a9beb775809 [2021-01-14T12:26:03.743Z] ---> 40c46e8f3222 [2021-01-14T12:26:03.743Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T12:26:03.743Z] Removing intermediate container 1aea06df0d53 [2021-01-14T12:26:03.743Z] ---> e8d4d292dd82 [2021-01-14T12:26:03.743Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T12:26:03.992Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-01-14T12:26:03.992Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-01-14T12:26:04.022Z] ---> Running in 2a85c00a51e1 [2021-01-14T12:26:04.022Z] ---> Running in c116ddde33dc [2021-01-14T12:26:04.022Z] ---> Running in f62f30135959 [2021-01-14T12:26:04.022Z] ---> Running in b0929c86e23a [2021-01-14T12:26:04.022Z] ---> Running in 344b71c78b9c [2021-01-14T12:26:04.252Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-01-14T12:26:04.252Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-01-14T12:26:04.824Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-01-14T12:26:04.824Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-01-14T12:26:05.084Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-01-14T12:26:05.084Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-01-14T12:26:05.084Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-01-14T12:26:05.084Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-01-14T12:26:05.344Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-01-14T12:26:05.344Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-01-14T12:26:05.344Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-01-14T12:26:05.344Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-01-14T12:26:05.605Z] Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... [2021-01-14T12:26:05.605Z] Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... [2021-01-14T12:26:06.548Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-01-14T12:26:06.548Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-01-14T12:26:06.548Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-01-14T12:26:06.548Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-01-14T12:26:06.808Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-14T12:26:06.808Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-14T12:26:07.075Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-14T12:26:07.075Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-14T12:26:07.335Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-14T12:26:07.335Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-14T12:26:07.335Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-14T12:26:07.595Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-14T12:26:07.595Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-14T12:26:07.595Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-14T12:26:07.857Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-14T12:26:07.857Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-14T12:26:07.857Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-14T12:26:07.857Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-14T12:26:08.117Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-14T12:26:08.117Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-14T12:26:08.381Z] Removing intermediate container 2a85c00a51e1 [2021-01-14T12:26:08.382Z] ---> f930e86cfbc8 [2021-01-14T12:26:08.382Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-14T12:26:08.382Z] ---> Running in 86b933a62bfb [2021-01-14T12:26:08.382Z] Removing intermediate container c116ddde33dc [2021-01-14T12:26:08.382Z] ---> 5ea67a44cbbf [2021-01-14T12:26:08.382Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-14T12:26:08.382Z] Removing intermediate container f62f30135959 [2021-01-14T12:26:08.382Z] ---> 97d7af922d6d [2021-01-14T12:26:08.382Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-14T12:26:08.382Z] ---> Running in 530361c4d725 [2021-01-14T12:26:08.657Z] ---> Running in 4ff6729c98b5 [2021-01-14T12:26:08.657Z] Removing intermediate container b0929c86e23a [2021-01-14T12:26:08.657Z] ---> cac88be04b03 [2021-01-14T12:26:08.657Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-14T12:26:08.943Z] Removing intermediate container 344b71c78b9c [2021-01-14T12:26:08.943Z] ---> aff2b8619496 [2021-01-14T12:26:08.943Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-14T12:26:08.943Z] ---> Running in 6001ab80fc0c [2021-01-14T12:26:09.057Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-14T12:26:09.057Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-14T12:26:09.220Z] ---> Running in 3158df5911ee [2021-01-14T12:26:09.823Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-14T12:26:09.996Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-14T12:26:09.996Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-14T12:26:10.427Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-14T12:26:10.567Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-14T12:26:10.567Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-14T12:26:10.704Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-14T12:26:10.704Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-14T12:26:10.704Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-14T12:26:10.978Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-14T12:26:11.138Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-14T12:26:11.138Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-14T12:26:11.252Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-14T12:26:11.527Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-14T12:26:11.527Z] OK: 217 MiB in 51 packages [2021-01-14T12:26:11.527Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-14T12:26:11.709Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-14T12:26:11.804Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-14T12:26:11.969Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-14T12:26:11.969Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-14T12:26:11.969Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-14T12:26:12.094Z] OK: 217 MiB in 51 packages [2021-01-14T12:26:12.231Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-01-14T12:26:12.231Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-14T12:26:12.231Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-01-14T12:26:12.231Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-14T12:26:12.374Z] OK: 217 MiB in 51 packages [2021-01-14T12:26:12.491Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-01-14T12:26:12.491Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-01-14T12:26:12.491Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-14T12:26:12.655Z] OK: 217 MiB in 51 packages [2021-01-14T12:26:12.655Z] OK: 217 MiB in 51 packages [2021-01-14T12:26:12.752Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-14T12:26:12.752Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-14T12:26:12.752Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-14T12:26:13.015Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-01-14T12:26:13.015Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-01-14T12:26:13.015Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-14T12:26:13.015Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-14T12:26:13.015Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-14T12:26:13.257Z] Removing intermediate container 86b933a62bfb [2021-01-14T12:26:13.257Z] ---> ccd3a4adf138 [2021-01-14T12:26:13.257Z] Step 6/24 : COPY go.mod . [2021-01-14T12:26:13.275Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-14T12:26:13.276Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-14T12:26:13.276Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-01-14T12:26:13.276Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-01-14T12:26:13.276Z] Setting up tzdata (2020f-0ubuntu0.18.04) ... [2021-01-14T12:26:13.276Z] [2021-01-14T12:26:13.276Z] Current default time zone: 'Etc/UTC' [2021-01-14T12:26:13.276Z] Local time is now: Thu Jan 14 12:26:13 UTC 2021. [2021-01-14T12:26:13.276Z] Universal Time is now: Thu Jan 14 12:26:13 UTC 2021. [2021-01-14T12:26:13.276Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-01-14T12:26:13.276Z] [2021-01-14T12:26:13.537Z] Setting up systemd-sysv (237-3ubuntu10.43) ... [2021-01-14T12:26:13.537Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-14T12:26:13.537Z] Setting up linux-libc-dev:amd64 (4.15.0-130.134) ... [2021-01-14T12:26:13.537Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-01-14T12:26:13.537Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-01-14T12:26:13.537Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-01-14T12:26:13.537Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-01-14T12:26:13.537Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-01-14T12:26:13.537Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-01-14T12:26:13.797Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-01-14T12:26:13.797Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-14T12:26:13.797Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-01-14T12:26:13.871Z] Removing intermediate container 530361c4d725 [2021-01-14T12:26:13.871Z] ---> a9e801dd9f1d [2021-01-14T12:26:13.871Z] Step 6/22 : COPY go.mod . [2021-01-14T12:26:14.059Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-14T12:26:14.059Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-14T12:26:14.059Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-14T12:26:14.059Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-01-14T12:26:14.059Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-01-14T12:26:14.059Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-01-14T12:26:14.059Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-14T12:26:14.059Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-01-14T12:26:14.322Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-01-14T12:26:14.322Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-01-14T12:26:14.322Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-14T12:26:14.478Z] Removing intermediate container 4ff6729c98b5 [2021-01-14T12:26:14.478Z] ---> 6efa69e51a35 [2021-01-14T12:26:14.478Z] Step 6/22 : COPY go.mod . [2021-01-14T12:26:14.478Z] ---> 9cedbfd9360a [2021-01-14T12:26:14.478Z] Step 7/24 : RUN go mod download [2021-01-14T12:26:14.478Z] Removing intermediate container 3158df5911ee [2021-01-14T12:26:14.478Z] ---> 0ea4f3444b48 [2021-01-14T12:26:14.478Z] Step 6/24 : COPY go.mod . [2021-01-14T12:26:14.754Z] ---> Running in 4a522bb5b2cc [2021-01-14T12:26:14.754Z] Removing intermediate container 6001ab80fc0c [2021-01-14T12:26:14.754Z] ---> 85e380de3770 [2021-01-14T12:26:14.754Z] Step 6/21 : COPY go.mod . [2021-01-14T12:26:14.754Z] ---> 3bf5716a66cf [2021-01-14T12:26:14.754Z] Step 7/22 : RUN go mod download [2021-01-14T12:26:15.352Z] ---> Running in a31c80fb849f [2021-01-14T12:26:15.353Z] ---> a2113c768e72 [2021-01-14T12:26:15.353Z] Step 7/22 : RUN go mod download [2021-01-14T12:26:15.635Z] ---> Running in 5a1e6fdfbda1 [2021-01-14T12:26:15.635Z] ---> acf6592b8484 [2021-01-14T12:26:15.635Z] Step 7/24 : RUN go mod download [2021-01-14T12:26:15.917Z] ---> Running in f19142a11fa4 [2021-01-14T12:26:15.917Z] ---> aef3193fa61e [2021-01-14T12:26:15.917Z] Step 7/21 : RUN go mod download [2021-01-14T12:26:16.197Z] ---> Running in ecd9ace72bf2 [2021-01-14T12:26:16.235Z] Updating certificates in /etc/ssl/certs... [2021-01-14T12:26:16.807Z] 22 added, 17 removed; done. [2021-01-14T12:26:17.068Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-01-14T12:26:17.068Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-14T12:26:17.068Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-01-14T12:26:17.068Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-01-14T12:26:17.068Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-01-14T12:26:17.068Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-14T12:26:17.329Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-14T12:26:17.329Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-14T12:26:17.329Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-14T12:26:17.329Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-14T12:26:17.329Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-14T12:26:17.329Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-14T12:26:17.329Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-01-14T12:26:17.591Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-01-14T12:26:17.591Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-01-14T12:26:17.591Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-01-14T12:26:17.591Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-01-14T12:26:17.591Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-14T12:26:17.591Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-14T12:26:17.591Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-01-14T12:26:17.853Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-01-14T12:26:17.853Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-01-14T12:26:17.853Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-14T12:26:17.853Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2021-01-14T12:26:18.115Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-01-14T12:26:18.115Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-14T12:26:18.115Z] Updating certificates in /etc/ssl/certs... [2021-01-14T12:26:18.687Z] 0 added, 0 removed; done. [2021-01-14T12:26:18.687Z] Running hooks in /etc/ca-certificates/update.d... [2021-01-14T12:26:18.687Z] done. [2021-01-14T12:26:19.258Z] Reading package lists... [2021-01-14T12:26:19.258Z] Building dependency tree... [2021-01-14T12:26:19.258Z] Reading state information... [2021-01-14T12:26:19.519Z] The following NEW packages will be installed: [2021-01-14T12:26:19.519Z] apt-transport-https [2021-01-14T12:26:19.519Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-01-14T12:26:19.519Z] Need to get 1696 B of archives. [2021-01-14T12:26:19.519Z] After this operation, 153 kB of additional disk space will be used. [2021-01-14T12:26:19.519Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-01-14T12:26:19.603Z] Removing intermediate container 4a522bb5b2cc [2021-01-14T12:26:19.603Z] ---> 7f41be7cedf2 [2021-01-14T12:26:19.603Z] Step 8/24 : COPY . . [2021-01-14T12:26:19.603Z] Removing intermediate container a31c80fb849f [2021-01-14T12:26:19.603Z] ---> 806c6b539629 [2021-01-14T12:26:19.603Z] Step 8/22 : COPY . . [2021-01-14T12:26:19.781Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-14T12:26:19.781Z] Fetched 1696 B in 0s (8436 B/s) [2021-01-14T12:26:19.781Z] Selecting previously unselected package apt-transport-https. [2021-01-14T12:26:19.781Z] (Reading database ... 13929 files and directories currently installed.) [2021-01-14T12:26:19.781Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-01-14T12:26:19.781Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-14T12:26:19.781Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-14T12:26:19.882Z] Removing intermediate container 5a1e6fdfbda1 [2021-01-14T12:26:19.882Z] ---> 3a3aa4f7fb12 [2021-01-14T12:26:19.882Z] Step 8/22 : COPY . . [2021-01-14T12:26:20.043Z] Waiting for network to be ready... [2021-01-14T12:26:20.867Z] Removing intermediate container ecd9ace72bf2 [2021-01-14T12:26:20.867Z] ---> dc72a16a7d18 [2021-01-14T12:26:20.867Z] Step 8/21 : COPY . . [2021-01-14T12:26:21.468Z] Removing intermediate container f19142a11fa4 [2021-01-14T12:26:21.468Z] ---> 7b9ed3d9ae95 [2021-01-14T12:26:21.468Z] Step 8/24 : COPY . . [2021-01-14T12:26:25.336Z] 2021-01-14T12:26:23Z INFO Waiting for automatic snapd restart... [2021-01-14T12:26:25.597Z] snapd 2.48.2 from Canonical* installed [2021-01-14T12:26:26.541Z] "snapd" switched to the "latest/stable" channel [2021-01-14T12:26:26.541Z] [2021-01-14T12:26:29.095Z] core18 20201210 from Canonical* installed [2021-01-14T12:26:29.356Z] "core18" switched to the "latest/stable" channel [2021-01-14T12:26:29.356Z] [2021-01-14T12:26:32.666Z] snapcraft 4.4.4 from Canonical* installed [2021-01-14T12:26:32.666Z] "snapcraft" switched to the "latest/stable" channel [2021-01-14T12:26:32.666Z] [2021-01-14T12:26:35.978Z] 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-14T12:26:35.978Z] - README.md [2021-01-14T12:26:35.978Z] - snapcraft.yaml.orig [2021-01-14T12:26:35.978Z] [2021-01-14T12:26:35.978Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-14T12:26:42.581Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-14T12:26:42.581Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-14T12:26:42.581Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-14T12:26:42.844Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-14T12:26:43.660Z] ---> 732a495c2a34 [2021-01-14T12:26:43.660Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-14T12:26:43.789Z] Reading package lists... [2021-01-14T12:26:43.938Z] ---> 29d43362ea67 [2021-01-14T12:26:43.938Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-14T12:26:43.938Z] ---> f34203614c37 [2021-01-14T12:26:43.938Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-14T12:26:43.938Z] ---> Running in 01ba319b7fc4 [2021-01-14T12:26:44.050Z] 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-14T12:26:44.212Z] ---> da066db62be0 [2021-01-14T12:26:44.212Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-14T12:26:44.212Z] ---> Running in d2dabd103496 [2021-01-14T12:26:44.212Z] ---> 9e16c44585bd [2021-01-14T12:26:44.212Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-14T12:26:44.212Z] ---> Running in b2bee8b1268a [2021-01-14T12:26:44.486Z] ---> Running in 274fd1c63300 [2021-01-14T12:26:44.486Z] ---> Running in d3dba305eaeb [2021-01-14T12:26:46.482Z] 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-14T12:26:46.482Z] 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-14T12:26:46.482Z] 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-14T12:26:46.758Z] 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-14T12:26:46.758Z] 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-14T12:26:50.647Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-14T12:26:50.647Z] Reading package lists... [2021-01-14T12:26:50.647Z] Building dependency tree... [2021-01-14T12:26:50.647Z] Reading state information... [2021-01-14T12:26:50.647Z] Suggested packages: [2021-01-14T12:26:50.647Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-01-14T12:26:50.647Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-01-14T12:26:50.647Z] Recommended packages: [2021-01-14T12:26:50.647Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-01-14T12:26:50.647Z] The following NEW packages will be installed: [2021-01-14T12:26:50.647Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-01-14T12:26:50.647Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-01-14T12:26:50.647Z] pkg-config zip [2021-01-14T12:26:50.912Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-01-14T12:26:50.912Z] Need to get 7655 kB of archives. [2021-01-14T12:26:50.912Z] After this operation, 43.7 MB of additional disk space will be used. [2021-01-14T12:26:50.912Z] 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-14T12:26:50.912Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-01-14T12:26:50.912Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-01-14T12:26:51.173Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-01-14T12:26:51.174Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-01-14T12:26:51.174Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-01-14T12:26:51.174Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-01-14T12:26:51.174Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-01-14T12:26:51.434Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-01-14T12:26:51.434Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-01-14T12:26:51.434Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-01-14T12:26:51.434Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-01-14T12:26:51.434Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-01-14T12:26:51.694Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-01-14T12:26:51.694Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-01-14T12:26:51.694Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-14T12:26:51.694Z] Fetched 7655 kB in 1s (7221 kB/s) [2021-01-14T12:26:51.956Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-01-14T12:26:51.956Z] (Reading database ... 13933 files and directories currently installed.) [2021-01-14T12:26:51.956Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-01-14T12:26:51.956Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-14T12:26:52.216Z] Selecting previously unselected package libpsl5:amd64. [2021-01-14T12:26:52.216Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-01-14T12:26:52.216Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-01-14T12:26:52.216Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-01-14T12:26:52.216Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-01-14T12:26:52.216Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-14T12:26:52.216Z] Selecting previously unselected package librtmp1:amd64. [2021-01-14T12:26:52.216Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-01-14T12:26:52.216Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-14T12:26:52.476Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-01-14T12:26:52.476Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-01-14T12:26:52.476Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-14T12:26:52.476Z] Selecting previously unselected package liberror-perl. [2021-01-14T12:26:52.476Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-01-14T12:26:52.476Z] Unpacking liberror-perl (0.17025-1) ... [2021-01-14T12:26:52.738Z] Selecting previously unselected package git-man. [2021-01-14T12:26:52.738Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-01-14T12:26:52.738Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-14T12:26:52.738Z] Selecting previously unselected package git. [2021-01-14T12:26:52.738Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-01-14T12:26:52.738Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-01-14T12:26:53.682Z] Selecting previously unselected package libnorm1:amd64. [2021-01-14T12:26:53.682Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-01-14T12:26:53.682Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-14T12:26:53.682Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-01-14T12:26:53.682Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-01-14T12:26:53.682Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-14T12:26:53.944Z] Selecting previously unselected package libsodium23:amd64. [2021-01-14T12:26:53.944Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-01-14T12:26:53.944Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-01-14T12:26:53.944Z] Selecting previously unselected package libzmq5:amd64. [2021-01-14T12:26:53.944Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-14T12:26:53.944Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-14T12:26:54.206Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-01-14T12:26:54.206Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-14T12:26:54.206Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-14T12:26:54.206Z] Selecting previously unselected package pkg-config. [2021-01-14T12:26:54.206Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-01-14T12:26:54.206Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-01-14T12:26:54.467Z] Selecting previously unselected package zip. [2021-01-14T12:26:54.467Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-01-14T12:26:54.467Z] Unpacking zip (3.0-11build1) ... [2021-01-14T12:26:54.467Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-14T12:26:54.467Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-14T12:26:54.467Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-14T12:26:54.467Z] Setting up liberror-perl (0.17025-1) ... [2021-01-14T12:26:54.467Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-01-14T12:26:54.728Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-14T12:26:54.728Z] No schema files found: doing nothing. [2021-01-14T12:26:54.728Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-14T12:26:54.728Z] Setting up zip (3.0-11build1) ... [2021-01-14T12:26:54.728Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-14T12:26:54.728Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-01-14T12:26:54.728Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-01-14T12:26:54.990Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-14T12:26:54.990Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-14T12:26:54.990Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-14T12:26:54.990Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-01-14T12:26:54.990Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-14T12:27:01.580Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-14T12:27:01.580Z] git set to automatically installed. [2021-01-14T12:27:01.580Z] git-man set to automatically installed. [2021-01-14T12:27:01.580Z] libcurl3-gnutls set to automatically installed. [2021-01-14T12:27:01.580Z] liberror-perl set to automatically installed. [2021-01-14T12:27:01.580Z] libglib2.0-0 set to automatically installed. [2021-01-14T12:27:01.580Z] libnghttp2-14 set to automatically installed. [2021-01-14T12:27:01.580Z] libnorm1 set to automatically installed. [2021-01-14T12:27:01.580Z] libpgm-5.2-0 set to automatically installed. [2021-01-14T12:27:01.580Z] libpsl5 set to automatically installed. [2021-01-14T12:27:01.580Z] librtmp1 set to automatically installed. [2021-01-14T12:27:01.580Z] libsodium23 set to automatically installed. [2021-01-14T12:27:01.580Z] libzmq3-dev set to automatically installed. [2021-01-14T12:27:01.580Z] libzmq5 set to automatically installed. [2021-01-14T12:27:01.580Z] pkg-config set to automatically installed. [2021-01-14T12:27:01.580Z] zip set to automatically installed. [2021-01-14T12:27:04.130Z] snapd is not logged in, snap install commands will use sudo [2021-01-14T12:27:10.716Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-14T12:27:10.716Z] snap "core18" has no updates available [2021-01-14T12:27:11.659Z] Pulling config-common [2021-01-14T12:27:13.049Z] Pulling go-build-helper [2021-01-14T12:27:35.027Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-14T12:27:35.027Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-14T12:27:35.027Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-14T12:27:35.027Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1499 kB] [2021-01-14T12:27:35.027Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-14T12:27:35.027Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-14T12:27:35.027Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-14T12:27:35.027Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-14T12:27:35.027Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [290 kB] [2021-01-14T12:27:35.027Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-14T12:27:35.027Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-14T12:27:35.027Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-14T12:27:35.027Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] [2021-01-14T12:27:35.027Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] [2021-01-14T12:27:35.027Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [214 kB] [2021-01-14T12:27:35.027Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.2 kB] [2021-01-14T12:27:35.027Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1098 kB] [2021-01-14T12:27:35.027Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] [2021-01-14T12:27:35.027Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-14T12:27:35.027Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1835 kB] [2021-01-14T12:27:35.027Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [382 kB] [2021-01-14T12:27:35.027Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] [2021-01-14T12:27:35.027Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] [2021-01-14T12:27:35.027Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [232 kB] [2021-01-14T12:27:35.028Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.2 kB] [2021-01-14T12:27:35.028Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] [2021-01-14T12:27:35.028Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] [2021-01-14T12:27:35.028Z] Fetched 23.7 MB in 0s (0 B/s) [2021-01-14T12:27:35.028Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-01-14T12:27:35.028Z] Fetched 96.5 kB in 0s (0 B/s) [2021-01-14T12:27:35.028Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-01-14T12:27:35.028Z] Fetched 279 kB in 0s (0 B/s) [2021-01-14T12:27:35.028Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-01-14T12:27:35.028Z] Fetched 122 kB in 0s (0 B/s) [2021-01-14T12:27:35.028Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-01-14T12:27:35.028Z] Fetched 77.8 kB in 0s (0 B/s) [2021-01-14T12:27:35.028Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-01-14T12:27:35.028Z] Fetched 8848 B in 0s (0 B/s) [2021-01-14T12:27:35.028Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-01-14T12:27:35.028Z] Fetched 47.8 kB in 0s (0 B/s) [2021-01-14T12:27:35.028Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-01-14T12:27:35.028Z] Fetched 45.6 kB in 0s (0 B/s) [2021-01-14T12:27:35.028Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-01-14T12:27:35.028Z] Fetched 15.0 kB in 0s (0 B/s) [2021-01-14T12:27:35.028Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-01-14T12:27:35.028Z] Fetched 214 kB in 0s (0 B/s) [2021-01-14T12:27:35.028Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-01-14T12:27:35.028Z] Fetched 155 kB in 0s (0 B/s) [2021-01-14T12:27:35.028Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-01-14T12:27:35.028Z] Fetched 50.6 kB in 0s (0 B/s) [2021-01-14T12:27:35.028Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-01-14T12:27:35.028Z] Fetched 14.8 kB in 0s (0 B/s) [2021-01-14T12:27:35.028Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-01-14T12:27:35.028Z] Fetched 41.8 kB in 0s (0 B/s) [2021-01-14T12:27:35.028Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-01-14T12:27:35.028Z] Fetched 499 kB in 0s (0 B/s) [2021-01-14T12:27:35.028Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-01-14T12:27:35.028Z] Fetched 111 kB in 0s (0 B/s) [2021-01-14T12:27:35.028Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-01-14T12:27:35.028Z] Fetched 240 kB in 0s (0 B/s) [2021-01-14T12:27:35.028Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-01-14T12:27:35.028Z] Fetched 29.3 kB in 0s (0 B/s) [2021-01-14T12:27:35.028Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-01-14T12:27:35.028Z] Fetched 85.5 kB in 0s (0 B/s) [2021-01-14T12:27:35.028Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-01-14T12:27:35.028Z] Fetched 24.5 kB in 0s (0 B/s) [2021-01-14T12:27:35.028Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-01-14T12:27:35.028Z] Fetched 49.2 kB in 0s (0 B/s) [2021-01-14T12:27:35.028Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-01-14T12:27:35.028Z] Fetched 54.2 kB in 0s (0 B/s) [2021-01-14T12:27:35.028Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-01-14T12:27:35.028Z] Fetched 30.8 kB in 0s (0 B/s) [2021-01-14T12:27:35.028Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-01-14T12:27:35.028Z] Fetched 17.0 kB in 0s (0 B/s) [2021-01-14T12:27:35.028Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-01-14T12:27:35.028Z] Fetched 85.9 kB in 0s (0 B/s) [2021-01-14T12:27:35.028Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-01-14T12:27:35.028Z] Fetched 8720 B in 0s (0 B/s) [2021-01-14T12:27:35.028Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-01-14T12:27:35.028Z] Fetched 137 kB in 0s (0 B/s) [2021-01-14T12:27:35.028Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-01-14T12:27:35.028Z] Fetched 119 kB in 0s (0 B/s) [2021-01-14T12:27:35.028Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-01-14T12:27:35.028Z] Fetched 109 kB in 0s (0 B/s) [2021-01-14T12:27:35.028Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-01-14T12:27:35.028Z] Fetched 11.1 kB in 0s (0 B/s) [2021-01-14T12:27:35.028Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-01-14T12:27:35.028Z] Fetched 645 kB in 0s (0 B/s) [2021-01-14T12:27:35.028Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-01-14T12:27:35.028Z] Fetched 41.3 kB in 0s (0 B/s) [2021-01-14T12:27:35.028Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-01-14T12:27:35.028Z] Fetched 17.9 kB in 0s (0 B/s) [2021-01-14T12:27:35.028Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-01-14T12:27:35.028Z] Fetched 368 kB in 0s (0 B/s) [2021-01-14T12:27:35.028Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-01-14T12:27:35.028Z] Fetched 187 kB in 0s (0 B/s) [2021-01-14T12:27:35.028Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-01-14T12:27:35.028Z] Fetched 175 kB in 0s (0 B/s) [2021-01-14T12:27:35.028Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-01-14T12:27:38.347Z] Fetched 206 kB in 0s (0 B/s) [2021-01-14T12:27:38.347Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-01-14T12:27:38.347Z] Fetched 1301 kB in 0s (0 B/s) [2021-01-14T12:27:38.347Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-01-14T12:27:38.347Z] Fetched 36.2 kB in 0s (0 B/s) [2021-01-14T12:27:38.347Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-01-14T12:27:38.347Z] Fetched 159 kB in 0s (0 B/s) [2021-01-14T12:27:38.347Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-01-14T12:27:38.347Z] Fetched 107 kB in 0s (0 B/s) [2021-01-14T12:27:38.347Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-01-14T12:27:38.347Z] Fetched 48.7 kB in 0s (0 B/s) [2021-01-14T12:27:38.347Z] Pulling static-packages [2021-01-14T12:27:39.292Z] 'go115' has dependencies that need to be staged: go-build-helper static-packages [2021-01-14T12:27:39.292Z] Skipping pull go-build-helper (already ran) [2021-01-14T12:27:39.292Z] Skipping pull static-packages (already ran) [2021-01-14T12:27:39.292Z] Building go-build-helper [2021-01-14T12:27:43.508Z] Building static-packages [2021-01-14T12:27:45.425Z] Staging go-build-helper [2021-01-14T12:27:46.368Z] Staging static-packages [2021-01-14T12:27:47.390Z] Pulling go115 [2021-01-14T12:27:48.337Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-01-14T12:27:48.337Z] Skipping pull go115 (already ran) [2021-01-14T12:27:48.337Z] Building go115 [2021-01-14T12:27:48.337Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-14T12:27:48.337Z] Dload Upload Total Spent Left Speed [2021-01-14T12:27:51.257Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 115M 0 83706 0 0 381k 0 0:05:09 --:--:-- 0:05:09 380k 32 115M 32 37.9M 0 0 31.3M 0 0:00:03 0:00:01 0:00:02 31.3M 66 115M 66 76.9M 0 0 34.8M 0 0:00:03 0:00:02 0:00:01 34.8M 100 115M 100 115M 0 0 37.4M 0 0:00:03 0:00:03 --:--:-- 37.4M [2021-01-14T12:27:51.830Z] go1.15.2.linux-amd64.tar.gz: OK [2021-01-14T12:27:56.045Z] Staging go115 [2021-01-14T12:28:01.337Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-14T12:28:01.337Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-14T12:28:01.337Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-14T12:28:01.337Z] Fetched 0 B in 0s (0 B/s) [2021-01-14T12:28:01.337Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-01-14T12:28:01.337Z] Fetched 224 kB in 0s (0 B/s) [2021-01-14T12:28:01.337Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-01-14T12:28:01.337Z] Fetched 157 kB in 0s (0 B/s) [2021-01-14T12:28:01.337Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-01-14T12:28:01.337Z] Fetched 221 kB in 0s (0 B/s) [2021-01-14T12:28:01.337Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-01-14T12:28:01.337Z] Fetched 143 kB in 0s (0 B/s) [2021-01-14T12:28:01.337Z] Pulling edgex-go [2021-01-14T12:28:02.721Z] Pulling version [2021-01-14T12:28:03.660Z] Building config-common [2021-01-14T12:28:06.211Z] Skipping build go-build-helper (already ran) [2021-01-14T12:28:06.211Z] Skipping build static-packages (already ran) [2021-01-14T12:28:06.211Z] Skipping build go115 (already ran) [2021-01-14T12:28:06.211Z] Building edgex-go [2021-01-14T12:28:06.211Z] 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-14T12:28:07.602Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-01-14T12:28:07.602Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-01-14T12:28:07.602Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.144 [2021-01-14T12:28:07.602Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.70 [2021-01-14T12:28:07.602Z] go: downloading github.com/google/uuid v1.1.4 [2021-01-14T12:28:07.602Z] go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.30 [2021-01-14T12:28:07.602Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.32 [2021-01-14T12:28:07.602Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 [2021-01-14T12:28:07.602Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-01-14T12:28:07.602Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-01-14T12:28:07.602Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.27 [2021-01-14T12:28:07.602Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-01-14T12:28:07.602Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-01-14T12:28:07.602Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-01-14T12:28:07.602Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-01-14T12:28:07.602Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-01-14T12:28:07.602Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-01-14T12:28:07.602Z] go: downloading github.com/pkg/errors v0.8.1 [2021-01-14T12:28:07.602Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-01-14T12:28:07.602Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-01-14T12:28:07.602Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-01-14T12:28:07.602Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-01-14T12:28:07.863Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-01-14T12:28:07.863Z] go: downloading github.com/x448/float16 v0.8.4 [2021-01-14T12:28:07.863Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-01-14T12:28:07.863Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-01-14T12:28:07.863Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-01-14T12:28:07.863Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-01-14T12:28:07.863Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-01-14T12:28:07.863Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-01-14T12:28:07.863Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-01-14T12:28:07.863Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-01-14T12:28:07.863Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-01-14T12:28:07.863Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-01-14T12:28:07.863Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-01-14T12:28:07.863Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-01-14T12:28:08.124Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-01-14T12:28:08.124Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-01-14T12:28:08.385Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-01-14T12:28:08.385Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-01-14T12:28:08.598Z] 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-14T12:28:16.527Z] 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-14T12:28:18.773Z] Removing intermediate container d2dabd103496 [2021-01-14T12:28:18.773Z] ---> dde80d1d4460 [2021-01-14T12:28:18.773Z] [2021-01-14T12:28:18.773Z] Step 10/24 : FROM alpine:3.12 [2021-01-14T12:28:18.773Z] 3.12: Pulling from library/alpine [2021-01-14T12:28:20.728Z] 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-14T12:28:21.299Z] 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-14T12:28:21.417Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-14T12:28:21.418Z] Status: Downloaded newer image for alpine:3.12 [2021-01-14T12:28:21.418Z] ---> afeebe901d6b [2021-01-14T12:28:21.418Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-14T12:28:22.242Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-14T12:28:22.504Z] 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-14T12:28:22.504Z] go: downloading github.com/stretchr/testify v1.6.1 [2021-01-14T12:28:22.765Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-01-14T12:28:22.765Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-01-14T12:28:22.765Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-01-14T12:28:23.415Z] ---> Running in 27bbf72f70d5 [2021-01-14T12:28:23.691Z] Removing intermediate container b2bee8b1268a [2021-01-14T12:28:23.691Z] ---> b9dd9bda90ff [2021-01-14T12:28:23.691Z] [2021-01-14T12:28:23.691Z] Step 10/24 : FROM scratch [2021-01-14T12:28:23.691Z] ---> [2021-01-14T12:28:23.691Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-14T12:28:23.691Z] Removing intermediate container 274fd1c63300 [2021-01-14T12:28:23.691Z] ---> 758ca8631a8d [2021-01-14T12:28:23.691Z] [2021-01-14T12:28:23.691Z] Step 10/21 : FROM scratch [2021-01-14T12:28:23.691Z] ---> [2021-01-14T12:28:23.691Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-14T12:28:23.691Z] Removing intermediate container 01ba319b7fc4 [2021-01-14T12:28:23.691Z] ---> 81c150629bb2 [2021-01-14T12:28:23.691Z] [2021-01-14T12:28:23.691Z] Step 10/22 : FROM scratch [2021-01-14T12:28:23.691Z] ---> [2021-01-14T12:28:23.691Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-14T12:28:23.966Z] ---> Running in 34abc691841c [2021-01-14T12:28:23.966Z] ---> Running in 2bd6d3dd395a [2021-01-14T12:28:23.966Z] ---> Running in 2a50da8886be [2021-01-14T12:28:24.685Z] 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-14T12:28:24.685Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-01-14T12:28:24.685Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-01-14T12:28:24.949Z] Removing intermediate container 2a50da8886be [2021-01-14T12:28:24.949Z] ---> 0434dc1117f4 [2021-01-14T12:28:24.949Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-14T12:28:24.949Z] Removing intermediate container 2bd6d3dd395a [2021-01-14T12:28:24.949Z] ---> 794e36424651 [2021-01-14T12:28:24.949Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-14T12:28:24.949Z] Removing intermediate container 34abc691841c [2021-01-14T12:28:24.949Z] ---> 016b0ec7b93b [2021-01-14T12:28:24.949Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-14T12:28:24.949Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-14T12:28:24.949Z] ---> Running in 74e795f67958 [2021-01-14T12:28:24.949Z] ---> Running in 302cc29d6ced [2021-01-14T12:28:25.487Z] ---> Running in 1c7712e7451f [2021-01-14T12:28:25.487Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-14T12:28:25.770Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-14T12:28:25.770Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-14T12:28:25.770Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-14T12:28:25.770Z] (4/5) Installing curl (7.69.1-r3) [2021-01-14T12:28:26.069Z] 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-14T12:28:26.069Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-01-14T12:28:26.070Z] Removing intermediate container 74e795f67958 [2021-01-14T12:28:26.070Z] ---> 59823fc0f5eb [2021-01-14T12:28:26.070Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-14T12:28:26.070Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-14T12:28:26.070Z] Executing busybox-1.31.1-r19.trigger [2021-01-14T12:28:26.070Z] Executing ca-certificates-20191127-r4.trigger [2021-01-14T12:28:26.070Z] Removing intermediate container 302cc29d6ced [2021-01-14T12:28:26.070Z] ---> fcb7600793fb [2021-01-14T12:28:26.070Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-14T12:28:26.070Z] Removing intermediate container 1c7712e7451f [2021-01-14T12:28:26.070Z] ---> c3e5ef5b1b3e [2021-01-14T12:28:26.070Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-14T12:28:26.435Z] OK: 7 MiB in 19 packages [2021-01-14T12:28:26.435Z] ---> Running in 398cd15a4118 [2021-01-14T12:28:26.435Z] ---> Running in 6cbbec2289aa [2021-01-14T12:28:26.435Z] ---> Running in 77bc9f7d4f67 [2021-01-14T12:28:27.008Z] 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-14T12:28:27.008Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-01-14T12:28:27.062Z] Removing intermediate container 398cd15a4118 [2021-01-14T12:28:27.062Z] ---> 189f55af0960 [2021-01-14T12:28:27.062Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-14T12:28:27.690Z] Removing intermediate container 6cbbec2289aa [2021-01-14T12:28:27.690Z] ---> 0f47792a1978 [2021-01-14T12:28:27.690Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-14T12:28:27.966Z] Removing intermediate container 77bc9f7d4f67 [2021-01-14T12:28:27.966Z] ---> f5e30847cc17 [2021-01-14T12:28:27.966Z] Step 14/22 : WORKDIR / [2021-01-14T12:28:28.240Z] ---> Running in f5a57dd45a4b [2021-01-14T12:28:28.513Z] ---> 6f5ad418ca30 [2021-01-14T12:28:28.514Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-14T12:28:28.784Z] ---> 73f71cadcae4 [2021-01-14T12:28:28.784Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-14T12:28:28.784Z] Removing intermediate container 27bbf72f70d5 [2021-01-14T12:28:28.784Z] ---> e8a49c23d7cd [2021-01-14T12:28:28.784Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-14T12:28:28.925Z] 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-14T12:28:29.058Z] Removing intermediate container f5a57dd45a4b [2021-01-14T12:28:29.058Z] ---> 4c6f7458d30d [2021-01-14T12:28:29.058Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-14T12:28:29.058Z] ---> Running in ca275f68e572 [2021-01-14T12:28:29.497Z] 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-14T12:28:30.036Z] Removing intermediate container ca275f68e572 [2021-01-14T12:28:30.036Z] ---> 82ebfa42bb8a [2021-01-14T12:28:30.036Z] Step 13/24 : WORKDIR / [2021-01-14T12:28:30.326Z] ---> b0445d7388eb [2021-01-14T12:28:30.326Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-14T12:28:30.326Z] ---> a23691dbcee6 [2021-01-14T12:28:30.326Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-14T12:28:30.438Z] 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-14T12:28:30.607Z] ---> Running in 31bc0f14ed66 [2021-01-14T12:28:30.607Z] ---> 3a02b74af99f [2021-01-14T12:28:30.607Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-14T12:28:32.057Z] Removing intermediate container 31bc0f14ed66 [2021-01-14T12:28:32.057Z] ---> d05b6d1ab61d [2021-01-14T12:28:32.057Z] 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-14T12:28:32.330Z] ---> 449a50531f7f [2021-01-14T12:28:32.330Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-14T12:28:32.925Z] ---> Running in a174096de95d [2021-01-14T12:28:32.925Z] ---> 2ce3877d50d2 [2021-01-14T12:28:32.925Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-14T12:28:32.925Z] ---> 11151442a089 [2021-01-14T12:28:32.925Z] ---> 835587b38601 [2021-01-14T12:28:32.925Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-14T12:28:32.925Z] 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-14T12:28:32.986Z] Building version [2021-01-14T12:28:33.199Z] Removing intermediate container d3dba305eaeb [2021-01-14T12:28:33.199Z] ---> 6fcdb2976e76 [2021-01-14T12:28:33.199Z] [2021-01-14T12:28:33.199Z] Step 10/22 : FROM scratch [2021-01-14T12:28:33.199Z] ---> [2021-01-14T12:28:33.199Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-14T12:28:33.486Z] ---> Using cache [2021-01-14T12:28:33.486Z] ---> 016b0ec7b93b [2021-01-14T12:28:33.486Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-14T12:28:33.486Z] Removing intermediate container a174096de95d [2021-01-14T12:28:33.486Z] ---> d0e9c8a6411d [2021-01-14T12:28:33.486Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-14T12:28:33.486Z] ---> Running in 96571d8ce661 [2021-01-14T12:28:33.758Z] ---> Running in 3d5581c2000c [2021-01-14T12:28:34.034Z] ---> c830541507e8 [2021-01-14T12:28:34.034Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-14T12:28:34.034Z] ---> cc7325f07c46 [2021-01-14T12:28:34.034Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-14T12:28:34.310Z] ---> Running in dfdea2010587 [2021-01-14T12:28:34.310Z] Removing intermediate container 96571d8ce661 [2021-01-14T12:28:34.310Z] ---> fdffb20561f7 [2021-01-14T12:28:34.310Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-14T12:28:34.310Z] ---> 542d90dcfe21 [2021-01-14T12:28:34.310Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-14T12:28:34.582Z] ---> Running in 4fd26980b284 [2021-01-14T12:28:34.582Z] Removing intermediate container 3d5581c2000c [2021-01-14T12:28:34.582Z] ---> 343e70c17302 [2021-01-14T12:28:34.582Z] Step 19/21 : LABEL arch=arm64 [2021-01-14T12:28:34.855Z] ---> Running in 41a0898fa7f5 [2021-01-14T12:28:34.901Z] Staging config-common [2021-01-14T12:28:35.126Z] Removing intermediate container dfdea2010587 [2021-01-14T12:28:35.126Z] ---> 046b7d75d19c [2021-01-14T12:28:35.126Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-14T12:28:35.400Z] Removing intermediate container 4fd26980b284 [2021-01-14T12:28:35.400Z] ---> 903abf83f033 [2021-01-14T12:28:35.400Z] Step 14/22 : WORKDIR / [2021-01-14T12:28:35.400Z] ---> Running in fdc9cc3dc482 [2021-01-14T12:28:35.675Z] ---> Running in b82d0ae3afaa [2021-01-14T12:28:35.675Z] ---> dd85b113c565 [2021-01-14T12:28:35.675Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-14T12:28:35.675Z] Removing intermediate container 41a0898fa7f5 [2021-01-14T12:28:35.675Z] ---> 6a4bd9ee9afb [2021-01-14T12:28:35.675Z] Step 20/21 : LABEL git_sha=4d1422c6aa577a71801cc1e5479d2ecbc19b52c4 [2021-01-14T12:28:35.675Z] ---> dfba6238afb0 [2021-01-14T12:28:35.675Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-14T12:28:35.842Z] Skipping stage go-build-helper (already ran) [2021-01-14T12:28:35.843Z] Skipping stage static-packages (already ran) [2021-01-14T12:28:35.843Z] Skipping stage go115 (already ran) [2021-01-14T12:28:35.843Z] Staging edgex-go [2021-01-14T12:28:35.949Z] ---> Running in eaa96f398ac2 [2021-01-14T12:28:36.229Z] Removing intermediate container b82d0ae3afaa [2021-01-14T12:28:36.230Z] Removing intermediate container fdc9cc3dc482 [2021-01-14T12:28:36.230Z] ---> 16c627a9e117 [2021-01-14T12:28:36.230Z] ---> 59db29fb6d59 [2021-01-14T12:28:36.230Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt /Step 20/22 : LABEL arch=arm64 [2021-01-14T12:28:36.230Z] [2021-01-14T12:28:36.507Z] ---> Running in fd52484f8814 [2021-01-14T12:28:36.782Z] Staging version [2021-01-14T12:28:36.792Z] Removing intermediate container eaa96f398ac2 [2021-01-14T12:28:36.792Z] ---> 62456a95dbf0 [2021-01-14T12:28:36.792Z] Step 21/21 : LABEL version=0.0.0 [2021-01-14T12:28:37.064Z] ---> 6357614a6792 [2021-01-14T12:28:37.064Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-14T12:28:37.064Z] ---> Running in e4e4fc7f91c1 [2021-01-14T12:28:37.064Z] ---> 56faf1a43939 [2021-01-14T12:28:37.064Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-14T12:28:37.064Z] ---> Running in 119223d56441 [2021-01-14T12:28:37.337Z] Removing intermediate container fd52484f8814 [2021-01-14T12:28:37.337Z] ---> 1856fdb27dac [2021-01-14T12:28:37.337Z] Step 21/22 : LABEL git_sha=4d1422c6aa577a71801cc1e5479d2ecbc19b52c4 [2021-01-14T12:28:37.337Z] ---> 472f259961d3 [2021-01-14T12:28:37.337Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-14T12:28:37.610Z] ---> Running in 53fd701e690e [2021-01-14T12:28:37.722Z] Priming config-common [2021-01-14T12:28:37.889Z] Removing intermediate container e4e4fc7f91c1 [2021-01-14T12:28:37.889Z] ---> 0461ddf07491 [2021-01-14T12:28:37.889Z] [2021-01-14T12:28:37.889Z] Removing intermediate container 119223d56441 [2021-01-14T12:28:37.889Z] ---> f90eb2829963 [2021-01-14T12:28:37.889Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-14T12:28:38.180Z] Successfully built 0461ddf07491 [2021-01-14T12:28:38.780Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-14T12:28:38.780Z]  Building docker-support-scheduler-go ... done Building docker-security-bootstrap-redis-go [2021-01-14T12:28:38.780Z] Removing intermediate container 53fd701e690e [2021-01-14T12:28:38.780Z] ---> 0d0eabb0f8c4 [2021-01-14T12:28:38.780Z] Step 22/22 : LABEL version=0.0.0 [2021-01-14T12:28:38.780Z] ---> Running in ec879045c394 [2021-01-14T12:28:39.071Z] ---> Running in 32f69701aeb8 [2021-01-14T12:28:39.071Z] ---> 9a6b6152ed0e [2021-01-14T12:28:39.071Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-14T12:28:39.071Z] ---> 5b921ed2c51b [2021-01-14T12:28:39.071Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-14T12:28:39.072Z] Priming go-build-helper [2021-01-14T12:28:39.759Z] Removing intermediate container ec879045c394 [2021-01-14T12:28:39.760Z] ---> 045d33560b49 [2021-01-14T12:28:39.760Z] Step 22/24 : LABEL arch=arm64 [2021-01-14T12:28:39.891Z] Priming static-packages [2021-01-14T12:28:40.098Z] Removing intermediate container 32f69701aeb8 [2021-01-14T12:28:40.098Z] ---> 9cc88196321c [2021-01-14T12:28:40.098Z] [2021-01-14T12:28:40.098Z] ---> Running in 87894b8523fa [2021-01-14T12:28:40.380Z] Successfully built 9cc88196321c [2021-01-14T12:28:40.990Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-14T12:28:40.990Z] ---> 2ebbb44a6f0b [2021-01-14T12:28:40.990Z]  Building docker-core-command-go ... done  ---> 1c329032a679 [2021-01-14T12:28:40.990Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-14T12:28:40.990Z] Building docker-sys-mgmt-agent-go [2021-01-14T12:28:40.990Z] 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-14T12:28:41.291Z] ---> Running in 40a3f1b304e2 [2021-01-14T12:28:41.291Z] Removing intermediate container 87894b8523fa [2021-01-14T12:28:41.291Z] ---> a9b7f9a7f1ef [2021-01-14T12:28:41.291Z] Step 23/24 : LABEL git_sha=4d1422c6aa577a71801cc1e5479d2ecbc19b52c4 [2021-01-14T12:28:41.291Z] ---> Running in 0e9a894e4b9c [2021-01-14T12:28:41.581Z] ---> Running in 5eff44277bf4 [2021-01-14T12:28:42.191Z] Removing intermediate container 0e9a894e4b9c [2021-01-14T12:28:42.191Z] ---> ec8614853922 [2021-01-14T12:28:42.191Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-14T12:28:42.290Z] Priming go115 [2021-01-14T12:28:42.473Z] Removing intermediate container 5eff44277bf4 [2021-01-14T12:28:42.474Z] ---> 63a2140ac015 [2021-01-14T12:28:42.474Z] Step 24/24 : LABEL version=0.0.0 [2021-01-14T12:28:42.755Z] ---> Running in e834955c5dcb [2021-01-14T12:28:43.376Z] ---> Running in 7628c66a2f9c [2021-01-14T12:28:43.673Z] Priming edgex-go [2021-01-14T12:28:43.988Z] Removing intermediate container e834955c5dcb [2021-01-14T12:28:43.988Z] ---> a5e10b03d148 [2021-01-14T12:28:43.988Z] Step 20/22 : LABEL arch=arm64 [2021-01-14T12:28:44.615Z] Priming version [2021-01-14T12:28:45.557Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [2021-01-14T12:28:45.983Z] Removing intermediate container 7628c66a2f9c [2021-01-14T12:28:45.983Z] ---> 5e1447e99b24 [2021-01-14T12:28:45.983Z] [2021-01-14T12:28:45.983Z] ---> Running in 612eaaaee4b1 [2021-01-14T12:28:46.256Z] Successfully built 5e1447e99b24 [2021-01-14T12:28:46.534Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-14T12:28:46.534Z]  Building docker-support-notifications-go ... done Building docker-security-proxy-setup-go [2021-01-14T12:28:46.814Z] Removing intermediate container 612eaaaee4b1 [2021-01-14T12:28:46.814Z] ---> bb1272dc4918 [2021-01-14T12:28:46.814Z] Step 21/22 : LABEL git_sha=4d1422c6aa577a71801cc1e5479d2ecbc19b52c4 [2021-01-14T12:28:46.814Z] Removing intermediate container 40a3f1b304e2 [2021-01-14T12:28:46.814Z] ---> 0f0602b8283f [2021-01-14T12:28:46.814Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-14T12:28:46.814Z] ---> Running in 2644720f2b77 [2021-01-14T12:28:47.085Z] ---> Running in dd0e4f5d82d4 [2021-01-14T12:28:47.359Z] Removing intermediate container 2644720f2b77 [2021-01-14T12:28:47.359Z] ---> 2fe8f6eb709e [2021-01-14T12:28:47.359Z] Step 22/22 : LABEL version=0.0.0 [Pipeline] } [Pipeline] // withEnv [2021-01-14T12:28:47.648Z] Removing intermediate container dd0e4f5d82d4 [2021-01-14T12:28:47.648Z] ---> 8df331c142ad [2021-01-14T12:28:47.648Z] Step 22/24 : LABEL arch=arm64 [2021-01-14T12:28:47.648Z] ---> Running in 6d28764f63b6 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [2021-01-14T12:28:47.965Z] ---> Running in a68c86876aaa [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-14T12:28:48.578Z] Removing intermediate container 6d28764f63b6 [2021-01-14T12:28:48.579Z] ---> 4420079248cf [2021-01-14T12:28:48.579Z] [2021-01-14T12:28:48.855Z] Successfully built 4420079248cf [2021-01-14T12:28:48.855Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-14T12:28:49.128Z] Building docker-core-data-go [2021-01-14T12:28:49.128Z] Removing intermediate container a68c86876aaa [2021-01-14T12:28:49.128Z]  Building docker-core-metadata-go ... done  ---> 2bdea3efd65e [2021-01-14T12:28:49.128Z] Step 23/24 : LABEL git_sha=4d1422c6aa577a71801cc1e5479d2ecbc19b52c4 [2021-01-14T12:28:49.721Z] ---> Running in c53900d1e6fa [2021-01-14T12:28:50.330Z] Removing intermediate container c53900d1e6fa [2021-01-14T12:28:50.330Z] ---> cb58a4c75fba [2021-01-14T12:28:50.330Z] Step 24/24 : LABEL version=0.0.0 [2021-01-14T12:28:50.608Z] ---> Running in ec5b6f7a4c2a [2021-01-14T12:28:51.586Z] Removing intermediate container ec5b6f7a4c2a [2021-01-14T12:28:51.586Z] ---> e137d40c3c1b [2021-01-14T12:28:51.586Z] [2021-01-14T12:28:51.861Z] Successfully built e137d40c3c1b [2021-01-14T12:28:51.861Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-14T12:29:30.857Z]  Building docker-security-secretstore-setup-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T12:29:30.857Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-14T12:29:30.857Z] ---> a6edbd635ab6 [2021-01-14T12:29:30.857Z] Step 3/22 : WORKDIR /edgex-go [2021-01-14T12:29:30.857Z] ---> Using cache [2021-01-14T12:29:30.857Z] ---> e8d4d292dd82 [2021-01-14T12:29:30.857Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T12:29:30.857Z] ---> Using cache [2021-01-14T12:29:30.857Z] ---> aff2b8619496 [2021-01-14T12:29:30.857Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-14T12:29:30.857Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T12:29:30.857Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-14T12:29:30.857Z] ---> a6edbd635ab6 [2021-01-14T12:29:30.857Z] Step 3/26 : WORKDIR /edgex-go [2021-01-14T12:29:30.857Z] ---> Using cache [2021-01-14T12:29:30.857Z] ---> e8d4d292dd82 [2021-01-14T12:29:30.857Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T12:29:30.857Z] ---> Using cache [2021-01-14T12:29:30.857Z] ---> aff2b8619496 [2021-01-14T12:29:30.857Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-14T12:29:30.857Z] ---> Running in a6645f609adf [2021-01-14T12:29:30.857Z] ---> Running in 3264619475a2 [2021-01-14T12:29:31.457Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-14T12:29:31.457Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-14T12:29:32.060Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-14T12:29:32.331Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-14T12:29:32.938Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T12:29:32.938Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-14T12:29:32.938Z] ---> a6edbd635ab6 [2021-01-14T12:29:32.938Z] Step 3/21 : WORKDIR /edgex-go [2021-01-14T12:29:32.938Z] ---> Using cache [2021-01-14T12:29:32.938Z] ---> e8d4d292dd82 [2021-01-14T12:29:32.938Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T12:29:32.938Z] ---> Using cache [2021-01-14T12:29:32.938Z] ---> aff2b8619496 [2021-01-14T12:29:32.938Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-14T12:29:32.938Z] OK: 217 MiB in 51 packages [2021-01-14T12:29:33.218Z] OK: 217 MiB in 51 packages [2021-01-14T12:29:33.822Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T12:29:33.822Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-14T12:29:33.822Z] ---> a6edbd635ab6 [2021-01-14T12:29:33.822Z] Step 3/23 : WORKDIR /edgex-go [2021-01-14T12:29:33.822Z] ---> Using cache [2021-01-14T12:29:33.822Z] ---> e8d4d292dd82 [2021-01-14T12:29:33.822Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T12:29:33.822Z] ---> Using cache [2021-01-14T12:29:33.822Z] ---> aff2b8619496 [2021-01-14T12:29:33.822Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-14T12:29:34.099Z] ---> Running in 5714576f9c8d [2021-01-14T12:29:34.099Z] ---> Running in b2c2eeacd814 [2021-01-14T12:29:35.092Z] Removing intermediate container a6645f609adf [2021-01-14T12:29:35.092Z] ---> dac3556a5109 [2021-01-14T12:29:35.092Z] Step 6/26 : COPY go.mod .Removing intermediate container 3264619475a2 [2021-01-14T12:29:35.092Z] ---> 231f89bd1d88 [2021-01-14T12:29:35.092Z] Step 6/22 : COPY go.mod . [2021-01-14T12:29:35.092Z] [2021-01-14T12:29:36.084Z] ---> 98c7246159f3 [2021-01-14T12:29:36.084Z] Step 7/26 : RUN go mod download [2021-01-14T12:29:36.084Z] ---> 27fd3f147e81 [2021-01-14T12:29:36.084Z] Step 7/22 : RUN go mod download [2021-01-14T12:29:36.084Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-14T12:29:36.084Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-14T12:29:36.367Z] ---> Running in 558623ab4005 [2021-01-14T12:29:36.367Z] ---> Running in dd0f970b7f37 [2021-01-14T12:29:36.970Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-14T12:29:36.970Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-14T12:29:37.588Z] OK: 217 MiB in 51 packages [2021-01-14T12:29:37.880Z] OK: 217 MiB in 51 packages [2021-01-14T12:29:39.317Z] Removing intermediate container 5714576f9c8d [2021-01-14T12:29:39.317Z] ---> d5c29277aff7 [2021-01-14T12:29:39.317Z] Step 6/23 : COPY go.mod . [2021-01-14T12:29:39.590Z] Removing intermediate container b2c2eeacd814 [2021-01-14T12:29:39.590Z] ---> c5fd198a2ef1 [2021-01-14T12:29:39.590Z] Step 6/21 : COPY go.mod . [2021-01-14T12:29:39.870Z] Removing intermediate container 558623ab4005 [2021-01-14T12:29:39.870Z] ---> 8e3dd0cfccd4 [2021-01-14T12:29:39.870Z] Step 8/26 : COPY . . [2021-01-14T12:29:39.870Z] Removing intermediate container dd0f970b7f37 [2021-01-14T12:29:39.870Z] ---> 372d929bcfa3 [2021-01-14T12:29:39.870Z] Step 8/22 : COPY . . [2021-01-14T12:29:40.151Z] ---> c63f3d046b1b [2021-01-14T12:29:40.151Z] Step 7/23 : RUN go mod download [2021-01-14T12:29:40.428Z] ---> Running in 232e645883e0 [2021-01-14T12:29:40.710Z] ---> cd6a118671a3 [2021-01-14T12:29:40.710Z] Step 7/21 : RUN go mod download [2021-01-14T12:29:42.149Z] ---> Running in e141d5bc89ee [2021-01-14T12:29:47.583Z] Removing intermediate container 232e645883e0 [2021-01-14T12:29:47.583Z] ---> 12588019b1df [2021-01-14T12:29:47.583Z] Step 8/23 : COPY . . [2021-01-14T12:29:47.583Z] Removing intermediate container e141d5bc89ee [2021-01-14T12:29:47.583Z] ---> 769d6ca5e7fe [2021-01-14T12:29:47.583Z] Step 8/21 : COPY . . [2021-01-14T12:30:02.713Z] ---> 082ca59045da [2021-01-14T12:30:02.713Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-14T12:30:02.713Z] ---> 4ec55e38fa3a [2021-01-14T12:30:02.713Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-14T12:30:02.713Z] ---> Running in 50cb86b0cdc0 [2021-01-14T12:30:02.713Z] ---> Running in 93239f2d018d [2021-01-14T12:30:02.713Z] ---> 30ce5ca05d00 [2021-01-14T12:30:02.713Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-14T12:30:02.713Z] ---> ba9146ee84cb [2021-01-14T12:30:02.713Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-14T12:30:02.713Z] ---> Running in 96e601538087 [2021-01-14T12:30:02.713Z] ---> Running in bb8514bb6533 [2021-01-14T12:30:02.713Z] 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-14T12:30:02.713Z] 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-14T12:30:03.704Z] 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-14T12:30:03.982Z] 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-14T12:31:12.138Z] 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-14T12:31:18.861Z] Removing intermediate container 50cb86b0cdc0 [2021-01-14T12:31:18.861Z] ---> 119dfdd37a51 [2021-01-14T12:31:18.861Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-14T12:31:18.861Z] Removing intermediate container 93239f2d018d [2021-01-14T12:31:18.861Z] ---> 1bd7bd3e55b5 [2021-01-14T12:31:18.861Z] [2021-01-14T12:31:18.861Z] Step 10/22 : FROM alpine:3.12 [2021-01-14T12:31:18.861Z] ---> afeebe901d6b [2021-01-14T12:31:18.861Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-14T12:31:18.861Z] ---> Using cache [2021-01-14T12:31:18.861Z] ---> e8a49c23d7cd [2021-01-14T12:31:18.861Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-14T12:31:18.861Z] ---> Running in 35253e0c54b4 [2021-01-14T12:31:19.140Z] ---> Running in 80a308108530 [2021-01-14T12:31:20.149Z] Removing intermediate container 80a308108530 [2021-01-14T12:31:20.149Z] ---> cdc84bdf7bbe [2021-01-14T12:31:20.149Z] Step 13/22 : WORKDIR / [2021-01-14T12:31:20.435Z] ---> Running in a04663e09c8c [2021-01-14T12:31:21.435Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-14T12:31:22.042Z] Removing intermediate container a04663e09c8c [2021-01-14T12:31:22.042Z] ---> 975c94c5fe31 [2021-01-14T12:31:22.042Z] Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-14T12:31:23.494Z] ---> cb3da7399e4c [2021-01-14T12:31:23.494Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-14T12:31:23.494Z] Removing intermediate container 96e601538087 [2021-01-14T12:31:23.494Z] ---> 3a599e9ba649 [2021-01-14T12:31:23.494Z] [2021-01-14T12:31:23.494Z] Step 10/21 : FROM alpine:3.12 [2021-01-14T12:31:23.494Z] ---> afeebe901d6b [2021-01-14T12:31:23.494Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-14T12:31:23.768Z] ---> Running in 72b0339f3cee [2021-01-14T12:31:25.753Z] ---> 36c3f8f39fe8 [2021-01-14T12:31:25.753Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-14T12:31:25.753Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-14T12:31:26.029Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-14T12:31:26.312Z] Removing intermediate container 35253e0c54b4 [2021-01-14T12:31:26.312Z] ---> 8e6b21b576b3 [2021-01-14T12:31:26.312Z] [2021-01-14T12:31:26.312Z] Step 11/26 : FROM docker:20.10.0 [2021-01-14T12:31:26.584Z] 20.10.0: Pulling from library/docker [2021-01-14T12:31:26.584Z] ---> 70759a65893d [2021-01-14T12:31:26.584Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-14T12:31:26.584Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-14T12:31:26.584Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-14T12:31:26.584Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-14T12:31:26.584Z] (4/4) Installing curl (7.69.1-r3) [2021-01-14T12:31:26.584Z] Executing busybox-1.31.1-r19.trigger [2021-01-14T12:31:26.861Z] Executing ca-certificates-20191127-r4.trigger [2021-01-14T12:31:26.861Z] OK: 7 MiB in 18 packages [2021-01-14T12:31:28.306Z] ---> 2d5780b80638 [2021-01-14T12:31:28.306Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-14T12:31:28.581Z] ---> Running in 982ae72cbbf6 [2021-01-14T12:31:30.578Z] Removing intermediate container 72b0339f3cee [2021-01-14T12:31:30.578Z] ---> d7e2a2d205de [2021-01-14T12:31:30.578Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-14T12:31:30.578Z] ---> Running in 689e65afe13a [2021-01-14T12:31:32.014Z] Removing intermediate container 689e65afe13a [2021-01-14T12:31:32.014Z] ---> b00e26fd8fdb [2021-01-14T12:31:32.014Z] Step 13/21 : WORKDIR /edgex [2021-01-14T12:31:32.289Z] ---> Running in ca29a7aca9fa [2021-01-14T12:31:32.289Z] Removing intermediate container 982ae72cbbf6 [2021-01-14T12:31:32.289Z] ---> 6fa0ea8744f6 [2021-01-14T12:31:32.289Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-14T12:31:32.563Z] ---> Running in d229d4c8025c [2021-01-14T12:31:33.166Z] Removing intermediate container ca29a7aca9fa [2021-01-14T12:31:33.166Z] ---> 1146cf320f59 [2021-01-14T12:31:33.166Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-14T12:31:33.443Z] Removing intermediate container d229d4c8025c [2021-01-14T12:31:33.443Z] ---> dd4b42e76f0c [2021-01-14T12:31:33.443Z] Step 20/22 : LABEL arch=arm64 [2021-01-14T12:31:33.716Z] ---> Running in 0156e654f4a9 [2021-01-14T12:31:34.317Z] ---> 0be60f83a141 [2021-01-14T12:31:34.317Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-14T12:31:34.590Z] Removing intermediate container 0156e654f4a9 [2021-01-14T12:31:34.590Z] ---> ca3275988ec0 [2021-01-14T12:31:34.590Z] Step 21/22 : LABEL git_sha=4d1422c6aa577a71801cc1e5479d2ecbc19b52c4 [2021-01-14T12:31:34.864Z] ---> Running in 2ab1bfff6a30 [2021-01-14T12:31:35.845Z] Removing intermediate container 2ab1bfff6a30 [2021-01-14T12:31:35.845Z] ---> 4ebeeae5de7f [2021-01-14T12:31:35.845Z] Step 22/22 : LABEL version=0.0.0 [2021-01-14T12:31:36.124Z] ---> 65caaeed2b56 [2021-01-14T12:31:36.124Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-14T12:31:36.401Z] ---> Running in 9faa0ba0a3e9 [2021-01-14T12:31:37.377Z] Removing intermediate container 9faa0ba0a3e9 [2021-01-14T12:31:37.377Z] ---> 19710271b415 [2021-01-14T12:31:37.377Z] [2021-01-14T12:31:37.647Z] Successfully built 19710271b415 [2021-01-14T12:31:37.919Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2021-01-14T12:31:38.196Z]  Building docker-security-bootstrap-redis-go ... done  ---> e60224e82efc [2021-01-14T12:31:38.196Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-14T12:31:38.787Z] ---> Running in 79eabeae2cd6 [2021-01-14T12:31:39.388Z] Removing intermediate container 79eabeae2cd6 [2021-01-14T12:31:39.388Z] ---> 02f57d7dc0dc [2021-01-14T12:31:39.388Z] Step 18/21 : CMD ["--init=true"] [2021-01-14T12:31:39.662Z] ---> Running in 1aa6eaa4b949 [2021-01-14T12:31:39.937Z] Removing intermediate container bb8514bb6533 [2021-01-14T12:31:39.937Z] ---> 0eb87f39ca30 [2021-01-14T12:31:39.937Z] [2021-01-14T12:31:39.937Z] Step 10/23 : FROM alpine:3.12 [2021-01-14T12:31:39.937Z] ---> afeebe901d6b [2021-01-14T12:31:39.937Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-14T12:31:39.937Z] ---> Running in 8429af4e2305 [2021-01-14T12:31:40.208Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-14T12:31:40.208Z] Removing intermediate container 1aa6eaa4b949 [2021-01-14T12:31:40.208Z] ---> e9bb74d7cba6 [2021-01-14T12:31:40.208Z] Step 19/21 : LABEL arch=arm64 [2021-01-14T12:31:40.208Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-14T12:31:40.208Z] ---> eeaf43b92773 [2021-01-14T12:31:40.208Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-14T12:31:40.481Z] ---> Running in a31bcd41ef0c [2021-01-14T12:31:40.481Z] ---> Running in 6325ada0b860 [2021-01-14T12:31:40.481Z] Removing intermediate container 8429af4e2305 [2021-01-14T12:31:40.481Z] ---> 2ed4969509e1 [2021-01-14T12:31:40.481Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-14T12:31:40.754Z] ---> Running in a2053835e826 [2021-01-14T12:31:41.028Z] Removing intermediate container a31bcd41ef0c [2021-01-14T12:31:41.028Z] ---> e68ce48fed0d [2021-01-14T12:31:41.028Z] Step 20/21 : LABEL git_sha=4d1422c6aa577a71801cc1e5479d2ecbc19b52c4 [2021-01-14T12:31:41.028Z] ---> Running in 940981177f1b [2021-01-14T12:31:41.299Z] Removing intermediate container a2053835e826 [2021-01-14T12:31:41.299Z] ---> ebb576eb1f7d [2021-01-14T12:31:41.299Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-14T12:31:41.570Z] ---> Running in e4e3a7ca61a1 [2021-01-14T12:31:41.570Z] Removing intermediate container 940981177f1b [2021-01-14T12:31:41.570Z] ---> 9bbd6eec7763 [2021-01-14T12:31:41.570Z] Step 21/21 : LABEL version=0.0.0 [2021-01-14T12:31:41.842Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-14T12:31:41.842Z] ---> Running in dbccde9284fc [2021-01-14T12:31:41.842Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-14T12:31:41.842Z] Removing intermediate container e4e3a7ca61a1 [2021-01-14T12:31:41.842Z] ---> 7defc7aad2f3 [2021-01-14T12:31:41.842Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T12:31:42.114Z] ---> Running in 4db3d78ffa59 [2021-01-14T12:31:42.383Z] Removing intermediate container dbccde9284fc [2021-01-14T12:31:42.384Z] ---> 1729470a2447 [2021-01-14T12:31:42.384Z] [2021-01-14T12:31:42.384Z] (1/2) Installing readline (8.0.4-r0) [2021-01-14T12:31:42.384Z] (2/2) Installing bash (5.0.17-r0) [2021-01-14T12:31:42.658Z] Executing bash-5.0.17-r0.post-install [2021-01-14T12:31:42.658Z] Executing busybox-1.31.1-r19.trigger [2021-01-14T12:31:42.658Z] OK: 12 MiB in 22 packages [2021-01-14T12:31:42.936Z] Successfully built 1729470a2447 [2021-01-14T12:31:42.936Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-14T12:31:43.924Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 6325ada0b860 [2021-01-14T12:31:43.925Z] ---> 19a6fc5c7ccb [2021-01-14T12:31:43.925Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-14T12:31:43.925Z] ---> Running in 94fcf9d0c4df [2021-01-14T12:31:44.521Z] Removing intermediate container 4db3d78ffa59 [2021-01-14T12:31:44.521Z] ---> bc60a8ae5640 [2021-01-14T12:31:44.521Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-14T12:31:44.521Z] Removing intermediate container 94fcf9d0c4df [2021-01-14T12:31:44.521Z] ---> 3fb3b0f95930 [2021-01-14T12:31:44.521Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-14T12:31:44.521Z] ---> Running in a67e530f3d20 [2021-01-14T12:31:44.795Z] ---> Running in 62a5767a3b18 [2021-01-14T12:31:45.387Z] Removing intermediate container 62a5767a3b18 [2021-01-14T12:31:45.387Z] ---> c381f08f37f7 [2021-01-14T12:31:45.387Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-14T12:31:45.387Z] ---> Running in 9060205a129e [2021-01-14T12:31:45.659Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-14T12:31:45.659Z] Removing intermediate container 9060205a129e [2021-01-14T12:31:45.659Z] ---> e89169f6794b [2021-01-14T12:31:45.659Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-14T12:31:46.636Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-14T12:31:46.908Z] ---> 2c531394a109 [2021-01-14T12:31:46.908Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-14T12:31:47.501Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-14T12:31:47.501Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-14T12:31:47.786Z] ---> 05fc563c5572 [2021-01-14T12:31:47.786Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-14T12:31:47.786Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-14T12:31:48.060Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-14T12:31:48.333Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-14T12:31:48.607Z] Executing busybox-1.31.1-r19.trigger [2021-01-14T12:31:48.607Z] OK: 8 MiB in 19 packages [2021-01-14T12:31:48.607Z] ---> 3be7ae448029 [2021-01-14T12:31:48.607Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-14T12:31:48.880Z] ---> Running in bacb494801f2 [2021-01-14T12:31:49.860Z] Removing intermediate container a67e530f3d20 [2021-01-14T12:31:49.860Z] ---> 641de089b1c8 [2021-01-14T12:31:49.860Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-14T12:31:49.860Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-14T12:31:50.135Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-14T12:31:50.737Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-14T12:31:50.737Z] ---> a67d796616d2 [2021-01-14T12:31:50.737Z] (2/33) Installing expat (2.2.9-r1) [2021-01-14T12:31:50.737Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-14T12:31:50.737Z] (3/33) Installing libffi (3.3-r2) [2021-01-14T12:31:50.737Z] (4/33) Installing gdbm (1.13-r1) [2021-01-14T12:31:50.737Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-14T12:31:50.737Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-14T12:31:50.737Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-14T12:31:52.166Z] ---> 405629b1bdac [2021-01-14T12:31:52.166Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-14T12:31:52.760Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-14T12:31:52.760Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-14T12:31:52.760Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-14T12:31:52.760Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-14T12:31:52.760Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-14T12:31:52.760Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-14T12:31:52.760Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-14T12:31:53.031Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-14T12:31:53.031Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-14T12:31:53.031Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-14T12:31:53.031Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-14T12:31:53.031Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-14T12:31:53.031Z] ---> 5f61c0189d5e [2021-01-14T12:31:53.031Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-14T12:31:53.031Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-14T12:31:53.031Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-14T12:31:53.031Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-14T12:31:53.303Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-14T12:31:53.304Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-14T12:31:53.304Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-14T12:31:53.304Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-14T12:31:53.304Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-14T12:31:53.304Z] ---> Running in 3cab8d478457 [2021-01-14T12:31:53.304Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-14T12:31:53.304Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-14T12:31:53.304Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-14T12:31:53.304Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-14T12:31:53.304Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-14T12:31:53.304Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-14T12:31:53.575Z] Executing busybox-1.31.1-r19.trigger [2021-01-14T12:31:53.575Z] OK: 71 MiB in 55 packages [2021-01-14T12:31:53.848Z] Removing intermediate container 3cab8d478457 [2021-01-14T12:31:53.848Z] ---> 48fcc96c1708 [2021-01-14T12:31:53.848Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-14T12:31:54.120Z] ---> Running in d6e0130860b2 [2021-01-14T12:31:54.714Z] Removing intermediate container d6e0130860b2 [2021-01-14T12:31:54.714Z] ---> cb8e81e4b70d [2021-01-14T12:31:54.714Z] Step 21/23 : LABEL arch=arm64 [2021-01-14T12:31:54.714Z] ---> Running in 6430c96e83a4 [2021-01-14T12:31:55.307Z] Removing intermediate container 6430c96e83a4 [2021-01-14T12:31:55.307Z] ---> ae1ee468d68a [2021-01-14T12:31:55.307Z] Step 22/23 : LABEL git_sha=4d1422c6aa577a71801cc1e5479d2ecbc19b52c4 [2021-01-14T12:31:55.580Z] ---> Running in 904bebd18581 [2021-01-14T12:31:56.178Z] Removing intermediate container 904bebd18581 [2021-01-14T12:31:56.178Z] ---> 1f1a65c17541 [2021-01-14T12:31:56.178Z] Step 23/23 : LABEL version=0.0.0 [2021-01-14T12:31:56.454Z] ---> Running in 56d1d4f1867e [2021-01-14T12:31:57.048Z] Removing intermediate container 56d1d4f1867e [2021-01-14T12:31:57.048Z] ---> 09af77ce93a7 [2021-01-14T12:31:57.048Z] [2021-01-14T12:31:57.319Z] Successfully built 09af77ce93a7 [2021-01-14T12:31:57.319Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-14T12:31:59.282Z]  Building docker-core-data-go ... done Removing intermediate container bacb494801f2 [2021-01-14T12:31:59.282Z] ---> 84952281349e [2021-01-14T12:31:59.282Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-14T12:31:59.559Z] ---> Running in 4b284d2a8e18 [2021-01-14T12:32:03.838Z] Collecting docker-compose==1.23.2 [2021-01-14T12:32:04.109Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-14T12:32:04.699Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-14T12:32:04.700Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-14T12:32:06.661Z] Collecting docopt<0.7,>=0.6.1 [2021-01-14T12:32:06.661Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-14T12:32:08.635Z] Collecting texttable<0.10,>=0.9.0 [2021-01-14T12:32:08.635Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-14T12:32:10.659Z] Collecting docker<4.0,>=3.6.0 [2021-01-14T12:32:10.942Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-14T12:32:11.537Z] Collecting cached-property<2,>=1.2.0 [2021-01-14T12:32:11.537Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-14T12:32:12.144Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-14T12:32:12.144Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-14T12:32:12.741Z] Collecting jsonschema<3,>=2.5.1 [2021-01-14T12:32:12.741Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-14T12:32:12.741Z] 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-14T12:32:13.338Z] Collecting PyYAML<4,>=3.10 [2021-01-14T12:32:13.338Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-14T12:32:17.641Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-14T12:32:17.641Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-14T12:32:17.641Z] Collecting docker-pycreds>=0.4.0 [2021-01-14T12:32:17.641Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-14T12:32:17.914Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-14T12:32:17.914Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-14T12:32:18.186Z] 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-14T12:32:18.459Z] Collecting idna<2.8,>=2.5 [2021-01-14T12:32:18.459Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-14T12:32:18.459Z] 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-14T12:32:18.459Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-14T12:32:18.459Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-14T12:32:18.459Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-14T12:32:18.459Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-14T12:32:19.436Z] Installing collected packages: dockerpty, docopt, texttable, docker-pycreds, urllib3, idna, requests, websocket-client, docker, cached-property, jsonschema, PyYAML, docker-compose [2021-01-14T12:32:19.436Z] Running setup.py install for dockerpty: started [2021-01-14T12:32:21.408Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-14T12:32:21.408Z] Running setup.py install for docopt: started [2021-01-14T12:32:22.838Z] Running setup.py install for docopt: finished with status 'done' [2021-01-14T12:32:22.838Z] Running setup.py install for texttable: started [2021-01-14T12:32:24.808Z] Running setup.py install for texttable: finished with status 'done' [2021-01-14T12:32:24.808Z] Attempting uninstall: urllib3 [2021-01-14T12:32:24.808Z] Found existing installation: urllib3 1.25.9 [2021-01-14T12:32:24.808Z] Uninstalling urllib3-1.25.9: [2021-01-14T12:32:24.808Z] Successfully uninstalled urllib3-1.25.9 [2021-01-14T12:32:25.403Z] Attempting uninstall: idna [2021-01-14T12:32:25.403Z] Found existing installation: idna 2.9 [2021-01-14T12:32:25.403Z] Uninstalling idna-2.9: [2021-01-14T12:32:25.403Z] Successfully uninstalled idna-2.9 [2021-01-14T12:32:25.998Z] Attempting uninstall: requests [2021-01-14T12:32:25.998Z] Found existing installation: requests 2.23.0 [2021-01-14T12:32:25.998Z] Uninstalling requests-2.23.0: [2021-01-14T12:32:26.272Z] Successfully uninstalled requests-2.23.0 [2021-01-14T12:32:27.705Z] Running setup.py install for PyYAML: started [2021-01-14T12:32:30.324Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-14T12:32:30.596Z] 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-14T12:32:34.904Z] Removing intermediate container 4b284d2a8e18 [2021-01-14T12:32:34.904Z] ---> ce0007ce5288 [2021-01-14T12:32:34.904Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-14T12:32:34.904Z] ---> Running in 5e8740db1ded [2021-01-14T12:32:35.178Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-14T12:32:35.451Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-14T12:32:36.051Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-14T12:32:36.051Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-14T12:32:36.051Z] (3/3) Installing curl (7.69.1-r3) [2021-01-14T12:32:36.051Z] Executing busybox-1.31.1-r19.trigger [2021-01-14T12:32:36.051Z] OK: 71 MiB in 58 packages [2021-01-14T12:32:37.485Z] Removing intermediate container 5e8740db1ded [2021-01-14T12:32:37.485Z] ---> 90b4402b4ae8 [2021-01-14T12:32:37.485Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-14T12:32:37.485Z] ---> Running in c0c2b6ed4a08 [2021-01-14T12:32:37.757Z] Removing intermediate container c0c2b6ed4a08 [2021-01-14T12:32:37.757Z] ---> 1f4d6a7cb82e [2021-01-14T12:32:37.757Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-14T12:32:38.030Z] ---> Running in b2e95bbc1edf [2021-01-14T12:32:38.305Z] Removing intermediate container b2e95bbc1edf [2021-01-14T12:32:38.305Z] ---> 0e57abf39469 [2021-01-14T12:32:38.305Z] Step 24/26 : LABEL arch=arm64 [2021-01-14T12:32:38.578Z] ---> Running in 3c026c19e075 [2021-01-14T12:32:39.179Z] Removing intermediate container 3c026c19e075 [2021-01-14T12:32:39.179Z] ---> 286124134c9e [2021-01-14T12:32:39.179Z] Step 25/26 : LABEL git_sha=4d1422c6aa577a71801cc1e5479d2ecbc19b52c4 [2021-01-14T12:32:39.179Z] ---> Running in 1779c7f66920 [2021-01-14T12:32:39.777Z] Removing intermediate container 1779c7f66920 [2021-01-14T12:32:39.777Z] ---> 576e9bd822be [2021-01-14T12:32:39.777Z] Step 26/26 : LABEL version=0.0.0 [2021-01-14T12:32:39.777Z] ---> Running in 0faf6d1e29f0 [2021-01-14T12:32:40.378Z] Removing intermediate container 0faf6d1e29f0 [2021-01-14T12:32:40.378Z] ---> 674f933d619f [2021-01-14T12:32:40.378Z] [2021-01-14T12:32:40.652Z] Successfully built 674f933d619f [2021-01-14T12:32:40.652Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-14T12:32:40.944Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-14T12:32:40.943Z] $ docker stop --time=1 7166482c656a0561f806ed1ad2c33d5a8e8e17bd588df4ae654475188db1b585 [2021-01-14T12:32:42.869Z] $ docker rm -f 7166482c656a0561f806ed1ad2c33d5a8e8e17bd588df4ae654475188db1b585 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-14T12:32:43.704Z] + grep docker [2021-01-14T12:32:43.704Z] + docker images [2021-01-14T12:32:43.977Z] docker-sys-mgmt-agent-go-arm64 latest 674f933d619f 4 seconds ago 300MB [2021-01-14T12:32:43.977Z] docker-core-data-go-arm64 latest 09af77ce93a7 47 seconds ago 21MB [2021-01-14T12:32:43.977Z] docker-security-proxy-setup-go-arm64 latest 1729470a2447 About a minute ago 23.3MB [2021-01-14T12:32:43.977Z] docker-security-bootstrap-redis-go-arm64 latest 19710271b415 About a minute ago 15.1MB [2021-01-14T12:32:43.977Z] docker-security-secretstore-setup-go-arm64 latest e137d40c3c1b 3 minutes ago 23.4MB [2021-01-14T12:32:43.977Z] docker-core-metadata-go-arm64 latest 4420079248cf 3 minutes ago 12.3MB [2021-01-14T12:32:43.977Z] docker-support-notifications-go-arm64 latest 5e1447e99b24 4 minutes ago 11.4MB [2021-01-14T12:32:43.977Z] docker-core-command-go-arm64 latest 9cc88196321c 4 minutes ago 9.98MB [2021-01-14T12:32:43.977Z] docker-support-scheduler-go-arm64 latest 0461ddf07491 4 minutes ago 10MB [2021-01-14T12:32:43.977Z] 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-14T12:32:46.536Z] provisioning config files... [2021-01-14T12:32:46.549Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/3@tmp/config5320704103355508305tmp [Pipeline] { [Pipeline] sh [2021-01-14T12:32:46.950Z] + set +x [2021-01-14T12:32:46.950Z] + curl -s https://codecov.io/bash [2021-01-14T12:32:46.950Z] + bash -s -- [2021-01-14T12:32:47.895Z] [2021-01-14T12:32:47.895Z] _____ _ [2021-01-14T12:32:47.895Z] / ____| | | [2021-01-14T12:32:47.895Z] | | ___ __| | ___ ___ _____ __ [2021-01-14T12:32:47.895Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-14T12:32:47.895Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-14T12:32:47.895Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-14T12:32:47.895Z] Bash-20201231-23d4836 [2021-01-14T12:32:47.895Z] [2021-01-14T12:32:47.895Z] [2021-01-14T12:32:47.895Z] ==> git version 2.24.3 found [2021-01-14T12:32:47.895Z] ==> 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-14T12:32:47.895Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-14T12:32:47.895Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-14T12:32:47.895Z] ==> Jenkins CI detected. [2021-01-14T12:32:47.895Z] project root: . [2021-01-14T12:32:47.895Z] --> token set from env [2021-01-14T12:32:47.895Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-14T12:32:47.895Z] ==> Running gcov in . (disable via -X gcov) [2021-01-14T12:32:47.895Z] ==> Python coveragepy not found [2021-01-14T12:32:47.895Z] ==> Searching for coverage reports in: [2021-01-14T12:32:47.895Z] + . [2021-01-14T12:32:47.895Z] -> Found 1 reports [2021-01-14T12:32:47.895Z] ==> Detecting git/mercurial file structure [2021-01-14T12:32:47.895Z] ==> Reading reports [2021-01-14T12:32:47.895Z] + ./coverage.out bytes=554655 [2021-01-14T12:32:47.895Z] ==> Appending adjustments [2021-01-14T12:32:47.895Z] https://docs.codecov.io/docs/fixing-reports [2021-01-14T12:32:51.203Z] + Found adjustments [2021-01-14T12:32:51.203Z] ==> Gzipping contents [2021-01-14T12:32:51.203Z] 84K /tmp/codecov.r6G2FS.gz [2021-01-14T12:32:51.203Z] ==> Uploading reports [2021-01-14T12:32:51.203Z] url: https://codecov.io [2021-01-14T12:32:51.203Z] query: branch=PR-3030&commit=4d1422c6aa577a71801cc1e5479d2ecbc19b52c4&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3030%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3030&job=&cmd_args= [2021-01-14T12:32:51.203Z] -> Pinging Codecov [2021-01-14T12:32:51.203Z] https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=PR-3030&commit=4d1422c6aa577a71801cc1e5479d2ecbc19b52c4&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3030%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3030&job=&cmd_args= [2021-01-14T12:32:51.203Z] -> Uploading to [2021-01-14T12:32:51.203Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-14/00271124DB129430A58F1EEE437C3FCB/4d1422c6aa577a71801cc1e5479d2ecbc19b52c4/e1cedad9-387d-4b1a-9e3b-a1402d5f528d.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210114%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210114T123251Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=8dc847af50cbb02feabe1a1b087be6e5e8c883703c1b7f31d983c24210575b52 [2021-01-14T12:32:51.203Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-14T12:32:51.203Z] Dload Upload Total Spent Left Speed [2021-01-14T12:32:52.034Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 83787 0 0 100 83787 0 121k --:--:-- --:--:-- --:--:-- 121k [2021-01-14T12:32:52.034Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/4d1422c6aa577a71801cc1e5479d2ecbc19b52c4 [Pipeline] } [2021-01-14T12:32:52.044Z] 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-14T12:32:54.837Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-14T12:32:55.822Z] ---> package-listing.sh [2021-01-14T12:32:55.822Z] ++ facter osfamily [2021-01-14T12:32:55.822Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-14T12:32:55.822Z] + OS_FAMILY=redhat [2021-01-14T12:32:55.822Z] + workspace=/w/workspace/edgex-go/3 [2021-01-14T12:32:55.822Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-14T12:32:55.822Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-14T12:32:55.822Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-14T12:32:55.822Z] + PACKAGES=/tmp/packages_start.txt [2021-01-14T12:32:55.822Z] + '[' /w/workspace/edgex-go/3 ']' [2021-01-14T12:32:55.822Z] + PACKAGES=/tmp/packages_end.txt [2021-01-14T12:32:55.822Z] + case "${OS_FAMILY}" in [2021-01-14T12:32:55.822Z] + rpm -qa [2021-01-14T12:32:55.822Z] + sort [2021-01-14T12:33:01.201Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-14T12:33:01.201Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-14T12:33:01.201Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-14T12:33:01.201Z] + '[' /w/workspace/edgex-go/3 ']' [2021-01-14T12:33:01.201Z] + mkdir -p /w/workspace/edgex-go/3/archives/ [2021-01-14T12:33:01.201Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] echo [2021-01-14T12:33:01.214Z] 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/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-14T12:33:01.505Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-14T12:33:01.821Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-14T12:33:01.821Z] [2021-01-14T12:33:01.821Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-14T12:33:02.216Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-14T12:33:02.216Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-14T12:33:02.216Z] df20fa9351a1: Pulling fs layer [2021-01-14T12:33:02.216Z] 36b3adc4ff6f: Pulling fs layer [2021-01-14T12:33:02.216Z] 8ad3a11d3b57: Pulling fs layer [2021-01-14T12:33:02.216Z] 46f8f816bc3b: Pulling fs layer [2021-01-14T12:33:02.216Z] 93b61091891f: Pulling fs layer [2021-01-14T12:33:02.216Z] 93b9cdb0e59b: Pulling fs layer [2021-01-14T12:33:02.216Z] 5e14af77c1be: Pulling fs layer [2021-01-14T12:33:02.216Z] 01666e4c0597: Pulling fs layer [2021-01-14T12:33:02.216Z] aa168da1d23b: Pulling fs layer [2021-01-14T12:33:02.216Z] 46f8f816bc3b: Waiting [2021-01-14T12:33:02.216Z] 93b61091891f: Waiting [2021-01-14T12:33:02.216Z] 93b9cdb0e59b: Waiting [2021-01-14T12:33:02.216Z] 5e14af77c1be: Waiting [2021-01-14T12:33:02.216Z] 01666e4c0597: Waiting [2021-01-14T12:33:02.216Z] aa168da1d23b: Waiting [2021-01-14T12:33:02.216Z] 36b3adc4ff6f: Verifying Checksum [2021-01-14T12:33:02.216Z] 36b3adc4ff6f: Download complete [2021-01-14T12:33:02.216Z] 46f8f816bc3b: Verifying Checksum [2021-01-14T12:33:02.216Z] 46f8f816bc3b: Download complete [2021-01-14T12:33:02.477Z] df20fa9351a1: Verifying Checksum [2021-01-14T12:33:02.477Z] df20fa9351a1: Download complete [2021-01-14T12:33:02.477Z] 93b9cdb0e59b: Verifying Checksum [2021-01-14T12:33:02.477Z] 93b9cdb0e59b: Download complete [2021-01-14T12:33:02.477Z] 5e14af77c1be: Verifying Checksum [2021-01-14T12:33:02.477Z] 5e14af77c1be: Download complete [2021-01-14T12:33:02.477Z] 93b61091891f: Download complete [2021-01-14T12:33:02.477Z] 01666e4c0597: Download complete [2021-01-14T12:33:02.738Z] df20fa9351a1: Pull complete [2021-01-14T12:33:02.738Z] 36b3adc4ff6f: Pull complete [2021-01-14T12:33:03.008Z] 8ad3a11d3b57: Verifying Checksum [2021-01-14T12:33:03.008Z] 8ad3a11d3b57: Download complete [2021-01-14T12:33:03.592Z] 8ad3a11d3b57: Pull complete [2021-01-14T12:33:03.859Z] 46f8f816bc3b: Pull complete [2021-01-14T12:33:04.125Z] 93b61091891f: Pull complete [2021-01-14T12:33:05.069Z] aa168da1d23b: Verifying Checksum [2021-01-14T12:33:05.069Z] aa168da1d23b: Download complete [2021-01-14T12:33:05.645Z] 93b9cdb0e59b: Pull complete [2021-01-14T12:33:05.905Z] 5e14af77c1be: Pull complete [2021-01-14T12:33:06.167Z] 01666e4c0597: Pull complete [2021-01-14T12:33:21.127Z] aa168da1d23b: Pull complete [2021-01-14T12:33:21.127Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-14T12:33:21.127Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-14T12:33:21.127Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-14T12:33:21.323Z] prd-centos7-docker-4c-2g-20211 does not seem to be running inside a container [2021-01-14T12:33:21.371Z] $ 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/3/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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-14T12:33:23.227Z] $ docker top 1b48c854a2ef8f628751f1cb1970f4c023286fac523d44a2e0407b1320365b5f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-14T12:33:23.742Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-14T12:33:24.035Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-14T12:33:24.333Z] + ls /var/log/sa-host [2021-01-14T12:33:24.333Z] + sadf -c /var/log/sa-host/sa14 [2021-01-14T12:33:24.333Z] file_magic: OK [2021-01-14T12:33:24.333Z] HZ: Using current value: 100 [2021-01-14T12:33:24.334Z] file_header: OK [2021-01-14T12:33:24.334Z] 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-14T12:33:24.334Z] Statistics: [2021-01-14T12:33:24.334Z] 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... [2021-01-14T12:33:24.334Z] File successfully converted to sysstat format version 12.2.1 [2021-01-14T12:33:24.334Z] + sadf -c /var/log/sa-host/sa23 [2021-01-14T12:33:24.334Z] file_magic: OK [2021-01-14T12:33:24.334Z] HZ: Using current value: 100 [2021-01-14T12:33:24.334Z] file_header: OK [2021-01-14T12:33:24.334Z] 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-14T12:33:24.334Z] Statistics: [2021-01-14T12:33:24.334Z] Hnuu...uuuununununu... [2021-01-14T12:33:24.334Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-14T12:33:24.990Z] provisioning config files... [2021-01-14T12:33:25.005Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config253381002887296758tmp [Pipeline] { [Pipeline] echo [2021-01-14T12:33:25.096Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-14T12:33:25.390Z] ---> create-netrc.sh [Pipeline] } [2021-01-14T12:33:25.399Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-14T12:33:25.526Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-14T12:33:25.820Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-14T12:33:25.831Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-14T12:33:26.123Z] ---> sudo-logs.sh [2021-01-14T12:33:26.123Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-14T12:33:26.134Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-14T12:33:26.423Z] ---> job-cost.sh [2021-01-14T12:33:26.424Z] lf-activate-venv: SKIPPING [2021-01-14T12:33:26.424Z] INFO: No Stack... [2021-01-14T12:33:27.810Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-14T12:33:28.383Z] INFO: Archiving Costs [Pipeline] echo [2021-01-14T12:33:28.395Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-14T12:33:28.686Z] ---> logs-deploy.sh [2021-01-14T12:33:28.686Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3030/3 [2021-01-14T12:33:28.686Z] INFO: archiving workspace using pattern(s): [2021-01-14T12:33:30.599Z] Archives upload complete. [2021-01-14T12:33:30.599Z] INFO: archiving logs to Nexus