Pull request #3002 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 judehung for edgexfoundry/edgex-go Obtained Jenkinsfile from 3f947bb58cd8eb5c706ecd008bed608996b20889+9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5 (d73ca9d030fcf7d195f149bcd9beedf82e358b55) 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-20229 in /w/workspace/edgexfoundry_edgex-go_PR-3002 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/13 [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/13 # 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 3f947bb58cd8eb5c706ecd008bed608996b20889 Merge succeeded, producing 3f947bb58cd8eb5c706ecd008bed608996b20889 Checking out Revision 3f947bb58cd8eb5c706ecd008bed608996b20889 (PR-3002) > 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/3002/head:refs/remotes/origin/PR-3002 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3f947bb58cd8eb5c706ecd008bed608996b20889 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3f947bb58cd8eb5c706ecd008bed608996b20889 # timeout=10 Commit message: "Merge branch 'master' into issue-2934" > git rev-list --no-walk bce2c04ba03c110ab37423b79f79767cefdb6fa5 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-14T15:17:51.733Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-14T15:17:52.012Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-14T15:17:52.122Z] ========================================================= [2021-01-14T15:17:52.122Z] EdgeX Global Pipelines Version Info [2021-01-14T15:17:52.122Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-14T15:17:53.610Z] ------------------- [2021-01-14T15:17:53.610Z] stable info: [2021-01-14T15:17:53.610Z] ------------------- [2021-01-14T15:17:53.610Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-14T15:17:53.610Z] Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d [2021-01-14T15:17:53.610Z] Message: update stable to v1.0.177 [2021-01-14T15:17:54.557Z] ------------------- [2021-01-14T15:17:54.557Z] experimental info: [2021-01-14T15:17:54.557Z] ------------------- [2021-01-14T15:17:54.557Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-01-14T15:17:54.557Z] Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d [2021-01-14T15:17:54.557Z] Message: update experimental to v1.0.177 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-14T15:17:54.824Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-14T15:17:54.923Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-14T15:17:55.017Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-14T15:17:55.112Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-14T15:17:55.206Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-14T15:17:55.312Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-14T15:17:55.414Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-14T15:17:55.514Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-14T15:17:55.605Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-14T15:17:55.716Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-14T15:17:55.812Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-14T15:17:55.904Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-14T15:17:55.998Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-14T15:17:56.091Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-14T15:17:56.194Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-14T15:17:56.287Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-14T15:17:56.378Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-14T15:17:56.466Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-14T15:17:56.554Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-14T15:17:56.643Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-14T15:17:56.728Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-14T15:17:56.830Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-14T15:17:56.920Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-14T15:17:57.029Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3002 [Pipeline] echo [2021-01-14T15:17:57.125Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3002 [Pipeline] echo [2021-01-14T15:17:57.236Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3002 [Pipeline] echo [2021-01-14T15:17:57.343Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 3f947bb58cd8eb5c706ecd008bed608996b20889 [Pipeline] echo [2021-01-14T15:17:57.459Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 3f947bb [Pipeline] echo [2021-01-14T15:17:57.572Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-14T15:17:57.829Z] provisioning config files... [2021-01-14T15:17:57.866Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/13@tmp/config5670594343170592125tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-14T15:17:58.234Z] ---> docker-login.sh [2021-01-14T15:17:58.234Z] nexus3.edgexfoundry.org:10001 [2021-01-14T15:17:58.499Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T15:17:58.499Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T15:17:58.499Z] Configure a credential helper to remove this warning. See [2021-01-14T15:17:58.499Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T15:17:58.499Z] [2021-01-14T15:17:58.499Z] Login Succeeded [2021-01-14T15:17:58.499Z] nexus3.edgexfoundry.org:10002 [2021-01-14T15:17:58.763Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T15:17:58.763Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T15:17:58.763Z] Configure a credential helper to remove this warning. See [2021-01-14T15:17:58.763Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T15:17:58.763Z] [2021-01-14T15:17:58.763Z] Login Succeeded [2021-01-14T15:17:58.763Z] nexus3.edgexfoundry.org:10003 [2021-01-14T15:17:59.026Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T15:17:59.026Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T15:17:59.026Z] Configure a credential helper to remove this warning. See [2021-01-14T15:17:59.026Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T15:17:59.026Z] [2021-01-14T15:17:59.026Z] Login Succeeded [2021-01-14T15:17:59.026Z] nexus3.edgexfoundry.org:10004 [2021-01-14T15:17:59.026Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T15:17:59.290Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T15:17:59.290Z] Configure a credential helper to remove this warning. See [2021-01-14T15:17:59.290Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T15:17:59.290Z] [2021-01-14T15:17:59.290Z] Login Succeeded [2021-01-14T15:17:59.290Z] docker.io [2021-01-14T15:17:59.290Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T15:17:59.553Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T15:17:59.553Z] Configure a credential helper to remove this warning. See [2021-01-14T15:17:59.553Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T15:17:59.553Z] [2021-01-14T15:17:59.553Z] Login Succeeded [2021-01-14T15:17:59.553Z] ---> docker-login.sh ends [Pipeline] } [2021-01-14T15:17:59.563Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-14T15:18:00.032Z] ++ 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-14T15:18:00.032Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-14T15:18:00.032Z] ++ dirname cmd/core-command/Dockerfile [2021-01-14T15:18:00.032Z] ++ cut -d/ -f2 [2021-01-14T15:18:00.032Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-14T15:18:00.032Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-14T15:18:00.032Z] ++ dirname cmd/core-data/Dockerfile [2021-01-14T15:18:00.032Z] ++ cut -d/ -f2 [2021-01-14T15:18:00.032Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-14T15:18:00.032Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-14T15:18:00.032Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-14T15:18:00.032Z] ++ cut -d/ -f2 [2021-01-14T15:18:00.032Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-14T15:18:00.032Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-14T15:18:00.032Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2021-01-14T15:18:00.032Z] ++ cut -d/ -f2 [2021-01-14T15:18:00.032Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2021-01-14T15:18:00.032Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-14T15:18:00.032Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-14T15:18:00.032Z] ++ cut -d/ -f2 [2021-01-14T15:18:00.032Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-14T15:18:00.032Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-14T15:18:00.032Z] ++ cut -d/ -f2 [2021-01-14T15:18:00.032Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-14T15:18:00.032Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-14T15:18:00.032Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-14T15:18:00.032Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-14T15:18:00.032Z] ++ cut -d/ -f2 [2021-01-14T15:18:00.032Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-14T15:18:00.032Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-14T15:18:00.032Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-14T15:18:00.032Z] ++ cut -d/ -f2 [2021-01-14T15:18:00.032Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-14T15:18:00.032Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-14T15:18:00.032Z] ++ cut -d/ -f2 [2021-01-14T15:18:00.032Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-14T15:18:00.032Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-14T15:18:00.103Z] 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-14T15:18:01.633Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-14T15:18:01.633Z] [2021-01-14T15:18:01.633Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-14T15:18:01.987Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-14T15:18:01.987Z] latest: Pulling from edgex-devops/git-semver [2021-01-14T15:18:01.987Z] 31603596830f: Pulling fs layer [2021-01-14T15:18:01.987Z] 2a8b12db71e7: Pulling fs layer [2021-01-14T15:18:01.987Z] 6ca5941a6612: Pulling fs layer [2021-01-14T15:18:01.987Z] ecc8261a40a4: Pulling fs layer [2021-01-14T15:18:01.987Z] 2a8b12db71e7: Download complete [2021-01-14T15:18:02.250Z] 31603596830f: Verifying Checksum [2021-01-14T15:18:02.250Z] 31603596830f: Download complete [2021-01-14T15:18:02.250Z] 6ca5941a6612: Verifying Checksum [2021-01-14T15:18:02.250Z] 6ca5941a6612: Download complete [2021-01-14T15:18:02.250Z] ecc8261a40a4: Verifying Checksum [2021-01-14T15:18:02.250Z] ecc8261a40a4: Download complete [2021-01-14T15:18:02.512Z] 31603596830f: Pull complete [2021-01-14T15:18:02.512Z] 2a8b12db71e7: Pull complete [2021-01-14T15:18:03.467Z] 6ca5941a6612: Pull complete [2021-01-14T15:18:03.729Z] ecc8261a40a4: Pull complete [2021-01-14T15:18:03.729Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-14T15:18:03.729Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-14T15:18:03.729Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-14T15:18:03.838Z] prd-centos7-docker-4c-2g-20229 does not seem to be running inside a container [2021-01-14T15:18:03.885Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-14T15:18:06.331Z] $ docker top 0858a64a8fdb73f0e1bc3b7a2694b32f964735dd31c8399efc6a490b289a598f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-14T15:18:06.631Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-14T15:18:06.631Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-14T15:18:06.864Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-14T15:18:06.870Z] $ docker exec 0858a64a8fdb73f0e1bc3b7a2694b32f964735dd31c8399efc6a490b289a598f ssh-agent [2021-01-14T15:18:07.055Z] SSH_AUTH_SOCK=/tmp/ssh-BfV9PeHKoTWR/agent.12 [2021-01-14T15:18:07.055Z] SSH_AGENT_PID=18 [2021-01-14T15:18:07.070Z] Running ssh-add (command line suppressed) [2021-01-14T15:18:07.201Z] Identity added: /w/workspace/edgex-go/13@tmp/private_key_6222444554992061992.key (/w/workspace/edgex-go/13@tmp/private_key_6222444554992061992.key) [2021-01-14T15:18:07.255Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-14T15:18:07.587Z] + git tag --points-at HEAD [Pipeline] } [2021-01-14T15:18:07.612Z] $ docker exec --env ******** --env ******** 0858a64a8fdb73f0e1bc3b7a2694b32f964735dd31c8399efc6a490b289a598f ssh-agent -k [2021-01-14T15:18:07.729Z] unset SSH_AUTH_SOCK; [2021-01-14T15:18:07.729Z] unset SSH_AGENT_PID; [2021-01-14T15:18:07.729Z] echo Agent pid 18 killed; [2021-01-14T15:18:07.777Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-14T15:18:07.924Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-14T15:18:07.924Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-14T15:18:08.086Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-14T15:18:08.091Z] $ docker exec 0858a64a8fdb73f0e1bc3b7a2694b32f964735dd31c8399efc6a490b289a598f ssh-agent [2021-01-14T15:18:08.247Z] SSH_AUTH_SOCK=/tmp/ssh-ko4xb7nHxwrY/agent.47 [2021-01-14T15:18:08.247Z] SSH_AGENT_PID=52 [2021-01-14T15:18:08.254Z] Running ssh-add (command line suppressed) [2021-01-14T15:18:08.384Z] Identity added: /w/workspace/edgex-go/13@tmp/private_key_1179425102134756086.key (/w/workspace/edgex-go/13@tmp/private_key_1179425102134756086.key) [2021-01-14T15:18:08.438Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-14T15:18:08.773Z] + git semver init [2021-01-14T15:18:08.773Z] # -> Open(): unable to determine branch for HEAD [2021-01-14T15:18:08.773Z] # $GIT_DIR = /w/workspace/edgex-go/13/.git [2021-01-14T15:18:08.773Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/13 [2021-01-14T15:18:08.773Z] # $SEMVER_REMOTE_NAME = origin [2021-01-14T15:18:08.773Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-14T15:18:08.773Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-14T15:18:08.773Z] # $SEMVER_BRANCH = PR-3002 [2021-01-14T15:18:08.773Z] # $SEMVER_TEMP = /tmp/semver-355294935 [2021-01-14T15:18:08.773Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-14T15:18:26.973Z] # '/tmp/semver-355294935' -> '/w/workspace/edgex-go/13/.semver' [2021-01-14T15:18:26.973Z] # -> Force: false [2021-01-14T15:18:26.973Z] # $SEMVER_DIR = /w/workspace/edgex-go/13/.semver [Pipeline] } [2021-01-14T15:18:26.988Z] $ docker exec --env ******** --env ******** 0858a64a8fdb73f0e1bc3b7a2694b32f964735dd31c8399efc6a490b289a598f ssh-agent -k [2021-01-14T15:18:27.168Z] unset SSH_AUTH_SOCK; [2021-01-14T15:18:27.168Z] unset SSH_AGENT_PID; [2021-01-14T15:18:27.168Z] echo Agent pid 52 killed; [2021-01-14T15:18:27.233Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-14T15:18:27.698Z] + git semver [Pipeline] } [2021-01-14T15:18:27.717Z] $ docker stop --time=1 0858a64a8fdb73f0e1bc3b7a2694b32f964735dd31c8399efc6a490b289a598f [2021-01-14T15:18:29.269Z] $ docker rm -f 0858a64a8fdb73f0e1bc3b7a2694b32f964735dd31c8399efc6a490b289a598f [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-14T15:18:29.772Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-14T15:18:30.357Z] Stashed 1 file(s) [Pipeline] echo [2021-01-14T15:18:30.360Z] [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-14T15:18:31.507Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-14T15:18:31.807Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-14T15:18:32.130Z] + sudo service docker restart [2021-01-14T15:18:32.130Z] + true [2021-01-14T15:18:32.130Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-14T15:18:32.723Z] ========================================================= [2021-01-14T15:18:32.723Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-14T15:18:32.723Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-14T15:18:33.069Z] + 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-14T15:18:37.296Z] Sending build context to Docker daemon 326.6MB [2021-01-14T15:18:37.296Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-14T15:18:37.296Z] Step 2/6 : FROM ${BASE} [2021-01-14T15:18:37.296Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-14T15:18:37.296Z] 188c0c94c7c5: Pulling fs layer [2021-01-14T15:18:37.296Z] 0ef7d3d256c8: Pulling fs layer [2021-01-14T15:18:37.296Z] de9db76c5a1d: Pulling fs layer [2021-01-14T15:18:37.296Z] bca2f99d35d6: Pulling fs layer [2021-01-14T15:18:37.296Z] 93359f2a8cfa: Pulling fs layer [2021-01-14T15:18:37.296Z] 7c6f9722023f: Pulling fs layer [2021-01-14T15:18:37.296Z] a35cf1a2eb13: Pulling fs layer [2021-01-14T15:18:37.296Z] bca2f99d35d6: Waiting [2021-01-14T15:18:37.296Z] 7c6f9722023f: Waiting [2021-01-14T15:18:37.296Z] a35cf1a2eb13: Waiting [2021-01-14T15:18:37.296Z] 93359f2a8cfa: Waiting [2021-01-14T15:18:37.296Z] de9db76c5a1d: Verifying Checksum [2021-01-14T15:18:37.296Z] de9db76c5a1d: Download complete [2021-01-14T15:18:37.296Z] 0ef7d3d256c8: Verifying Checksum [2021-01-14T15:18:37.296Z] 0ef7d3d256c8: Download complete [2021-01-14T15:18:37.296Z] 93359f2a8cfa: Verifying Checksum [2021-01-14T15:18:37.296Z] 93359f2a8cfa: Download complete [2021-01-14T15:18:37.296Z] 7c6f9722023f: Verifying Checksum [2021-01-14T15:18:37.296Z] 7c6f9722023f: Download complete [2021-01-14T15:18:37.296Z] 188c0c94c7c5: Verifying Checksum [2021-01-14T15:18:37.296Z] 188c0c94c7c5: Download complete [2021-01-14T15:18:37.296Z] 188c0c94c7c5: Pull complete [2021-01-14T15:18:37.557Z] 0ef7d3d256c8: Pull complete [2021-01-14T15:18:37.819Z] de9db76c5a1d: Pull complete [2021-01-14T15:18:39.750Z] a35cf1a2eb13: Verifying Checksum [2021-01-14T15:18:39.750Z] a35cf1a2eb13: Download complete [2021-01-14T15:18:40.011Z] bca2f99d35d6: Download complete [2021-01-14T15:18:45.342Z] bca2f99d35d6: Pull complete [2021-01-14T15:18:45.342Z] 93359f2a8cfa: Pull complete [2021-01-14T15:18:45.342Z] 7c6f9722023f: Pull complete [2021-01-14T15:18:46.018Z] Still waiting to schedule task [2021-01-14T15:18:46.018Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline [2021-01-14T15:18:51.964Z] a35cf1a2eb13: Pull complete [2021-01-14T15:18:51.964Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-14T15:18:51.964Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-14T15:18:51.964Z] ---> a62c8e92a672 [2021-01-14T15:18:51.964Z] 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-14T15:18:51.964Z] ---> Running in cf7fd23a8196 [2021-01-14T15:18:52.540Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-14T15:18:53.490Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-14T15:18:54.437Z] (1/12) Installing libmagic (5.38-r0) [2021-01-14T15:18:54.703Z] (2/12) Installing file (5.38-r0) [2021-01-14T15:18:54.965Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-14T15:18:54.965Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-14T15:19:07.217Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-14T15:19:07.217Z] (6/12) Installing patch (2.7.6-r6) [2021-01-14T15:19:07.217Z] (7/12) Installing build-base (0.5-r2) [2021-01-14T15:19:07.217Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-14T15:19:07.217Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-14T15:19:07.217Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-14T15:19:07.217Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-14T15:19:07.479Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-14T15:19:07.479Z] Executing busybox-1.31.1-r19.trigger [2021-01-14T15:19:07.479Z] OK: 233 MiB in 51 packages [2021-01-14T15:19:10.804Z] Removing intermediate container cf7fd23a8196 [2021-01-14T15:19:10.804Z] ---> 71adbb21fd5b [2021-01-14T15:19:10.804Z] Step 4/6 : WORKDIR /edgex-go [2021-01-14T15:19:11.075Z] ---> Running in 1d1861ca4ced [2021-01-14T15:19:11.075Z] Removing intermediate container 1d1861ca4ced [2021-01-14T15:19:11.075Z] ---> 512a8789624b [2021-01-14T15:19:11.075Z] Step 5/6 : COPY go.mod . [2021-01-14T15:19:11.344Z] ---> f4da9606937c [2021-01-14T15:19:11.344Z] Step 6/6 : RUN go mod download [2021-01-14T15:19:11.344Z] ---> Running in 77ad1f064303 [2021-01-14T15:19:33.395Z] Removing intermediate container 77ad1f064303 [2021-01-14T15:19:33.395Z] ---> 4d91943d0123 [2021-01-14T15:19:33.395Z] Successfully built 4d91943d0123 [2021-01-14T15:19:33.395Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-14T15:19:33.702Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-14T15:19:33.702Z] . [Pipeline] withDockerContainer [2021-01-14T15:19:33.805Z] prd-centos7-docker-4c-2g-20229 does not seem to be running inside a container [2021-01-14T15:19:33.850Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@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-x86_64 cat [2021-01-14T15:19:34.582Z] $ docker top d0495d71a081bc1963f3e1fed3ab517ff443f53cf491c241f5d58f0442299e68 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-14T15:19:35.076Z] + go version [2021-01-14T15:19:35.076Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-14T15:19:35.090Z] $ docker stop --time=1 d0495d71a081bc1963f3e1fed3ab517ff443f53cf491c241f5d58f0442299e68 [2021-01-14T15:19:36.435Z] $ docker rm -f d0495d71a081bc1963f3e1fed3ab517ff443f53cf491c241f5d58f0442299e68 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-14T15:19:37.215Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-14T15:19:37.215Z] . [Pipeline] withDockerContainer [2021-01-14T15:19:37.313Z] prd-centos7-docker-4c-2g-20229 does not seem to be running inside a container [2021-01-14T15:19:37.356Z] $ 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/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@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-x86_64 cat [2021-01-14T15:19:37.978Z] $ docker top c951d4624c2b07c2d994e6d6e5cf7bc33c1d642f5376cb7fcd2eec5a246c2960 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-14T15:19:38.157Z] ========================================================= [2021-01-14T15:19:38.157Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-14T15:19:38.157Z] ========================================================= [Pipeline] sh [2021-01-14T15:19:38.444Z] + make test [2021-01-14T15:19:38.444Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-14T15:19:46.607Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-14T15:20:01.634Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-14T15:20:07.027Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-14T15:20:07.027Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-14T15:20:07.027Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-14T15:20:07.027Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-14T15:20:07.295Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-14T15:20:07.295Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-14T15:20:07.883Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-14T15:20:08.482Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-14T15:20:08.757Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-14T15:20:10.730Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-14T15:20:10.730Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-14T15:20:10.730Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-14T15:20:12.729Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.099s coverage: 46.6% of statements [2021-01-14T15:20:12.729Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-14T15:20:12.729Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-14T15:20:12.729Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-14T15:20:12.729Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-14T15:20:12.729Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-14T15:20:17.035Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.203s coverage: 27.0% of statements [2021-01-14T15:20:17.035Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-14T15:20:17.035Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-14T15:20:17.035Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-14T15:20:17.035Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-14T15:20:17.035Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-14T15:20:17.035Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-14T15:20:17.035Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.040s coverage: 100.0% of statements [2021-01-14T15:20:17.035Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-14T15:20:17.035Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.045s coverage: 100.0% of statements [2021-01-14T15:20:17.035Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-14T15:20:17.035Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-14T15:20:17.035Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.083s coverage: 67.9% of statements [2021-01-14T15:20:17.035Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-14T15:20:17.035Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-14T15:20:17.035Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.125s coverage: 82.3% of statements [2021-01-14T15:20:17.035Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-14T15:20:17.035Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-14T15:20:17.035Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-14T15:20:17.035Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-14T15:20:18.470Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.323s coverage: 28.6% of statements [2021-01-14T15:20:18.470Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-14T15:20:18.470Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-14T15:20:18.470Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-14T15:20:18.470Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-14T15:20:18.470Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-14T15:20:18.470Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.067s coverage: 100.0% of statements [2021-01-14T15:20:18.470Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-14T15:20:18.470Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.036s coverage: 100.0% of statements [2021-01-14T15:20:18.470Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-14T15:20:19.056Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.106s coverage: 86.7% of statements [2021-01-14T15:20:19.056Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-14T15:20:19.321Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.110s coverage: 97.5% of statements [2021-01-14T15:20:19.321Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-14T15:20:19.321Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.060s coverage: 78.3% of statements [2021-01-14T15:20:19.321Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-14T15:20:19.321Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-14T15:20:19.321Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-14T15:20:19.321Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-14T15:20:21.920Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.343s coverage: 93.2% of statements [2021-01-14T15:20:21.920Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-14T15:20:21.920Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-14T15:20:21.920Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-14T15:20:21.920Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-14T15:20:21.920Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-14T15:20:21.920Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-14T15:20:21.920Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-14T15:20:21.920Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-14T15:20:21.920Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-14T15:20:21.920Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-14T15:20:21.920Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-14T15:20:21.920Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-14T15:20:21.920Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-14T15:20:21.920Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-14T15:20:21.920Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-14T15:20:21.920Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-14T15:20:21.920Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-14T15:20:21.920Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-14T15:20:21.920Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.029s coverage: 58.8% of statements [2021-01-14T15:20:21.920Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-14T15:20:21.920Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-14T15:20:21.920Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.073s coverage: 0.1% of statements [2021-01-14T15:20:21.920Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-14T15:20:21.920Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-14T15:20:21.920Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-14T15:20:21.920Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-14T15:20:21.920Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.038s coverage: 100.0% of statements [2021-01-14T15:20:21.920Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-14T15:20:21.920Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.050s coverage: 75.5% of statements [2021-01-14T15:20:21.920Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-14T15:20:21.920Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.060s coverage: 80.8% of statements [2021-01-14T15:20:21.920Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.074s coverage: 87.2% of statements [2021-01-14T15:20:22.186Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.057s coverage: 84.2% of statements [2021-01-14T15:20:22.776Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.080s coverage: 91.4% of statements [2021-01-14T15:20:22.776Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-14T15:20:23.371Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.204s coverage: 63.5% of statements [2021-01-14T15:20:23.371Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-14T15:20:23.371Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-14T15:20:23.371Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.100s coverage: 100.0% of statements [2021-01-14T15:20:23.371Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.037s coverage: 91.3% of statements [2021-01-14T15:20:23.639Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.038s coverage: 100.0% of statements [2021-01-14T15:20:23.923Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.057s coverage: 73.7% of statements [2021-01-14T15:20:23.923Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements [2021-01-14T15:20:25.345Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.319s coverage: 55.9% of statements [2021-01-14T15:20:25.345Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-14T15:20:25.345Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-14T15:20:25.345Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-14T15:20:25.345Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-14T15:20:25.345Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-14T15:20:25.345Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.110s coverage: 37.0% of statements [2021-01-14T15:20:25.345Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-14T15:20:25.345Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-14T15:20:25.609Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.291s coverage: 84.0% of statements [2021-01-14T15:20:25.609Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.032s coverage: 100.0% of statements [2021-01-14T15:20:27.565Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.134s coverage: 47.1% of statements [2021-01-14T15:20:27.565Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-14T15:20:27.565Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-14T15:20:27.565Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-14T15:20:27.565Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-14T15:20:27.565Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-14T15:20:27.565Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.071s coverage: 100.0% of statements [2021-01-14T15:20:27.565Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-14T15:20:27.565Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.046s coverage: 100.0% of statements [2021-01-14T15:20:27.565Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-14T15:20:28.985Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.704s coverage: 29.1% of statements [2021-01-14T15:20:28.985Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-14T15:20:28.985Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-14T15:20:28.985Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-14T15:20:28.985Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-14T15:20:28.985Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-14T15:20:28.985Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.082s coverage: 99.0% of statements [2021-01-14T15:20:28.985Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-14T15:20:28.985Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.035s coverage: 100.0% of statements [2021-01-14T15:20:28.985Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-14T15:20:28.985Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.027s coverage: 0.0% of statements [2021-01-14T15:20:28.985Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-14T15:20:28.985Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.028s coverage: 100.0% of statements [2021-01-14T15:20:28.985Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-14T15:20:28.985Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-14T15:20:28.985Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-14T15:20:28.985Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-14T15:20:28.986Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.033s coverage: 87.9% of statements [2021-01-14T15:20:28.986Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-14T15:20:28.986Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-14T15:20:28.986Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.033s coverage: 100.0% of statements [2021-01-14T15:20:29.288Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements [2021-01-14T15:20:29.550Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-01-14T15:20:29.812Z] GO111MODULE=on go vet ./... [2021-01-14T15:20:37.203Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-20230 in /w/workspace/edgexfoundry_edgex-go_PR-3002 [Pipeline] { [Pipeline] ws [2021-01-14T15:20:37.298Z] Running in /w/workspace/edgex-go/13 [Pipeline] { [Pipeline] checkout [2021-01-14T15:20:42.860Z] using credential edgex-jenkins-ssh [2021-01-14T15:20:42.941Z] Cloning the remote Git repository [2021-01-14T15:20:43.001Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-14T15:20:43.109Z] > git init /w/workspace/edgex-go/13 # timeout=10 [2021-01-14T15:20:43.209Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-14T15:20:43.210Z] > git --version # timeout=10 [2021-01-14T15:20:43.238Z] > git --version # 'git version 2.17.1' [2021-01-14T15:20:43.239Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-14T15:20:43.298Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-14T15:20:51.905Z] gofmt -l . [2021-01-14T15:20:52.480Z] [ "`gofmt -l .`" = "" ] [2021-01-14T15:20:53.054Z] ./bin/test-go-mod-tidy.sh [2021-01-14T15:20:53.629Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-14T15:20:54.199Z] + ls -al . [2021-01-14T15:20:54.199Z] total 660 [2021-01-14T15:20:54.199Z] drwxrwxr-x 10 1001 1001 4096 Jan 14 15:20 . [2021-01-14T15:20:54.199Z] drwxr-xr-x 4 root root 30 Jan 14 15:19 .. [2021-01-14T15:20:54.199Z] -rw-rw-r-- 1 1001 1001 11 Jan 14 15:17 .dockerignore [2021-01-14T15:20:54.199Z] drwxrwxr-x 8 1001 1001 179 Jan 14 15:17 .git [2021-01-14T15:20:54.199Z] drwxrwxr-x 3 1001 1001 125 Jan 14 15:17 .github [2021-01-14T15:20:54.199Z] -rw-rw-r-- 1 1001 1001 824 Jan 14 15:17 .gitignore [2021-01-14T15:20:54.199Z] drwx------ 3 1001 1001 47 Jan 14 15:18 .semver [2021-01-14T15:20:54.199Z] -rw-rw-r-- 1 1001 1001 166 Jan 14 15:17 .sonarcloud.properties [2021-01-14T15:20:54.199Z] -rw-rw-r-- 1 1001 1001 7741 Jan 14 15:17 Attribution.txt [2021-01-14T15:20:54.199Z] -rw-rw-r-- 1 1001 1001 3804 Jan 14 15:17 CONTRIBUTING.md [2021-01-14T15:20:54.199Z] -rw-rw-r-- 1 1001 1001 931 Jan 14 15:17 Dockerfile.build [2021-01-14T15:20:54.199Z] -rw-rw-r-- 1 1001 1001 863 Jan 14 15:17 Jenkinsfile [2021-01-14T15:20:54.199Z] -rw-rw-r-- 1 1001 1001 10775 Jan 14 15:17 LICENSE [2021-01-14T15:20:54.199Z] -rw-rw-r-- 1 1001 1001 5750 Jan 14 15:17 Makefile [2021-01-14T15:20:54.199Z] -rw-rw-r-- 1 1001 1001 6524 Jan 14 15:17 README.md [2021-01-14T15:20:54.199Z] -rw-rw-r-- 1 1001 1001 6744 Jan 14 15:17 SECURITY.md [2021-01-14T15:20:54.199Z] -rw-rw-r-- 1 1001 1001 5 Jan 14 15:18 VERSION [2021-01-14T15:20:54.199Z] -rw-rw-r-- 1 1001 1001 4131 Jan 14 15:17 ZMQWindows.md [2021-01-14T15:20:54.200Z] drwxrwxr-x 2 1001 1001 117 Jan 14 15:17 bin [2021-01-14T15:20:54.200Z] drwxrwxr-x 14 1001 1001 4096 Jan 14 15:17 cmd [2021-01-14T15:20:54.200Z] -rw-r--r-- 1 root root 555118 Jan 14 15:20 coverage.out [2021-01-14T15:20:54.200Z] -rw-r--r-- 1 root root 979 Jan 14 15:20 go.mod [2021-01-14T15:20:54.200Z] -rw-r--r-- 1 root root 19036 Jan 14 15:20 go.sum [2021-01-14T15:20:54.200Z] drwxrwxr-x 8 1001 1001 127 Jan 14 15:17 internal [2021-01-14T15:20:54.200Z] drwxrwxr-x 4 1001 1001 26 Jan 14 15:17 openapi [2021-01-14T15:20:54.200Z] drwxrwxr-x 4 1001 1001 71 Jan 14 15:17 snap [2021-01-14T15:20:54.200Z] -rw-rw-r-- 1 1001 1001 168 Jan 14 15:17 version.go [Pipeline] sh [2021-01-14T15:20:54.507Z] + '[' -e coverage.out ] [2021-01-14T15:20:54.507Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-14T15:20:54.694Z] Stashed 1 file(s) [Pipeline] sh [2021-01-14T15:20:54.987Z] + make build [2021-01-14T15:20:54.987Z] 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-14T15:20:57.540Z] 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-14T15:20:59.112Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-14T15:20:59.129Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-14T15:20:59.155Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-14T15:20:59.186Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-14T15:20:59.187Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-14T15:20:59.201Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3002/head:refs/remotes/origin/PR-3002 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-14T15:20:59.994Z] Merging remotes/origin/master commit 9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5 into PR head commit 3f947bb58cd8eb5c706ecd008bed608996b20889 [2021-01-14T15:21:00.482Z] Merge succeeded, producing 3f947bb58cd8eb5c706ecd008bed608996b20889 [2021-01-14T15:21:00.482Z] Checking out Revision 3f947bb58cd8eb5c706ecd008bed608996b20889 (PR-3002) [2021-01-14T15:21:00.016Z] > git config core.sparsecheckout # timeout=10 [2021-01-14T15:21:00.034Z] > git checkout -f 3f947bb58cd8eb5c706ecd008bed608996b20889 # timeout=10 [2021-01-14T15:21:00.312Z] > git remote # timeout=10 [2021-01-14T15:21:00.327Z] > git config --get remote.origin.url # timeout=10 [2021-01-14T15:21:00.378Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-14T15:21:00.405Z] > git merge 9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5 # timeout=10 [2021-01-14T15:21:00.434Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-14T15:21:00.492Z] > git config core.sparsecheckout # timeout=10 [2021-01-14T15:21:00.523Z] > git checkout -f 3f947bb58cd8eb5c706ecd008bed608996b20889 # timeout=10 [2021-01-14T15:21:05.012Z] Commit message: "Merge branch 'master' into issue-2934" [2021-01-14T15:21:05.739Z] 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 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-14T15:21:06.687Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-14T15:21:06.854Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-14T15:21:07.273Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-14T15:21:07.620Z] + true [2021-01-14T15:21:07.620Z] + sudo service docker restart [2021-01-14T15:21:07.635Z] 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-14T15:21:08.213Z] 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-14T15:21:09.625Z] 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] { [Pipeline] wrap [2021-01-14T15:21:09.689Z] provisioning config files... [2021-01-14T15:21:09.740Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/13@tmp/config753111874039865528tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-14T15:21:10.155Z] ---> docker-login.sh [2021-01-14T15:21:10.155Z] nexus3.edgexfoundry.org:10001 [2021-01-14T15:21:11.022Z] 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-14T15:21:11.134Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T15:21:11.414Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T15:21:11.414Z] Configure a credential helper to remove this warning. See [2021-01-14T15:21:11.414Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T15:21:11.414Z] [2021-01-14T15:21:11.414Z] Login Succeeded [2021-01-14T15:21:11.414Z] nexus3.edgexfoundry.org:10002 [2021-01-14T15:21:11.686Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T15:21:11.959Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T15:21:11.959Z] Configure a credential helper to remove this warning. See [2021-01-14T15:21:11.959Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T15:21:11.959Z] [2021-01-14T15:21:11.959Z] Login Succeeded [2021-01-14T15:21:11.959Z] nexus3.edgexfoundry.org:10003 [2021-01-14T15:21:12.234Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T15:21:12.234Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T15:21:12.234Z] Configure a credential helper to remove this warning. See [2021-01-14T15:21:12.234Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T15:21:12.234Z] [2021-01-14T15:21:12.234Z] Login Succeeded [2021-01-14T15:21:12.234Z] nexus3.edgexfoundry.org:10004 [2021-01-14T15:21:12.415Z] 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-14T15:21:12.828Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T15:21:12.828Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T15:21:12.828Z] Configure a credential helper to remove this warning. See [2021-01-14T15:21:12.828Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T15:21:12.828Z] [2021-01-14T15:21:12.828Z] Login Succeeded [2021-01-14T15:21:12.828Z] docker.io [2021-01-14T15:21:13.100Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T15:21:13.360Z] 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-14T15:21:14.307Z] 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-14T15:21:14.523Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T15:21:14.523Z] Configure a credential helper to remove this warning. See [2021-01-14T15:21:14.523Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T15:21:14.523Z] [2021-01-14T15:21:14.523Z] Login Succeeded [2021-01-14T15:21:14.523Z] ---> docker-login.sh ends [Pipeline] } [2021-01-14T15:21:14.540Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-14T15:21:15.026Z] ========================================================= [2021-01-14T15:21:15.026Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-14T15:21:15.026Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-14T15:21:15.407Z] + 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-14T15:21:15.695Z] 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-14T15:21:16.656Z] $ docker stop --time=1 c951d4624c2b07c2d994e6d6e5cf7bc33c1d642f5376cb7fcd2eec5a246c2960 [2021-01-14T15:21:18.042Z] Sending build context to Docker daemon 165.6MB [2021-01-14T15:21:18.042Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-14T15:21:18.042Z] Step 2/6 : FROM ${BASE} [2021-01-14T15:21:18.042Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-14T15:21:18.042Z] 5f621e34cdf4: Pulling fs layer [2021-01-14T15:21:18.042Z] a4357932f1b6: Pulling fs layer [2021-01-14T15:21:18.042Z] 18c013af1878: Pulling fs layer [2021-01-14T15:21:18.042Z] 00ac8860ef70: Pulling fs layer [2021-01-14T15:21:18.042Z] 63d7cb157983: Pulling fs layer [2021-01-14T15:21:18.042Z] b116817d02f9: Pulling fs layer [2021-01-14T15:21:18.042Z] 745a02a5169b: Pulling fs layer [2021-01-14T15:21:18.042Z] 00ac8860ef70: Waiting [2021-01-14T15:21:18.042Z] 63d7cb157983: Waiting [2021-01-14T15:21:18.042Z] b116817d02f9: Waiting [2021-01-14T15:21:18.042Z] 745a02a5169b: Waiting [2021-01-14T15:21:18.042Z] 18c013af1878: Verifying Checksum [2021-01-14T15:21:18.042Z] 18c013af1878: Download complete [2021-01-14T15:21:18.042Z] a4357932f1b6: Verifying Checksum [2021-01-14T15:21:18.042Z] a4357932f1b6: Download complete [2021-01-14T15:21:18.042Z] 63d7cb157983: Verifying Checksum [2021-01-14T15:21:18.042Z] 63d7cb157983: Download complete [2021-01-14T15:21:18.042Z] b116817d02f9: Download complete [2021-01-14T15:21:18.292Z] $ docker rm -f c951d4624c2b07c2d994e6d6e5cf7bc33c1d642f5376cb7fcd2eec5a246c2960 [2021-01-14T15:21:18.642Z] 5f621e34cdf4: Verifying Checksum [2021-01-14T15:21:18.642Z] 5f621e34cdf4: Download complete [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2021-01-14T15:21:19.295Z] 5f621e34cdf4: Pull complete [2021-01-14T15:21:19.574Z] a4357932f1b6: Pull complete [2021-01-14T15:21:20.173Z] 18c013af1878: Pull complete [Pipeline] isUnix [Pipeline] sh [2021-01-14T15:21:21.621Z] 745a02a5169b: Verifying Checksum [2021-01-14T15:21:21.621Z] 745a02a5169b: Download complete [2021-01-14T15:21:21.897Z] 00ac8860ef70: Download complete [2021-01-14T15:21:21.901Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-14T15:21:21.901Z] [2021-01-14T15:21:21.901Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-14T15:21:22.254Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-14T15:21:22.254Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-14T15:21:22.254Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-14T15:21:22.254Z] ca9280d653b3: Pulling fs layer [2021-01-14T15:21:22.254Z] 7e9c9ca2126c: Pulling fs layer [2021-01-14T15:21:22.254Z] cbdbe7a5bc2a: Verifying Checksum [2021-01-14T15:21:22.254Z] cbdbe7a5bc2a: Download complete [2021-01-14T15:21:22.831Z] cbdbe7a5bc2a: Pull complete [2021-01-14T15:21:22.831Z] ca9280d653b3: Verifying Checksum [2021-01-14T15:21:22.831Z] ca9280d653b3: Download complete [2021-01-14T15:21:24.228Z] 7e9c9ca2126c: Download complete [2021-01-14T15:21:24.228Z] ca9280d653b3: Pull complete [2021-01-14T15:21:30.844Z] 7e9c9ca2126c: Pull complete [2021-01-14T15:21:30.844Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-14T15:21:30.844Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-14T15:21:30.844Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-14T15:21:30.959Z] prd-centos7-docker-4c-2g-20229 does not seem to be running inside a container [2021-01-14T15:21:31.004Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@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-14T15:21:32.064Z] 00ac8860ef70: Pull complete [2021-01-14T15:21:32.064Z] 63d7cb157983: Pull complete [2021-01-14T15:21:32.660Z] b116817d02f9: Pull complete [2021-01-14T15:21:33.736Z] $ docker top 81464a2d67d45aec4458d451ce3ad62aac4eb1b9b71125fcc4f057e28b3190c0 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-14T15:21:34.302Z] + docker-compose build --help [2021-01-14T15:21:34.302Z] + grep parallel [2021-01-14T15:21:35.246Z] --parallel Build images in parallel. [Pipeline] } [2021-01-14T15:21:35.260Z] $ docker stop --time=1 81464a2d67d45aec4458d451ce3ad62aac4eb1b9b71125fcc4f057e28b3190c0 [2021-01-14T15:21:36.071Z] 745a02a5169b: Pull complete [2021-01-14T15:21:36.071Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-14T15:21:36.071Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-14T15:21:36.071Z] ---> b7e6874047d6 [2021-01-14T15:21:36.071Z] 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-14T15:21:36.618Z] $ docker rm -f 81464a2d67d45aec4458d451ce3ad62aac4eb1b9b71125fcc4f057e28b3190c0 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-14T15:21:37.219Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-14T15:21:37.219Z] . [Pipeline] withDockerContainer [2021-01-14T15:21:37.318Z] prd-centos7-docker-4c-2g-20229 does not seem to be running inside a container [2021-01-14T15:21:37.365Z] $ 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/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@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:latest cat [2021-01-14T15:21:37.958Z] $ docker top 554bf9b7a70264c136341645a227736c050515a85077e47931fd2ff266400ec4 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-14T15:21:38.460Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-14T15:21:39.484Z] Building docker-core-command-go ... [2021-01-14T15:21:39.484Z] Building docker-core-data-go ... [2021-01-14T15:21:39.484Z] Building docker-core-metadata-go ... [2021-01-14T15:21:39.484Z] Building docker-security-bootstrap-redis-go ... [2021-01-14T15:21:39.484Z] Building docker-security-proxy-setup-go ... [2021-01-14T15:21:39.484Z] Building docker-security-secretstore-setup-go ... [2021-01-14T15:21:39.484Z] Building docker-support-notifications-go ... [2021-01-14T15:21:39.484Z] Building docker-support-scheduler-go ... [2021-01-14T15:21:39.484Z] Building docker-sys-mgmt-agent-go ... [2021-01-14T15:21:39.484Z] Building docker-security-secretstore-setup-go [2021-01-14T15:21:39.484Z] Building docker-security-proxy-setup-go [2021-01-14T15:21:39.484Z] Building docker-core-metadata-go [2021-01-14T15:21:39.484Z] Building docker-support-notifications-go [2021-01-14T15:21:39.484Z] Building docker-support-scheduler-go [2021-01-14T15:21:39.508Z] ---> Running in d5f1cfc0d5a6 [2021-01-14T15:21:40.486Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-14T15:21:41.455Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-14T15:21:42.426Z] (1/12) Installing libmagic (5.38-r0) [2021-01-14T15:21:42.703Z] (2/12) Installing file (5.38-r0) [2021-01-14T15:21:42.975Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-14T15:21:42.975Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-14T15:21:48.353Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-14T15:21:48.353Z] (6/12) Installing patch (2.7.6-r6) [2021-01-14T15:21:48.353Z] (7/12) Installing build-base (0.5-r2) [2021-01-14T15:21:48.353Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-14T15:21:48.353Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-14T15:21:48.353Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-14T15:21:48.353Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-14T15:21:48.353Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-14T15:21:48.625Z] Executing busybox-1.31.1-r19.trigger [2021-01-14T15:21:48.625Z] OK: 217 MiB in 51 packages [2021-01-14T15:21:52.930Z] Removing intermediate container d5f1cfc0d5a6 [2021-01-14T15:21:52.931Z] ---> 7cd17dccc7d2 [2021-01-14T15:21:52.931Z] Step 4/6 : WORKDIR /edgex-go [2021-01-14T15:21:52.931Z] ---> Running in 3bcef30c5a22 [2021-01-14T15:21:53.204Z] Removing intermediate container 3bcef30c5a22 [2021-01-14T15:21:53.204Z] ---> 5ae550fe9179 [2021-01-14T15:21:53.204Z] Step 5/6 : COPY go.mod . [2021-01-14T15:21:53.802Z] ---> 04cd00c0328a [2021-01-14T15:21:53.802Z] Step 6/6 : RUN go mod download [2021-01-14T15:21:54.078Z] ---> Running in ff3d6f535606 [2021-01-14T15:22:11.735Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T15:22:11.735Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-14T15:22:11.735Z] ---> 4d91943d0123 [2021-01-14T15:22:11.735Z] Step 3/24 : WORKDIR /edgex-go [2021-01-14T15:22:11.735Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T15:22:11.735Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-14T15:22:11.735Z] ---> 4d91943d0123 [2021-01-14T15:22:11.735Z] Step 3/24 : WORKDIR /edgex-go [2021-01-14T15:22:11.735Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T15:22:11.735Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-14T15:22:11.735Z] ---> 4d91943d0123 [2021-01-14T15:22:11.735Z] Step 3/21 : WORKDIR /edgex-go [2021-01-14T15:22:11.735Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T15:22:11.735Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-14T15:22:11.735Z] ---> 4d91943d0123 [2021-01-14T15:22:11.735Z] Step 3/22 : WORKDIR /edgex-go [2021-01-14T15:22:11.735Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T15:22:11.735Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-14T15:22:11.735Z] ---> 4d91943d0123 [2021-01-14T15:22:11.735Z] Step 3/21 : WORKDIR /edgex-go [2021-01-14T15:22:11.735Z] ---> Running in 20d844c83c34 [2021-01-14T15:22:11.735Z] ---> Running in 054a62deda2e [2021-01-14T15:22:11.735Z] ---> Running in 5287069a9823 [2021-01-14T15:22:11.735Z] ---> Running in 8a66871a93d0 [2021-01-14T15:22:11.736Z] ---> Running in b784d1408e20 [2021-01-14T15:22:11.736Z] Removing intermediate container 054a62deda2e [2021-01-14T15:22:11.736Z] ---> 0339f0571326 [2021-01-14T15:22:11.736Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T15:22:11.736Z] Removing intermediate container 5287069a9823 [2021-01-14T15:22:11.736Z] ---> 0b284bad6815 [2021-01-14T15:22:11.736Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T15:22:11.736Z] Removing intermediate container 8a66871a93d0 [2021-01-14T15:22:11.736Z] ---> 492c31141167 [2021-01-14T15:22:11.736Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T15:22:11.736Z] Removing intermediate container b784d1408e20 [2021-01-14T15:22:11.736Z] ---> 22982839c979 [2021-01-14T15:22:11.736Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T15:22:11.736Z] Removing intermediate container 20d844c83c34 [2021-01-14T15:22:11.736Z] ---> 3bae7a790521 [2021-01-14T15:22:11.736Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T15:22:11.736Z] ---> Running in cf1fa0c0988b [2021-01-14T15:22:11.736Z] ---> Running in c8e76a882ee2 [2021-01-14T15:22:11.736Z] ---> Running in 059ea6c3dc4c [2021-01-14T15:22:11.736Z] ---> Running in feca543a8408 [2021-01-14T15:22:11.736Z] ---> Running in c43c17201f7c [2021-01-14T15:22:11.736Z] Removing intermediate container 059ea6c3dc4c [2021-01-14T15:22:11.736Z] ---> 816e0ec80127 [2021-01-14T15:22:11.736Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-14T15:22:11.736Z] ---> Running in 7da18c6b99c4 [2021-01-14T15:22:11.736Z] Removing intermediate container cf1fa0c0988b [2021-01-14T15:22:11.736Z] ---> 4eca1127842b [2021-01-14T15:22:11.736Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-14T15:22:11.736Z] Removing intermediate container c8e76a882ee2 [2021-01-14T15:22:11.736Z] ---> 677d4a21bd77 [2021-01-14T15:22:11.736Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-14T15:22:11.736Z] ---> Running in 775156ec8691 [2021-01-14T15:22:11.736Z] Removing intermediate container c43c17201f7c [2021-01-14T15:22:11.736Z] ---> b73ff48e03e1 [2021-01-14T15:22:11.736Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-14T15:22:11.736Z] Removing intermediate container feca543a8408 [2021-01-14T15:22:11.736Z] ---> 086fbb703825 [2021-01-14T15:22:11.736Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-14T15:22:11.736Z] ---> Running in 0f4c076adc8c [2021-01-14T15:22:11.736Z] ---> Running in e782c307a11c [2021-01-14T15:22:11.736Z] ---> Running in f32198abdd8e [2021-01-14T15:22:11.736Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-14T15:22:12.007Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-14T15:22:12.007Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-14T15:22:12.270Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-14T15:22:12.270Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-14T15:22:12.270Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-14T15:22:12.532Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-14T15:22:12.532Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-14T15:22:12.532Z] OK: 233 MiB in 51 packages [2021-01-14T15:22:12.800Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-14T15:22:12.800Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-14T15:22:13.067Z] OK: 233 MiB in 51 packages [2021-01-14T15:22:13.067Z] OK: 233 MiB in 51 packages [2021-01-14T15:22:13.334Z] Removing intermediate container 7da18c6b99c4 [2021-01-14T15:22:13.334Z] ---> 77911ac839d2 [2021-01-14T15:22:13.334Z] Step 6/21 : COPY go.mod . [2021-01-14T15:22:13.334Z] OK: 233 MiB in 51 packages [2021-01-14T15:22:13.334Z] OK: 233 MiB in 51 packages [2021-01-14T15:22:13.602Z] ---> 32280a190fab [2021-01-14T15:22:13.602Z] Step 7/21 : RUN go mod download [2021-01-14T15:22:13.864Z] ---> Running in 10f5727d210b [2021-01-14T15:22:13.864Z] Removing intermediate container 775156ec8691 [2021-01-14T15:22:13.864Z] ---> 2f30c27c9653 [2021-01-14T15:22:13.864Z] Step 6/24 : COPY go.mod . [2021-01-14T15:22:14.128Z] Removing intermediate container 0f4c076adc8c [2021-01-14T15:22:14.128Z] ---> b22b8e24f28d [2021-01-14T15:22:14.128Z] Step 6/24 : COPY go.mod . [2021-01-14T15:22:14.394Z] Removing intermediate container e782c307a11c [2021-01-14T15:22:14.394Z] ---> b84a8ab1a4df [2021-01-14T15:22:14.394Z] Step 6/21 : COPY go.mod . ---> fecf4fb5d1b3 [2021-01-14T15:22:14.394Z] [2021-01-14T15:22:14.394Z] Step 7/24 : RUN go mod download [2021-01-14T15:22:14.394Z] Removing intermediate container f32198abdd8e [2021-01-14T15:22:14.394Z] ---> ca71017f915e [2021-01-14T15:22:14.394Z] Step 6/22 : COPY go.mod . [2021-01-14T15:22:14.659Z] ---> a0e56d700914 [2021-01-14T15:22:14.659Z] Step 7/24 : RUN go mod download [2021-01-14T15:22:14.659Z] ---> Running in e7b78835d74c [2021-01-14T15:22:14.659Z] ---> Running in dbdf6a5cf69e [2021-01-14T15:22:14.923Z] ---> f889f378636b [2021-01-14T15:22:14.923Z] Step 7/21 : RUN go mod download [2021-01-14T15:22:14.923Z] ---> 2e658959b1b2 [2021-01-14T15:22:14.923Z] Step 7/22 : RUN go mod download [2021-01-14T15:22:15.186Z] ---> Running in 043dbda786d8 [2021-01-14T15:22:15.186Z] ---> Running in 5d941898a6f8 [2021-01-14T15:22:16.157Z] Removing intermediate container 10f5727d210b [2021-01-14T15:22:16.157Z] ---> 1ca3b4c0321f [2021-01-14T15:22:16.157Z] Step 8/21 : COPY . . [2021-01-14T15:22:16.157Z] Removing intermediate container e7b78835d74c [2021-01-14T15:22:16.157Z] ---> b4220c733b88 [2021-01-14T15:22:16.157Z] Step 8/24 : COPY . . [2021-01-14T15:22:18.742Z] Removing intermediate container dbdf6a5cf69e [2021-01-14T15:22:18.742Z] ---> 07c6f0adc1c5 [2021-01-14T15:22:18.742Z] Step 8/24 : COPY . . [2021-01-14T15:22:20.921Z] Removing intermediate container ff3d6f535606 [2021-01-14T15:22:20.922Z] ---> 4d33ba189cf3 [2021-01-14T15:22:20.922Z] Successfully built 4d33ba189cf3 [2021-01-14T15:22:20.922Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-14T15:22:21.265Z] + docker inspect -f . ci-base-image-arm64 [2021-01-14T15:22:21.265Z] . [Pipeline] withDockerContainer [2021-01-14T15:22:21.542Z] prd-ubuntu18.04-docker-arm64-4c-16g-20230 does not seem to be running inside a container [2021-01-14T15:22:21.628Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@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-14T15:22:23.100Z] $ docker top 6034edd6a66e5c7aee43d4ab7b231dc6f6d7dfda7a870d9766ab8da7bb0c288d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-14T15:22:24.063Z] Removing intermediate container 5d941898a6f8 [2021-01-14T15:22:24.063Z] ---> 5842338a9efc [2021-01-14T15:22:24.063Z] Step 8/22 : COPY . . [2021-01-14T15:22:24.145Z] + go version [2021-01-14T15:22:24.145Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-14T15:22:24.169Z] $ docker stop --time=1 6034edd6a66e5c7aee43d4ab7b231dc6f6d7dfda7a870d9766ab8da7bb0c288d [2021-01-14T15:22:26.106Z] $ docker rm -f 6034edd6a66e5c7aee43d4ab7b231dc6f6d7dfda7a870d9766ab8da7bb0c288d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-14T15:22:27.127Z] + docker inspect -f . ci-base-image-arm64 [2021-01-14T15:22:27.127Z] . [Pipeline] withDockerContainer [2021-01-14T15:22:27.394Z] prd-ubuntu18.04-docker-arm64-4c-16g-20230 does not seem to be running inside a container [2021-01-14T15:22:27.483Z] $ 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/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@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-14T15:22:28.816Z] $ docker top 2ca10f9034787f2b78a61b2ac4e3571957b025c8f645dc6dbfc0a366463e68c2 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-14T15:22:29.144Z] ========================================================= [2021-01-14T15:22:29.144Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-14T15:22:29.144Z] ========================================================= [Pipeline] sh [2021-01-14T15:22:29.369Z] Removing intermediate container 043dbda786d8 [2021-01-14T15:22:29.369Z] ---> 4bd5a5caf452 [2021-01-14T15:22:29.369Z] Step 8/21 : COPY . . [2021-01-14T15:22:29.780Z] + make test [2021-01-14T15:22:29.780Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-14T15:22:51.956Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-14T15:22:56.095Z] ---> 2fa78ad925f7 [2021-01-14T15:22:56.095Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-14T15:22:56.095Z] ---> 394a6bf91eac [2021-01-14T15:22:56.095Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-14T15:22:56.095Z] ---> c71c11e75a6d [2021-01-14T15:22:56.095Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-14T15:22:56.095Z] ---> Running in 12a9d5e1806d [2021-01-14T15:22:56.095Z] ---> Running in 7067e162341a [2021-01-14T15:22:56.095Z] ---> e6da00e0d923 [2021-01-14T15:22:56.095Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-14T15:22:56.095Z] ---> Running in fa842a4c2d6f [2021-01-14T15:22:56.359Z] ---> Running in 8dfb742cae53 [2021-01-14T15:22:58.957Z] ---> 4cd21bbeeb0d [2021-01-14T15:22:58.957Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-14T15:22:58.957Z] 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-14T15:22:58.957Z] 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-14T15:22:58.957Z] 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-14T15:22:58.957Z] 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-14T15:22:58.957Z] ---> Running in 5854d43f02b9 [2021-01-14T15:22:59.257Z] 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-14T15:23:25.974Z] 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-14T15:23:25.974Z] 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-14T15:23:34.221Z] Removing intermediate container 12a9d5e1806d [2021-01-14T15:23:34.221Z] ---> bdc92cb7b746 [2021-01-14T15:23:34.221Z] [2021-01-14T15:23:34.221Z] Step 10/24 : FROM alpine:3.12 [2021-01-14T15:23:34.221Z] Removing intermediate container 7067e162341a [2021-01-14T15:23:34.221Z] ---> da056096fa3e [2021-01-14T15:23:34.221Z] [2021-01-14T15:23:34.221Z] Step 10/21 : FROM alpine:3.12 [2021-01-14T15:23:34.221Z] Removing intermediate container fa842a4c2d6f [2021-01-14T15:23:34.221Z] ---> d9be550962a7 [2021-01-14T15:23:34.221Z] [2021-01-14T15:23:34.221Z] Step 10/24 : FROM scratchRemoving intermediate container 5854d43f02b9 [2021-01-14T15:23:34.221Z] [2021-01-14T15:23:34.221Z] ---> b8281023c753 [2021-01-14T15:23:34.221Z] [2021-01-14T15:23:34.221Z] Step 10/21 : FROM scratch [2021-01-14T15:23:34.221Z] ---> [2021-01-14T15:23:34.221Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-14T15:23:34.221Z] ---> [2021-01-14T15:23:34.221Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-14T15:23:34.221Z] 3.12: Pulling from library/alpine [2021-01-14T15:23:34.221Z] 3.12: Pulling from library/alpine [2021-01-14T15:23:34.492Z] ---> Running in 9690ac2e9621 [2021-01-14T15:23:34.492Z] ---> Running in 582da4829d33 [2021-01-14T15:23:34.754Z] Removing intermediate container 582da4829d33 [2021-01-14T15:23:34.754Z] ---> 6ccb7eff0b0f [2021-01-14T15:23:34.754Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-14T15:23:34.754Z] Removing intermediate container 9690ac2e9621 [2021-01-14T15:23:34.754Z] ---> 8212570c0d61 [2021-01-14T15:23:34.754Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-14T15:23:35.018Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-14T15:23:35.967Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-14T15:23:36.547Z] Status: Downloaded newer image for alpine:3.12 [2021-01-14T15:23:36.547Z] ---> Running in f9f063eb9543 [2021-01-14T15:23:36.547Z] ---> 389fef711851 [2021-01-14T15:23:36.547Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-14T15:23:36.547Z] Status: Image is up to date for alpine:3.12 [2021-01-14T15:23:36.547Z] ---> 389fef711851 [2021-01-14T15:23:36.547Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-14T15:23:36.547Z] ---> Running in 01ac7204c8c3 [2021-01-14T15:23:37.494Z] ---> Running in 10cd6e58e556 [2021-01-14T15:23:37.494Z] ---> Running in e72a65d37a82 [2021-01-14T15:23:37.494Z] Removing intermediate container 8dfb742cae53 [2021-01-14T15:23:37.494Z] ---> b703e6d1588e [2021-01-14T15:23:37.494Z] [2021-01-14T15:23:37.494Z] Step 10/22 : FROM scratch [2021-01-14T15:23:37.494Z] ---> [2021-01-14T15:23:37.494Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-14T15:23:37.494Z] Removing intermediate container f9f063eb9543 [2021-01-14T15:23:37.494Z] ---> fef87a1980c4 [2021-01-14T15:23:37.494Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-14T15:23:37.494Z] ---> Using cache [2021-01-14T15:23:37.494Z] ---> 8212570c0d61 [2021-01-14T15:23:37.494Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-14T15:23:37.494Z] Removing intermediate container 01ac7204c8c3 [2021-01-14T15:23:37.494Z] ---> 30023b9bb0f8 [2021-01-14T15:23:37.494Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-14T15:23:37.762Z] ---> Running in 3531f0a8678e [2021-01-14T15:23:37.762Z] ---> Running in 2dafdba49fb9 [2021-01-14T15:23:37.762Z] ---> Running in 68f2c1762ec0 [2021-01-14T15:23:38.031Z] Removing intermediate container 2dafdba49fb9 [2021-01-14T15:23:38.031Z] ---> 73e5e1636de6 [2021-01-14T15:23:38.031Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-14T15:23:38.031Z] Removing intermediate container 68f2c1762ec0 [2021-01-14T15:23:38.031Z] ---> f9ba44730dd7 [2021-01-14T15:23:38.031Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-14T15:23:38.295Z] Removing intermediate container 3531f0a8678e [2021-01-14T15:23:38.295Z] ---> 142f7298a742 [2021-01-14T15:23:38.295Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-14T15:23:38.295Z] ---> Running in 67efd183299d [2021-01-14T15:23:38.295Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-14T15:23:38.574Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-14T15:23:38.574Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-14T15:23:38.574Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-14T15:23:38.574Z] Removing intermediate container 67efd183299d [2021-01-14T15:23:38.574Z] ---> 7f5fb01b05ca [2021-01-14T15:23:38.574Z] Step 14/22 : WORKDIR / [2021-01-14T15:23:38.574Z] ---> e3d7362288bd [2021-01-14T15:23:38.574Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-14T15:23:38.574Z] ---> 10d97e2b1b11 [2021-01-14T15:23:38.574Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-14T15:23:38.574Z] ---> Running in fdafc19cd288 [2021-01-14T15:23:38.838Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-14T15:23:38.838Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-14T15:23:38.838Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-14T15:23:38.838Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-14T15:23:38.838Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-14T15:23:38.838Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-14T15:23:38.838Z] (4/5) Installing curl (7.69.1-r3) [2021-01-14T15:23:38.838Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-14T15:23:38.838Z] (4/4) Installing curl (7.69.1-r3) [2021-01-14T15:23:38.838Z] Executing busybox-1.31.1-r19.trigger [2021-01-14T15:23:38.838Z] Executing busybox-1.31.1-r19.trigger [2021-01-14T15:23:39.001Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-14T15:23:39.416Z] Executing ca-certificates-20191127-r4.trigger [2021-01-14T15:23:39.417Z] OK: 7 MiB in 19 packages [2021-01-14T15:23:39.417Z] Executing ca-certificates-20191127-r4.trigger [2021-01-14T15:23:39.417Z] OK: 7 MiB in 18 packages [2021-01-14T15:23:39.417Z] Removing intermediate container fdafc19cd288 [2021-01-14T15:23:39.417Z] ---> 707d77264556 [2021-01-14T15:23:39.417Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-14T15:23:39.686Z] ---> 0430004ce9cb [2021-01-14T15:23:39.686Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-14T15:23:39.686Z] ---> e467a0358fd9 [2021-01-14T15:23:39.686Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-14T15:23:39.959Z] ---> 4ea3222bbe6e [2021-01-14T15:23:39.959Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-14T15:23:40.911Z] ---> 18385daea39e [2021-01-14T15:23:40.911Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-14T15:23:40.911Z] ---> 3c1338a548d5 [2021-01-14T15:23:40.911Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-14T15:23:41.175Z] ---> Running in 9bc0cf92ef4a [2021-01-14T15:23:41.175Z] Removing intermediate container e72a65d37a82 [2021-01-14T15:23:41.175Z] ---> fb4480234077 [2021-01-14T15:23:41.175Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-14T15:23:41.175Z] Removing intermediate container 10cd6e58e556 [2021-01-14T15:23:41.175Z] ---> b9e6d2ac7066 [2021-01-14T15:23:41.175Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-14T15:23:41.175Z] ---> 5a8eb47e075d [2021-01-14T15:23:41.175Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-14T15:23:41.439Z] ---> Running in bf9040d3a6bf [2021-01-14T15:23:41.439Z] ---> Running in b610985fab7a [2021-01-14T15:23:41.439Z] ---> a95c3122e743 [2021-01-14T15:23:41.439Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-14T15:23:41.439Z] Removing intermediate container 9bc0cf92ef4a [2021-01-14T15:23:41.439Z] ---> 229bef8e0bb5 [2021-01-14T15:23:41.439Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-14T15:23:41.706Z] ---> Running in e3ccaa39d072 [2021-01-14T15:23:42.291Z] Removing intermediate container bf9040d3a6bf [2021-01-14T15:23:42.291Z] ---> 2dabecb205ce [2021-01-14T15:23:42.291Z] Step 13/21 : WORKDIR /edgex [2021-01-14T15:23:42.291Z] ---> 85cab4acf91b [2021-01-14T15:23:42.291Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-14T15:23:42.291Z] Removing intermediate container b610985fab7a [2021-01-14T15:23:42.291Z] ---> 21038b20c615 [2021-01-14T15:23:42.291Z] Step 13/24 : WORKDIR / [2021-01-14T15:23:42.552Z] ---> Running in b29de2abdcde [2021-01-14T15:23:42.552Z] ---> Running in dc053f1e3fa3 [2021-01-14T15:23:42.553Z] ---> Running in 30acea0696b0 [2021-01-14T15:23:42.553Z] Removing intermediate container e3ccaa39d072 [2021-01-14T15:23:42.553Z] ---> 94d0c3e2f4e7 [2021-01-14T15:23:42.553Z] Step 19/21 : LABEL arch=x86_64 [2021-01-14T15:23:42.553Z] ---> b2a52980c18b [2021-01-14T15:23:42.553Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-14T15:23:42.816Z] ---> Running in b52111112e2a [2021-01-14T15:23:42.816Z] Removing intermediate container b29de2abdcde [2021-01-14T15:23:42.816Z] ---> d53ed9a7876a [2021-01-14T15:23:42.816Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-14T15:23:43.081Z] Removing intermediate container 30acea0696b0 [2021-01-14T15:23:43.081Z] ---> 9b9f6226c1af [2021-01-14T15:23:43.081Z] 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-14T15:23:43.081Z] Removing intermediate container dc053f1e3fa3 [2021-01-14T15:23:43.081Z] ---> 0b6c39ad6732 [2021-01-14T15:23:43.081Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-14T15:23:43.081Z] ---> Running in 4d3bb1a7fa14 [2021-01-14T15:23:43.081Z] ---> 7eb9d1d211e1 [2021-01-14T15:23:43.081Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-14T15:23:43.081Z] Removing intermediate container b52111112e2a [2021-01-14T15:23:43.081Z] ---> 7c5d5ed9cfe3 [2021-01-14T15:23:43.081Z] Step 20/21 : LABEL git_sha=3f947bb58cd8eb5c706ecd008bed608996b20889 [2021-01-14T15:23:43.341Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-14T15:23:43.345Z] ---> Running in a48fa83e3c75 [2021-01-14T15:23:43.345Z] ---> Running in bde71da51f7c [2021-01-14T15:23:43.608Z] Removing intermediate container 4d3bb1a7fa14 [2021-01-14T15:23:43.608Z] ---> 506560b0b370 [2021-01-14T15:23:43.608Z] Step 20/22 : LABEL arch=x86_64 [2021-01-14T15:23:43.608Z] ---> 3bd87362e6ec [2021-01-14T15:23:43.608Z] 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-14T15:23:43.608Z] ---> 0f629e9636b9 [2021-01-14T15:23:43.608Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-14T15:23:43.608Z] ---> Running in 5a9357675082 [2021-01-14T15:23:43.608Z] Removing intermediate container a48fa83e3c75 [2021-01-14T15:23:43.608Z] ---> 07e42867e911 [2021-01-14T15:23:43.608Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-14T15:23:43.608Z] Removing intermediate container bde71da51f7c [2021-01-14T15:23:43.608Z] ---> e972b0aeb7a7 [2021-01-14T15:23:43.608Z] Step 21/21 : LABEL version=0.0.0 [2021-01-14T15:23:43.876Z] ---> Running in 29c137498b4a [2021-01-14T15:23:43.876Z] ---> Running in 0d54a5b37b46 [2021-01-14T15:23:44.138Z] ---> e53b313c80cb [2021-01-14T15:23:44.138Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-14T15:23:44.138Z] Removing intermediate container 5a9357675082 [2021-01-14T15:23:44.138Z] ---> af5bbac6ee2f [2021-01-14T15:23:44.138Z] Step 21/22 : LABEL git_sha=3f947bb58cd8eb5c706ecd008bed608996b20889 [2021-01-14T15:23:44.403Z] ---> Running in f8dc8d957bb1 [2021-01-14T15:23:44.403Z] Removing intermediate container 29c137498b4a [2021-01-14T15:23:44.403Z] ---> 45a32ec8082b [2021-01-14T15:23:44.403Z] Step 22/24 : LABEL arch=x86_64 [2021-01-14T15:23:44.671Z] ---> 216f398901af [2021-01-14T15:23:44.671Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-14T15:23:44.671Z] Removing intermediate container 0d54a5b37b46 [2021-01-14T15:23:44.671Z] ---> 830aa4cb00c8 [2021-01-14T15:23:44.671Z] [2021-01-14T15:23:44.671Z] ---> c587a667634e [2021-01-14T15:23:44.671Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-14T15:23:44.671Z] ---> Running in d642a01ddabc [2021-01-14T15:23:44.671Z] Successfully built 830aa4cb00c8 [2021-01-14T15:23:44.671Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-14T15:23:44.937Z] Removing intermediate container f8dc8d957bb1 [2021-01-14T15:23:44.937Z] ---> c3ad1062eb91 [2021-01-14T15:23:44.937Z] Step 22/22 : LABEL version=0.0.0 [2021-01-14T15:23:44.937Z] Building docker-security-bootstrap-redis-go [2021-01-14T15:23:45.201Z]  Building docker-support-scheduler-go ... done  ---> Running in d97063317036 [2021-01-14T15:23:45.201Z] Removing intermediate container d642a01ddabc [2021-01-14T15:23:45.201Z] ---> 5b4d9e6d45a4 [2021-01-14T15:23:45.201Z] Step 23/24 : LABEL git_sha=3f947bb58cd8eb5c706ecd008bed608996b20889 [2021-01-14T15:23:45.201Z] ---> 7e6b97f55610 [2021-01-14T15:23:45.201Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-14T15:23:45.201Z] ---> 57dcaa47951e [2021-01-14T15:23:45.201Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-14T15:23:45.201Z] ---> Running in 7238df90465e [2021-01-14T15:23:45.201Z] ---> Running in 5d9f44306caf [2021-01-14T15:23:45.464Z] Removing intermediate container d97063317036 [2021-01-14T15:23:45.464Z] ---> ea766f01ae52 [2021-01-14T15:23:45.464Z] [2021-01-14T15:23:45.464Z] Successfully built ea766f01ae52 [2021-01-14T15:23:45.726Z] Successfully tagged docker-core-metadata-go:latest [2021-01-14T15:23:45.726Z]  Building docker-core-metadata-go ... done Building docker-sys-mgmt-agent-go [2021-01-14T15:23:45.726Z] Removing intermediate container 7238df90465e [2021-01-14T15:23:45.726Z] ---> b8427c4d65a2 [2021-01-14T15:23:45.726Z] Step 24/24 : LABEL version=0.0.0 [2021-01-14T15:23:45.993Z] Removing intermediate container 5d9f44306caf [2021-01-14T15:23:45.993Z] ---> 69fd085ee371 [2021-01-14T15:23:45.993Z] Step 18/21 : CMD ["--init=true"] [2021-01-14T15:23:45.993Z] ---> Running in 1ac935fdc072 [2021-01-14T15:23:45.993Z] ---> 4fa1913979c1 [2021-01-14T15:23:45.993Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-14T15:23:46.258Z] ---> Running in f2439d4416ad [2021-01-14T15:23:47.677Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-14T15:23:47.677Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-14T15:23:47.677Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-14T15:23:47.677Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-14T15:23:47.677Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-14T15:23:47.677Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-14T15:23:49.678Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-14T15:23:50.284Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-14T15:23:51.565Z] Removing intermediate container 1ac935fdc072 [2021-01-14T15:23:51.565Z] ---> 4ea22e6be63d [2021-01-14T15:23:51.565Z] [2021-01-14T15:23:51.565Z] Removing intermediate container f2439d4416ad [2021-01-14T15:23:51.565Z] ---> dd3d2155735a [2021-01-14T15:23:51.565Z] Step 19/21 : LABEL arch=x86_64 [2021-01-14T15:23:51.827Z] ---> 42914a82ec2d [2021-01-14T15:23:51.827Z] 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-14T15:23:51.827Z] ---> Running in 35302a515ccc [2021-01-14T15:23:51.827Z] ---> Running in 88687cdab47d [2021-01-14T15:23:52.407Z] Successfully built 4ea22e6be63d [2021-01-14T15:23:52.407Z] Successfully tagged docker-support-notifications-go:latest [2021-01-14T15:23:52.407Z]  Building docker-support-notifications-go ... done Building docker-core-command-go [2021-01-14T15:23:52.407Z] Removing intermediate container 35302a515ccc [2021-01-14T15:23:52.407Z] ---> bdd8d17e7d55 [2021-01-14T15:23:52.407Z] Step 20/21 : LABEL git_sha=3f947bb58cd8eb5c706ecd008bed608996b20889 [2021-01-14T15:23:53.364Z] ---> Running in 5f6dc231f049 [2021-01-14T15:23:58.945Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-14T15:23:58.945Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-14T15:23:58.945Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-14T15:24:03.440Z] Removing intermediate container 5f6dc231f049 [2021-01-14T15:24:03.440Z] ---> 5dd6c703d5f8 [2021-01-14T15:24:03.440Z] Step 21/21 : LABEL version=0.0.0 [2021-01-14T15:24:03.702Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T15:24:03.702Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-14T15:24:03.702Z] ---> 4d91943d0123 [2021-01-14T15:24:03.702Z] Step 3/22 : WORKDIR /edgex-go [2021-01-14T15:24:03.702Z] ---> Using cache [2021-01-14T15:24:03.702Z] ---> 3bae7a790521 [2021-01-14T15:24:03.702Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T15:24:03.702Z] ---> Using cache [2021-01-14T15:24:03.702Z] ---> b73ff48e03e1 [2021-01-14T15:24:03.702Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-14T15:24:03.702Z] ---> Using cache [2021-01-14T15:24:03.702Z] ---> b84a8ab1a4df [2021-01-14T15:24:03.702Z] Step 6/22 : COPY go.mod . [2021-01-14T15:24:03.702Z] ---> Using cache [2021-01-14T15:24:03.702Z] ---> f889f378636b [2021-01-14T15:24:03.702Z] Step 7/22 : RUN go mod download [2021-01-14T15:24:03.702Z] ---> Using cache [2021-01-14T15:24:03.702Z] ---> 4bd5a5caf452 [2021-01-14T15:24:03.702Z] Step 8/22 : COPY . . [2021-01-14T15:24:03.702Z] ---> Using cache [2021-01-14T15:24:03.702Z] ---> 4cd21bbeeb0d [2021-01-14T15:24:03.702Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-14T15:24:03.702Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T15:24:03.702Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-14T15:24:03.702Z] ---> 4d91943d0123 [2021-01-14T15:24:03.702Z] Step 3/26 : WORKDIR /edgex-go [2021-01-14T15:24:03.702Z] ---> Using cache [2021-01-14T15:24:03.702Z] ---> 3bae7a790521 [2021-01-14T15:24:03.702Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T15:24:03.702Z] ---> Using cache [2021-01-14T15:24:03.702Z] ---> b73ff48e03e1 [2021-01-14T15:24:03.702Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-14T15:24:04.354Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.241s coverage: 46.6% of statements [2021-01-14T15:24:04.354Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-14T15:24:04.355Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-14T15:24:04.355Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-14T15:24:04.355Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-14T15:24:04.355Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-14T15:24:04.649Z] ---> Running in fdb9fb8ef6a7 [2021-01-14T15:24:04.913Z] ---> Running in 05ef3a251abd [2021-01-14T15:24:04.913Z] ---> Running in c3a5b966b88d [2021-01-14T15:24:05.176Z] Removing intermediate container 88687cdab47d [2021-01-14T15:24:05.176Z] ---> 22b4f309c92c [2021-01-14T15:24:05.176Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-14T15:24:05.442Z] ---> Running in 1df74a9d0b19 [2021-01-14T15:24:06.470Z] Removing intermediate container fdb9fb8ef6a7 [2021-01-14T15:24:06.470Z] ---> ce7368d69af2 [2021-01-14T15:24:06.470Z] [2021-01-14T15:24:07.059Z] Successfully built ce7368d69af2 [2021-01-14T15:24:07.059Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-14T15:24:07.059Z]  Building docker-security-proxy-setup-go ... done Building docker-core-data-go [2021-01-14T15:24:07.644Z] Removing intermediate container 1df74a9d0b19 [2021-01-14T15:24:07.644Z] ---> c8274ab662a0 [2021-01-14T15:24:07.644Z] Step 22/24 : LABEL arch=x86_64 [2021-01-14T15:24:09.582Z] 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-14T15:24:09.582Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-14T15:24:09.862Z] ---> Running in 7c630e82dfdb [2021-01-14T15:24:10.452Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-14T15:24:11.099Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.526s coverage: 27.0% of statements [2021-01-14T15:24:11.099Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-14T15:24:11.099Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-14T15:24:11.099Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-14T15:24:11.099Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-14T15:24:11.099Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-14T15:24:11.099Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-14T15:24:11.099Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.064s coverage: 100.0% of statements [2021-01-14T15:24:11.099Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-14T15:24:11.099Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.071s coverage: 100.0% of statements [2021-01-14T15:24:11.099Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-14T15:24:11.099Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-14T15:24:11.099Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.354s coverage: 67.9% of statements [2021-01-14T15:24:11.099Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-14T15:24:11.099Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-14T15:24:11.099Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.372s coverage: 82.3% of statements [2021-01-14T15:24:11.099Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-14T15:24:11.099Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-14T15:24:11.099Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-14T15:24:11.099Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-14T15:24:11.409Z] OK: 233 MiB in 51 packages [2021-01-14T15:24:11.685Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T15:24:11.685Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-14T15:24:11.685Z] ---> 4d91943d0123 [2021-01-14T15:24:11.685Z] Step 3/22 : WORKDIR /edgex-go [2021-01-14T15:24:11.685Z] ---> Using cache [2021-01-14T15:24:11.685Z] ---> 3bae7a790521 [2021-01-14T15:24:11.685Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T15:24:11.685Z] ---> Using cache [2021-01-14T15:24:11.685Z] ---> b73ff48e03e1 [2021-01-14T15:24:11.685Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-14T15:24:11.685Z] ---> Using cache [2021-01-14T15:24:11.685Z] ---> b84a8ab1a4df [2021-01-14T15:24:11.685Z] Step 6/22 : COPY go.mod . [2021-01-14T15:24:11.685Z] ---> Using cache [2021-01-14T15:24:11.685Z] ---> f889f378636b [2021-01-14T15:24:11.685Z] Step 7/22 : RUN go mod download [2021-01-14T15:24:11.685Z] ---> Using cache [2021-01-14T15:24:11.685Z] ---> 4bd5a5caf452 [2021-01-14T15:24:11.685Z] Step 8/22 : COPY . . [2021-01-14T15:24:11.685Z] ---> Using cache [2021-01-14T15:24:11.685Z] ---> 4cd21bbeeb0d [2021-01-14T15:24:11.685Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-14T15:24:12.640Z] Removing intermediate container 7c630e82dfdb [2021-01-14T15:24:12.640Z] ---> 68c540a8c835 [2021-01-14T15:24:12.640Z] Step 23/24 : LABEL git_sha=3f947bb58cd8eb5c706ecd008bed608996b20889 [2021-01-14T15:24:13.252Z] ---> Running in 9e3e3c5d16bb [2021-01-14T15:24:13.252Z] ---> Running in 6179783a928c [2021-01-14T15:24:15.208Z] Removing intermediate container 05ef3a251abd [2021-01-14T15:24:15.208Z] ---> 0c3a421cbe14 [2021-01-14T15:24:15.208Z] Step 6/26 : COPY go.mod . [2021-01-14T15:24:15.208Z] Removing intermediate container 6179783a928c [2021-01-14T15:24:15.208Z] ---> b92274790d58 [2021-01-14T15:24:15.208Z] Step 24/24 : LABEL version=0.0.0 [2021-01-14T15:24:15.208Z] ---> Running in 3f50bd5a503c [2021-01-14T15:24:15.479Z] 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-14T15:24:15.479Z] ---> 8a4d64f3c4f3 [2021-01-14T15:24:15.774Z] Step 7/26 : RUN go mod download [2021-01-14T15:24:15.774Z] Removing intermediate container 3f50bd5a503c [2021-01-14T15:24:15.774Z] ---> 1f2bd3c93b98 [2021-01-14T15:24:15.774Z] [2021-01-14T15:24:16.040Z] Successfully built 1f2bd3c93b98 [2021-01-14T15:24:16.315Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-14T15:24:16.315Z] ---> Running in fe097c1ea3ff [2021-01-14T15:24:19.415Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.068s coverage: 28.6% of statements [2021-01-14T15:24:19.415Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-14T15:24:19.415Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-14T15:24:19.415Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-14T15:24:19.415Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-14T15:24:19.415Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-14T15:24:19.415Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.181s coverage: 100.0% of statements [2021-01-14T15:24:19.415Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-14T15:24:19.415Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.087s coverage: 100.0% of statements [2021-01-14T15:24:19.416Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-14T15:24:19.416Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.302s coverage: 86.7% of statements [2021-01-14T15:24:19.416Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-14T15:24:19.694Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.339s coverage: 97.5% of statements [2021-01-14T15:24:19.694Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-14T15:24:19.694Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.139s coverage: 78.3% of statements [2021-01-14T15:24:19.694Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-14T15:24:19.694Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-14T15:24:19.694Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-14T15:24:19.694Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-14T15:24:20.621Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container fe097c1ea3ff [2021-01-14T15:24:20.621Z] ---> 01b0cc9c2de1 [2021-01-14T15:24:20.621Z] Step 8/26 : COPY . . [2021-01-14T15:24:26.064Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T15:24:26.064Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-14T15:24:26.064Z] ---> 4d91943d0123 [2021-01-14T15:24:26.064Z] Step 3/23 : WORKDIR /edgex-go [2021-01-14T15:24:26.064Z] ---> Using cache [2021-01-14T15:24:26.064Z] ---> 3bae7a790521 [2021-01-14T15:24:26.064Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T15:24:26.064Z] ---> Using cache [2021-01-14T15:24:26.064Z] ---> b73ff48e03e1 [2021-01-14T15:24:26.064Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-14T15:24:26.342Z] ---> Running in aab7e8c87059 [2021-01-14T15:24:27.767Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-14T15:24:27.995Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.084s coverage: 93.2% of statements [2021-01-14T15:24:27.995Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-14T15:24:27.995Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-14T15:24:27.995Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-14T15:24:27.995Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-14T15:24:27.995Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-14T15:24:27.995Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-14T15:24:27.995Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-14T15:24:27.995Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-14T15:24:27.995Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-14T15:24:27.995Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-14T15:24:27.995Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-14T15:24:27.995Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-14T15:24:27.995Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-14T15:24:27.995Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-14T15:24:27.995Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-14T15:24:27.995Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-14T15:24:27.995Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-14T15:24:27.995Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-14T15:24:27.995Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.052s coverage: 58.8% of statements [2021-01-14T15:24:27.995Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-14T15:24:27.995Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-14T15:24:27.995Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.187s coverage: 0.1% of statements [2021-01-14T15:24:27.995Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-14T15:24:27.995Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-14T15:24:27.995Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-14T15:24:27.995Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-14T15:24:27.995Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.061s coverage: 100.0% of statements [2021-01-14T15:24:27.995Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-14T15:24:27.995Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.116s coverage: 75.5% of statements [2021-01-14T15:24:27.995Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-14T15:24:27.995Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.061s coverage: 80.8% of statements [2021-01-14T15:24:27.995Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.189s coverage: 87.2% of statements [2021-01-14T15:24:28.349Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-14T15:24:28.925Z] OK: 233 MiB in 51 packages [2021-01-14T15:24:28.997Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.205s coverage: 84.2% of statements [2021-01-14T15:24:30.444Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.188s coverage: 91.4% of statements [2021-01-14T15:24:30.444Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-14T15:24:33.448Z] Removing intermediate container aab7e8c87059 [2021-01-14T15:24:33.448Z] ---> e459ea0c3bf4 [2021-01-14T15:24:33.448Z] Step 6/23 : COPY go.mod . [2021-01-14T15:24:33.855Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.553s coverage: 63.5% of statements [2021-01-14T15:24:33.855Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-14T15:24:33.855Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-14T15:24:33.855Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.061s coverage: 100.0% of statements [2021-01-14T15:24:33.855Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.114s coverage: 91.3% of statements [2021-01-14T15:24:33.855Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.058s coverage: 100.0% of statements [2021-01-14T15:24:33.855Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.068s coverage: 73.7% of statements [2021-01-14T15:24:34.462Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.063s coverage: 100.0% of statements [2021-01-14T15:24:34.775Z] ---> 11719d544a48 [2021-01-14T15:24:34.775Z] Step 7/23 : RUN go mod download [2021-01-14T15:24:37.829Z] ---> Running in e4b14217719e [2021-01-14T15:24:37.829Z] Removing intermediate container c3a5b966b88d [2021-01-14T15:24:37.829Z] ---> 1168aeeb457c [2021-01-14T15:24:37.829Z] [2021-01-14T15:24:37.829Z] Step 10/22 : FROM alpine:3.12 [2021-01-14T15:24:37.829Z] ---> 389fef711851 [2021-01-14T15:24:37.829Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-14T15:24:37.829Z] ---> Using cache [2021-01-14T15:24:37.829Z] ---> b9e6d2ac7066 [2021-01-14T15:24:38.092Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-14T15:24:38.092Z] ---> 32acc22e7887 [2021-01-14T15:24:38.092Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-14T15:24:38.359Z] ---> Running in c5ae730a946c [2021-01-14T15:24:38.359Z] ---> Running in b6eb8e352d12 [2021-01-14T15:24:38.935Z] Removing intermediate container c5ae730a946c [2021-01-14T15:24:38.935Z] ---> 6fb2affbcae7 [2021-01-14T15:24:38.935Z] Step 13/22 : WORKDIR / [2021-01-14T15:24:39.893Z] 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-14T15:24:39.927Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.940s coverage: 55.9% of statements [2021-01-14T15:24:39.927Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-14T15:24:39.927Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-14T15:24:39.927Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-14T15:24:39.927Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-14T15:24:39.927Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-14T15:24:39.927Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.391s coverage: 37.0% of statements [2021-01-14T15:24:39.927Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-14T15:24:39.927Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-14T15:24:39.927Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.567s coverage: 84.0% of statements [2021-01-14T15:24:39.927Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.075s coverage: 100.0% of statements [2021-01-14T15:24:40.163Z] ---> Running in c1bddf63a31f [2021-01-14T15:24:40.164Z] Removing intermediate container 9e3e3c5d16bb [2021-01-14T15:24:40.164Z] ---> a44fe673d6e9 [2021-01-14T15:24:40.164Z] [2021-01-14T15:24:40.164Z] Step 10/22 : FROM scratch [2021-01-14T15:24:40.164Z] ---> [2021-01-14T15:24:40.164Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-14T15:24:40.744Z] ---> Using cache [2021-01-14T15:24:40.744Z] ---> 8212570c0d61 [2021-01-14T15:24:40.744Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-14T15:24:41.013Z] ---> Running in 82e6f48cfcb8 [2021-01-14T15:24:41.013Z] Removing intermediate container c1bddf63a31f [2021-01-14T15:24:41.013Z] ---> 274fb42f0780 [2021-01-14T15:24:41.013Z] Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-14T15:24:41.013Z] Removing intermediate container e4b14217719e [2021-01-14T15:24:41.013Z] ---> 5499d506c403 [2021-01-14T15:24:41.013Z] Step 8/23 : COPY . . [2021-01-14T15:24:41.291Z] Removing intermediate container 82e6f48cfcb8 [2021-01-14T15:24:41.291Z] ---> 6d581b46b8dd [2021-01-14T15:24:41.291Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-14T15:24:41.894Z] ---> 25272d041fae [2021-01-14T15:24:41.894Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-14T15:24:41.894Z] ---> Running in 63515e5c7025 [2021-01-14T15:24:46.676Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.388s coverage: 47.1% of statements [2021-01-14T15:24:46.676Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-14T15:24:46.677Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-14T15:24:46.677Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-14T15:24:46.677Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-14T15:24:46.677Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-14T15:24:46.677Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.157s coverage: 100.0% of statements [2021-01-14T15:24:46.677Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-14T15:24:46.677Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.138s coverage: 100.0% of statements [2021-01-14T15:24:46.677Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-14T15:24:47.281Z] Removing intermediate container 63515e5c7025 [2021-01-14T15:24:47.281Z] ---> 6000581c3ef8 [2021-01-14T15:24:47.281Z] Step 14/22 : WORKDIR / [2021-01-14T15:24:48.230Z] ---> 255d4860c2cf [2021-01-14T15:24:48.230Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-14T15:24:48.230Z] ---> Running in 9fbc66526e35 [2021-01-14T15:24:50.172Z] ---> 027a0d75c43a [2021-01-14T15:24:50.172Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-14T15:24:50.758Z] Removing intermediate container 9fbc66526e35 [2021-01-14T15:24:50.758Z] ---> ab3cf83dbb14 [2021-01-14T15:24:50.758Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-14T15:24:52.107Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.108s coverage: 29.1% of statements [2021-01-14T15:24:52.107Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-14T15:24:52.107Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-14T15:24:52.107Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-14T15:24:52.107Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-14T15:24:52.107Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-14T15:24:52.107Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.213s coverage: 99.0% of statements [2021-01-14T15:24:52.107Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-14T15:24:52.107Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.144s coverage: 100.0% of statements [2021-01-14T15:24:52.108Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-14T15:24:52.108Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.065s coverage: 0.0% of statements [2021-01-14T15:24:52.108Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-14T15:24:52.108Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.076s coverage: 100.0% of statements [2021-01-14T15:24:52.108Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-14T15:24:52.108Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-14T15:24:52.108Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-14T15:24:52.108Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-14T15:24:52.108Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.114s coverage: 87.9% of statements [2021-01-14T15:24:52.108Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-14T15:24:52.108Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-14T15:24:52.108Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.062s coverage: 100.0% of statements [2021-01-14T15:24:52.108Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.055s coverage: 32.1% of statements [2021-01-14T15:24:53.338Z] ---> 609418b24945 [2021-01-14T15:24:53.338Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-14T15:24:53.538Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements [2021-01-14T15:24:54.134Z] GO111MODULE=on go vet ./... [2021-01-14T15:24:54.311Z] ---> f9760d4c07d6 [2021-01-14T15:24:54.311Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-14T15:24:54.577Z] ---> Running in 82a7ae4be50f [2021-01-14T15:24:57.146Z] ---> b957e83d5e3f [2021-01-14T15:24:57.146Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-14T15:24:59.716Z] ---> 6a828026da35 [2021-01-14T15:24:59.716Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-14T15:24:59.716Z] ---> Running in 03fcf4ba9914 [2021-01-14T15:24:59.716Z] Removing intermediate container 82a7ae4be50f [2021-01-14T15:24:59.716Z] ---> a7118ff79bf8 [2021-01-14T15:24:59.716Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-14T15:24:59.716Z] ---> 61ed193f5565 [2021-01-14T15:24:59.716Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-14T15:24:59.985Z] ---> Running in 570949a84fb2 [2021-01-14T15:24:59.985Z] Removing intermediate container 03fcf4ba9914 [2021-01-14T15:24:59.985Z] ---> 8b0d076deb92 [2021-01-14T15:24:59.985Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-14T15:24:59.985Z] ---> Running in c99f260a18c8 [2021-01-14T15:25:01.379Z] ---> Running in 0da123b56b60 [2021-01-14T15:25:01.379Z] Removing intermediate container 570949a84fb2 [2021-01-14T15:25:01.379Z] ---> 5fd6545601a1 [2021-01-14T15:25:01.379Z] Step 20/22 : LABEL arch=x86_64 [2021-01-14T15:25:01.650Z] ---> Running in 81f3a7ebe1d1 [2021-01-14T15:25:01.915Z] Removing intermediate container 0da123b56b60 [2021-01-14T15:25:01.915Z] ---> 36cf40f79f6b [2021-01-14T15:25:01.915Z] Step 20/22 : LABEL arch=x86_64 [2021-01-14T15:25:01.915Z] Removing intermediate container b6eb8e352d12 [2021-01-14T15:25:01.915Z] ---> c21e3962caf2 [2021-01-14T15:25:01.915Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-14T15:25:01.915Z] ---> Running in 630910bfbf0a [2021-01-14T15:25:01.915Z] ---> Running in bfdd4fdcc6ce [2021-01-14T15:25:01.915Z] 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-14T15:25:02.180Z] Removing intermediate container 81f3a7ebe1d1 [2021-01-14T15:25:02.180Z] ---> e9a9a9895109 [2021-01-14T15:25:02.180Z] Step 21/22 : LABEL git_sha=3f947bb58cd8eb5c706ecd008bed608996b20889 [2021-01-14T15:25:02.446Z] Removing intermediate container 630910bfbf0a [2021-01-14T15:25:02.446Z] ---> 2535a3bfed7d [2021-01-14T15:25:02.446Z] Step 21/22 : LABEL git_sha=3f947bb58cd8eb5c706ecd008bed608996b20889 [2021-01-14T15:25:02.446Z] ---> Running in 944f084ab5f9 [2021-01-14T15:25:02.446Z] ---> Running in f178b3e9ce9e [2021-01-14T15:25:02.446Z] Removing intermediate container 944f084ab5f9 [2021-01-14T15:25:02.446Z] ---> f46980c2fd83 [2021-01-14T15:25:02.446Z] Step 22/22 : LABEL version=0.0.0 [2021-01-14T15:25:02.720Z] ---> Running in d654fd565d1d [2021-01-14T15:25:02.720Z] Removing intermediate container f178b3e9ce9e [2021-01-14T15:25:02.720Z] ---> 5a47ccf820ef [2021-01-14T15:25:02.720Z] Step 22/22 : LABEL version=0.0.0 [2021-01-14T15:25:02.720Z] 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-14T15:25:02.720Z] ---> Running in 3f3f1bdf4ce9 [2021-01-14T15:25:02.991Z] Removing intermediate container d654fd565d1d [2021-01-14T15:25:02.991Z] ---> b65d939db003 [2021-01-14T15:25:02.991Z] [2021-01-14T15:25:02.991Z] Removing intermediate container 3f3f1bdf4ce9 [2021-01-14T15:25:02.991Z] ---> 95ec09691c65 [2021-01-14T15:25:02.991Z] [2021-01-14T15:25:03.265Z] Successfully built b65d939db003 [2021-01-14T15:25:03.265Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2021-01-14T15:25:03.265Z]  Building docker-security-bootstrap-redis-go ... done Successfully built 95ec09691c65 [2021-01-14T15:25:03.265Z] Successfully tagged docker-core-command-go:latest [2021-01-14T15:25:05.219Z]  Building docker-core-command-go ... done Removing intermediate container bfdd4fdcc6ce [2021-01-14T15:25:05.219Z] ---> 13c54eba4f19 [2021-01-14T15:25:05.219Z] [2021-01-14T15:25:05.219Z] Step 11/26 : FROM docker:20.10.0 [2021-01-14T15:25:05.495Z] 20.10.0: Pulling from library/docker [2021-01-14T15:25:15.597Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-14T15:25:15.597Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-14T15:25:15.597Z] ---> aefe523efa57 [2021-01-14T15:25:15.597Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-14T15:25:15.597Z] ---> Running in 261c337b6e7c [2021-01-14T15:25:15.859Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-14T15:25:16.122Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-14T15:25:16.383Z] (1/2) Installing readline (8.0.4-r0) [2021-01-14T15:25:16.383Z] (2/2) Installing bash (5.0.17-r0) [2021-01-14T15:25:16.383Z] Executing bash-5.0.17-r0.post-install [2021-01-14T15:25:16.383Z] Executing busybox-1.31.1-r19.trigger [2021-01-14T15:25:16.383Z] OK: 12 MiB in 22 packages [2021-01-14T15:25:18.317Z] Removing intermediate container 261c337b6e7c [2021-01-14T15:25:18.317Z] ---> 06841cc108ab [2021-01-14T15:25:18.317Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-14T15:25:18.579Z] ---> Running in ded92615fd15 [2021-01-14T15:25:18.579Z] Removing intermediate container c99f260a18c8 [2021-01-14T15:25:18.579Z] ---> 8a33b6ded9a2 [2021-01-14T15:25:18.579Z] [2021-01-14T15:25:18.579Z] Step 10/23 : FROM alpine:3.12 [2021-01-14T15:25:18.579Z] ---> 389fef711851 [2021-01-14T15:25:18.579Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-14T15:25:18.842Z] ---> Running in 4e6ac024a3c7 [2021-01-14T15:25:18.842Z] Removing intermediate container ded92615fd15 [2021-01-14T15:25:18.842Z] ---> 38191d55a449 [2021-01-14T15:25:18.842Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-14T15:25:18.842Z] ---> Running in 5934ba6cf5f9 [2021-01-14T15:25:18.842Z] Removing intermediate container 4e6ac024a3c7 [2021-01-14T15:25:18.842Z] ---> 0b33abbf35ac [2021-01-14T15:25:18.842Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-14T15:25:19.106Z] ---> Running in 0af25436faf9 [2021-01-14T15:25:19.106Z] Removing intermediate container 5934ba6cf5f9 [2021-01-14T15:25:19.106Z] ---> c2042c53957f [2021-01-14T15:25:19.106Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-14T15:25:19.106Z] ---> Running in f72821be7bd7 [2021-01-14T15:25:19.369Z] Removing intermediate container 0af25436faf9 [2021-01-14T15:25:19.369Z] ---> b8a6022ab465 [2021-01-14T15:25:19.369Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-14T15:25:19.369Z] ---> Running in 9d8eda057ea6 [2021-01-14T15:25:19.369Z] Removing intermediate container f72821be7bd7 [2021-01-14T15:25:19.369Z] ---> 7fb3c90b89eb [2021-01-14T15:25:19.369Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-14T15:25:19.631Z] Removing intermediate container 9d8eda057ea6 [2021-01-14T15:25:19.631Z] ---> a292e876d824 [2021-01-14T15:25:19.631Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T15:25:19.631Z] ---> Running in f02394579be3 [2021-01-14T15:25:19.899Z] ---> a7986944ba25 [2021-01-14T15:25:19.899Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-14T15:25:20.477Z] ---> f64c0d3b2e70 [2021-01-14T15:25:20.477Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-14T15:25:20.739Z] ---> c26e684d69ad [2021-01-14T15:25:20.739Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-14T15:25:20.739Z] Removing intermediate container f02394579be3 [2021-01-14T15:25:20.739Z] ---> 616b5b8f3f6d [2021-01-14T15:25:20.739Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-14T15:25:20.739Z] ---> Running in 6c797137129f [2021-01-14T15:25:20.739Z] ---> Running in 450ef32ec6be [2021-01-14T15:25:21.318Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-14T15:25:21.318Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-14T15:25:21.318Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-14T15:25:21.580Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-14T15:25:21.580Z] (2/33) Installing expat (2.2.9-r1) [2021-01-14T15:25:21.580Z] (3/33) Installing libffi (3.3-r2) [2021-01-14T15:25:21.580Z] (4/33) Installing gdbm (1.13-r1) [2021-01-14T15:25:21.580Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-14T15:25:21.580Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-14T15:25:21.580Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-14T15:25:22.154Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-14T15:25:22.416Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-14T15:25:22.677Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-14T15:25:22.677Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-14T15:25:22.677Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-14T15:25:22.677Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-14T15:25:22.677Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-14T15:25:22.677Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-14T15:25:22.677Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-14T15:25:22.677Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-14T15:25:22.677Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-14T15:25:22.677Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-14T15:25:22.677Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-14T15:25:22.677Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-14T15:25:22.677Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-14T15:25:22.938Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-14T15:25:22.938Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-14T15:25:22.938Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-14T15:25:22.938Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-14T15:25:22.938Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-14T15:25:22.938Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-14T15:25:22.938Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-14T15:25:22.938Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-14T15:25:22.938Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-14T15:25:22.938Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-14T15:25:22.938Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-14T15:25:22.938Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-14T15:25:22.938Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-14T15:25:22.938Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-14T15:25:23.207Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-14T15:25:23.207Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-14T15:25:23.207Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-14T15:25:23.207Z] Executing busybox-1.31.1-r19.trigger [2021-01-14T15:25:23.207Z] OK: 8 MiB in 19 packages [2021-01-14T15:25:23.207Z] Executing busybox-1.31.1-r19.trigger [2021-01-14T15:25:23.207Z] OK: 71 MiB in 55 packages [2021-01-14T15:25:28.510Z] Removing intermediate container 450ef32ec6be [2021-01-14T15:25:28.510Z] ---> 4a3b3421e783 [2021-01-14T15:25:28.510Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-14T15:25:30.428Z] ---> f48f4c2c038c [2021-01-14T15:25:30.429Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-14T15:25:32.345Z] ---> b2be0b46b00b [2021-01-14T15:25:32.345Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-14T15:25:32.345Z] Removing intermediate container 6c797137129f [2021-01-14T15:25:32.345Z] ---> c77e784820bd [2021-01-14T15:25:32.345Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-14T15:25:32.345Z] ---> Running in 4a4ac253204a [2021-01-14T15:25:32.345Z] ---> 6a41b479e0d0 [2021-01-14T15:25:32.345Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-14T15:25:32.345Z] ---> Running in e3d7bffea71f [2021-01-14T15:25:32.608Z] Removing intermediate container e3d7bffea71f [2021-01-14T15:25:32.608Z] ---> ae3ffef6faf1 [2021-01-14T15:25:32.608Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-14T15:25:32.608Z] ---> Running in ceaa94a9da80 [2021-01-14T15:25:32.871Z] Removing intermediate container ceaa94a9da80 [2021-01-14T15:25:32.871Z] ---> 1cc1f4af76f2 [2021-01-14T15:25:32.871Z] Step 21/23 : LABEL arch=x86_64 [2021-01-14T15:25:32.871Z] ---> Running in 588226a83260 [2021-01-14T15:25:33.138Z] Removing intermediate container 588226a83260 [2021-01-14T15:25:33.138Z] ---> f3c5cf0292fd [2021-01-14T15:25:33.138Z] Step 22/23 : LABEL git_sha=3f947bb58cd8eb5c706ecd008bed608996b20889 [2021-01-14T15:25:33.138Z] ---> Running in ad10d87055c1 [2021-01-14T15:25:33.401Z] Removing intermediate container ad10d87055c1 [2021-01-14T15:25:33.401Z] ---> feedb256ec38 [2021-01-14T15:25:33.401Z] Step 23/23 : LABEL version=0.0.0 [2021-01-14T15:25:33.401Z] ---> Running in 382a0c1f6930 [2021-01-14T15:25:33.401Z] Collecting docker-compose==1.23.2 [2021-01-14T15:25:33.401Z] Removing intermediate container 382a0c1f6930 [2021-01-14T15:25:33.401Z] ---> bbdcc4c39660 [2021-01-14T15:25:33.401Z] [2021-01-14T15:25:33.663Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-14T15:25:33.663Z] Successfully built bbdcc4c39660 [2021-01-14T15:25:33.663Z] Successfully tagged docker-core-data-go:latest [2021-01-14T15:25:33.663Z]  Building docker-core-data-go ... done Collecting docopt<0.7,>=0.6.1 [2021-01-14T15:25:33.663Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-14T15:25:34.235Z] Collecting texttable<0.10,>=0.9.0 [2021-01-14T15:25:34.235Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-14T15:25:34.808Z] Collecting PyYAML<4,>=3.10 [2021-01-14T15:25:34.808Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-14T15:25:35.753Z] Collecting docker<4.0,>=3.6.0 [2021-01-14T15:25:35.753Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-14T15:25:35.753Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-14T15:25:35.753Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-14T15:25:37.674Z] Collecting cached-property<2,>=1.2.0 [2021-01-14T15:25:37.674Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-14T15:25:37.674Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-14T15:25:37.674Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-14T15:25:37.935Z] Collecting jsonschema<3,>=2.5.1 [2021-01-14T15:25:37.935Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-14T15:25:37.935Z] 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-14T15:25:38.197Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-14T15:25:38.197Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-14T15:25:38.197Z] Collecting docker-pycreds>=0.4.0 [2021-01-14T15:25:38.459Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-14T15:25:38.460Z] Collecting idna<2.8,>=2.5 [2021-01-14T15:25:38.460Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-14T15:25:38.460Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-14T15:25:38.460Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-14T15:25:38.721Z] 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-14T15:25:38.721Z] 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-14T15:25:38.721Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-14T15:25:38.721Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-14T15:25:38.721Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-14T15:25:38.721Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-14T15:25:38.721Z] Installing collected packages: docopt, texttable, PyYAML, websocket-client, docker-pycreds, idna, urllib3, requests, docker, dockerpty, cached-property, jsonschema, docker-compose [2021-01-14T15:25:38.721Z] Running setup.py install for docopt: started [2021-01-14T15:25:39.293Z] Running setup.py install for docopt: finished with status 'done' [2021-01-14T15:25:39.293Z] Running setup.py install for texttable: started [2021-01-14T15:25:39.868Z] Running setup.py install for texttable: finished with status 'done' [2021-01-14T15:25:39.868Z] Running setup.py install for PyYAML: started [2021-01-14T15:25:40.129Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-14T15:25:40.391Z] Attempting uninstall: idna [2021-01-14T15:25:40.391Z] Found existing installation: idna 2.9 [2021-01-14T15:25:40.391Z] Uninstalling idna-2.9: [2021-01-14T15:25:40.391Z] Successfully uninstalled idna-2.9 [2021-01-14T15:25:40.652Z] Attempting uninstall: urllib3 [2021-01-14T15:25:40.652Z] Found existing installation: urllib3 1.25.9 [2021-01-14T15:25:40.652Z] Uninstalling urllib3-1.25.9: [2021-01-14T15:25:40.652Z] Successfully uninstalled urllib3-1.25.9 [2021-01-14T15:25:40.914Z] Attempting uninstall: requests [2021-01-14T15:25:40.914Z] Found existing installation: requests 2.23.0 [2021-01-14T15:25:40.914Z] Uninstalling requests-2.23.0: [2021-01-14T15:25:40.914Z] Successfully uninstalled requests-2.23.0 [2021-01-14T15:25:41.174Z] Running setup.py install for dockerpty: started [2021-01-14T15:25:41.747Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-14T15:25:42.011Z] 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-14T15:25:45.315Z] Removing intermediate container 4a4ac253204a [2021-01-14T15:25:45.315Z] ---> b1685f9af538 [2021-01-14T15:25:45.315Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-14T15:25:45.315Z] ---> Running in 1f6c13cdcfe7 [2021-01-14T15:25:45.315Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-14T15:25:45.315Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-14T15:25:45.575Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-14T15:25:45.576Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-14T15:25:45.576Z] (3/3) Installing curl (7.69.1-r3) [2021-01-14T15:25:45.576Z] Executing busybox-1.31.1-r19.trigger [2021-01-14T15:25:45.576Z] OK: 72 MiB in 58 packages [2021-01-14T15:25:46.148Z] Removing intermediate container 1f6c13cdcfe7 [2021-01-14T15:25:46.148Z] ---> 98e25aafd788 [2021-01-14T15:25:46.148Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-14T15:25:46.148Z] ---> Running in e1db2935b60b [2021-01-14T15:25:46.148Z] Removing intermediate container e1db2935b60b [2021-01-14T15:25:46.148Z] ---> 783455b37f92 [2021-01-14T15:25:46.148Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-14T15:25:46.409Z] ---> Running in 018ee810adfd [2021-01-14T15:25:46.409Z] Removing intermediate container 018ee810adfd [2021-01-14T15:25:46.409Z] ---> 64c5586c7abc [2021-01-14T15:25:46.409Z] Step 24/26 : LABEL arch=x86_64 [2021-01-14T15:25:46.671Z] ---> Running in 03c9ef8ba318 [2021-01-14T15:25:46.671Z] Removing intermediate container 03c9ef8ba318 [2021-01-14T15:25:46.671Z] ---> 026b7516b5ca [2021-01-14T15:25:46.671Z] Step 25/26 : LABEL git_sha=3f947bb58cd8eb5c706ecd008bed608996b20889 [2021-01-14T15:25:46.671Z] ---> Running in 2aa5eaf7ce7c [2021-01-14T15:25:46.934Z] Removing intermediate container 2aa5eaf7ce7c [2021-01-14T15:25:46.934Z] ---> 4536d512650e [2021-01-14T15:25:46.934Z] Step 26/26 : LABEL version=0.0.0 [2021-01-14T15:25:46.934Z] ---> Running in caf637afc576 [2021-01-14T15:25:47.196Z] Removing intermediate container caf637afc576 [2021-01-14T15:25:47.196Z] ---> 736ae9c9f19c [2021-01-14T15:25:47.196Z] [2021-01-14T15:25:47.196Z] Successfully built 736ae9c9f19c [2021-01-14T15:25:47.196Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-14T15:25:47.779Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-14T15:25:47.791Z] $ docker stop --time=1 554bf9b7a70264c136341645a227736c050515a85077e47931fd2ff266400ec4 [2021-01-14T15:25:49.316Z] $ docker rm -f 554bf9b7a70264c136341645a227736c050515a85077e47931fd2ff266400ec4 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-14T15:25:49.921Z] + docker images [2021-01-14T15:25:49.922Z] + grep docker [2021-01-14T15:25:50.183Z] docker-sys-mgmt-agent-go latest 736ae9c9f19c 4 seconds ago 313MB [2021-01-14T15:25:50.183Z] docker-core-data-go latest bbdcc4c39660 17 seconds ago 22.3MB [2021-01-14T15:25:50.183Z] docker-security-bootstrap-redis-go latest b65d939db003 48 seconds ago 15.8MB [2021-01-14T15:25:50.183Z] docker-core-command-go latest 95ec09691c65 48 seconds ago 10.6MB [2021-01-14T15:25:50.183Z] docker-security-secretstore-setup-go latest 1f2bd3c93b98 About a minute ago 24.6MB [2021-01-14T15:25:50.183Z] docker-security-proxy-setup-go latest ce7368d69af2 About a minute ago 24.5MB [2021-01-14T15:25:50.183Z] docker-support-notifications-go latest 4ea22e6be63d About a minute ago 12MB [2021-01-14T15:25:50.183Z] docker-core-metadata-go latest ea766f01ae52 2 minutes ago 13.1MB [2021-01-14T15:25:50.183Z] docker-support-scheduler-go latest 830aa4cb00c8 2 minutes ago 10.7MB [2021-01-14T15:25:50.183Z] 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-14T15:26:02.198Z] gofmt -l . [2021-01-14T15:26:02.198Z] [ "`gofmt -l .`" = "" ] [2021-01-14T15:26:02.198Z] ./bin/test-go-mod-tidy.sh [2021-01-14T15:26:02.198Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-14T15:26:03.836Z] + ls -al . [2021-01-14T15:26:03.836Z] total 688 [2021-01-14T15:26:03.836Z] drwxrwxr-x 9 1001 1001 4096 Jan 14 15:26 . [2021-01-14T15:26:03.836Z] drwxr-xr-x 4 root root 4096 Jan 14 15:22 .. [2021-01-14T15:26:03.836Z] -rw-rw-r-- 1 1001 1001 11 Jan 14 15:21 .dockerignore [2021-01-14T15:26:03.836Z] drwxrwxr-x 8 1001 1001 4096 Jan 14 15:21 .git [2021-01-14T15:26:03.836Z] drwxrwxr-x 3 1001 1001 4096 Jan 14 15:21 .github [2021-01-14T15:26:03.836Z] -rw-rw-r-- 1 1001 1001 824 Jan 14 15:21 .gitignore [2021-01-14T15:26:03.836Z] -rw-rw-r-- 1 1001 1001 166 Jan 14 15:21 .sonarcloud.properties [2021-01-14T15:26:03.836Z] -rw-rw-r-- 1 1001 1001 7741 Jan 14 15:21 Attribution.txt [2021-01-14T15:26:03.836Z] -rw-rw-r-- 1 1001 1001 3804 Jan 14 15:21 CONTRIBUTING.md [2021-01-14T15:26:03.836Z] -rw-rw-r-- 1 1001 1001 931 Jan 14 15:21 Dockerfile.build [2021-01-14T15:26:03.836Z] -rw-rw-r-- 1 1001 1001 863 Jan 14 15:21 Jenkinsfile [2021-01-14T15:26:03.836Z] -rw-rw-r-- 1 1001 1001 10775 Jan 14 15:21 LICENSE [2021-01-14T15:26:03.836Z] -rw-rw-r-- 1 1001 1001 5750 Jan 14 15:21 Makefile [2021-01-14T15:26:03.836Z] -rw-rw-r-- 1 1001 1001 6524 Jan 14 15:21 README.md [2021-01-14T15:26:03.836Z] -rw-rw-r-- 1 1001 1001 6744 Jan 14 15:21 SECURITY.md [2021-01-14T15:26:03.836Z] -rw-rw-r-- 1 1001 1001 5 Jan 14 15:18 VERSION [2021-01-14T15:26:03.836Z] -rw-rw-r-- 1 1001 1001 4131 Jan 14 15:21 ZMQWindows.md [2021-01-14T15:26:03.836Z] drwxrwxr-x 2 1001 1001 4096 Jan 14 15:21 bin [2021-01-14T15:26:03.836Z] drwxrwxr-x 14 1001 1001 4096 Jan 14 15:21 cmd [2021-01-14T15:26:03.836Z] -rw-r--r-- 1 root root 555118 Jan 14 15:24 coverage.out [2021-01-14T15:26:03.836Z] -rw-r--r-- 1 root root 979 Jan 14 15:26 go.mod [2021-01-14T15:26:03.836Z] -rw-r--r-- 1 root root 19036 Jan 14 15:26 go.sum [2021-01-14T15:26:03.836Z] drwxrwxr-x 8 1001 1001 4096 Jan 14 15:21 internal [2021-01-14T15:26:03.837Z] drwxrwxr-x 4 1001 1001 4096 Jan 14 15:21 openapi [2021-01-14T15:26:03.837Z] drwxrwxr-x 4 1001 1001 4096 Jan 14 15:21 snap [2021-01-14T15:26:03.837Z] -rw-rw-r-- 1 1001 1001 168 Jan 14 15:21 version.go [Pipeline] sh [2021-01-14T15:26:04.500Z] + '[' -e coverage.out ] [2021-01-14T15:26:04.501Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-14T15:26:04.521Z] Warning: overwriting stash ‘coverage-report’ [2021-01-14T15:26:05.703Z] Stashed 1 file(s) [Pipeline] sh [2021-01-14T15:26:06.107Z] Still waiting to schedule task [2021-01-14T15:26:06.107Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-01-14T15:26:06.389Z] + make build [2021-01-14T15:26:06.389Z] 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-14T15:26:16.561Z] 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-14T15:26:38.730Z] 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-14T15:26:42.115Z] 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-14T15:26:47.514Z] 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-14T15:26:48.490Z] 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-14T15:26:52.811Z] 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-14T15:26:58.214Z] 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-14T15:27:00.479Z] Running on prd-ubuntu18.04-docker-8c-8g-20231 in /w/workspace/edgexfoundry_edgex-go_PR-3002 [Pipeline] { [Pipeline] ws [2021-01-14T15:27:00.575Z] Running in /w/workspace/edgex-go/13 [Pipeline] { [Pipeline] checkout [2021-01-14T15:27:00.865Z] 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-14T15:27:02.657Z] using credential edgex-jenkins-ssh [2021-01-14T15:27:02.715Z] Cloning the remote Git repository [2021-01-14T15:27:02.739Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-14T15:27:02.810Z] > git init /w/workspace/edgex-go/13 # timeout=10 [2021-01-14T15:27:02.844Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-14T15:27:02.844Z] > git --version # timeout=10 [2021-01-14T15:27:02.853Z] > git --version # 'git version 2.17.1' [2021-01-14T15:27:02.854Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-14T15:27:02.884Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-14T15:27:05.187Z] 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-14T15:27:08.581Z] 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-14T15:27:09.972Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-14T15:27:09.982Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-14T15:27:09.997Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-14T15:27:10.009Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-14T15:27:10.009Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-14T15:27:10.012Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3002/head:refs/remotes/origin/PR-3002 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-14T15:27:10.654Z] Merging remotes/origin/master commit 9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5 into PR head commit 3f947bb58cd8eb5c706ecd008bed608996b20889 [2021-01-14T15:27:10.779Z] Merge succeeded, producing 3f947bb58cd8eb5c706ecd008bed608996b20889 [2021-01-14T15:27:10.780Z] Checking out Revision 3f947bb58cd8eb5c706ecd008bed608996b20889 (PR-3002) [2021-01-14T15:27:10.664Z] > git config core.sparsecheckout # timeout=10 [2021-01-14T15:27:10.677Z] > git checkout -f 3f947bb58cd8eb5c706ecd008bed608996b20889 # timeout=10 [2021-01-14T15:27:10.751Z] > git remote # timeout=10 [2021-01-14T15:27:10.757Z] > git config --get remote.origin.url # timeout=10 [2021-01-14T15:27:10.762Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-14T15:27:10.765Z] > git merge 9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5 # timeout=10 [2021-01-14T15:27:10.775Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-14T15:27:10.782Z] > git config core.sparsecheckout # timeout=10 [2021-01-14T15:27:10.785Z] > git checkout -f 3f947bb58cd8eb5c706ecd008bed608996b20889 # timeout=10 [2021-01-14T15:27:12.891Z] 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-14T15:27:14.488Z] Commit message: "Merge branch 'master' into issue-2934" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-14T15:27:15.836Z] + echo snap-build.sh [2021-01-14T15:27:15.836Z] snap-build.sh [2021-01-14T15:27:15.836Z] + SNAP_BASE_DIR=. [2021-01-14T15:27:15.836Z] + '[' '!' -z /w/workspace/edgex-go/13 ']' [2021-01-14T15:27:15.836Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/13 [2021-01-14T15:27:15.836Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/13]' [2021-01-14T15:27:15.836Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/13] [2021-01-14T15:27:15.836Z] + cd /w/workspace/edgex-go/13 [2021-01-14T15:27:15.836Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-01-14T15:27:15.836Z] Reading package lists... [2021-01-14T15:27:16.098Z] Building dependency tree... [2021-01-14T15:27:16.098Z] Reading state information... [2021-01-14T15:27:16.098Z] The following packages were automatically installed and are no longer required: [2021-01-14T15:27:16.098Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-01-14T15:27:16.098Z] uidmap xdelta3 [2021-01-14T15:27:16.098Z] Use 'sudo apt autoremove' to remove them. [2021-01-14T15:27:16.098Z] The following packages will be REMOVED: [2021-01-14T15:27:16.098Z] lxd* lxd-client* [Pipeline] } [2021-01-14T15:27:16.292Z] $ docker stop --time=1 2ca10f9034787f2b78a61b2ac4e3571957b025c8f645dc6dbfc0a366463e68c2 [2021-01-14T15:27:16.682Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-01-14T15:27:16.682Z] After this operation, 31.7 MB disk space will be freed. [2021-01-14T15:27:17.731Z] (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-14T15:27:17.731Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-14T15:27:18.675Z] Removing lxd dnsmasq configuration [2021-01-14T15:27:18.675Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-01-14T15:27:18.675Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-01-14T15:27:18.918Z] $ docker rm -f 2ca10f9034787f2b78a61b2ac4e3571957b025c8f645dc6dbfc0a366463e68c2 [2021-01-14T15:27:19.622Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-01-14T15:27:19.884Z] (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-14T15:27:19.884Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-14T15:27:20.893Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-14T15:27:20.893Z] [2021-01-14T15:27:20.893Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-14T15:27:21.272Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-01-14T15:27:21.272Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-01-14T15:27:21.546Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-14T15:27:21.817Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-14T15:27:21.817Z] 29e5d40040c1: Pulling fs layer [2021-01-14T15:27:21.817Z] 1ce36da41761: Pulling fs layer [2021-01-14T15:27:21.817Z] 25b303627fd3: Pulling fs layer [2021-01-14T15:27:22.410Z] 29e5d40040c1: Verifying Checksum [2021-01-14T15:27:22.410Z] 29e5d40040c1: Download complete [2021-01-14T15:27:22.663Z] + sudo snap remove --purge lxd [2021-01-14T15:27:22.663Z] snap "lxd" is not installed [2021-01-14T15:27:22.663Z] + sudo groupadd --force --system lxd [2021-01-14T15:27:22.663Z] ++ whoami [2021-01-14T15:27:22.663Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-01-14T15:27:22.686Z] 1ce36da41761: Verifying Checksum [2021-01-14T15:27:22.686Z] 1ce36da41761: Download complete [2021-01-14T15:27:22.924Z] + newgrp - lxd [2021-01-14T15:27:22.924Z] + sudo snap install lxd [2021-01-14T15:27:22.964Z] 29e5d40040c1: Pull complete [2021-01-14T15:27:24.399Z] 1ce36da41761: Pull complete [2021-01-14T15:27:24.399Z] 25b303627fd3: Download complete [2021-01-14T15:27:31.111Z] 2021-01-14T15:27:29Z INFO Waiting for automatic snapd restart... [2021-01-14T15:27:34.563Z] 25b303627fd3: Pull complete [2021-01-14T15:27:34.563Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-14T15:27:34.563Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-14T15:27:34.563Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-14T15:27:34.825Z] prd-ubuntu18.04-docker-arm64-4c-16g-20230 does not seem to be running inside a container [2021-01-14T15:27:34.898Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@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-14T15:27:37.995Z] $ docker top 32838e96b1b4237d1e5bcd9797fccdbde74c6c5772ca4ac71c855638902d502d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-14T15:27:39.071Z] + docker-compose build --help [2021-01-14T15:27:39.072Z] + grep parallel [2021-01-14T15:27:42.444Z] --parallel Build images in parallel. [Pipeline] } [2021-01-14T15:27:42.723Z] $ docker stop --time=1 32838e96b1b4237d1e5bcd9797fccdbde74c6c5772ca4ac71c855638902d502d [2021-01-14T15:27:44.707Z] $ docker rm -f 32838e96b1b4237d1e5bcd9797fccdbde74c6c5772ca4ac71c855638902d502d [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-14T15:27:45.627Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-14T15:27:45.627Z] . [Pipeline] withDockerContainer [2021-01-14T15:27:45.856Z] prd-ubuntu18.04-docker-arm64-4c-16g-20230 does not seem to be running inside a container [2021-01-14T15:27:45.920Z] $ 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/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@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-14T15:27:47.298Z] $ docker top b7e96886f4a36eeeafe5c04784e55b234e2651ded77dac34def717f0f2d6188d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-14T15:27:48.400Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-14T15:27:49.243Z] lxd 4.10 from Canonical* installed [2021-01-14T15:27:49.243Z] + sudo lxd init --auto [2021-01-14T15:27:52.713Z] Building docker-core-command-go ... [2021-01-14T15:27:52.713Z] Building docker-core-data-go ... [2021-01-14T15:27:52.713Z] Building docker-core-metadata-go ... [2021-01-14T15:27:52.713Z] Building docker-security-bootstrap-redis-go ... [2021-01-14T15:27:52.713Z] Building docker-security-proxy-setup-go ... [2021-01-14T15:27:52.713Z] Building docker-security-secretstore-setup-go ... [2021-01-14T15:27:52.713Z] Building docker-support-notifications-go ... [2021-01-14T15:27:52.713Z] Building docker-support-scheduler-go ... [2021-01-14T15:27:52.713Z] Building docker-sys-mgmt-agent-go ... [2021-01-14T15:27:52.713Z] Building docker-security-proxy-setup-go [2021-01-14T15:27:52.713Z] Building docker-core-metadata-go [2021-01-14T15:27:52.713Z] Building docker-support-scheduler-go [2021-01-14T15:27:52.713Z] Building docker-security-bootstrap-redis-go [2021-01-14T15:27:52.713Z] Building docker-support-notifications-go [2021-01-14T15:27:57.393Z] + sudo snap install --classic snapcraft [2021-01-14T15:28:03.989Z] snapcraft 4.4.4 from Canonical* installed [2021-01-14T15:28:03.989Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-01-14T15:28:03.989Z] + patch --verbose -p1 [2021-01-14T15:28:03.989Z] Hmm... Looks like a unified diff to me... [2021-01-14T15:28:03.989Z] The text leading up to this was: [2021-01-14T15:28:03.989Z] -------------------------- [2021-01-14T15:28:03.989Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-01-14T15:28:03.989Z] |From: Tony Espy [2021-01-14T15:28:03.989Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-01-14T15:28:03.989Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-01-14T15:28:03.989Z] | [2021-01-14T15:28:03.989Z] |This patch is used by the EdgeX CI pipeline builds to [2021-01-14T15:28:03.989Z] |optimize the snap CI check run for pull requests. When [2021-01-14T15:28:03.989Z] |applied, it essentially strips out everything (apps and [2021-01-14T15:28:03.989Z] |parts) from the snapcraft.yaml file except those required [2021-01-14T15:28:03.989Z] |to build edgex-go, as the whole idea of the CI check is to [2021-01-14T15:28:03.989Z] |catch changes to edgex-go that break the snap build. [2021-01-14T15:28:03.989Z] | [2021-01-14T15:28:03.989Z] |In general, anyone updating snapcraft.yaml will also need [2021-01-14T15:28:03.989Z] |to update this patch file, otherwise it may fail to apply, [2021-01-14T15:28:03.989Z] |resulting in a failed snap build CI check in the associated [2021-01-14T15:28:03.989Z] |pull request. [2021-01-14T15:28:03.989Z] | [2021-01-14T15:28:03.989Z] |Note - in addition to applying this patch, the pipeline also [2021-01-14T15:28:03.989Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-01-14T15:28:03.989Z] |need to build the finally binary .snap file (and it won't [2021-01-14T15:28:03.989Z] |work with the patch applied). This further reduces the build [2021-01-14T15:28:03.989Z] |time. [2021-01-14T15:28:03.989Z] |--- [2021-01-14T15:28:03.989Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-01-14T15:28:03.989Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-01-14T15:28:03.989Z] | [2021-01-14T15:28:03.989Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-01-14T15:28:03.989Z] |index 1e537489..faf42425 100644 [2021-01-14T15:28:03.989Z] |--- a/snap/snapcraft.yaml [2021-01-14T15:28:03.989Z] |+++ b/snap/snapcraft.yaml [2021-01-14T15:28:03.989Z] -------------------------- [2021-01-14T15:28:03.989Z] patching file snap/snapcraft.yaml [2021-01-14T15:28:03.989Z] Using Plan A... [2021-01-14T15:28:03.989Z] Hunk #1 succeeded at 73. [2021-01-14T15:28:03.989Z] Hunk #2 succeeded at 202 with fuzz 1. [2021-01-14T15:28:03.989Z] Hunk #3 succeeded at 214 (offset -3 lines). [2021-01-14T15:28:03.989Z] Hunk #4 succeeded at 222 (offset -3 lines). [2021-01-14T15:28:03.989Z] Hunk #5 succeeded at 229 (offset -3 lines). [2021-01-14T15:28:03.989Z] Hunk #6 succeeded at 256 (offset -3 lines). [2021-01-14T15:28:03.989Z] Hunk #7 succeeded at 290 (offset -3 lines). [2021-01-14T15:28:03.989Z] Hunk #8 succeeded at 342 (offset -2 lines). [2021-01-14T15:28:03.989Z] Hmm... Ignoring the trailing garbage. [2021-01-14T15:28:03.989Z] done [2021-01-14T15:28:03.989Z] + sudo snapcraft prime --use-lxd [2021-01-14T15:28:04.290Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-01-14T15:28:04.290Z] 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-14T15:28:04.290Z] - README.md [2021-01-14T15:28:04.290Z] - snapcraft.yaml.orig [2021-01-14T15:28:04.290Z] [2021-01-14T15:28:04.290Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-14T15:28:04.862Z] Launching a container. [2021-01-14T15:28:17.105Z] Waiting for container to be ready [2021-01-14T15:28:17.105Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-01-14T15:28:17.105Z] [2021-01-14T15:28:19.651Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-01-14T15:28:19.912Z] Waiting for network to be ready... [2021-01-14T15:28:20.485Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-14T15:28:20.485Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-14T15:28:21.056Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-14T15:28:21.056Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1499 kB] [2021-01-14T15:28:21.056Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-14T15:28:21.317Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-14T15:28:21.318Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-14T15:28:21.318Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-14T15:28:21.318Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [290 kB] [2021-01-14T15:28:21.318Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-14T15:28:21.318Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-14T15:28:21.318Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-14T15:28:21.318Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] [2021-01-14T15:28:21.318Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] [2021-01-14T15:28:21.318Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [214 kB] [2021-01-14T15:28:21.318Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.2 kB] [2021-01-14T15:28:21.318Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1098 kB] [2021-01-14T15:28:21.577Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] [2021-01-14T15:28:21.577Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-14T15:28:21.839Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1842 kB] [2021-01-14T15:28:21.839Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [384 kB] [2021-01-14T15:28:21.839Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] [2021-01-14T15:28:21.839Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] [2021-01-14T15:28:21.839Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [237 kB] [2021-01-14T15:28:21.839Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.8 kB] [2021-01-14T15:28:21.839Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] [2021-01-14T15:28:22.100Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] [2021-01-14T15:28:24.645Z] Fetched 23.7 MB in 4s (5583 kB/s) [2021-01-14T15:28:25.589Z] Reading package lists... [2021-01-14T15:28:25.589Z] Reading package lists... [2021-01-14T15:28:25.851Z] Building dependency tree... [2021-01-14T15:28:25.851Z] Reading state information... [2021-01-14T15:28:25.851Z] The following additional packages will be installed: [2021-01-14T15:28:25.851Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-14T15:28:25.851Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-14T15:28:25.851Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-14T15:28:25.851Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-01-14T15:28:25.851Z] Suggested packages: [2021-01-14T15:28:25.851Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-01-14T15:28:25.851Z] Recommended packages: [2021-01-14T15:28:25.851Z] gnupg libsasl2-modules [2021-01-14T15:28:26.112Z] The following NEW packages will be installed: [2021-01-14T15:28:26.112Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-14T15:28:26.112Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-14T15:28:26.112Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-14T15:28:26.112Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-01-14T15:28:26.112Z] The following packages will be upgraded: [2021-01-14T15:28:26.112Z] gpg gpg-agent gpgconf libudev1 [2021-01-14T15:28:26.112Z] 4 upgraded, 18 newly installed, 0 to remove and 102 not upgraded. [2021-01-14T15:28:26.112Z] Need to get 3532 kB of archives. [2021-01-14T15:28:26.112Z] After this operation, 13.3 MB of additional disk space will be used. [2021-01-14T15:28:26.112Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-01-14T15:28:26.112Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-01-14T15:28:26.112Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-01-14T15:28:26.112Z] 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-14T15:28:26.112Z] 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-14T15:28:26.112Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-01-14T15:28:26.372Z] Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] [2021-01-14T15:28:26.634Z] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] [2021-01-14T15:28:26.894Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-01-14T15:28:26.894Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-01-14T15:28:26.894Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-01-14T15:28:26.894Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-01-14T15:28:26.894Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-01-14T15:28:26.894Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-01-14T15:28:26.894Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-01-14T15:28:26.894Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-01-14T15:28:26.894Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-01-14T15:28:26.894Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-01-14T15:28:27.159Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-01-14T15:28:27.159Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-01-14T15:28:27.159Z] 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-14T15:28:27.159Z] 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-14T15:28:27.159Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-14T15:28:27.159Z] Fetched 3532 kB in 1s (3278 kB/s) [2021-01-14T15:28:27.159Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-14T15:28:27.159Z] Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... [2021-01-14T15:28:27.420Z] Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-14T15:28:27.420Z] Setting up libudev1:amd64 (237-3ubuntu10.43) ... [2021-01-14T15:28:27.681Z] Selecting previously unselected package udev. [2021-01-14T15:28:27.681Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-14T15:28:27.681Z] Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... [2021-01-14T15:28:27.681Z] Unpacking udev (237-3ubuntu10.43) ... [2021-01-14T15:28:27.943Z] Selecting previously unselected package libfuse2:amd64. [2021-01-14T15:28:27.943Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-01-14T15:28:27.943Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-14T15:28:27.943Z] Selecting previously unselected package fuse. [2021-01-14T15:28:27.943Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-01-14T15:28:27.943Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-01-14T15:28:28.202Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-14T15:28:28.203Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-14T15:28:28.203Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-14T15:28:28.203Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-14T15:28:28.464Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-14T15:28:28.464Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-14T15:28:28.726Z] Selecting previously unselected package libksba8:amd64. [2021-01-14T15:28:28.726Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-01-14T15:28:28.726Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-01-14T15:28:28.726Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-01-14T15:28:28.726Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-14T15:28:28.726Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-14T15:28:28.996Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-01-14T15:28:28.996Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-14T15:28:28.996Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-14T15:28:28.996Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-01-14T15:28:28.996Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-14T15:28:28.996Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-14T15:28:28.996Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-01-14T15:28:28.996Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-14T15:28:28.996Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-14T15:28:29.257Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-01-14T15:28:29.257Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-14T15:28:29.257Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-14T15:28:29.257Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-01-14T15:28:29.257Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-14T15:28:29.257Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-14T15:28:29.518Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-01-14T15:28:29.518Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-14T15:28:29.518Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-14T15:28:29.518Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-01-14T15:28:29.518Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-14T15:28:29.518Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-14T15:28:29.518Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-01-14T15:28:29.518Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-14T15:28:29.518Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-14T15:28:29.779Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-01-14T15:28:29.779Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-14T15:28:29.779Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-14T15:28:29.779Z] Selecting previously unselected package libsasl2-2:amd64. [2021-01-14T15:28:29.779Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-14T15:28:29.779Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-14T15:28:29.779Z] Selecting previously unselected package libldap-common. [2021-01-14T15:28:29.779Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-01-14T15:28:29.779Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-14T15:28:30.040Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-01-14T15:28:30.040Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-01-14T15:28:30.040Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-14T15:28:30.040Z] Selecting previously unselected package dirmngr. [2021-01-14T15:28:30.040Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-14T15:28:30.040Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-14T15:28:30.300Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-14T15:28:30.300Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-01-14T15:28:30.300Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-14T15:28:30.300Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-14T15:28:30.300Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-14T15:28:30.300Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-01-14T15:28:30.300Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-14T15:28:30.561Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-01-14T15:28:30.561Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-14T15:28:30.561Z] Setting up udev (237-3ubuntu10.43) ... [2021-01-14T15:28:30.823Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-01-14T15:28:31.085Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-14T15:28:31.085Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-01-14T15:28:31.085Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-01-14T15:28:31.085Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-01-14T15:28:31.345Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-14T15:28:31.345Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-14T15:28:31.345Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-14T15:28:31.345Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-14T15:28:31.345Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-14T15:28:31.345Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-14T15:28:31.345Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-14T15:28:31.345Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-14T15:28:31.345Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-14T15:28:31.345Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-14T15:28:31.917Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-01-14T15:28:31.917Z] settings in the [Install] section, and DefaultInstance for template units). [2021-01-14T15:28:31.917Z] This means they are not meant to be enabled using systemctl. [2021-01-14T15:28:31.917Z] Possible reasons for having this kind of units are: [2021-01-14T15:28:31.917Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-01-14T15:28:31.917Z] .wants/ or .requires/ directory. [2021-01-14T15:28:31.917Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-01-14T15:28:31.917Z] a requirement dependency on it. [2021-01-14T15:28:31.917Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-01-14T15:28:31.917Z] D-Bus, udev, scripted systemctl call, ...). [2021-01-14T15:28:31.917Z] 4) In case of template units, the unit is meant to be enabled with some [2021-01-14T15:28:31.917Z] instance name specified. [2021-01-14T15:28:32.184Z] Reading package lists... [2021-01-14T15:28:32.184Z] Building dependency tree... [2021-01-14T15:28:32.184Z] Reading state information... [2021-01-14T15:28:32.445Z] The following additional packages will be installed: [2021-01-14T15:28:32.445Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-01-14T15:28:32.445Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-01-14T15:28:32.445Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-01-14T15:28:32.445Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-01-14T15:28:32.445Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-01-14T15:28:32.445Z] Suggested packages: [2021-01-14T15:28:32.445Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-01-14T15:28:32.445Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-01-14T15:28:32.445Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-01-14T15:28:32.445Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-01-14T15:28:32.445Z] systemd-container policykit-1 [2021-01-14T15:28:32.445Z] Recommended packages: [2021-01-14T15:28:32.445Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-01-14T15:28:32.445Z] The following NEW packages will be installed: [2021-01-14T15:28:32.445Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-01-14T15:28:32.445Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-01-14T15:28:32.445Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-01-14T15:28:32.445Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-01-14T15:28:32.445Z] python3.6-minimal snapd squashfs-tools sudo [2021-01-14T15:28:32.445Z] The following packages will be upgraded: [2021-01-14T15:28:32.445Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-01-14T15:28:32.706Z] 5 upgraded, 25 newly installed, 0 to remove and 97 not upgraded. [2021-01-14T15:28:32.706Z] Need to get 35.2 MB of archives. [2021-01-14T15:28:32.706Z] After this operation, 141 MB of additional disk space will be used. [2021-01-14T15:28:32.706Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] [2021-01-14T15:28:32.706Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-01-14T15:28:33.280Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-01-14T15:28:33.280Z] 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-14T15:28:33.281Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] [2021-01-14T15:28:33.281Z] 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-14T15:28:33.281Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-01-14T15:28:33.281Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-01-14T15:28:33.281Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-01-14T15:28:33.281Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-01-14T15:28:33.281Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-01-14T15:28:33.281Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-01-14T15:28:33.281Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] [2021-01-14T15:28:33.542Z] 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-14T15:28:33.542Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-01-14T15:28:33.542Z] 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-14T15:28:33.542Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-01-14T15:28:33.542Z] 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-14T15:28:33.542Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-01-14T15:28:33.542Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-01-14T15:28:33.542Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-01-14T15:28:33.542Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-01-14T15:28:33.542Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-01-14T15:28:33.542Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-01-14T15:28:33.803Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-01-14T15:28:33.803Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-01-14T15:28:33.803Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-01-14T15:28:33.803Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-01-14T15:28:33.803Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-01-14T15:28:33.803Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-01-14T15:28:34.755Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-14T15:28:34.755Z] Fetched 35.2 MB in 2s (15.2 MB/s) [2021-01-14T15:28:35.019Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-14T15:28:35.019Z] Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... [2021-01-14T15:28:35.019Z] Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-14T15:28:35.592Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... [2021-01-14T15:28:35.592Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-14T15:28:35.851Z] Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... [2021-01-14T15:28:35.851Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-14T15:28:35.851Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-01-14T15:28:35.851Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-14T15:28:36.112Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-01-14T15:28:36.112Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-14T15:28:36.112Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-01-14T15:28:36.390Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-14T15:28:36.651Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-01-14T15:28:36.651Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-01-14T15:28:36.911Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-01-14T15:28:37.171Z] (Reading database ... 12764 files and directories currently installed.) [2021-01-14T15:28:37.171Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-14T15:28:37.171Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-14T15:28:37.432Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-01-14T15:28:37.432Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-14T15:28:37.432Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-14T15:28:37.432Z] Selecting previously unselected package libexpat1:amd64. [2021-01-14T15:28:37.432Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-01-14T15:28:37.432Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-14T15:28:37.694Z] Selecting previously unselected package python3.6-minimal. [2021-01-14T15:28:37.694Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-14T15:28:37.694Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-14T15:28:37.956Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-14T15:28:37.956Z] Checking for services that may need to be restarted...done. [2021-01-14T15:28:37.956Z] Checking for services that may need to be restarted...done. [2021-01-14T15:28:37.956Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-14T15:28:38.217Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-14T15:28:38.217Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-14T15:28:38.478Z] Selecting previously unselected package python3-minimal. [2021-01-14T15:28:38.739Z] (Reading database ... 13012 files and directories currently installed.) [2021-01-14T15:28:38.739Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-01-14T15:28:38.739Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-01-14T15:28:38.739Z] Selecting previously unselected package mime-support. [2021-01-14T15:28:38.739Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-01-14T15:28:38.739Z] Unpacking mime-support (3.60ubuntu1) ... [2021-01-14T15:28:38.739Z] Selecting previously unselected package libmpdec2:amd64. [2021-01-14T15:28:38.739Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-01-14T15:28:38.739Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-14T15:28:39.001Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-01-14T15:28:39.001Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-14T15:28:39.001Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-14T15:28:39.263Z] Selecting previously unselected package python3.6. [2021-01-14T15:28:39.263Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-14T15:28:39.263Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-14T15:28:39.263Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-01-14T15:28:39.263Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-01-14T15:28:39.263Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-14T15:28:39.524Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-01-14T15:28:39.808Z] Selecting previously unselected package python3. [2021-01-14T15:28:39.808Z] (Reading database ... 13442 files and directories currently installed.) [2021-01-14T15:28:39.808Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-01-14T15:28:39.808Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-01-14T15:28:39.808Z] Selecting previously unselected package multiarch-support. [2021-01-14T15:28:39.808Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-01-14T15:28:39.808Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-01-14T15:28:39.808Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-01-14T15:28:40.379Z] Selecting previously unselected package liblzo2-2:amd64. [2021-01-14T15:28:40.379Z] (Reading database ... 13479 files and directories currently installed.) [2021-01-14T15:28:40.379Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-01-14T15:28:40.379Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-01-14T15:28:40.379Z] Selecting previously unselected package libbsd0:amd64. [2021-01-14T15:28:40.379Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-01-14T15:28:40.379Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-14T15:28:40.379Z] Selecting previously unselected package sudo. [2021-01-14T15:28:40.379Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... [2021-01-14T15:28:40.379Z] Unpacking sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-14T15:28:40.639Z] Selecting previously unselected package apparmor. [2021-01-14T15:28:40.639Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-01-14T15:28:40.639Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-01-14T15:28:40.899Z] Selecting previously unselected package libedit2:amd64. [2021-01-14T15:28:40.900Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-01-14T15:28:40.900Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-01-14T15:28:40.900Z] Selecting previously unselected package libkrb5support0:amd64. [2021-01-14T15:28:40.900Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-01-14T15:28:40.900Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-14T15:28:41.160Z] Selecting previously unselected package libk5crypto3:amd64. [2021-01-14T15:28:41.160Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-14T15:28:41.160Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-14T15:28:41.160Z] Selecting previously unselected package libkeyutils1:amd64. [2021-01-14T15:28:41.160Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-01-14T15:28:41.160Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-14T15:28:41.160Z] Selecting previously unselected package libkrb5-3:amd64. [2021-01-14T15:28:41.160Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-14T15:28:41.423Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-14T15:28:41.423Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-01-14T15:28:41.423Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-01-14T15:28:41.423Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-14T15:28:41.683Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-01-14T15:28:41.683Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-01-14T15:28:41.683Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-14T15:28:41.683Z] Selecting previously unselected package openssh-client. [2021-01-14T15:28:41.683Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-01-14T15:28:41.683Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-14T15:28:41.943Z] Selecting previously unselected package squashfs-tools. [2021-01-14T15:28:41.943Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-01-14T15:28:41.943Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-14T15:28:41.943Z] Selecting previously unselected package snapd. [2021-01-14T15:28:41.943Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-01-14T15:28:42.210Z] Unpacking snapd (2.48+18.04) ... [2021-01-14T15:28:44.136Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-01-14T15:28:44.136Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-14T15:28:44.136Z] Setting up mime-support (3.60ubuntu1) ... [2021-01-14T15:28:44.136Z] Setting up sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-14T15:28:44.402Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-14T15:28:44.402Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-14T15:28:44.402Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-14T15:28:44.402Z] Setting up systemd (237-3ubuntu10.43) ... [2021-01-14T15:28:44.402Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-01-14T15:28:45.361Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-14T15:28:45.361Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-14T15:28:45.633Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-01-14T15:28:46.214Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-14T15:28:46.475Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-14T15:28:46.475Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-14T15:28:47.046Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-14T15:28:47.046Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-14T15:28:47.046Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-14T15:28:47.046Z] Setting up python3 (3.6.7-1~18.04) ... [2021-01-14T15:28:47.046Z] running python rtupdate hooks for python3.6... [2021-01-14T15:28:47.046Z] running python post-rtupdate hooks for python3.6... [2021-01-14T15:28:47.311Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-01-14T15:28:48.711Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-01-14T15:28:48.981Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-14T15:28:48.981Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-14T15:28:48.981Z] Setting up snapd (2.48+18.04) ... [2021-01-14T15:28:49.561Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-01-14T15:28:49.561Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-01-14T15:28:49.822Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-01-14T15:28:50.083Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-01-14T15:28:50.083Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-14T15:28:50.083Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-14T15:28:50.344Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-01-14T15:28:50.604Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-01-14T15:28:50.604Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-01-14T15:28:50.865Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-01-14T15:28:51.125Z] /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-14T15:28:51.125Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-14T15:28:51.125Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2021-01-14T15:28:52.067Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-14T15:28:52.067Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-14T15:28:52.067Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-14T15:28:53.894Z] Reading package lists... [2021-01-14T15:28:53.894Z] Reading package lists... [2021-01-14T15:28:53.894Z] Building dependency tree... [2021-01-14T15:28:53.894Z] Reading state information... [2021-01-14T15:28:53.894Z] Calculating upgrade... [2021-01-14T15:28:53.894Z] The following packages will be upgraded: [2021-01-14T15:28:53.894Z] advancecomp base-files bash binutils binutils-common [2021-01-14T15:28:53.894Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-01-14T15:28:53.894Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-01-14T15:28:53.894Z] grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 [2021-01-14T15:28:53.894Z] libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 [2021-01-14T15:28:53.894Z] libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 [2021-01-14T15:28:53.894Z] libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 [2021-01-14T15:28:53.894Z] libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 [2021-01-14T15:28:53.894Z] libncursesw5 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime [2021-01-14T15:28:53.894Z] libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 [2021-01-14T15:28:53.894Z] libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 [2021-01-14T15:28:53.894Z] libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login [2021-01-14T15:28:53.894Z] mount ncurses-base ncurses-bin openssl passwd patch perl perl-base [2021-01-14T15:28:53.894Z] perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata [2021-01-14T15:28:53.894Z] ubuntu-keyring util-linux [2021-01-14T15:28:54.154Z] 97 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-01-14T15:28:54.154Z] Need to get 63.7 MB of archives. [2021-01-14T15:28:54.154Z] After this operation, 5203 kB of additional disk space will be used. [2021-01-14T15:28:54.154Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-01-14T15:28:54.154Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-01-14T15:28:54.154Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-01-14T15:28:54.154Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-01-14T15:28:54.154Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-01-14T15:28:54.154Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-01-14T15:28:54.154Z] Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-01-14T15:28:54.154Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-01-14T15:28:54.154Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-01-14T15:28:54.154Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-01-14T15:28:54.154Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-01-14T15:28:54.154Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-01-14T15:28:54.154Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-01-14T15:28:54.154Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-01-14T15:28:54.154Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-01-14T15:28:54.154Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-01-14T15:28:54.154Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-01-14T15:28:54.417Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-01-14T15:28:54.417Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-01-14T15:28:54.417Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-01-14T15:28:54.417Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-01-14T15:28:54.417Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-01-14T15:28:54.417Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-01-14T15:28:54.417Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-01-14T15:28:54.417Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-01-14T15:28:54.417Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-01-14T15:28:54.417Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-01-14T15:28:54.417Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-01-14T15:28:54.417Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-01-14T15:28:54.417Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-01-14T15:28:54.417Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-01-14T15:28:54.417Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-01-14T15:28:54.417Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-01-14T15:28:54.417Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-01-14T15:28:54.417Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-01-14T15:28:54.417Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-01-14T15:28:54.417Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-01-14T15:28:54.417Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-01-14T15:28:54.417Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-01-14T15:28:54.417Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-01-14T15:28:54.417Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2021-01-14T15:28:54.417Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-01-14T15:28:54.417Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-01-14T15:28:54.417Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-01-14T15:28:54.417Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] [2021-01-14T15:28:54.417Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-01-14T15:28:54.417Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-01-14T15:28:54.417Z] Get:48 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-14T15:28:54.417Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-01-14T15:28:54.417Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-01-14T15:28:54.417Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-01-14T15:28:54.417Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-01-14T15:28:54.417Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-01-14T15:28:54.418Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-01-14T15:28:54.418Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-01-14T15:28:54.679Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-01-14T15:28:54.940Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-01-14T15:28:54.940Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-01-14T15:28:54.940Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-01-14T15:28:54.940Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-01-14T15:28:54.940Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-01-14T15:28:54.940Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-01-14T15:28:54.940Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-01-14T15:28:54.940Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-01-14T15:28:55.199Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-01-14T15:28:55.199Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-libc-dev amd64 4.15.0-132.136 [987 kB] [2021-01-14T15:28:55.199Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-01-14T15:28:55.460Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-01-14T15:28:55.460Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-01-14T15:28:55.460Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-01-14T15:28:55.460Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-01-14T15:28:55.460Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-01-14T15:28:55.720Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-01-14T15:28:55.720Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-01-14T15:28:55.720Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-01-14T15:28:55.720Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-01-14T15:28:55.720Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-01-14T15:28:55.720Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-01-14T15:28:55.720Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-01-14T15:28:55.720Z] 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-14T15:28:55.720Z] 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-14T15:28:55.720Z] 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-14T15:28:55.720Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] [2021-01-14T15:28:55.720Z] 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-14T15:28:55.720Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-01-14T15:28:55.720Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-01-14T15:28:55.720Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-01-14T15:28:55.983Z] 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-14T15:28:55.983Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-01-14T15:28:55.983Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-01-14T15:28:55.983Z] 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-14T15:28:55.983Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-01-14T15:28:55.983Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-01-14T15:28:55.983Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-01-14T15:28:55.983Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-01-14T15:28:55.983Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-01-14T15:28:55.983Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-01-14T15:28:55.983Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-14T15:28:55.983Z] Fetched 63.7 MB in 2s (32.4 MB/s) [2021-01-14T15:28:56.245Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-14T15:28:56.245Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-01-14T15:28:56.245Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-14T15:28:56.821Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-14T15:28:57.081Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-14T15:28:57.081Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-132.136_amd64.deb ... [2021-01-14T15:28:57.081Z] Unpacking linux-libc-dev:amd64 (4.15.0-132.136) over (4.15.0-20.21) ... [2021-01-14T15:28:58.022Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-14T15:28:58.022Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-14T15:28:58.022Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-14T15:28:58.022Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-14T15:28:58.283Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-14T15:28:58.283Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-14T15:28:58.283Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-14T15:28:58.283Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-14T15:28:58.544Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-14T15:28:58.544Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-14T15:28:58.544Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-14T15:28:58.544Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-14T15:28:58.544Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-14T15:28:58.544Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-14T15:28:58.805Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-14T15:28:58.805Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-14T15:28:58.805Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-14T15:28:58.805Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-01-14T15:28:59.065Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-01-14T15:28:59.065Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-14T15:28:59.065Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-14T15:28:59.065Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-14T15:28:59.325Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-14T15:28:59.325Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-14T15:28:59.325Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-14T15:28:59.587Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-14T15:28:59.587Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-14T15:28:59.847Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-14T15:28:59.847Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-01-14T15:28:59.847Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-14T15:29:00.418Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-01-14T15:29:00.679Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-14T15:29:00.679Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-01-14T15:29:00.679Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-01-14T15:29:00.679Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-01-14T15:29:00.679Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-01-14T15:29:00.691Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T15:29:00.692Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-14T15:29:00.692Z] ---> 4d33ba189cf3 [2021-01-14T15:29:00.692Z] Step 3/24 : WORKDIR /edgex-go [2021-01-14T15:29:00.692Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T15:29:00.692Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-14T15:29:00.692Z] ---> 4d33ba189cf3 [2021-01-14T15:29:00.692Z] Step 3/21 : WORKDIR /edgex-go [2021-01-14T15:29:00.692Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T15:29:00.692Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-14T15:29:00.692Z] ---> 4d33ba189cf3 [2021-01-14T15:29:00.692Z] Step 3/22 : WORKDIR /edgex-go [2021-01-14T15:29:00.692Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T15:29:00.692Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-14T15:29:00.692Z] ---> 4d33ba189cf3 [2021-01-14T15:29:00.692Z] Step 3/22 : WORKDIR /edgex-go [2021-01-14T15:29:00.692Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T15:29:00.692Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-14T15:29:00.692Z] ---> 4d33ba189cf3 [2021-01-14T15:29:00.692Z] Step 3/21 : WORKDIR /edgex-go [2021-01-14T15:29:00.940Z] Setting up base-files (10.1ubuntu2.10) ... [2021-01-14T15:29:00.940Z] Installing new version of config file /etc/issue ... [2021-01-14T15:29:00.940Z] Installing new version of config file /etc/issue.net ... [2021-01-14T15:29:00.940Z] Installing new version of config file /etc/lsb-release ... [2021-01-14T15:29:00.940Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-01-14T15:29:01.201Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-01-14T15:29:01.201Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-01-14T15:29:01.462Z] Removing obsolete conffile /etc/default/motd-news ... [2021-01-14T15:29:01.462Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-14T15:29:01.462Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-01-14T15:29:01.462Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-01-14T15:29:01.724Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-01-14T15:29:01.724Z] 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-14T15:29:01.724Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-14T15:29:01.724Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-14T15:29:01.724Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-01-14T15:29:01.985Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-01-14T15:29:01.985Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-14T15:29:01.985Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-01-14T15:29:01.985Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-01-14T15:29:02.244Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-01-14T15:29:02.244Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-14T15:29:02.244Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-01-14T15:29:02.244Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-14T15:29:02.505Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-01-14T15:29:02.765Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-14T15:29:02.765Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-14T15:29:02.765Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-14T15:29:02.765Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-14T15:29:03.027Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-14T15:29:03.027Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-14T15:29:03.027Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-14T15:29:03.027Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-01-14T15:29:03.287Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-14T15:29:03.287Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-01-14T15:29:03.287Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-01-14T15:29:03.287Z] Setting up grep (3.1-2build1) ... [2021-01-14T15:29:03.548Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-14T15:29:03.548Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-14T15:29:03.548Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-14T15:29:03.548Z] Setting up login (1:4.5-1ubuntu2) ... [2021-01-14T15:29:03.809Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-14T15:29:03.809Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-14T15:29:03.809Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-14T15:29:03.809Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-01-14T15:29:04.069Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-14T15:29:04.069Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-14T15:29:04.069Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-14T15:29:04.094Z] ---> Running in 56918d47d298 [2021-01-14T15:29:04.094Z] ---> Running in bf2bec78031d [2021-01-14T15:29:04.094Z] ---> Running in 90d9997ddf0e [2021-01-14T15:29:04.094Z] ---> Running in 2dfaccdb11ff [2021-01-14T15:29:04.094Z] ---> Running in 56d5a24d48db [2021-01-14T15:29:04.640Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-14T15:29:04.640Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-14T15:29:04.640Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-14T15:29:04.640Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-14T15:29:04.697Z] Removing intermediate container 2dfaccdb11ff [2021-01-14T15:29:04.697Z] ---> c27890efed4f [2021-01-14T15:29:04.697Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T15:29:04.697Z] Removing intermediate container bf2bec78031d [2021-01-14T15:29:04.697Z] ---> 47d125aad986 [2021-01-14T15:29:04.697Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T15:29:04.697Z] Removing intermediate container 56918d47d298 [2021-01-14T15:29:04.697Z] ---> 1a285210d94a [2021-01-14T15:29:04.697Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T15:29:04.967Z] Removing intermediate container 90d9997ddf0e [2021-01-14T15:29:04.967Z] ---> f6792954d5d8 [2021-01-14T15:29:04.967Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T15:29:04.967Z] Removing intermediate container 56d5a24d48db [2021-01-14T15:29:04.967Z] ---> d638dbadf1d6 [2021-01-14T15:29:04.967Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T15:29:04.967Z] ---> Running in d309e926cde0 [2021-01-14T15:29:04.967Z] ---> Running in 3c5afeaf1481 [2021-01-14T15:29:05.213Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-01-14T15:29:05.213Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-14T15:29:05.213Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-01-14T15:29:05.236Z] ---> Running in 07f0e2df148b [2021-01-14T15:29:05.236Z] ---> Running in b014ee43bb11 [2021-01-14T15:29:05.236Z] ---> Running in 6bb5dcc31a3a [2021-01-14T15:29:05.474Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-14T15:29:06.425Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-14T15:29:06.425Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-14T15:29:06.425Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-14T15:29:06.425Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-14T15:29:06.425Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-01-14T15:29:06.686Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-14T15:29:06.686Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-01-14T15:29:06.686Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-01-14T15:29:06.947Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-01-14T15:29:06.947Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-14T15:29:06.947Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-14T15:29:07.215Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-14T15:29:07.215Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-14T15:29:07.215Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-14T15:29:07.215Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-14T15:29:07.477Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-14T15:29:07.477Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-14T15:29:07.477Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-14T15:29:07.477Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-14T15:29:07.477Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-14T15:29:07.739Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-14T15:29:07.739Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-14T15:29:07.739Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-14T15:29:07.739Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-14T15:29:07.999Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-14T15:29:07.999Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-14T15:29:07.999Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-14T15:29:07.999Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-14T15:29:08.261Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-14T15:29:08.261Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-14T15:29:08.261Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-14T15:29:08.523Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-14T15:29:08.523Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-14T15:29:08.523Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-14T15:29:08.523Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-14T15:29:08.641Z] Removing intermediate container d309e926cde0 [2021-01-14T15:29:08.641Z] ---> d9c59b0f4873 [2021-01-14T15:29:08.641Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-14T15:29:08.784Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-14T15:29:08.784Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-14T15:29:08.784Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-14T15:29:08.784Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-14T15:29:08.933Z] Removing intermediate container 07f0e2df148b [2021-01-14T15:29:08.933Z] ---> eda8f9a9187c [2021-01-14T15:29:08.933Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-14T15:29:08.933Z] ---> Running in b3c59690574a [2021-01-14T15:29:09.045Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-14T15:29:09.045Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-14T15:29:09.045Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-14T15:29:09.045Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-01-14T15:29:09.212Z] ---> Running in e29e6bd74ced [2021-01-14T15:29:09.309Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-14T15:29:09.309Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-14T15:29:09.309Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-14T15:29:09.488Z] Removing intermediate container 3c5afeaf1481 [2021-01-14T15:29:09.488Z] ---> aea5cae619a4 [2021-01-14T15:29:09.488Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-14T15:29:09.570Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-01-14T15:29:09.765Z] ---> Running in 901befb21578 [2021-01-14T15:29:09.766Z] Removing intermediate container 6bb5dcc31a3a [2021-01-14T15:29:09.766Z] ---> be8cb5714003 [2021-01-14T15:29:09.766Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-14T15:29:09.838Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-01-14T15:29:10.040Z] Removing intermediate container b014ee43bb11 [2021-01-14T15:29:10.041Z] ---> ffb5c33ed437 [2021-01-14T15:29:10.041Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-14T15:29:10.041Z] ---> Running in 7cca6d4e55b8 [2021-01-14T15:29:10.098Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-01-14T15:29:10.323Z] ---> Running in ff26761a0063 [2021-01-14T15:29:10.359Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-14T15:29:10.359Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-14T15:29:10.359Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-14T15:29:10.619Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-01-14T15:29:10.879Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-14T15:29:10.879Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-01-14T15:29:10.879Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-14T15:29:10.879Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-01-14T15:29:10.926Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-14T15:29:11.139Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-14T15:29:11.139Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-01-14T15:29:11.139Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-01-14T15:29:11.139Z] Setting up debconf (1.5.66ubuntu1) ... [2021-01-14T15:29:11.200Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-14T15:29:11.477Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-14T15:29:11.710Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-14T15:29:11.710Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-14T15:29:11.710Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-14T15:29:11.710Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-14T15:29:11.749Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-14T15:29:11.749Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-14T15:29:11.749Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-14T15:29:11.749Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-14T15:29:11.971Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-14T15:29:11.971Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-14T15:29:11.971Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-14T15:29:11.971Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-14T15:29:12.231Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-14T15:29:12.231Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-14T15:29:12.231Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-14T15:29:12.349Z] OK: 217 MiB in 51 packages [2021-01-14T15:29:12.492Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-14T15:29:12.492Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-14T15:29:12.492Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-14T15:29:12.623Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-14T15:29:12.623Z] OK: 217 MiB in 51 packages [2021-01-14T15:29:12.753Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-14T15:29:12.754Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... [2021-01-14T15:29:12.754Z] Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-14T15:29:12.904Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-14T15:29:12.904Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-14T15:29:13.015Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-14T15:29:13.015Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-14T15:29:13.015Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-14T15:29:13.275Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-14T15:29:13.275Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-01-14T15:29:13.275Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-01-14T15:29:13.275Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-01-14T15:29:13.516Z] OK: 217 MiB in 51 packages [2021-01-14T15:29:13.536Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-14T15:29:13.536Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-01-14T15:29:13.536Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-14T15:29:13.536Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-14T15:29:13.789Z] OK: 217 MiB in 51 packages [2021-01-14T15:29:13.789Z] OK: 217 MiB in 51 packages [2021-01-14T15:29:14.069Z] Removing intermediate container b3c59690574a [2021-01-14T15:29:14.069Z] ---> e0849a869ae3 [2021-01-14T15:29:14.069Z] Step 6/21 : COPY go.mod . [2021-01-14T15:29:14.133Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-14T15:29:14.133Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-14T15:29:14.133Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-14T15:29:14.133Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-14T15:29:14.133Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-14T15:29:14.133Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-01-14T15:29:14.394Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-01-14T15:29:14.394Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-01-14T15:29:14.660Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-14T15:29:14.660Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-14T15:29:14.660Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-14T15:29:14.670Z] Removing intermediate container e29e6bd74ced [2021-01-14T15:29:14.670Z] ---> 1c49a8f93a1a [2021-01-14T15:29:14.670Z] Step 6/22 : COPY go.mod . [2021-01-14T15:29:14.920Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-01-14T15:29:15.180Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-14T15:29:15.180Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-14T15:29:15.180Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-14T15:29:15.180Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-01-14T15:29:15.276Z] Removing intermediate container 7cca6d4e55b8 [2021-01-14T15:29:15.276Z] ---> 904a85227008 [2021-01-14T15:29:15.276Z] Step 6/21 : COPY go.mod . [2021-01-14T15:29:15.276Z] ---> f0983839a622 [2021-01-14T15:29:15.276Z] Step 7/21 : RUN go mod download [2021-01-14T15:29:15.445Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-14T15:29:15.446Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-01-14T15:29:15.446Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-01-14T15:29:15.446Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-01-14T15:29:15.550Z] ---> Running in ca533d04732b [2021-01-14T15:29:15.707Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-14T15:29:15.707Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-01-14T15:29:15.707Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-01-14T15:29:15.707Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-01-14T15:29:15.824Z] ---> bfce13b78b65 [2021-01-14T15:29:15.824Z] Step 7/22 : RUN go mod download [2021-01-14T15:29:15.824Z] Removing intermediate container ff26761a0063 [2021-01-14T15:29:15.824Z] Removing intermediate container 901befb21578 [2021-01-14T15:29:15.824Z] ---> a68f5de06f4d [2021-01-14T15:29:15.824Z] Step 6/24 : COPY go.mod . [2021-01-14T15:29:15.824Z] ---> 91e2daf0485d [2021-01-14T15:29:15.824Z] Step 6/22 : COPY go.mod . [2021-01-14T15:29:15.970Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-14T15:29:15.970Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-01-14T15:29:15.970Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-01-14T15:29:15.970Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-01-14T15:29:16.105Z] ---> Running in 9bdfe7f261bd [2021-01-14T15:29:16.105Z] ---> febd5c59892e [2021-01-14T15:29:16.105Z] Step 7/21 : RUN go mod download [2021-01-14T15:29:16.230Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-14T15:29:16.230Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-01-14T15:29:16.230Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-01-14T15:29:16.380Z] ---> Running in 65d8e3a30255 [2021-01-14T15:29:16.491Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-01-14T15:29:16.491Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-14T15:29:16.491Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-01-14T15:29:16.491Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-01-14T15:29:16.761Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-01-14T15:29:16.761Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-14T15:29:16.761Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-01-14T15:29:16.761Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-01-14T15:29:16.995Z] ---> f8afb77d2d9f [2021-01-14T15:29:16.995Z] Step 7/22 : RUN go mod download [2021-01-14T15:29:17.023Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-01-14T15:29:17.023Z] (Reading database ... 13915 files and directories currently installed.) [2021-01-14T15:29:17.023Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-14T15:29:17.023Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-14T15:29:17.274Z] ---> 58f0e581cb9c [2021-01-14T15:29:17.274Z] Step 7/24 : RUN go mod download [2021-01-14T15:29:17.274Z] ---> Running in 17f31aa57a3e [2021-01-14T15:29:17.335Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-14T15:29:17.335Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-14T15:29:17.546Z] ---> Running in 50728166cddf [2021-01-14T15:29:17.596Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-14T15:29:17.596Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-14T15:29:17.857Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2021-01-14T15:29:17.857Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2021-01-14T15:29:18.117Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-01-14T15:29:18.117Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-01-14T15:29:18.377Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-01-14T15:29:18.377Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-01-14T15:29:18.377Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-01-14T15:29:18.377Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-01-14T15:29:18.638Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-01-14T15:29:18.638Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-01-14T15:29:18.638Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-01-14T15:29:18.638Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-01-14T15:29:18.899Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-01-14T15:29:18.899Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-01-14T15:29:19.159Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-01-14T15:29:19.159Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-01-14T15:29:19.420Z] Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... [2021-01-14T15:29:19.420Z] Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... [2021-01-14T15:29:20.003Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-01-14T15:29:20.196Z] Removing intermediate container ca533d04732b [2021-01-14T15:29:20.196Z] ---> d03c2506143e [2021-01-14T15:29:20.196Z] Step 8/21 : COPY . . [2021-01-14T15:29:20.263Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-01-14T15:29:20.263Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-01-14T15:29:20.263Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-01-14T15:29:20.263Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-14T15:29:20.263Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-14T15:29:20.477Z] Removing intermediate container 9bdfe7f261bd [2021-01-14T15:29:20.477Z] ---> 1e4e44203ecd [2021-01-14T15:29:20.477Z] Step 8/22 : COPY . . [2021-01-14T15:29:20.835Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-14T15:29:20.835Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-14T15:29:20.835Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-14T15:29:20.835Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-14T15:29:21.076Z] Removing intermediate container 65d8e3a30255 [2021-01-14T15:29:21.076Z] ---> a636571d3500 [2021-01-14T15:29:21.076Z] Step 8/21 : COPY . . [2021-01-14T15:29:21.096Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-14T15:29:21.096Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-14T15:29:21.096Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-14T15:29:21.096Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-14T15:29:21.388Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-14T15:29:21.388Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-14T15:29:21.388Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-14T15:29:21.705Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-14T15:29:21.705Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-14T15:29:21.705Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-14T15:29:22.568Z] Removing intermediate container 50728166cddf [2021-01-14T15:29:22.568Z] ---> 210fa8a38e3b [2021-01-14T15:29:22.568Z] Step 8/24 : COPY . . [2021-01-14T15:29:22.756Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-14T15:29:22.756Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-14T15:29:23.196Z] Removing intermediate container 17f31aa57a3e [2021-01-14T15:29:23.196Z] ---> 7a8c8692f431 [2021-01-14T15:29:23.196Z] Step 8/22 : COPY . . [2021-01-14T15:29:23.368Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-14T15:29:23.368Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-14T15:29:24.315Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-14T15:29:24.315Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-14T15:29:24.315Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-14T15:29:24.576Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-14T15:29:25.146Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-14T15:29:25.408Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-14T15:29:25.408Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-14T15:29:25.408Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-14T15:29:25.669Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-01-14T15:29:25.669Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-14T15:29:25.669Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-01-14T15:29:25.931Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-14T15:29:25.931Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-01-14T15:29:25.931Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-01-14T15:29:25.931Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-14T15:29:26.198Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-14T15:29:26.198Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-14T15:29:26.198Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-14T15:29:26.198Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-01-14T15:29:26.458Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-01-14T15:29:26.458Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-14T15:29:26.458Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-14T15:29:26.458Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-14T15:29:26.458Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-14T15:29:26.458Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-14T15:29:26.718Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-01-14T15:29:26.718Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-01-14T15:29:26.718Z] Setting up tzdata (2020f-0ubuntu0.18.04) ... [2021-01-14T15:29:26.718Z] [2021-01-14T15:29:26.718Z] Current default time zone: 'Etc/UTC' [2021-01-14T15:29:26.718Z] Local time is now: Thu Jan 14 15:29:26 UTC 2021. [2021-01-14T15:29:26.718Z] Universal Time is now: Thu Jan 14 15:29:26 UTC 2021. [2021-01-14T15:29:26.718Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-01-14T15:29:26.718Z] [2021-01-14T15:29:26.718Z] Setting up systemd-sysv (237-3ubuntu10.43) ... [2021-01-14T15:29:26.978Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-14T15:29:26.978Z] Setting up linux-libc-dev:amd64 (4.15.0-132.136) ... [2021-01-14T15:29:26.978Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-01-14T15:29:26.978Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-01-14T15:29:26.978Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-01-14T15:29:26.978Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-01-14T15:29:26.978Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-01-14T15:29:27.239Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-01-14T15:29:27.239Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-01-14T15:29:27.239Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-14T15:29:27.239Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-01-14T15:29:27.499Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-14T15:29:27.499Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-14T15:29:27.499Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-14T15:29:27.499Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-01-14T15:29:27.499Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-01-14T15:29:27.760Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-01-14T15:29:27.760Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-14T15:29:27.760Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-01-14T15:29:27.760Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-01-14T15:29:28.020Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-01-14T15:29:28.020Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-14T15:29:29.932Z] Updating certificates in /etc/ssl/certs... [2021-01-14T15:29:30.506Z] 22 added, 17 removed; done. [2021-01-14T15:29:30.777Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-01-14T15:29:30.777Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-14T15:29:30.777Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-01-14T15:29:30.777Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-01-14T15:29:30.777Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-01-14T15:29:30.777Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-14T15:29:30.777Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-14T15:29:30.777Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-14T15:29:30.777Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-14T15:29:31.040Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-14T15:29:31.040Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-14T15:29:31.040Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-14T15:29:31.040Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-01-14T15:29:31.040Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-01-14T15:29:31.040Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-01-14T15:29:31.040Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-01-14T15:29:31.040Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-01-14T15:29:31.040Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-14T15:29:31.040Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-14T15:29:31.304Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-01-14T15:29:31.305Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-01-14T15:29:31.305Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-01-14T15:29:31.305Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-14T15:29:31.305Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2021-01-14T15:29:31.567Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-01-14T15:29:31.567Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-14T15:29:31.567Z] Updating certificates in /etc/ssl/certs... [2021-01-14T15:29:32.140Z] 0 added, 0 removed; done. [2021-01-14T15:29:32.140Z] Running hooks in /etc/ca-certificates/update.d... [2021-01-14T15:29:32.140Z] done. [2021-01-14T15:29:32.661Z] Reading package lists... [2021-01-14T15:29:32.661Z] Building dependency tree... [2021-01-14T15:29:32.661Z] Reading state information... [2021-01-14T15:29:32.921Z] The following NEW packages will be installed: [2021-01-14T15:29:32.921Z] apt-transport-https [2021-01-14T15:29:32.921Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-01-14T15:29:32.921Z] Need to get 1696 B of archives. [2021-01-14T15:29:32.921Z] After this operation, 153 kB of additional disk space will be used. [2021-01-14T15:29:32.921Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-01-14T15:29:32.921Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-14T15:29:32.921Z] Fetched 1696 B in 0s (28.9 kB/s) [2021-01-14T15:29:32.921Z] Selecting previously unselected package apt-transport-https. [2021-01-14T15:29:32.921Z] (Reading database ... 13929 files and directories currently installed.) [2021-01-14T15:29:32.921Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-01-14T15:29:33.181Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-14T15:29:33.181Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-14T15:29:33.440Z] Waiting for network to be ready... [2021-01-14T15:29:38.731Z] 2021-01-14T15:29:36Z INFO Waiting for automatic snapd restart... [2021-01-14T15:29:38.731Z] snapd 2.48.2 from Canonical* installed [2021-01-14T15:29:39.673Z] "snapd" switched to the "latest/stable" channel [2021-01-14T15:29:39.673Z] [2021-01-14T15:29:42.232Z] core18 20201210 from Canonical* installed [2021-01-14T15:29:42.500Z] "core18" switched to the "latest/stable" channel [2021-01-14T15:29:42.500Z] [2021-01-14T15:29:45.807Z] snapcraft 4.4.4 from Canonical* installed [2021-01-14T15:29:45.807Z] "snapcraft" switched to the "latest/stable" channel [2021-01-14T15:29:45.807Z] [2021-01-14T15:29:49.110Z] 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-14T15:29:49.110Z] - README.md [2021-01-14T15:29:49.110Z] - snapcraft.yaml.orig [2021-01-14T15:29:49.110Z] [2021-01-14T15:29:49.110Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-14T15:29:50.009Z] ---> 80bd8cc5ad7b [2021-01-14T15:29:50.009Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-14T15:29:50.009Z] ---> 922bf30f7481 [2021-01-14T15:29:50.009Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-14T15:29:50.009Z] ---> c1364bdb93c0 [2021-01-14T15:29:50.009Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-14T15:29:50.009Z] ---> 90e4d3409eb9 [2021-01-14T15:29:50.009Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-14T15:29:50.009Z] ---> d9ab9d59bc94 [2021-01-14T15:29:50.009Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-14T15:29:50.009Z] ---> Running in fdbcc072a4d2 [2021-01-14T15:29:50.009Z] ---> Running in fd3a87c71b12 [2021-01-14T15:29:50.009Z] ---> Running in a62228ae951d [2021-01-14T15:29:50.009Z] ---> Running in 7b1af9ee1642 [2021-01-14T15:29:50.009Z] ---> Running in 70e7815dca6c [2021-01-14T15:29:50.009Z] 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-14T15:29:50.009Z] 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-14T15:29:50.009Z] 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-14T15:29:50.009Z] 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-14T15:29:50.009Z] 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-14T15:29:55.699Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-14T15:29:55.699Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-14T15:29:55.699Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-14T15:29:55.699Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-14T15:29:55.959Z] Fetched 88.7 kB in 1s (143 kB/s) [2021-01-14T15:29:56.901Z] Reading package lists... [2021-01-14T15:29:57.162Z] 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-14T15:30:03.784Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-14T15:30:03.784Z] Reading package lists... [2021-01-14T15:30:03.784Z] Building dependency tree... [2021-01-14T15:30:03.784Z] Reading state information... [2021-01-14T15:30:03.784Z] Suggested packages: [2021-01-14T15:30:03.784Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-01-14T15:30:03.784Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-01-14T15:30:03.784Z] Recommended packages: [2021-01-14T15:30:03.784Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-01-14T15:30:03.784Z] The following NEW packages will be installed: [2021-01-14T15:30:03.784Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-01-14T15:30:03.784Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-01-14T15:30:03.784Z] pkg-config zip [2021-01-14T15:30:03.784Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-01-14T15:30:03.784Z] Need to get 7655 kB of archives. [2021-01-14T15:30:03.784Z] After this operation, 43.7 MB of additional disk space will be used. [2021-01-14T15:30:03.784Z] Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-01-14T15:30:03.784Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-01-14T15:30:04.046Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-01-14T15:30:04.046Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] [2021-01-14T15:30:04.046Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-01-14T15:30:04.046Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-01-14T15:30:04.046Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-01-14T15:30:04.046Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-01-14T15:30:04.046Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-01-14T15:30:04.046Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-01-14T15:30:04.316Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-01-14T15:30:04.316Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-01-14T15:30:04.316Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-01-14T15:30:04.316Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-01-14T15:30:04.316Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-01-14T15:30:04.316Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-14T15:30:04.316Z] Fetched 7655 kB in 1s (9588 kB/s) [2021-01-14T15:30:04.575Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-01-14T15:30:04.575Z] (Reading database ... 13933 files and directories currently installed.) [2021-01-14T15:30:04.575Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-01-14T15:30:04.575Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-14T15:30:04.836Z] Selecting previously unselected package libpsl5:amd64. [2021-01-14T15:30:04.836Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-01-14T15:30:04.836Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-01-14T15:30:04.836Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-01-14T15:30:04.836Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-01-14T15:30:04.836Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-14T15:30:04.836Z] Selecting previously unselected package librtmp1:amd64. [2021-01-14T15:30:04.836Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-01-14T15:30:05.096Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-14T15:30:05.096Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-01-14T15:30:05.096Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-01-14T15:30:05.096Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-14T15:30:05.096Z] Selecting previously unselected package liberror-perl. [2021-01-14T15:30:05.096Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-01-14T15:30:05.096Z] Unpacking liberror-perl (0.17025-1) ... [2021-01-14T15:30:05.356Z] Selecting previously unselected package git-man. [2021-01-14T15:30:05.356Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-01-14T15:30:05.356Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-14T15:30:05.356Z] Selecting previously unselected package git. [2021-01-14T15:30:05.356Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-01-14T15:30:05.356Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-01-14T15:30:06.296Z] Selecting previously unselected package libnorm1:amd64. [2021-01-14T15:30:06.296Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-01-14T15:30:06.296Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-14T15:30:06.296Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-01-14T15:30:06.296Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-01-14T15:30:06.296Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-14T15:30:06.557Z] Selecting previously unselected package libsodium23:amd64. [2021-01-14T15:30:06.557Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-01-14T15:30:06.557Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-01-14T15:30:06.557Z] Selecting previously unselected package libzmq5:amd64. [2021-01-14T15:30:06.557Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-14T15:30:06.557Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-14T15:30:06.557Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-01-14T15:30:06.557Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-14T15:30:06.557Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-14T15:30:06.817Z] Selecting previously unselected package pkg-config. [2021-01-14T15:30:06.817Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-01-14T15:30:06.817Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-01-14T15:30:06.817Z] Selecting previously unselected package zip. [2021-01-14T15:30:06.817Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-01-14T15:30:06.817Z] Unpacking zip (3.0-11build1) ... [2021-01-14T15:30:07.077Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-14T15:30:07.077Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-14T15:30:07.077Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-14T15:30:07.077Z] Setting up liberror-perl (0.17025-1) ... [2021-01-14T15:30:07.077Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-01-14T15:30:07.077Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-14T15:30:07.337Z] No schema files found: doing nothing. [2021-01-14T15:30:07.337Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-14T15:30:07.337Z] Setting up zip (3.0-11build1) ... [2021-01-14T15:30:07.337Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-14T15:30:07.337Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-01-14T15:30:07.337Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-01-14T15:30:07.337Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-14T15:30:07.598Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-14T15:30:07.598Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-14T15:30:07.598Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-01-14T15:30:07.598Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-14T15:30:14.194Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-14T15:30:14.194Z] git set to automatically installed. [2021-01-14T15:30:14.194Z] git-man set to automatically installed. [2021-01-14T15:30:14.194Z] libcurl3-gnutls set to automatically installed. [2021-01-14T15:30:14.194Z] liberror-perl set to automatically installed. [2021-01-14T15:30:14.194Z] libglib2.0-0 set to automatically installed. [2021-01-14T15:30:14.194Z] libnghttp2-14 set to automatically installed. [2021-01-14T15:30:14.194Z] libnorm1 set to automatically installed. [2021-01-14T15:30:14.194Z] libpgm-5.2-0 set to automatically installed. [2021-01-14T15:30:14.194Z] libpsl5 set to automatically installed. [2021-01-14T15:30:14.194Z] librtmp1 set to automatically installed. [2021-01-14T15:30:14.194Z] libsodium23 set to automatically installed. [2021-01-14T15:30:14.194Z] libzmq3-dev set to automatically installed. [2021-01-14T15:30:14.194Z] libzmq5 set to automatically installed. [2021-01-14T15:30:14.194Z] pkg-config set to automatically installed. [2021-01-14T15:30:14.194Z] zip set to automatically installed. [2021-01-14T15:30:16.132Z] snapd is not logged in, snap install commands will use sudo [2021-01-14T15:30:22.766Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-14T15:30:23.034Z] snap "core18" has no updates available [2021-01-14T15:30:24.454Z] Pulling config-common [2021-01-14T15:30:25.034Z] Pulling go-build-helper [2021-01-14T15:30:47.066Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-14T15:30:47.066Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-14T15:30:47.066Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-14T15:30:47.066Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1499 kB] [2021-01-14T15:30:47.066Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-14T15:30:47.066Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-14T15:30:47.066Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-14T15:30:47.066Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-14T15:30:47.066Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-14T15:30:47.066Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-14T15:30:47.066Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-14T15:30:47.066Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [290 kB] [2021-01-14T15:30:47.066Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] [2021-01-14T15:30:47.066Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] [2021-01-14T15:30:47.066Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [214 kB] [2021-01-14T15:30:47.066Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.2 kB] [2021-01-14T15:30:47.066Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1098 kB] [2021-01-14T15:30:47.066Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] [2021-01-14T15:30:47.066Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-14T15:30:47.066Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1842 kB] [2021-01-14T15:30:47.066Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [384 kB] [2021-01-14T15:30:47.066Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] [2021-01-14T15:30:47.066Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] [2021-01-14T15:30:47.066Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [237 kB] [2021-01-14T15:30:47.066Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.8 kB] [2021-01-14T15:30:47.066Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] [2021-01-14T15:30:47.066Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] [2021-01-14T15:30:47.066Z] Fetched 23.7 MB in 0s (0 B/s) [2021-01-14T15:30:47.066Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-01-14T15:30:47.066Z] Fetched 96.5 kB in 0s (0 B/s) [2021-01-14T15:30:47.066Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-01-14T15:30:47.066Z] Fetched 279 kB in 0s (0 B/s) [2021-01-14T15:30:47.066Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-01-14T15:30:47.066Z] Fetched 122 kB in 0s (0 B/s) [2021-01-14T15:30:47.066Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-01-14T15:30:47.066Z] Fetched 77.8 kB in 0s (0 B/s) [2021-01-14T15:30:47.066Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-01-14T15:30:47.066Z] Fetched 8848 B in 0s (0 B/s) [2021-01-14T15:30:47.066Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-01-14T15:30:47.066Z] Fetched 47.8 kB in 0s (0 B/s) [2021-01-14T15:30:47.066Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-01-14T15:30:47.066Z] Fetched 45.6 kB in 0s (0 B/s) [2021-01-14T15:30:47.066Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-01-14T15:30:47.066Z] Fetched 15.0 kB in 0s (0 B/s) [2021-01-14T15:30:47.066Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-01-14T15:30:47.066Z] Fetched 214 kB in 0s (0 B/s) [2021-01-14T15:30:47.066Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-01-14T15:30:47.066Z] Fetched 155 kB in 0s (0 B/s) [2021-01-14T15:30:47.066Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-01-14T15:30:47.066Z] Fetched 50.6 kB in 0s (0 B/s) [2021-01-14T15:30:47.066Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-01-14T15:30:47.067Z] Fetched 14.8 kB in 0s (0 B/s) [2021-01-14T15:30:47.067Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-01-14T15:30:47.067Z] Fetched 41.8 kB in 0s (0 B/s) [2021-01-14T15:30:47.067Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-01-14T15:30:47.067Z] Fetched 499 kB in 0s (0 B/s) [2021-01-14T15:30:47.067Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-01-14T15:30:47.067Z] Fetched 111 kB in 0s (0 B/s) [2021-01-14T15:30:47.067Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-01-14T15:30:47.067Z] Fetched 240 kB in 0s (0 B/s) [2021-01-14T15:30:47.067Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-01-14T15:30:47.067Z] Fetched 29.3 kB in 0s (0 B/s) [2021-01-14T15:30:47.067Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-01-14T15:30:47.067Z] Fetched 85.5 kB in 0s (0 B/s) [2021-01-14T15:30:47.067Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-01-14T15:30:47.067Z] Fetched 24.5 kB in 0s (0 B/s) [2021-01-14T15:30:47.067Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-01-14T15:30:47.067Z] Fetched 49.2 kB in 0s (0 B/s) [2021-01-14T15:30:47.067Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-01-14T15:30:47.067Z] Fetched 54.2 kB in 0s (0 B/s) [2021-01-14T15:30:47.067Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-01-14T15:30:47.067Z] Fetched 30.8 kB in 0s (0 B/s) [2021-01-14T15:30:47.067Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-01-14T15:30:47.067Z] Fetched 17.0 kB in 0s (0 B/s) [2021-01-14T15:30:47.067Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-01-14T15:30:47.067Z] Fetched 85.9 kB in 0s (0 B/s) [2021-01-14T15:30:47.067Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-01-14T15:30:47.067Z] Fetched 8720 B in 0s (0 B/s) [2021-01-14T15:30:47.067Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-01-14T15:30:47.067Z] Fetched 137 kB in 0s (0 B/s) [2021-01-14T15:30:47.067Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-01-14T15:30:47.067Z] Fetched 119 kB in 0s (0 B/s) [2021-01-14T15:30:47.067Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-01-14T15:30:47.067Z] Fetched 109 kB in 0s (0 B/s) [2021-01-14T15:30:47.067Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-01-14T15:30:47.067Z] Fetched 11.1 kB in 0s (0 B/s) [2021-01-14T15:30:47.067Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-01-14T15:30:47.067Z] Fetched 645 kB in 0s (0 B/s) [2021-01-14T15:30:47.067Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-01-14T15:30:47.067Z] Fetched 41.3 kB in 0s (0 B/s) [2021-01-14T15:30:47.067Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-01-14T15:30:47.067Z] Fetched 17.9 kB in 0s (0 B/s) [2021-01-14T15:30:47.067Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-01-14T15:30:47.067Z] Fetched 368 kB in 0s (0 B/s) [2021-01-14T15:30:47.067Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-01-14T15:30:47.067Z] Fetched 187 kB in 0s (0 B/s) [2021-01-14T15:30:47.067Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-01-14T15:30:47.067Z] Fetched 175 kB in 0s (0 B/s) [2021-01-14T15:30:47.067Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-01-14T15:30:50.608Z] Fetched 206 kB in 0s (0 B/s) [2021-01-14T15:30:50.608Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-01-14T15:30:50.608Z] Fetched 1301 kB in 0s (0 B/s) [2021-01-14T15:30:50.608Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-01-14T15:30:50.608Z] Fetched 36.2 kB in 0s (0 B/s) [2021-01-14T15:30:50.608Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-01-14T15:30:50.608Z] Fetched 159 kB in 0s (0 B/s) [2021-01-14T15:30:50.608Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-01-14T15:30:50.608Z] Fetched 107 kB in 0s (0 B/s) [2021-01-14T15:30:50.608Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-01-14T15:30:50.608Z] Fetched 48.7 kB in 0s (0 B/s) [2021-01-14T15:30:50.608Z] Pulling static-packages [2021-01-14T15:30:51.180Z] 'go115' has dependencies that need to be staged: go-build-helper static-packages [2021-01-14T15:30:51.180Z] Skipping pull go-build-helper (already ran) [2021-01-14T15:30:51.180Z] Skipping pull static-packages (already ran) [2021-01-14T15:30:51.180Z] Building go-build-helper [2021-01-14T15:30:55.381Z] Building static-packages [2021-01-14T15:30:56.766Z] Staging go-build-helper [2021-01-14T15:30:57.337Z] Staging static-packages [2021-01-14T15:30:58.279Z] Pulling go115 [2021-01-14T15:30:59.221Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-01-14T15:30:59.221Z] Skipping pull go115 (already ran) [2021-01-14T15:30:59.221Z] Building go115 [2021-01-14T15:30:59.221Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-14T15:30:59.221Z] Dload Upload Total Spent Left Speed [2021-01-14T15:31:02.357Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 13 115M 13 15.1M 0 0 25.6M 0 0:00:04 --:--:-- 0:00:04 25.6M 44 115M 44 51.3M 0 0 32.2M 0 0:00:03 0:00:01 0:00:02 32.2M 81 115M 81 93.9M 0 0 36.0M 0 0:00:03 0:00:02 0:00:01 35.9M 100 115M 100 115M 0 0 36.0M 0 0:00:03 0:00:03 --:--:-- 36.0M [2021-01-14T15:31:02.929Z] go1.15.2.linux-amd64.tar.gz: OK [2021-01-14T15:31:07.132Z] Staging go115 [2021-01-14T15:31:11.340Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-14T15:31:11.340Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-14T15:31:11.340Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-14T15:31:11.340Z] Fetched 0 B in 0s (0 B/s) [2021-01-14T15:31:11.340Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-01-14T15:31:11.340Z] Fetched 224 kB in 0s (0 B/s) [2021-01-14T15:31:11.340Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-01-14T15:31:11.340Z] Fetched 157 kB in 0s (0 B/s) [2021-01-14T15:31:11.340Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-01-14T15:31:11.340Z] Fetched 221 kB in 0s (0 B/s) [2021-01-14T15:31:11.340Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-01-14T15:31:11.340Z] Fetched 143 kB in 0s (0 B/s) [2021-01-14T15:31:11.340Z] Pulling edgex-go [2021-01-14T15:31:11.867Z] 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-14T15:31:12.729Z] Pulling version [2021-01-14T15:31:13.674Z] Building config-common [2021-01-14T15:31:15.591Z] Skipping build go-build-helper (already ran) [2021-01-14T15:31:15.591Z] Skipping build static-packages (already ran) [2021-01-14T15:31:15.591Z] Skipping build go115 (already ran) [2021-01-14T15:31:15.591Z] Building edgex-go [2021-01-14T15:31:15.591Z] 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-14T15:31:16.984Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-01-14T15:31:16.984Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.70 [2021-01-14T15:31:16.984Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-01-14T15:31:16.984Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.145 [2021-01-14T15:31:16.984Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-01-14T15:31:16.984Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-01-14T15:31:16.984Z] go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.30 [2021-01-14T15:31:16.984Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.32 [2021-01-14T15:31:16.984Z] go: downloading github.com/google/uuid v1.1.4 [2021-01-14T15:31:16.984Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.27 [2021-01-14T15:31:16.984Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-01-14T15:31:16.984Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-01-14T15:31:16.984Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-01-14T15:31:16.984Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 [2021-01-14T15:31:16.984Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-01-14T15:31:16.984Z] go: downloading github.com/x448/float16 v0.8.4 [2021-01-14T15:31:16.984Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-01-14T15:31:16.984Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-01-14T15:31:16.984Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-01-14T15:31:16.984Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-01-14T15:31:16.984Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-01-14T15:31:16.984Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-01-14T15:31:16.984Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-01-14T15:31:16.984Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-01-14T15:31:16.984Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-01-14T15:31:16.984Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-01-14T15:31:16.984Z] go: downloading github.com/pkg/errors v0.8.1 [2021-01-14T15:31:17.245Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-01-14T15:31:17.245Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-01-14T15:31:17.245Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-01-14T15:31:17.245Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-01-14T15:31:17.325Z] Removing intermediate container 70e7815dca6c [2021-01-14T15:31:17.325Z] ---> 11423f0eaf15 [2021-01-14T15:31:17.325Z] [2021-01-14T15:31:17.325Z] Step 10/22 : FROM alpine:3.12 [2021-01-14T15:31:17.325Z] 3.12: Pulling from library/alpine [2021-01-14T15:31:17.512Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-01-14T15:31:17.512Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-01-14T15:31:17.512Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-01-14T15:31:17.512Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-01-14T15:31:17.512Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-01-14T15:31:17.777Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-01-14T15:31:18.039Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-01-14T15:31:18.304Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-01-14T15:31:18.567Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-01-14T15:31:19.318Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-14T15:31:19.318Z] Status: Downloaded newer image for alpine:3.12 [2021-01-14T15:31:19.318Z] ---> afeebe901d6b [2021-01-14T15:31:19.318Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-14T15:31:19.592Z] ---> Running in 6a2a4b96339f [2021-01-14T15:31:22.231Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-14T15:31:22.524Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-14T15:31:23.132Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-14T15:31:23.132Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-14T15:31:23.132Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-14T15:31:23.132Z] (4/5) Installing curl (7.69.1-r3) [2021-01-14T15:31:23.409Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-14T15:31:23.409Z] Executing busybox-1.31.1-r19.trigger [2021-01-14T15:31:23.409Z] Executing ca-certificates-20191127-r4.trigger [2021-01-14T15:31:23.683Z] OK: 7 MiB in 19 packages [2021-01-14T15:31:23.843Z] 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-14T15:31:25.122Z] Removing intermediate container fd3a87c71b12 [2021-01-14T15:31:25.122Z] ---> 02d85ec6d220 [2021-01-14T15:31:25.122Z] [2021-01-14T15:31:25.122Z] Step 10/21 : FROM alpine:3.12 [2021-01-14T15:31:25.122Z] ---> afeebe901d6b [2021-01-14T15:31:25.122Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-14T15:31:25.398Z] Removing intermediate container a62228ae951d [2021-01-14T15:31:25.398Z] ---> 2066f0577f02 [2021-01-14T15:31:25.398Z] [2021-01-14T15:31:25.398Z] Step 10/21 : FROM scratch [2021-01-14T15:31:25.398Z] ---> [2021-01-14T15:31:25.398Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-14T15:31:25.398Z] Removing intermediate container 7b1af9ee1642 [2021-01-14T15:31:25.398Z] ---> 94f47b035ef6 [2021-01-14T15:31:25.398Z] [2021-01-14T15:31:25.398Z] Step 10/24 : FROM scratch [2021-01-14T15:31:25.398Z] ---> [2021-01-14T15:31:25.398Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-14T15:31:25.673Z] ---> Running in 6a721fdbd52a [2021-01-14T15:31:25.951Z] ---> Running in be8354255bdc [2021-01-14T15:31:25.951Z] ---> Running in bf5b44386d60 [2021-01-14T15:31:26.564Z] Removing intermediate container 6a2a4b96339f [2021-01-14T15:31:26.564Z] ---> 0f56377b86a8 [2021-01-14T15:31:26.564Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-14T15:31:26.564Z] Removing intermediate container be8354255bdc [2021-01-14T15:31:26.564Z] ---> 96eb8367b615 [2021-01-14T15:31:26.564Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-14T15:31:26.839Z] ---> Running in d72cbddfd187 [2021-01-14T15:31:26.839Z] Removing intermediate container bf5b44386d60 [2021-01-14T15:31:26.839Z] ---> a0b6358996f9 [2021-01-14T15:31:26.839Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-14T15:31:26.839Z] ---> Running in 91db53f57816 [2021-01-14T15:31:26.839Z] ---> Running in 23122372381f [2021-01-14T15:31:27.442Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-14T15:31:27.716Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-14T15:31:27.716Z] Removing intermediate container 91db53f57816 [2021-01-14T15:31:27.716Z] ---> afb07d743bdd [2021-01-14T15:31:27.716Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-14T15:31:27.716Z] Removing intermediate container d72cbddfd187 [2021-01-14T15:31:27.716Z] ---> 9c333d0ea8ae [2021-01-14T15:31:27.716Z] Step 13/22 : WORKDIR / [2021-01-14T15:31:27.716Z] Removing intermediate container 23122372381f [2021-01-14T15:31:27.716Z] ---> 902e3db23bba [2021-01-14T15:31:27.716Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-14T15:31:27.990Z] ---> Running in 2cfbedf9e21e [2021-01-14T15:31:27.990Z] ---> Running in 8783f79fc278 [2021-01-14T15:31:27.990Z] ---> Running in 9f2f83fb234f [2021-01-14T15:31:28.043Z] 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-14T15:31:28.264Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-14T15:31:28.264Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-14T15:31:28.264Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-14T15:31:28.547Z] (4/4) Installing curl (7.69.1-r3) [2021-01-14T15:31:28.547Z] Executing busybox-1.31.1-r19.trigger [2021-01-14T15:31:28.547Z] Executing ca-certificates-20191127-r4.trigger [2021-01-14T15:31:28.547Z] Removing intermediate container 2cfbedf9e21e [2021-01-14T15:31:28.547Z] ---> 3cef1295785e [2021-01-14T15:31:28.547Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-14T15:31:28.824Z] Removing intermediate container 8783f79fc278 [2021-01-14T15:31:28.824Z] ---> 40e16f15c521 [2021-01-14T15:31:28.824Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-14T15:31:28.824Z] OK: 7 MiB in 18 packages [2021-01-14T15:31:28.981Z] 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-14T15:31:29.100Z] Removing intermediate container 9f2f83fb234f [2021-01-14T15:31:29.100Z] ---> e0fcb1ce6340 [2021-01-14T15:31:29.100Z] Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-14T15:31:29.919Z] 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-14T15:31:30.116Z] ---> 35eb25ebe88c [2021-01-14T15:31:30.116Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-14T15:31:30.116Z] ---> 838f0ec4e111 [2021-01-14T15:31:30.116Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-14T15:31:30.179Z] 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-14T15:31:30.179Z] go: downloading github.com/stretchr/testify v1.6.1 [2021-01-14T15:31:30.395Z] ---> a990b775e237 [2021-01-14T15:31:30.395Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-14T15:31:30.439Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-01-14T15:31:30.439Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-01-14T15:31:30.439Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-01-14T15:31:31.395Z] Removing intermediate container 6a721fdbd52a [2021-01-14T15:31:31.395Z] ---> 80e5a0b0a0b8 [2021-01-14T15:31:31.395Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-14T15:31:31.819Z] 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-14T15:31:31.819Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-01-14T15:31:31.819Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-01-14T15:31:32.372Z] ---> Running in dea1bcf91d90 [2021-01-14T15:31:32.649Z] ---> f674eb54126a [2021-01-14T15:31:32.649Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / ---> e16488d72f56 [2021-01-14T15:31:32.649Z] [2021-01-14T15:31:32.649Z] ---> b436d3bb440a [2021-01-14T15:31:32.649Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-14T15:31:32.649Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-14T15:31:32.959Z] Removing intermediate container dea1bcf91d90 [2021-01-14T15:31:32.959Z] ---> 34d0f848e586 [2021-01-14T15:31:32.959Z] Step 13/21 : WORKDIR /edgex [2021-01-14T15:31:33.202Z] 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-14T15:31:33.202Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-01-14T15:31:33.710Z] ---> Running in 2b7bf15a59bb [2021-01-14T15:31:34.133Z] ---> 5d89093c935b [2021-01-14T15:31:34.133Z] ---> 1b460cb21a1d [2021-01-14T15:31:34.133Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-14T15:31:34.133Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-14T15:31:34.140Z] 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-14T15:31:34.140Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-01-14T15:31:34.438Z] ---> Running in e0d842aedeaa [2021-01-14T15:31:34.778Z] Removing intermediate container 2b7bf15a59bb [2021-01-14T15:31:34.778Z] ---> bc2b6fb20ec9 [2021-01-14T15:31:34.778Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-14T15:31:34.778Z] Removing intermediate container fdbcc072a4d2 [2021-01-14T15:31:34.778Z] ---> 0bff04a0d6ad [2021-01-14T15:31:34.778Z] [2021-01-14T15:31:34.778Z] Step 10/22 : FROM scratch [2021-01-14T15:31:34.778Z] ---> [2021-01-14T15:31:34.778Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-14T15:31:34.778Z] ---> 2ce9ae0a368e [2021-01-14T15:31:34.778Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-14T15:31:35.066Z] ---> Using cache [2021-01-14T15:31:35.066Z] ---> 96eb8367b615 [2021-01-14T15:31:35.066Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-14T15:31:35.066Z] Removing intermediate container e0d842aedeaa [2021-01-14T15:31:35.066Z] ---> Running in 33eebd653990 [2021-01-14T15:31:35.066Z] ---> 79549dffba06 [2021-01-14T15:31:35.066Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-14T15:31:35.359Z] ---> Running in 0ebad32f002c [2021-01-14T15:31:35.521Z] 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-14T15:31:35.645Z] ---> 18df10d9e8db [2021-01-14T15:31:35.645Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-14T15:31:35.645Z] ---> Running in b871cf7b9bff [2021-01-14T15:31:35.922Z] Removing intermediate container 33eebd653990 [2021-01-14T15:31:35.922Z] ---> 06f372178436 [2021-01-14T15:31:35.922Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-14T15:31:36.092Z] 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-14T15:31:36.200Z] ---> Running in ff3c91fb678f [2021-01-14T15:31:36.201Z] ---> 8eb41ccc8bb6 [2021-01-14T15:31:36.201Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-14T15:31:36.201Z] ---> 0b20c64a4bea [2021-01-14T15:31:36.201Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-14T15:31:36.201Z] Removing intermediate container 0ebad32f002c [2021-01-14T15:31:36.201Z] ---> 4ec07ee4837e [2021-01-14T15:31:36.201Z] Step 19/21 : LABEL arch=arm64 [2021-01-14T15:31:36.485Z] ---> Running in 0094f84305e5 [2021-01-14T15:31:36.662Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-14T15:31:36.763Z] Removing intermediate container ff3c91fb678f [2021-01-14T15:31:36.763Z] ---> 3a7816010652 [2021-01-14T15:31:36.763Z] Step 14/22 : WORKDIR / [2021-01-14T15:31:37.042Z] ---> Running in 0f696f3f8130 [2021-01-14T15:31:37.318Z] Removing intermediate container 0094f84305e5 [2021-01-14T15:31:37.318Z] ---> b03460fae10c [2021-01-14T15:31:37.318Z] Step 20/21 : LABEL git_sha=3f947bb58cd8eb5c706ecd008bed608996b20889 [2021-01-14T15:31:37.922Z] ---> Running in 2d7e2fe9640f [2021-01-14T15:31:37.922Z] Removing intermediate container 0f696f3f8130 [2021-01-14T15:31:37.922Z] ---> 1e747f699e78 [2021-01-14T15:31:37.922Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-14T15:31:37.922Z] ---> 069b1933affe [2021-01-14T15:31:37.922Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-14T15:31:37.922Z] ---> c1dc9f75f834 [2021-01-14T15:31:38.200Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-14T15:31:38.476Z] Removing intermediate container 2d7e2fe9640f [2021-01-14T15:31:38.476Z] ---> 09cf9aea6064 [2021-01-14T15:31:38.476Z] Step 21/21 : LABEL version=0.0.0 [2021-01-14T15:31:38.582Z] Building version [2021-01-14T15:31:38.751Z] ---> Running in 6eb2aef156c9 [2021-01-14T15:31:39.023Z] Removing intermediate container b871cf7b9bff [2021-01-14T15:31:39.023Z] ---> 1270afed9bda [2021-01-14T15:31:39.023Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-14T15:31:39.023Z] ---> ff7f329e8815 [2021-01-14T15:31:39.023Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-14T15:31:39.302Z] ---> c1519b0b4965 [2021-01-14T15:31:39.302Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-14T15:31:39.302Z] ---> Running in d71b5d1f26dd [2021-01-14T15:31:39.302Z] Removing intermediate container 6eb2aef156c9 [2021-01-14T15:31:39.302Z] ---> cc84219b8832 [2021-01-14T15:31:39.302Z] [2021-01-14T15:31:39.578Z] ---> Running in cf0faf47efb4 [2021-01-14T15:31:39.855Z] ---> 9f20016bc298 [2021-01-14T15:31:39.855Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-14T15:31:39.855Z] Successfully built cc84219b8832 [2021-01-14T15:31:40.132Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-14T15:31:40.132Z]  Building docker-support-scheduler-go ... done Building docker-sys-mgmt-agent-go [2021-01-14T15:31:40.132Z] ---> Running in effd9fd8a6f2 [2021-01-14T15:31:40.409Z] Removing intermediate container d71b5d1f26dd [2021-01-14T15:31:40.409Z] ---> 5d4775a15998 [2021-01-14T15:31:40.409Z] Step 20/22 : LABEL arch=arm64 [2021-01-14T15:31:40.409Z] Removing intermediate container cf0faf47efb4 [2021-01-14T15:31:40.409Z] ---> c31f1ea67448 [2021-01-14T15:31:40.409Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-14T15:31:40.492Z] Staging config-common [2021-01-14T15:31:40.690Z] ---> Running in 56c89b61fd1b [2021-01-14T15:31:40.690Z] ---> Running in 701c5c06b5c2 [2021-01-14T15:31:40.690Z] ---> edeaf42890b9 [2021-01-14T15:31:40.690Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-14T15:31:40.962Z] Removing intermediate container effd9fd8a6f2 [2021-01-14T15:31:40.962Z] ---> 9a2efb5db8ba [2021-01-14T15:31:40.962Z] Step 18/21 : CMD ["--init=true"] [2021-01-14T15:31:41.238Z] ---> Running in 8ce4f942302e [2021-01-14T15:31:41.238Z] Removing intermediate container 56c89b61fd1b [2021-01-14T15:31:41.238Z] ---> c1ec7e84c027 [2021-01-14T15:31:41.238Z] Step 21/22 : LABEL git_sha=3f947bb58cd8eb5c706ecd008bed608996b20889 [2021-01-14T15:31:41.437Z] Skipping stage go-build-helper (already ran) [2021-01-14T15:31:41.438Z] Skipping stage static-packages (already ran) [2021-01-14T15:31:41.438Z] Skipping stage go115 (already ran) [2021-01-14T15:31:41.438Z] Staging edgex-go [2021-01-14T15:31:41.518Z] Removing intermediate container 701c5c06b5c2 [2021-01-14T15:31:41.519Z] ---> 1b6695a268b7 [2021-01-14T15:31:41.519Z] Step 22/24 : LABEL arch=arm64 [2021-01-14T15:31:42.128Z] ---> Running in 6e0972c36ed4 [2021-01-14T15:31:42.377Z] Staging version [2021-01-14T15:31:42.405Z] ---> Running in 82e81895d920 [2021-01-14T15:31:42.406Z] Removing intermediate container 8ce4f942302e [2021-01-14T15:31:42.406Z] ---> ac9560929f70 [2021-01-14T15:31:42.406Z] Step 19/21 : LABEL arch=arm64 [2021-01-14T15:31:42.682Z] ---> 708ddf9f499f [2021-01-14T15:31:42.682Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-14T15:31:42.947Z] Priming config-common [2021-01-14T15:31:42.957Z] ---> Running in 22f65da994d7 [2021-01-14T15:31:43.232Z] ---> Running in a5bb71394043 [2021-01-14T15:31:43.232Z] Removing intermediate container 6e0972c36ed4 [2021-01-14T15:31:43.232Z] ---> 1d29f8091275 [2021-01-14T15:31:43.232Z] Step 22/22 : LABEL version=0.0.0 [2021-01-14T15:31:43.507Z] Removing intermediate container 82e81895d920 [2021-01-14T15:31:43.507Z] ---> 49f004216112 [2021-01-14T15:31:43.507Z] Step 23/24 : LABEL git_sha=3f947bb58cd8eb5c706ecd008bed608996b20889 [2021-01-14T15:31:43.783Z] ---> Running in 122689fb1863 [2021-01-14T15:31:43.783Z] Removing intermediate container 22f65da994d7 [2021-01-14T15:31:43.783Z] ---> ff2112b4fb9c [2021-01-14T15:31:43.783Z] Step 20/21 : LABEL git_sha=3f947bb58cd8eb5c706ecd008bed608996b20889 [2021-01-14T15:31:43.783Z] ---> Running in ab09f45d39d8 [2021-01-14T15:31:43.886Z] Priming go-build-helper [2021-01-14T15:31:44.058Z] Removing intermediate container a5bb71394043 [2021-01-14T15:31:44.058Z] ---> 14e99cd20e16 [2021-01-14T15:31:44.058Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-14T15:31:44.337Z] ---> Running in c5306ab22bfd [2021-01-14T15:31:44.614Z] ---> Running in c6157fa0d5a8 [2021-01-14T15:31:44.824Z] Priming static-packages [2021-01-14T15:31:45.217Z] Removing intermediate container 122689fb1863 [2021-01-14T15:31:45.217Z] ---> d2a6c4c33ba7 [2021-01-14T15:31:45.217Z] [2021-01-14T15:31:45.217Z] Removing intermediate container ab09f45d39d8 [2021-01-14T15:31:45.217Z] ---> a6a9482a8f59 [2021-01-14T15:31:45.217Z] Step 24/24 : LABEL version=0.0.0 [2021-01-14T15:31:45.490Z] Removing intermediate container c5306ab22bfd [2021-01-14T15:31:45.490Z] ---> 09e21f318e06 [2021-01-14T15:31:45.490Z] Step 21/21 : LABEL version=0.0.0 [2021-01-14T15:31:45.490Z] Successfully built d2a6c4c33ba7 [2021-01-14T15:31:45.766Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2021-01-14T15:31:45.766Z] Building docker-core-command-go [2021-01-14T15:31:45.766Z]  Building docker-security-bootstrap-redis-go ... done  ---> Running in 4b4f65407bde [2021-01-14T15:31:45.766Z] Removing intermediate container c6157fa0d5a8 [2021-01-14T15:31:45.766Z] ---> 5d0045368d83 [2021-01-14T15:31:45.766Z] Step 20/22 : LABEL arch=arm64 [2021-01-14T15:31:45.766Z] ---> Running in 1f28164437e3 [2021-01-14T15:31:46.044Z] ---> Running in 68257f539d24 [2021-01-14T15:31:46.320Z] Removing intermediate container 4b4f65407bde [2021-01-14T15:31:46.320Z] ---> 4838b33cd023 [2021-01-14T15:31:46.320Z] [2021-01-14T15:31:46.320Z] Removing intermediate container 1f28164437e3 [2021-01-14T15:31:46.320Z] ---> c34946ef2a5a [2021-01-14T15:31:46.320Z] [2021-01-14T15:31:46.599Z] Removing intermediate container 68257f539d24 [2021-01-14T15:31:46.599Z] ---> 4243a804e80d [2021-01-14T15:31:46.599Z] Step 21/22 : LABEL git_sha=3f947bb58cd8eb5c706ecd008bed608996b20889 [2021-01-14T15:31:46.872Z] Successfully built 4838b33cd023 [2021-01-14T15:31:46.872Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-14T15:31:46.872Z] Building docker-core-data-go [2021-01-14T15:31:46.872Z]  Building docker-support-notifications-go ... done Successfully built c34946ef2a5a [2021-01-14T15:31:47.145Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-14T15:31:47.146Z]  Building docker-security-proxy-setup-go ... done Building docker-security-secretstore-setup-go [2021-01-14T15:31:47.146Z] ---> Running in c6d6e65c82fe [2021-01-14T15:31:47.368Z] Priming go115 [2021-01-14T15:31:47.425Z] Removing intermediate container c6d6e65c82fe [2021-01-14T15:31:47.426Z] ---> d5e654951dce [2021-01-14T15:31:47.426Z] Step 22/22 : LABEL version=0.0.0 [2021-01-14T15:31:47.699Z] ---> Running in 494508963f7e [2021-01-14T15:31:47.939Z] Priming edgex-go [2021-01-14T15:31:47.974Z] Removing intermediate container 494508963f7e [2021-01-14T15:31:47.974Z] ---> 3c0eaf4218d8 [2021-01-14T15:31:47.974Z] [2021-01-14T15:31:48.569Z] Successfully built 3c0eaf4218d8 [2021-01-14T15:31:48.569Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-14T15:31:49.321Z] Priming version [2021-01-14T15:31:49.894Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-14T15:32:27.606Z]  Building docker-core-metadata-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T15:32:27.606Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-14T15:32:27.606Z] ---> 4d33ba189cf3 [2021-01-14T15:32:27.606Z] Step 3/26 : WORKDIR /edgex-go [2021-01-14T15:32:27.606Z] ---> Using cache [2021-01-14T15:32:27.606Z] ---> d638dbadf1d6 [2021-01-14T15:32:27.606Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T15:32:27.606Z] ---> Using cache [2021-01-14T15:32:27.606Z] ---> be8cb5714003 [2021-01-14T15:32:27.606Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-14T15:32:27.882Z] ---> Running in a8d3cc7955a6 [2021-01-14T15:32:29.333Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-14T15:32:29.935Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-14T15:32:30.932Z] OK: 217 MiB in 51 packages [2021-01-14T15:32:34.352Z] Removing intermediate container a8d3cc7955a6 [2021-01-14T15:32:34.352Z] ---> 84493a792a50 [2021-01-14T15:32:34.352Z] Step 6/26 : COPY go.mod . [2021-01-14T15:32:34.352Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T15:32:34.352Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-14T15:32:34.352Z] ---> 4d33ba189cf3 [2021-01-14T15:32:34.352Z] Step 3/24 : WORKDIR /edgex-go [2021-01-14T15:32:34.352Z] ---> Using cache [2021-01-14T15:32:34.352Z] ---> d638dbadf1d6 [2021-01-14T15:32:34.352Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T15:32:34.352Z] ---> Using cache [2021-01-14T15:32:34.352Z] ---> be8cb5714003 [2021-01-14T15:32:34.352Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-14T15:32:34.352Z] ---> Using cache [2021-01-14T15:32:34.352Z] ---> 904a85227008 [2021-01-14T15:32:34.352Z] Step 6/24 : COPY go.mod . [2021-01-14T15:32:34.352Z] ---> Using cache [2021-01-14T15:32:34.352Z] ---> febd5c59892e [2021-01-14T15:32:34.352Z] Step 7/24 : RUN go mod download [2021-01-14T15:32:34.352Z] ---> Using cache [2021-01-14T15:32:34.352Z] ---> a636571d3500 [2021-01-14T15:32:34.352Z] Step 8/24 : COPY . . [2021-01-14T15:32:34.352Z] ---> Using cache [2021-01-14T15:32:34.352Z] ---> 90e4d3409eb9 [2021-01-14T15:32:34.352Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-14T15:32:34.637Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T15:32:34.637Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-14T15:32:34.637Z] ---> 4d33ba189cf3 [2021-01-14T15:32:34.637Z] Step 3/23 : WORKDIR /edgex-go [2021-01-14T15:32:34.637Z] ---> Using cache [2021-01-14T15:32:34.637Z] ---> d638dbadf1d6 [2021-01-14T15:32:34.637Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T15:32:34.637Z] ---> Using cache [2021-01-14T15:32:34.637Z] ---> be8cb5714003 [2021-01-14T15:32:34.637Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-14T15:32:34.912Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T15:32:34.912Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-14T15:32:34.912Z] ---> 4d33ba189cf3 [2021-01-14T15:32:34.912Z] Step 3/22 : WORKDIR /edgex-go [2021-01-14T15:32:34.912Z] ---> Using cache [2021-01-14T15:32:34.912Z] ---> d638dbadf1d6 [2021-01-14T15:32:34.912Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T15:32:34.912Z] ---> Using cache [2021-01-14T15:32:34.912Z] ---> be8cb5714003 [2021-01-14T15:32:34.912Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-14T15:32:34.912Z] ---> Using cache [2021-01-14T15:32:34.912Z] ---> 904a85227008 [2021-01-14T15:32:34.912Z] Step 6/22 : COPY go.mod . [2021-01-14T15:32:34.912Z] ---> Using cache [2021-01-14T15:32:34.912Z] ---> febd5c59892e [2021-01-14T15:32:34.912Z] Step 7/22 : RUN go mod download [2021-01-14T15:32:34.912Z] ---> Using cache [2021-01-14T15:32:34.912Z] ---> a636571d3500 [2021-01-14T15:32:34.912Z] Step 8/22 : COPY . . [2021-01-14T15:32:34.912Z] ---> Using cache [2021-01-14T15:32:34.912Z] ---> 90e4d3409eb9 [2021-01-14T15:32:34.912Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-14T15:32:35.197Z] ---> Running in acd20c43bac5 [2021-01-14T15:32:35.197Z] ---> Running in 67921edcc61e [2021-01-14T15:32:35.197Z] ---> Running in 3f5ca1939ae1 [2021-01-14T15:32:35.197Z] ---> 583c095d9eae [2021-01-14T15:32:35.197Z] Step 7/26 : RUN go mod download [2021-01-14T15:32:35.482Z] ---> Running in 8a7874ec6d5d [2021-01-14T15:32:36.925Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-14T15:32:36.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-14T15:32:37.203Z] 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-14T15:32:37.803Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-14T15:32:38.425Z] OK: 217 MiB in 51 packages [2021-01-14T15:32:39.422Z] Removing intermediate container 8a7874ec6d5d [2021-01-14T15:32:39.422Z] ---> 22aecd1fe78b [2021-01-14T15:32:39.422Z] Step 8/26 : COPY . . [2021-01-14T15:32:40.421Z] Removing intermediate container 67921edcc61e [2021-01-14T15:32:40.421Z] ---> 1ee046ff7ec9 [2021-01-14T15:32:40.421Z] Step 6/23 : COPY go.mod . [2021-01-14T15:32:42.433Z] ---> b29326fd2033 [2021-01-14T15:32:42.433Z] Step 7/23 : RUN go mod download [2021-01-14T15:32:43.047Z] ---> Running in 8c1a2421758e [2021-01-14T15:32:48.491Z] Removing intermediate container 8c1a2421758e [2021-01-14T15:32:48.491Z] ---> 70025ff93e8e [2021-01-14T15:32:48.491Z] Step 8/23 : COPY . . [2021-01-14T15:33:03.653Z] ---> 10dadb84baa0 [2021-01-14T15:33:03.653Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-14T15:33:03.653Z] ---> Running in 24c9d2660dd0 [2021-01-14T15:33:05.111Z] 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-14T15:33:10.558Z] ---> 9b52de489d22 [2021-01-14T15:33:10.558Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-14T15:33:10.558Z] ---> Running in 6fbed314e2df [2021-01-14T15:33:12.013Z] 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-14T15:33:34.231Z] 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-14T15:33:47.019Z] Removing intermediate container acd20c43bac5 [2021-01-14T15:33:47.019Z] ---> c0fbc650263b [2021-01-14T15:33:47.019Z] [2021-01-14T15:33:47.019Z] Step 10/24 : FROM alpine:3.12 [2021-01-14T15:33:47.019Z] ---> afeebe901d6b [2021-01-14T15:33:47.019Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-14T15:33:47.019Z] ---> Using cache [2021-01-14T15:33:47.019Z] ---> 0f56377b86a8 [2021-01-14T15:33:47.019Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-14T15:33:47.294Z] Removing intermediate container 3f5ca1939ae1 [2021-01-14T15:33:47.294Z] ---> 02699b2d828d [2021-01-14T15:33:47.294Z] [2021-01-14T15:33:47.294Z] Step 10/22 : FROM scratch [2021-01-14T15:33:47.294Z] ---> [2021-01-14T15:33:47.294Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-14T15:33:47.567Z] ---> Running in efe2c98ae549 [2021-01-14T15:33:47.567Z] ---> Using cache [2021-01-14T15:33:47.567Z] ---> 96eb8367b615 [2021-01-14T15:33:47.567Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-14T15:33:47.567Z] ---> Running in c7e7163aa2a7 [2021-01-14T15:33:48.177Z] Removing intermediate container efe2c98ae549 [2021-01-14T15:33:48.177Z] ---> a9876907a373 [2021-01-14T15:33:48.177Z] Step 13/24 : WORKDIR / [2021-01-14T15:33:48.460Z] ---> Running in 356935dfcee8 [2021-01-14T15:33:48.460Z] Removing intermediate container c7e7163aa2a7 [2021-01-14T15:33:48.460Z] ---> 0c5533a76f89 [2021-01-14T15:33:48.460Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-14T15:33:48.732Z] ---> Running in a65affcf155f [2021-01-14T15:33:49.339Z] Removing intermediate container 356935dfcee8 [2021-01-14T15:33:49.339Z] ---> 34988b5bc19e [2021-01-14T15:33:49.339Z] 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-14T15:33:49.339Z] Removing intermediate container a65affcf155f [2021-01-14T15:33:49.339Z] ---> 71007e4215b9 [2021-01-14T15:33:49.339Z] Step 14/22 : WORKDIR / [2021-01-14T15:33:49.618Z] ---> Running in c76c8a9eff38 [2021-01-14T15:33:50.615Z] Removing intermediate container c76c8a9eff38 [2021-01-14T15:33:50.615Z] ---> 262c50bf1705 [2021-01-14T15:33:50.615Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-14T15:33:50.615Z] ---> af38c43deba0 [2021-01-14T15:33:50.615Z] 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-14T15:33:51.613Z] ---> 712810f0e528 [2021-01-14T15:33:51.613Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-14T15:33:51.613Z] ---> dac083507735 [2021-01-14T15:33:51.613Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-14T15:33:53.083Z] ---> 38556bfb4b66 [2021-01-14T15:33:53.084Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-14T15:33:53.364Z] ---> cb92b7204973 [2021-01-14T15:33:53.364Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-14T15:33:54.837Z] ---> fbf8b2b155bf [2021-01-14T15:33:54.837Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-14T15:33:55.120Z] ---> 600a90e8a664 [2021-01-14T15:33:55.120Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-14T15:33:55.120Z] ---> Running in af7666f6bdb0 [2021-01-14T15:33:56.591Z] Removing intermediate container af7666f6bdb0 [2021-01-14T15:33:56.591Z] ---> f3cff0cd8223 [2021-01-14T15:33:56.591Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-14T15:33:56.591Z] ---> Running in e8703ebd317f [2021-01-14T15:33:56.872Z] ---> 97cddeb18d8e [2021-01-14T15:33:56.872Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-14T15:33:57.488Z] Removing intermediate container e8703ebd317f [2021-01-14T15:33:57.488Z] ---> a52ac35d81cc [2021-01-14T15:33:57.488Z] Step 20/22 : LABEL arch=arm64 [2021-01-14T15:33:57.769Z] ---> Running in dc341dcb439b [2021-01-14T15:33:58.051Z] ---> 38f17242fbb6 [2021-01-14T15:33:58.051Z] 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-14T15:33:58.334Z] ---> Running in b539849a81a1 [2021-01-14T15:33:58.620Z] Removing intermediate container dc341dcb439b [2021-01-14T15:33:58.620Z] ---> 6ec8653e1daf [2021-01-14T15:33:58.620Z] Step 21/22 : LABEL git_sha=3f947bb58cd8eb5c706ecd008bed608996b20889 [2021-01-14T15:33:58.897Z] ---> Running in 18c582b74afb [2021-01-14T15:33:59.513Z] Removing intermediate container 18c582b74afb [2021-01-14T15:33:59.513Z] ---> e90ccd671b5f [2021-01-14T15:33:59.513Z] Step 22/22 : LABEL version=0.0.0 [2021-01-14T15:33:59.788Z] ---> Running in 6a35c721165a [2021-01-14T15:34:00.781Z] Removing intermediate container 6a35c721165a [2021-01-14T15:34:00.781Z] ---> 60ffddb2ef2e [2021-01-14T15:34:00.781Z] [2021-01-14T15:34:01.388Z] Successfully built 60ffddb2ef2e [2021-01-14T15:34:01.388Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-14T15:34:02.393Z]  Building docker-core-command-go ... done Removing intermediate container b539849a81a1 [2021-01-14T15:34:02.393Z] ---> 798f37154476 [2021-01-14T15:34:02.393Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-14T15:34:02.393Z] ---> Running in 5b863e2dc5f4 [2021-01-14T15:34:03.003Z] Removing intermediate container 5b863e2dc5f4 [2021-01-14T15:34:03.003Z] ---> dbb0577fd5b1 [2021-01-14T15:34:03.003Z] Step 22/24 : LABEL arch=arm64 [2021-01-14T15:34:03.286Z] ---> Running in 42fa8f3ff885 [2021-01-14T15:34:03.894Z] Removing intermediate container 42fa8f3ff885 [2021-01-14T15:34:03.894Z] ---> a07dd1f89570 [2021-01-14T15:34:03.894Z] Step 23/24 : LABEL git_sha=3f947bb58cd8eb5c706ecd008bed608996b20889 [2021-01-14T15:34:04.177Z] ---> Running in 30e9cef3eba6 [2021-01-14T15:34:04.785Z] Removing intermediate container 30e9cef3eba6 [2021-01-14T15:34:04.785Z] ---> c634383f88e6 [2021-01-14T15:34:04.785Z] Step 24/24 : LABEL version=0.0.0 [2021-01-14T15:34:05.064Z] ---> Running in 70aba523bb5b [2021-01-14T15:34:05.669Z] Removing intermediate container 70aba523bb5b [2021-01-14T15:34:05.669Z] ---> 97d2d71316b8 [2021-01-14T15:34:05.669Z] [2021-01-14T15:34:06.277Z] Successfully built 97d2d71316b8 [2021-01-14T15:34:06.277Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-14T15:34:14.619Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 24c9d2660dd0 [2021-01-14T15:34:14.619Z] ---> ac9e6537a8be [2021-01-14T15:34:14.619Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-14T15:34:14.620Z] ---> Running in 68749ad35d9a [2021-01-14T15:34:14.897Z] 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-14T15:34:18.310Z] Removing intermediate container 68749ad35d9a [2021-01-14T15:34:18.311Z] ---> 38bc6490ad4c [2021-01-14T15:34:18.311Z] [2021-01-14T15:34:18.311Z] Step 11/26 : FROM docker:20.10.0 [2021-01-14T15:34:18.311Z] 20.10.0: Pulling from library/docker [2021-01-14T15:34:28.483Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-14T15:34:28.483Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-14T15:34:28.483Z] ---> eeaf43b92773 [2021-01-14T15:34:28.483Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-14T15:34:28.483Z] ---> Running in f270cc2523b0 [2021-01-14T15:34:28.757Z] Removing intermediate container 6fbed314e2df [2021-01-14T15:34:28.757Z] ---> f28c4fac3a26 [2021-01-14T15:34:28.757Z] [2021-01-14T15:34:28.757Z] Step 10/23 : FROM alpine:3.12 [2021-01-14T15:34:28.757Z] ---> afeebe901d6b [2021-01-14T15:34:28.757Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-14T15:34:28.757Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-14T15:34:29.037Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-14T15:34:29.037Z] ---> Running in 9635f5781d60 [2021-01-14T15:34:29.650Z] (1/2) Installing readline (8.0.4-r0) [2021-01-14T15:34:29.650Z] Removing intermediate container 9635f5781d60 [2021-01-14T15:34:29.650Z] ---> 2a6865cb45e7 [2021-01-14T15:34:29.650Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-14T15:34:29.650Z] (2/2) Installing bash (5.0.17-r0) [2021-01-14T15:34:29.651Z] Executing bash-5.0.17-r0.post-install [2021-01-14T15:34:29.651Z] Executing busybox-1.31.1-r19.trigger [2021-01-14T15:34:29.651Z] OK: 12 MiB in 22 packages [2021-01-14T15:34:29.651Z] ---> Running in 2eb6909e9ac8 [2021-01-14T15:34:30.248Z] Removing intermediate container 2eb6909e9ac8 [2021-01-14T15:34:30.248Z] ---> 6a050ff74234 [2021-01-14T15:34:30.248Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-14T15:34:30.522Z] ---> Running in 6e018790a658 [2021-01-14T15:34:30.798Z] Removing intermediate container 6e018790a658 [2021-01-14T15:34:30.798Z] ---> e4783558a817 [2021-01-14T15:34:30.798Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T15:34:31.074Z] Removing intermediate container f270cc2523b0 [2021-01-14T15:34:31.074Z] ---> 796c90704f82 [2021-01-14T15:34:31.074Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-14T15:34:31.074Z] ---> Running in 0c3dc3d2a0c1 [2021-01-14T15:34:31.074Z] ---> Running in 7ee25566f04e [2021-01-14T15:34:31.676Z] Removing intermediate container 7ee25566f04e [2021-01-14T15:34:31.676Z] ---> c9128f2aedc7 [2021-01-14T15:34:31.676Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-14T15:34:31.950Z] ---> Running in 306235d372ab [2021-01-14T15:34:32.225Z] Removing intermediate container 306235d372ab [2021-01-14T15:34:32.225Z] ---> f7f6eedcca5f [2021-01-14T15:34:32.225Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-14T15:34:32.502Z] ---> Running in 16d8e11c9b63 [2021-01-14T15:34:33.107Z] Removing intermediate container 16d8e11c9b63 [2021-01-14T15:34:33.107Z] ---> b5542df95f22 [2021-01-14T15:34:33.107Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-14T15:34:33.382Z] Removing intermediate container 0c3dc3d2a0c1 [2021-01-14T15:34:33.382Z] ---> 268f1fedfad5 [2021-01-14T15:34:33.382Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-14T15:34:33.659Z] ---> Running in 374a3e4f4c00 [2021-01-14T15:34:34.258Z] ---> 9a1e824bd0bf [2021-01-14T15:34:34.258Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-14T15:34:34.855Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-14T15:34:35.137Z] ---> a4e44bd23e8c [2021-01-14T15:34:35.137Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-14T15:34:35.735Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-14T15:34:36.013Z] ---> dc003b120faa [2021-01-14T15:34:36.013Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-14T15:34:36.297Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-14T15:34:36.297Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-14T15:34:36.297Z] ---> Running in d962be8b8636 [2021-01-14T15:34:36.297Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-14T15:34:36.577Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-14T15:34:36.853Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-14T15:34:36.853Z] Executing busybox-1.31.1-r19.trigger [2021-01-14T15:34:36.853Z] OK: 8 MiB in 19 packages [2021-01-14T15:34:37.452Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-14T15:34:37.728Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-14T15:34:38.327Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-14T15:34:38.327Z] (2/33) Installing expat (2.2.9-r1) [2021-01-14T15:34:38.327Z] (3/33) Installing libffi (3.3-r2) [2021-01-14T15:34:38.327Z] (4/33) Installing gdbm (1.13-r1) [2021-01-14T15:34:38.327Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-14T15:34:38.327Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-14T15:34:38.327Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-14T15:34:38.602Z] Removing intermediate container 374a3e4f4c00 [2021-01-14T15:34:38.602Z] ---> 9910c2d15eef [2021-01-14T15:34:38.602Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-14T15:34:40.583Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-14T15:34:40.583Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-14T15:34:40.583Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-14T15:34:40.583Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-14T15:34:40.583Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-14T15:34:40.583Z] ---> f6b70bf96a02 [2021-01-14T15:34:40.583Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-14T15:34:40.583Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-14T15:34:40.583Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-14T15:34:40.583Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-14T15:34:40.583Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-14T15:34:40.583Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-14T15:34:40.583Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-14T15:34:40.857Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-14T15:34:40.857Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-14T15:34:40.857Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-14T15:34:40.857Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-14T15:34:40.857Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-14T15:34:40.857Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-14T15:34:40.857Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-14T15:34:40.857Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-14T15:34:40.857Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-14T15:34:40.857Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-14T15:34:41.133Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-14T15:34:41.133Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-14T15:34:41.133Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-14T15:34:41.133Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-14T15:34:41.133Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-14T15:34:41.133Z] Executing busybox-1.31.1-r19.trigger [2021-01-14T15:34:41.133Z] OK: 71 MiB in 55 packages [2021-01-14T15:34:41.742Z] ---> 69136320c121 [2021-01-14T15:34:41.742Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-14T15:34:42.730Z] ---> 15e5896fe4ec [2021-01-14T15:34:42.730Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-14T15:34:42.730Z] ---> Running in c7b1994c0e3d [2021-01-14T15:34:43.329Z] Removing intermediate container c7b1994c0e3d [2021-01-14T15:34:43.329Z] ---> a3585ea005c9 [2021-01-14T15:34:43.329Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-14T15:34:43.608Z] ---> Running in e70509ac900a [2021-01-14T15:34:44.596Z] Removing intermediate container e70509ac900a [2021-01-14T15:34:44.596Z] ---> 755a5bd8c366 [2021-01-14T15:34:44.596Z] Step 21/23 : LABEL arch=arm64 [2021-01-14T15:34:44.596Z] ---> Running in bcf294e531ea [2021-01-14T15:34:45.203Z] Removing intermediate container bcf294e531ea [2021-01-14T15:34:45.203Z] ---> d1afd4bca1a6 [2021-01-14T15:34:45.203Z] Step 22/23 : LABEL git_sha=3f947bb58cd8eb5c706ecd008bed608996b20889 [2021-01-14T15:34:45.478Z] ---> Running in 020ff3ac0d21 [2021-01-14T15:34:46.084Z] Removing intermediate container 020ff3ac0d21 [2021-01-14T15:34:46.084Z] ---> 4377806b3d91 [2021-01-14T15:34:46.084Z] Step 23/23 : LABEL version=0.0.0 [2021-01-14T15:34:46.084Z] ---> Running in 56fab402143e [2021-01-14T15:34:46.691Z] Removing intermediate container 56fab402143e [2021-01-14T15:34:46.691Z] ---> aab3c3fed577 [2021-01-14T15:34:46.691Z] [2021-01-14T15:34:46.974Z] Removing intermediate container d962be8b8636 [2021-01-14T15:34:46.974Z] ---> af5592da6979 [2021-01-14T15:34:46.974Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-14T15:34:47.257Z] Successfully built aab3c3fed577 [2021-01-14T15:34:47.257Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-14T15:34:47.257Z]  Building docker-core-data-go ... done  ---> Running in 5d7b3eeb1e05 [2021-01-14T15:34:52.656Z] Collecting docker-compose==1.23.2 [2021-01-14T15:34:52.656Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-14T15:34:52.656Z] Collecting texttable<0.10,>=0.9.0 [2021-01-14T15:34:52.656Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-14T15:34:54.629Z] Collecting cached-property<2,>=1.2.0 [2021-01-14T15:34:54.629Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-14T15:34:54.629Z] 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-14T15:34:54.903Z] Collecting docker<4.0,>=3.6.0 [2021-01-14T15:34:54.903Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-14T15:34:56.344Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-14T15:34:56.344Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-14T15:34:56.614Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-14T15:34:56.908Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-14T15:34:58.941Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-14T15:34:59.221Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-14T15:34:59.495Z] Collecting docopt<0.7,>=0.6.1 [2021-01-14T15:34:59.495Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-14T15:35:02.117Z] Collecting PyYAML<4,>=3.10 [2021-01-14T15:35:02.117Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-14T15:35:04.731Z] Collecting jsonschema<3,>=2.5.1 [2021-01-14T15:35:04.731Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-14T15:35:05.011Z] Collecting docker-pycreds>=0.4.0 [2021-01-14T15:35:05.011Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-14T15:35:05.284Z] 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-14T15:35:05.881Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-14T15:35:05.881Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-14T15:35:05.881Z] 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-14T15:35:06.156Z] Collecting idna<2.8,>=2.5 [2021-01-14T15:35:06.156Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-14T15:35:06.156Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-14T15:35:06.156Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-14T15:35:06.156Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-14T15:35:06.156Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-14T15:35:07.133Z] Installing collected packages: texttable, cached-property, urllib3, idna, requests, docker-pycreds, websocket-client, docker, dockerpty, docopt, PyYAML, jsonschema, docker-compose [2021-01-14T15:35:07.133Z] Running setup.py install for texttable: started [2021-01-14T15:35:09.107Z] Running setup.py install for texttable: finished with status 'done' [2021-01-14T15:35:09.107Z] Attempting uninstall: urllib3 [2021-01-14T15:35:09.107Z] Found existing installation: urllib3 1.25.9 [2021-01-14T15:35:09.107Z] Uninstalling urllib3-1.25.9: [2021-01-14T15:35:09.107Z] Successfully uninstalled urllib3-1.25.9 [2021-01-14T15:35:09.705Z] Attempting uninstall: idna [2021-01-14T15:35:09.705Z] Found existing installation: idna 2.9 [2021-01-14T15:35:09.705Z] Uninstalling idna-2.9: [2021-01-14T15:35:09.705Z] Successfully uninstalled idna-2.9 [2021-01-14T15:35:10.301Z] Attempting uninstall: requests [2021-01-14T15:35:10.301Z] Found existing installation: requests 2.23.0 [2021-01-14T15:35:10.301Z] Uninstalling requests-2.23.0: [2021-01-14T15:35:10.301Z] Successfully uninstalled requests-2.23.0 [2021-01-14T15:35:11.732Z] Running setup.py install for dockerpty: started [2021-01-14T15:35:13.702Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-14T15:35:13.702Z] Running setup.py install for docopt: started [2021-01-14T15:35:15.131Z] Running setup.py install for docopt: finished with status 'done' [2021-01-14T15:35:15.402Z] Running setup.py install for PyYAML: started [2021-01-14T15:35:17.364Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-14T15:35:18.786Z] 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-14T15:35:22.164Z] Removing intermediate container 5d7b3eeb1e05 [2021-01-14T15:35:22.164Z] ---> 485a495f9912 [2021-01-14T15:35:22.164Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-14T15:35:22.164Z] ---> Running in 2e004e477557 [2021-01-14T15:35:23.138Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-14T15:35:23.407Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-14T15:35:24.001Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-14T15:35:24.001Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-14T15:35:24.001Z] (3/3) Installing curl (7.69.1-r3) [2021-01-14T15:35:24.001Z] Executing busybox-1.31.1-r19.trigger [2021-01-14T15:35:24.273Z] OK: 71 MiB in 58 packages [2021-01-14T15:35:25.247Z] Removing intermediate container 2e004e477557 [2021-01-14T15:35:25.247Z] ---> a798c0d3a4f0 [2021-01-14T15:35:25.247Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-14T15:35:25.520Z] ---> Running in 80343622a4ac [2021-01-14T15:35:25.796Z] Removing intermediate container 80343622a4ac [2021-01-14T15:35:25.796Z] ---> 3f2d4708af6d [2021-01-14T15:35:25.796Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-14T15:35:26.069Z] ---> Running in e10ca637774d [2021-01-14T15:35:26.664Z] Removing intermediate container e10ca637774d [2021-01-14T15:35:26.664Z] ---> 971a7bb8f262 [2021-01-14T15:35:26.664Z] Step 24/26 : LABEL arch=arm64 [2021-01-14T15:35:26.664Z] ---> Running in 4202dd6cc52e [2021-01-14T15:35:27.258Z] Removing intermediate container 4202dd6cc52e [2021-01-14T15:35:27.258Z] ---> 3a61659a2cfa [2021-01-14T15:35:27.258Z] Step 25/26 : LABEL git_sha=3f947bb58cd8eb5c706ecd008bed608996b20889 [2021-01-14T15:35:27.258Z] ---> Running in 813d9ebcc2e9 [2021-01-14T15:35:27.850Z] Removing intermediate container 813d9ebcc2e9 [2021-01-14T15:35:27.850Z] ---> f7bb9ef0b36c [2021-01-14T15:35:27.850Z] Step 26/26 : LABEL version=0.0.0 [2021-01-14T15:35:27.850Z] ---> Running in 16e7fcb5e75e [2021-01-14T15:35:28.443Z] Removing intermediate container 16e7fcb5e75e [2021-01-14T15:35:28.443Z] ---> d5321320b3ff [2021-01-14T15:35:28.443Z] [2021-01-14T15:35:28.714Z] Successfully built d5321320b3ff [2021-01-14T15:35:28.714Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-14T15:35:29.319Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-14T15:35:29.303Z] $ docker stop --time=1 b7e96886f4a36eeeafe5c04784e55b234e2651ded77dac34def717f0f2d6188d [2021-01-14T15:35:31.232Z] $ docker rm -f b7e96886f4a36eeeafe5c04784e55b234e2651ded77dac34def717f0f2d6188d [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-14T15:35:31.970Z] + docker+ images [2021-01-14T15:35:31.970Z] grep docker [2021-01-14T15:35:32.240Z] docker-sys-mgmt-agent-go-arm64 latest d5321320b3ff 4 seconds ago 300MB [2021-01-14T15:35:32.240Z] docker-core-data-go-arm64 latest aab3c3fed577 46 seconds ago 21MB [2021-01-14T15:35:32.240Z] docker-security-secretstore-setup-go-arm64 latest 97d2d71316b8 About a minute ago 23.4MB [2021-01-14T15:35:32.240Z] docker-core-command-go-arm64 latest 60ffddb2ef2e About a minute ago 9.98MB [2021-01-14T15:35:32.240Z] docker-core-metadata-go-arm64 latest 3c0eaf4218d8 3 minutes ago 12.3MB [2021-01-14T15:35:32.240Z] docker-security-proxy-setup-go-arm64 latest c34946ef2a5a 3 minutes ago 23.3MB [2021-01-14T15:35:32.240Z] docker-support-notifications-go-arm64 latest 4838b33cd023 3 minutes ago 11.4MB [2021-01-14T15:35:32.240Z] docker-security-bootstrap-redis-go-arm64 latest d2a6c4c33ba7 3 minutes ago 15.1MB [2021-01-14T15:35:32.240Z] docker-support-scheduler-go-arm64 latest cc84219b8832 3 minutes ago 10MB [2021-01-14T15:35:32.240Z] 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-14T15:35:34.383Z] provisioning config files... [2021-01-14T15:35:34.399Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/13@tmp/config8647379484605710271tmp [Pipeline] { [Pipeline] sh [2021-01-14T15:35:34.809Z] + set +x [2021-01-14T15:35:34.809Z] + curl -s https://codecov.io/bash [2021-01-14T15:35:34.809Z] + bash -s -- [2021-01-14T15:35:35.072Z] [2021-01-14T15:35:35.072Z] _____ _ [2021-01-14T15:35:35.072Z] / ____| | | [2021-01-14T15:35:35.072Z] | | ___ __| | ___ ___ _____ __ [2021-01-14T15:35:35.072Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-14T15:35:35.072Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-14T15:35:35.072Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-14T15:35:35.072Z] Bash-20201231-23d4836 [2021-01-14T15:35:35.072Z] [2021-01-14T15:35:35.072Z] [2021-01-14T15:35:35.072Z] ==> git version 2.24.3 found [2021-01-14T15:35:35.072Z] ==> 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-14T15:35:35.072Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-14T15:35:35.072Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-14T15:35:35.072Z] ==> Jenkins CI detected. [2021-01-14T15:35:35.334Z] project root: . [2021-01-14T15:35:35.334Z] --> token set from env [2021-01-14T15:35:35.334Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-14T15:35:35.334Z] ==> Running gcov in . (disable via -X gcov) [2021-01-14T15:35:35.334Z] ==> Python coveragepy not found [2021-01-14T15:35:35.334Z] ==> Searching for coverage reports in: [2021-01-14T15:35:35.334Z] + . [2021-01-14T15:35:35.334Z] -> Found 1 reports [2021-01-14T15:35:35.334Z] ==> Detecting git/mercurial file structure [2021-01-14T15:35:35.334Z] ==> Reading reports [2021-01-14T15:35:35.334Z] + ./coverage.out bytes=555118 [2021-01-14T15:35:35.334Z] ==> Appending adjustments [2021-01-14T15:35:35.334Z] https://docs.codecov.io/docs/fixing-reports [2021-01-14T15:35:38.645Z] + Found adjustments [2021-01-14T15:35:38.645Z] ==> Gzipping contents [2021-01-14T15:35:38.645Z] 84K /tmp/codecov.hWhyK4.gz [2021-01-14T15:35:38.645Z] ==> Uploading reports [2021-01-14T15:35:38.645Z] url: https://codecov.io [2021-01-14T15:35:38.645Z] query: branch=PR-3002&commit=3f947bb58cd8eb5c706ecd008bed608996b20889&build=13&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3002%2F13%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3002&job=&cmd_args= [2021-01-14T15:35:38.645Z] -> Pinging Codecov [2021-01-14T15:35:38.645Z] https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=PR-3002&commit=3f947bb58cd8eb5c706ecd008bed608996b20889&build=13&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3002%2F13%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3002&job=&cmd_args= [2021-01-14T15:35:39.219Z] -> Uploading to [2021-01-14T15:35:39.219Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-14/00271124DB129430A58F1EEE437C3FCB/3f947bb58cd8eb5c706ecd008bed608996b20889/9e6c4e2c-6ded-4559-ad83-aeec71763d0e.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210114%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210114T153538Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=ee6ad9f1646604e4c449ba876135053dabd494f412a5b253a950dbde92463030 [2021-01-14T15:35:39.219Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-14T15:35:39.219Z] Dload Upload Total Spent Left Speed [2021-01-14T15:35:39.794Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 83739 0 0 100 83739 0 128k --:--:-- --:--:-- --:--:-- 128k [2021-01-14T15:35:39.794Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/3f947bb58cd8eb5c706ecd008bed608996b20889 [Pipeline] } [2021-01-14T15:35:39.805Z] 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-14T15:35:42.316Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-14T15:35:43.197Z] ---> package-listing.sh [2021-01-14T15:35:43.197Z] ++ facter osfamily [2021-01-14T15:35:43.197Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-14T15:35:43.197Z] + OS_FAMILY=redhat [2021-01-14T15:35:43.197Z] + workspace=/w/workspace/edgex-go/13 [2021-01-14T15:35:43.197Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-14T15:35:43.197Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-14T15:35:43.197Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-14T15:35:43.197Z] + PACKAGES=/tmp/packages_start.txt [2021-01-14T15:35:43.197Z] + '[' /w/workspace/edgex-go/13 ']' [2021-01-14T15:35:43.197Z] + PACKAGES=/tmp/packages_end.txt [2021-01-14T15:35:43.197Z] + case "${OS_FAMILY}" in [2021-01-14T15:35:43.197Z] + rpm -qa [2021-01-14T15:35:43.197Z] + sort [2021-01-14T15:35:48.502Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-14T15:35:48.502Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-14T15:35:48.502Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-14T15:35:48.502Z] + '[' /w/workspace/edgex-go/13 ']' [2021-01-14T15:35:48.502Z] + mkdir -p /w/workspace/edgex-go/13/archives/ [2021-01-14T15:35:48.502Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/13/archives/ [Pipeline] echo [2021-01-14T15:35:48.515Z] 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/13/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-14T15:35:48.803Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-14T15:35:49.107Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-14T15:35:49.107Z] [2021-01-14T15:35:49.107Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-14T15:35:49.463Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-14T15:35:49.464Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-14T15:35:49.464Z] df20fa9351a1: Pulling fs layer [2021-01-14T15:35:49.464Z] 36b3adc4ff6f: Pulling fs layer [2021-01-14T15:35:49.464Z] 8ad3a11d3b57: Pulling fs layer [2021-01-14T15:35:49.464Z] 46f8f816bc3b: Pulling fs layer [2021-01-14T15:35:49.464Z] 93b61091891f: Pulling fs layer [2021-01-14T15:35:49.464Z] 93b9cdb0e59b: Pulling fs layer [2021-01-14T15:35:49.464Z] 5e14af77c1be: Pulling fs layer [2021-01-14T15:35:49.464Z] 01666e4c0597: Pulling fs layer [2021-01-14T15:35:49.464Z] aa168da1d23b: Pulling fs layer [2021-01-14T15:35:49.464Z] 46f8f816bc3b: Waiting [2021-01-14T15:35:49.464Z] 93b61091891f: Waiting [2021-01-14T15:35:49.464Z] 93b9cdb0e59b: Waiting [2021-01-14T15:35:49.464Z] 5e14af77c1be: Waiting [2021-01-14T15:35:49.464Z] 01666e4c0597: Waiting [2021-01-14T15:35:49.464Z] aa168da1d23b: Waiting [2021-01-14T15:35:49.464Z] 36b3adc4ff6f: Download complete [2021-01-14T15:35:49.464Z] 46f8f816bc3b: Verifying Checksum [2021-01-14T15:35:49.464Z] 46f8f816bc3b: Download complete [2021-01-14T15:35:49.726Z] df20fa9351a1: Verifying Checksum [2021-01-14T15:35:49.726Z] df20fa9351a1: Download complete [2021-01-14T15:35:49.726Z] 93b9cdb0e59b: Verifying Checksum [2021-01-14T15:35:49.726Z] 93b9cdb0e59b: Download complete [2021-01-14T15:35:49.726Z] 5e14af77c1be: Verifying Checksum [2021-01-14T15:35:49.726Z] 5e14af77c1be: Download complete [2021-01-14T15:35:49.726Z] 93b61091891f: Verifying Checksum [2021-01-14T15:35:49.726Z] 93b61091891f: Download complete [2021-01-14T15:35:49.726Z] 01666e4c0597: Verifying Checksum [2021-01-14T15:35:49.726Z] 01666e4c0597: Download complete [2021-01-14T15:35:49.726Z] 8ad3a11d3b57: Verifying Checksum [2021-01-14T15:35:49.726Z] 8ad3a11d3b57: Download complete [2021-01-14T15:35:49.987Z] df20fa9351a1: Pull complete [2021-01-14T15:35:49.987Z] 36b3adc4ff6f: Pull complete [2021-01-14T15:35:51.923Z] aa168da1d23b: Download complete [2021-01-14T15:35:51.923Z] 8ad3a11d3b57: Pull complete [2021-01-14T15:35:52.190Z] 46f8f816bc3b: Pull complete [2021-01-14T15:35:53.137Z] 93b61091891f: Pull complete [2021-01-14T15:35:53.137Z] 93b9cdb0e59b: Pull complete [2021-01-14T15:35:53.398Z] 5e14af77c1be: Pull complete [2021-01-14T15:35:53.398Z] 01666e4c0597: Pull complete [2021-01-14T15:36:01.577Z] aa168da1d23b: Pull complete [2021-01-14T15:36:01.577Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-14T15:36:01.577Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-14T15:36:01.577Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-14T15:36:01.757Z] prd-centos7-docker-4c-2g-20229 does not seem to be running inside a container [2021-01-14T15:36:01.808Z] $ 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/13/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/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@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-lftools-log-publisher:alpine cat [2021-01-14T15:36:05.837Z] $ docker top 13dc3e33f1401d82b7593f829af040ac4b5a010509e464757e7f490bce308cda -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-14T15:36:06.443Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-14T15:36:06.745Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-14T15:36:07.046Z] + ls /var/log/sa-host [2021-01-14T15:36:07.046Z] + sadf -c /var/log/sa-host/sa14 [2021-01-14T15:36:07.046Z] file_magic: OK [2021-01-14T15:36:07.046Z] HZ: Using current value: 100 [2021-01-14T15:36:07.046Z] file_header: OK [2021-01-14T15:36:07.046Z] 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-14T15:36:07.046Z] Statistics: [2021-01-14T15:36:07.046Z] 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... [2021-01-14T15:36:07.046Z] File successfully converted to sysstat format version 12.2.1 [2021-01-14T15:36:07.047Z] + sadf -c /var/log/sa-host/sa23 [2021-01-14T15:36:07.047Z] file_magic: OK [2021-01-14T15:36:07.047Z] HZ: Using current value: 100 [2021-01-14T15:36:07.047Z] file_header: OK [2021-01-14T15:36:07.047Z] 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-14T15:36:07.047Z] Statistics: [2021-01-14T15:36:07.047Z] Hnuu...uuuununununu... [2021-01-14T15:36:07.047Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-14T15:36:07.721Z] provisioning config files... [2021-01-14T15:36:07.744Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/13@tmp/config1423343654614682721tmp [Pipeline] { [Pipeline] echo [2021-01-14T15:36:07.849Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-14T15:36:08.148Z] ---> create-netrc.sh [Pipeline] } [2021-01-14T15:36:08.157Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-14T15:36:08.257Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-14T15:36:08.552Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-14T15:36:08.562Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-14T15:36:08.856Z] ---> sudo-logs.sh [2021-01-14T15:36:08.856Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-14T15:36:08.866Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-14T15:36:09.166Z] ---> job-cost.sh [2021-01-14T15:36:09.166Z] lf-activate-venv: SKIPPING [2021-01-14T15:36:09.166Z] INFO: No Stack... [2021-01-14T15:36:10.550Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-14T15:36:10.812Z] INFO: Archiving Costs [Pipeline] echo [2021-01-14T15:36:10.824Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-14T15:36:11.120Z] ---> logs-deploy.sh [2021-01-14T15:36:11.120Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3002/13 [2021-01-14T15:36:11.120Z] INFO: archiving workspace using pattern(s): [2021-01-14T15:36:12.508Z] Archives upload complete. [2021-01-14T15:36:12.508Z] INFO: archiving logs to Nexus