Pull request #3049 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 8468e1487648a3de0418cfcf0beeafc13612dbe0+4e8269025e0154ee6bf5f0a3cff0374e651c382f (a3b6558b4cd3877f12b33177f44c219ecc90bcd1) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision f82e9360b4159668f7e3e090307a6179e9a8e48d Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision f82e9360b4159668f7e3e090307a6179e9a8e48d using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision f82e9360b4159668f7e3e090307a6179e9a8e48d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f82e9360b4159668f7e3e090307a6179e9a8e48d # timeout=10 Commit message: "Merge pull request #311 from ernestojeda/fix-data-binary" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-21247 in /w/workspace/edgexfoundry_edgex-go_PR-3049 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [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/2 # 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 4e8269025e0154ee6bf5f0a3cff0374e651c382f into PR head commit 8468e1487648a3de0418cfcf0beeafc13612dbe0 Merge succeeded, producing 8468e1487648a3de0418cfcf0beeafc13612dbe0 Checking out Revision 8468e1487648a3de0418cfcf0beeafc13612dbe0 (PR-3049) > 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/3049/head:refs/remotes/origin/PR-3049 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8468e1487648a3de0418cfcf0beeafc13612dbe0 # 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 4e8269025e0154ee6bf5f0a3cff0374e651c382f # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8468e1487648a3de0418cfcf0beeafc13612dbe0 # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { > git rev-list --no-walk 016e1bd686ea2176a40df050d7efa3d5284cc4a2 # timeout=10 [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-19T17:51:54.626Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-19T17:51:54.875Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-19T17:51:54.963Z] ========================================================= [2021-01-19T17:51:54.963Z] EdgeX Global Pipelines Version Info [2021-01-19T17:51:54.963Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-19T17:51:56.593Z] ------------------- [2021-01-19T17:51:56.593Z] stable info: [2021-01-19T17:51:56.593Z] ------------------- [2021-01-19T17:51:56.593Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-19T17:51:56.593Z] Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d [2021-01-19T17:51:56.594Z] Message: update stable to v1.0.177 [2021-01-19T17:51:57.554Z] ------------------- [2021-01-19T17:51:57.554Z] experimental info: [2021-01-19T17:51:57.554Z] ------------------- [2021-01-19T17:51:57.554Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-01-19T17:51:57.554Z] Commit SHA: e10e8b1c2921d3c8fd668fd9f38a05cab6ea93a3 [2021-01-19T17:51:57.554Z] Message: update experimental to v1.0.178 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-19T17:51:57.819Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-19T17:51:57.912Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-19T17:51:57.995Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-19T17:51:58.116Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-19T17:51:58.203Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-19T17:51:58.309Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-19T17:51:58.426Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-19T17:51:58.530Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-19T17:51:58.612Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-19T17:51:58.691Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-19T17:51:58.775Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-19T17:51:58.857Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-19T17:51:58.938Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-19T17:51:59.019Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-19T17:51:59.111Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-19T17:51:59.192Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-19T17:51:59.277Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-19T17:51:59.360Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-19T17:51:59.473Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-19T17:51:59.557Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-19T17:51:59.647Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-19T17:51:59.754Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-19T17:51:59.840Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-19T17:51:59.927Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3049 [Pipeline] echo [2021-01-19T17:52:00.009Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3049 [Pipeline] echo [2021-01-19T17:52:00.109Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3049 [Pipeline] echo [2021-01-19T17:52:00.236Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 8468e1487648a3de0418cfcf0beeafc13612dbe0 [Pipeline] echo [2021-01-19T17:52:00.390Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 8468e14 [Pipeline] echo [2021-01-19T17:52:00.499Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-19T17:52:00.696Z] provisioning config files... [2021-01-19T17:52:00.727Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config6154152858989087685tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-19T17:52:01.141Z] ---> docker-login.sh [2021-01-19T17:52:01.141Z] nexus3.edgexfoundry.org:10001 [2021-01-19T17:52:01.422Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T17:52:01.422Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T17:52:01.422Z] Configure a credential helper to remove this warning. See [2021-01-19T17:52:01.422Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T17:52:01.422Z] [2021-01-19T17:52:01.422Z] Login Succeeded [2021-01-19T17:52:01.422Z] nexus3.edgexfoundry.org:10002 [2021-01-19T17:52:01.685Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T17:52:01.685Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T17:52:01.685Z] Configure a credential helper to remove this warning. See [2021-01-19T17:52:01.685Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T17:52:01.685Z] [2021-01-19T17:52:01.685Z] Login Succeeded [2021-01-19T17:52:01.685Z] nexus3.edgexfoundry.org:10003 [2021-01-19T17:52:01.954Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T17:52:01.954Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T17:52:01.954Z] Configure a credential helper to remove this warning. See [2021-01-19T17:52:01.954Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T17:52:01.954Z] [2021-01-19T17:52:01.954Z] Login Succeeded [2021-01-19T17:52:01.954Z] nexus3.edgexfoundry.org:10004 [2021-01-19T17:52:02.218Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T17:52:02.218Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T17:52:02.218Z] Configure a credential helper to remove this warning. See [2021-01-19T17:52:02.218Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T17:52:02.218Z] [2021-01-19T17:52:02.218Z] Login Succeeded [2021-01-19T17:52:02.218Z] docker.io [2021-01-19T17:52:02.218Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T17:52:02.481Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T17:52:02.481Z] Configure a credential helper to remove this warning. See [2021-01-19T17:52:02.481Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T17:52:02.481Z] [2021-01-19T17:52:02.481Z] Login Succeeded [2021-01-19T17:52:02.481Z] ---> docker-login.sh ends [Pipeline] } [2021-01-19T17:52:02.491Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-19T17:52:02.957Z] ++ 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-19T17:52:02.957Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T17:52:02.957Z] ++ dirname cmd/core-command/Dockerfile [2021-01-19T17:52:02.957Z] ++ cut -d/ -f2 [2021-01-19T17:52:02.957Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-19T17:52:02.957Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T17:52:02.957Z] ++ dirname cmd/core-data/Dockerfile [2021-01-19T17:52:02.957Z] ++ cut -d/ -f2 [2021-01-19T17:52:02.957Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-19T17:52:02.957Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T17:52:02.957Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-19T17:52:02.957Z] ++ cut -d/ -f2 [2021-01-19T17:52:02.957Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-19T17:52:02.957Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T17:52:02.957Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2021-01-19T17:52:02.957Z] ++ cut -d/ -f2 [2021-01-19T17:52:02.957Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2021-01-19T17:52:02.957Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T17:52:02.957Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-19T17:52:02.957Z] ++ cut -d/ -f2 [2021-01-19T17:52:02.957Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-19T17:52:02.957Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T17:52:02.957Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-19T17:52:02.957Z] ++ cut -d/ -f2 [2021-01-19T17:52:02.957Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-19T17:52:02.957Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T17:52:02.957Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-19T17:52:02.957Z] ++ cut -d/ -f2 [2021-01-19T17:52:02.957Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-19T17:52:02.957Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T17:52:02.957Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-19T17:52:02.957Z] ++ cut -d/ -f2 [2021-01-19T17:52:02.957Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-19T17:52:02.957Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T17:52:02.957Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-19T17:52:02.957Z] ++ cut -d/ -f2 [2021-01-19T17:52:02.957Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-19T17:52:03.038Z] 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-19T17:52:03.835Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-19T17:52:03.835Z] [2021-01-19T17:52:03.835Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:52:04.196Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-19T17:52:04.196Z] latest: Pulling from edgex-devops/git-semver [2021-01-19T17:52:04.196Z] 31603596830f: Pulling fs layer [2021-01-19T17:52:04.196Z] 2a8b12db71e7: Pulling fs layer [2021-01-19T17:52:04.196Z] 6ca5941a6612: Pulling fs layer [2021-01-19T17:52:04.196Z] ecc8261a40a4: Pulling fs layer [2021-01-19T17:52:04.196Z] ecc8261a40a4: Waiting [2021-01-19T17:52:04.196Z] 2a8b12db71e7: Verifying Checksum [2021-01-19T17:52:04.196Z] 2a8b12db71e7: Download complete [2021-01-19T17:52:04.196Z] 31603596830f: Verifying Checksum [2021-01-19T17:52:04.196Z] 31603596830f: Download complete [2021-01-19T17:52:04.470Z] ecc8261a40a4: Verifying Checksum [2021-01-19T17:52:04.470Z] ecc8261a40a4: Download complete [2021-01-19T17:52:04.470Z] 6ca5941a6612: Verifying Checksum [2021-01-19T17:52:04.470Z] 6ca5941a6612: Download complete [2021-01-19T17:52:04.734Z] 31603596830f: Pull complete [2021-01-19T17:52:04.734Z] 2a8b12db71e7: Pull complete [2021-01-19T17:52:05.689Z] 6ca5941a6612: Pull complete [2021-01-19T17:52:05.958Z] ecc8261a40a4: Pull complete [2021-01-19T17:52:05.958Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-19T17:52:05.958Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-19T17:52:05.958Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-19T17:52:06.064Z] prd-centos7-docker-4c-2g-21247 does not seem to be running inside a container [2021-01-19T17:52:06.119Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-19T17:52:08.959Z] $ docker top 4e2b877c34f2f2d3dfc9a2271d824d70a32266cc0699e0be971886ac6205de37 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-19T17:52:09.342Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-19T17:52:09.343Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-19T17:52:09.593Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-19T17:52:09.597Z] $ docker exec 4e2b877c34f2f2d3dfc9a2271d824d70a32266cc0699e0be971886ac6205de37 ssh-agent [2021-01-19T17:52:09.773Z] SSH_AUTH_SOCK=/tmp/ssh-eRVDq2NIX8NS/agent.12 [2021-01-19T17:52:09.773Z] SSH_AGENT_PID=17 [2021-01-19T17:52:09.783Z] Running ssh-add (command line suppressed) [2021-01-19T17:52:09.907Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_7589507425651267265.key (/w/workspace/edgex-go/2@tmp/private_key_7589507425651267265.key) [2021-01-19T17:52:09.965Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-19T17:52:10.297Z] + git tag --points-at HEAD [Pipeline] } [2021-01-19T17:52:10.323Z] $ docker exec --env ******** --env ******** 4e2b877c34f2f2d3dfc9a2271d824d70a32266cc0699e0be971886ac6205de37 ssh-agent -k [2021-01-19T17:52:10.457Z] unset SSH_AUTH_SOCK; [2021-01-19T17:52:10.457Z] unset SSH_AGENT_PID; [2021-01-19T17:52:10.458Z] echo Agent pid 17 killed; [2021-01-19T17:52:10.510Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-19T17:52:10.670Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-19T17:52:10.670Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-19T17:52:10.869Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-19T17:52:10.874Z] $ docker exec 4e2b877c34f2f2d3dfc9a2271d824d70a32266cc0699e0be971886ac6205de37 ssh-agent [2021-01-19T17:52:11.076Z] SSH_AUTH_SOCK=/tmp/ssh-svdJ5EBY3uB0/agent.47 [2021-01-19T17:52:11.076Z] SSH_AGENT_PID=52 [2021-01-19T17:52:11.084Z] Running ssh-add (command line suppressed) [2021-01-19T17:52:11.222Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_790459254750574888.key (/w/workspace/edgex-go/2@tmp/private_key_790459254750574888.key) [2021-01-19T17:52:11.284Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-19T17:52:11.629Z] + git semver init [2021-01-19T17:52:11.629Z] # -> Open(): unable to determine branch for HEAD [2021-01-19T17:52:11.629Z] # $GIT_DIR = /w/workspace/edgex-go/2/.git [2021-01-19T17:52:11.629Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/2 [2021-01-19T17:52:11.629Z] # $SEMVER_REMOTE_NAME = origin [2021-01-19T17:52:11.629Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-19T17:52:11.629Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-19T17:52:11.629Z] # $SEMVER_BRANCH = PR-3049 [2021-01-19T17:52:11.629Z] # $SEMVER_TEMP = /tmp/semver-163423863 [2021-01-19T17:52:11.629Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-19T17:52:43.872Z] # '/tmp/semver-163423863' -> '/w/workspace/edgex-go/2/.semver' [2021-01-19T17:52:43.872Z] # -> Force: false [2021-01-19T17:52:43.872Z] # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } [2021-01-19T17:52:43.890Z] $ docker exec --env ******** --env ******** 4e2b877c34f2f2d3dfc9a2271d824d70a32266cc0699e0be971886ac6205de37 ssh-agent -k [2021-01-19T17:52:44.173Z] unset SSH_AUTH_SOCK; [2021-01-19T17:52:44.173Z] unset SSH_AGENT_PID; [2021-01-19T17:52:44.174Z] echo Agent pid 52 killed; [2021-01-19T17:52:44.276Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-19T17:52:44.731Z] + git semver [Pipeline] } [2021-01-19T17:52:44.752Z] $ docker stop --time=1 4e2b877c34f2f2d3dfc9a2271d824d70a32266cc0699e0be971886ac6205de37 [2021-01-19T17:52:46.411Z] $ docker rm -f 4e2b877c34f2f2d3dfc9a2271d824d70a32266cc0699e0be971886ac6205de37 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-19T17:52:46.992Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-19T17:52:47.612Z] Stashed 1 file(s) [Pipeline] echo [2021-01-19T17:52:47.615Z] [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-19T17:52:48.614Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-19T17:52:48.922Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-19T17:52:49.238Z] + sudo service docker restart [2021-01-19T17:52:49.238Z] + true [2021-01-19T17:52:49.238Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-19T17:52:49.830Z] ========================================================= [2021-01-19T17:52:49.830Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-19T17:52:49.830Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:52:50.175Z] + 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-19T17:52:53.523Z] Sending build context to Docker daemon 326.6MB [2021-01-19T17:52:53.523Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-19T17:52:53.523Z] Step 2/6 : FROM ${BASE} [2021-01-19T17:52:53.523Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-19T17:52:53.523Z] 188c0c94c7c5: Pulling fs layer [2021-01-19T17:52:53.523Z] 0ef7d3d256c8: Pulling fs layer [2021-01-19T17:52:53.523Z] de9db76c5a1d: Pulling fs layer [2021-01-19T17:52:53.523Z] bca2f99d35d6: Pulling fs layer [2021-01-19T17:52:53.523Z] 93359f2a8cfa: Pulling fs layer [2021-01-19T17:52:53.523Z] 7c6f9722023f: Pulling fs layer [2021-01-19T17:52:53.523Z] a35cf1a2eb13: Pulling fs layer [2021-01-19T17:52:53.523Z] bca2f99d35d6: Waiting [2021-01-19T17:52:53.523Z] 93359f2a8cfa: Waiting [2021-01-19T17:52:53.523Z] 7c6f9722023f: Waiting [2021-01-19T17:52:53.523Z] a35cf1a2eb13: Waiting [2021-01-19T17:52:53.792Z] de9db76c5a1d: Download complete [2021-01-19T17:52:53.792Z] 0ef7d3d256c8: Download complete [2021-01-19T17:52:53.792Z] 93359f2a8cfa: Download complete [2021-01-19T17:52:53.792Z] 7c6f9722023f: Verifying Checksum [2021-01-19T17:52:53.792Z] 7c6f9722023f: Download complete [2021-01-19T17:52:53.792Z] 188c0c94c7c5: Verifying Checksum [2021-01-19T17:52:53.792Z] 188c0c94c7c5: Download complete [2021-01-19T17:52:54.057Z] 188c0c94c7c5: Pull complete [2021-01-19T17:52:54.638Z] 0ef7d3d256c8: Pull complete [2021-01-19T17:52:54.638Z] de9db76c5a1d: Pull complete [2021-01-19T17:52:57.210Z] a35cf1a2eb13: Verifying Checksum [2021-01-19T17:52:57.210Z] a35cf1a2eb13: Download complete [2021-01-19T17:52:58.159Z] bca2f99d35d6: Verifying Checksum [2021-01-19T17:52:58.159Z] bca2f99d35d6: Download complete [2021-01-19T17:53:03.001Z] Still waiting to schedule task [2021-01-19T17:53:03.001Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-01-19T17:53:03.500Z] bca2f99d35d6: Pull complete [2021-01-19T17:53:03.769Z] 93359f2a8cfa: Pull complete [2021-01-19T17:53:03.769Z] 7c6f9722023f: Pull complete [2021-01-19T17:53:09.093Z] a35cf1a2eb13: Pull complete [2021-01-19T17:53:09.093Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-19T17:53:09.093Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-19T17:53:09.093Z] ---> a62c8e92a672 [2021-01-19T17:53:09.093Z] 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-19T17:53:09.093Z] ---> Running in a26439afd9a4 [2021-01-19T17:53:09.678Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T17:53:10.254Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T17:53:10.830Z] (1/12) Installing libmagic (5.38-r0) [2021-01-19T17:53:11.406Z] (2/12) Installing file (5.38-r0) [2021-01-19T17:53:11.669Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-19T17:53:11.670Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-19T17:53:33.677Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-19T17:53:33.677Z] (6/12) Installing patch (2.7.6-r6) [2021-01-19T17:53:33.677Z] (7/12) Installing build-base (0.5-r2) [2021-01-19T17:53:33.678Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-19T17:53:33.678Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-19T17:53:33.678Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-19T17:53:33.678Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-19T17:53:33.678Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-19T17:53:33.678Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T17:53:33.678Z] OK: 233 MiB in 51 packages [2021-01-19T17:53:36.241Z] Removing intermediate container a26439afd9a4 [2021-01-19T17:53:36.241Z] ---> 05c77f0ca50a [2021-01-19T17:53:36.241Z] Step 4/6 : WORKDIR /edgex-go [2021-01-19T17:53:36.241Z] ---> Running in 04224b435961 [2021-01-19T17:53:36.505Z] Removing intermediate container 04224b435961 [2021-01-19T17:53:36.505Z] ---> 49eaec00851e [2021-01-19T17:53:36.505Z] Step 5/6 : COPY go.mod . [2021-01-19T17:53:36.783Z] ---> b4f33c86eee5 [2021-01-19T17:53:36.783Z] Step 6/6 : RUN go mod download [2021-01-19T17:53:36.783Z] ---> Running in 8cb1d91fa66f [2021-01-19T17:53:58.832Z] Removing intermediate container 8cb1d91fa66f [2021-01-19T17:53:58.832Z] ---> db456fcd58c4 [2021-01-19T17:53:58.832Z] Successfully built db456fcd58c4 [2021-01-19T17:53:58.832Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:53:59.158Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-19T17:53:59.158Z] . [Pipeline] withDockerContainer [2021-01-19T17:53:59.267Z] prd-centos7-docker-4c-2g-21247 does not seem to be running inside a container [2021-01-19T17:53:59.321Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-19T17:54:00.171Z] $ docker top 16b88b80266e3171f87cd566a69c8b2b09395e08e78708545330aaf27c6d6fbc -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T17:54:00.665Z] + go version [2021-01-19T17:54:00.665Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-19T17:54:00.686Z] $ docker stop --time=1 16b88b80266e3171f87cd566a69c8b2b09395e08e78708545330aaf27c6d6fbc [2021-01-19T17:54:02.151Z] $ docker rm -f 16b88b80266e3171f87cd566a69c8b2b09395e08e78708545330aaf27c6d6fbc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:54:02.999Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-19T17:54:02.999Z] . [Pipeline] withDockerContainer [2021-01-19T17:54:03.119Z] prd-centos7-docker-4c-2g-21247 does not seem to be running inside a container [2021-01-19T17:54:03.199Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-19T17:54:04.097Z] $ docker top 2fd6183b6ceeb6550979f85ef86b554a71df2fa8e7807b4389a248e88e94b1b0 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-19T17:54:04.367Z] ========================================================= [2021-01-19T17:54:04.367Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-19T17:54:04.367Z] ========================================================= [Pipeline] sh [2021-01-19T17:54:04.659Z] + make test [2021-01-19T17:54:04.659Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-19T17:54:14.789Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-19T17:54:29.814Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-19T17:54:36.499Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-19T17:54:36.772Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-19T17:54:36.772Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-19T17:54:36.772Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-19T17:54:36.772Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-19T17:54:37.043Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-19T17:54:37.627Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-19T17:54:37.901Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-19T17:54:38.494Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-19T17:54:40.469Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-19T17:54:40.469Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-19T17:54:40.469Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-19T17:54:42.750Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.104s coverage: 46.6% of statements [2021-01-19T17:54:42.750Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-19T17:54:42.750Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-19T17:54:42.750Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-19T17:54:42.750Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-19T17:54:42.750Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-19T17:54:46.478Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.247s coverage: 27.0% of statements [2021-01-19T17:54:46.478Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-19T17:54:46.478Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-19T17:54:46.478Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-19T17:54:46.478Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-19T17:54:46.478Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-19T17:54:46.478Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-19T17:54:46.478Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.053s coverage: 100.0% of statements [2021-01-19T17:54:46.478Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-19T17:54:46.478Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.054s coverage: 100.0% of statements [2021-01-19T17:54:46.478Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-19T17:54:46.478Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-19T17:54:46.751Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.119s coverage: 67.9% of statements [2021-01-19T17:54:46.751Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-19T17:54:46.751Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-19T17:54:47.027Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.517s coverage: 82.3% of statements [2021-01-19T17:54:47.027Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-19T17:54:47.027Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-19T17:54:47.027Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-19T17:54:47.027Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-19T17:54:48.998Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.535s coverage: 28.6% of statements [2021-01-19T17:54:48.998Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-19T17:54:48.998Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-19T17:54:48.998Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-19T17:54:48.998Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-19T17:54:48.998Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-19T17:54:48.998Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.106s coverage: 100.0% of statements [2021-01-19T17:54:48.998Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-19T17:54:48.998Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.045s coverage: 100.0% of statements [2021-01-19T17:54:48.998Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-19T17:54:50.470Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.167s coverage: 86.7% of statements [2021-01-19T17:54:50.470Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-19T17:54:50.470Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.153s coverage: 97.5% of statements [2021-01-19T17:54:50.470Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-19T17:54:50.470Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.109s coverage: 78.3% of statements [2021-01-19T17:54:50.470Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-19T17:54:50.470Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-19T17:54:50.470Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-19T17:54:50.470Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-19T17:54:53.148Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.554s coverage: 92.8% of statements [2021-01-19T17:54:53.148Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-19T17:54:53.148Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-19T17:54:53.148Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-19T17:54:53.148Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-19T17:54:53.148Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-19T17:54:53.148Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-19T17:54:53.148Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-19T17:54:53.148Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-19T17:54:53.148Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-19T17:54:53.148Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-19T17:54:53.148Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-19T17:54:53.148Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-19T17:54:53.148Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-19T17:54:53.148Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-19T17:54:53.148Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-19T17:54:53.148Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-19T17:54:53.148Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-19T17:54:53.148Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-19T17:54:53.148Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.035s coverage: 58.8% of statements [2021-01-19T17:54:53.148Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-19T17:54:53.148Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-19T17:54:53.148Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.087s coverage: 0.1% of statements [2021-01-19T17:54:53.148Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-19T17:54:53.148Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-19T17:54:53.148Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-19T17:54:53.148Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-19T17:54:53.148Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.046s coverage: 100.0% of statements [2021-01-19T17:54:53.148Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-19T17:54:53.148Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.045s coverage: 75.5% of statements [2021-01-19T17:54:53.148Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-19T17:54:53.148Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.057s coverage: 80.8% of statements [2021-01-19T17:54:53.148Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.089s coverage: 87.2% of statements [2021-01-19T17:54:53.426Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.072s coverage: 84.2% of statements [2021-01-19T17:54:54.043Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.134s coverage: 91.4% of statements [2021-01-19T17:54:54.043Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-19T17:54:55.511Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.236s coverage: 63.5% of statements [2021-01-19T17:54:55.511Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-19T17:54:55.511Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-19T17:54:55.511Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.062s coverage: 100.0% of statements [2021-01-19T17:54:55.511Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.060s coverage: 91.3% of statements [2021-01-19T17:54:55.511Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.052s coverage: 100.0% of statements [2021-01-19T17:54:55.784Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.055s coverage: 73.7% of statements [2021-01-19T17:54:55.784Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.045s coverage: 100.0% of statements [2021-01-19T17:54:57.225Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.387s coverage: 68.9% of statements [2021-01-19T17:54:57.225Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-19T17:54:57.225Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-19T17:54:57.225Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-19T17:54:57.225Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-19T17:54:57.225Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-19T17:54:57.837Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.128s coverage: 37.0% of statements [2021-01-19T17:54:57.837Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-19T17:54:57.837Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-19T17:54:57.837Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.332s coverage: 84.0% of statements [2021-01-19T17:54:57.837Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.050s coverage: 100.0% of statements [2021-01-19T17:54:59.853Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.150s coverage: 47.1% of statements [2021-01-19T17:54:59.853Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-19T17:54:59.853Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-19T17:54:59.853Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-19T17:54:59.853Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-19T17:54:59.853Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-19T17:54:59.853Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.066s coverage: 100.0% of statements [2021-01-19T17:54:59.853Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-19T17:54:59.853Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.065s coverage: 100.0% of statements [2021-01-19T17:54:59.853Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-19T17:55:01.288Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.750s coverage: 29.1% of statements [2021-01-19T17:55:01.288Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-19T17:55:01.288Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-19T17:55:01.288Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-19T17:55:01.288Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-19T17:55:01.288Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-19T17:55:01.288Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.086s coverage: 99.0% of statements [2021-01-19T17:55:01.288Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-19T17:55:01.288Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.053s coverage: 100.0% of statements [2021-01-19T17:55:01.288Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-19T17:55:01.288Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.023s coverage: 0.0% of statements [2021-01-19T17:55:01.288Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-19T17:55:01.288Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.027s coverage: 100.0% of statements [2021-01-19T17:55:01.288Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-19T17:55:01.288Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-19T17:55:01.288Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-19T17:55:01.288Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-19T17:55:01.288Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.054s coverage: 87.9% of statements [2021-01-19T17:55:01.288Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-19T17:55:01.288Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-19T17:55:01.567Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.077s coverage: 100.0% of statements [2021-01-19T17:55:01.840Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.037s coverage: 32.1% of statements [2021-01-19T17:55:02.108Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.045s coverage: 100.0% of statements [2021-01-19T17:55:02.688Z] GO111MODULE=on go vet ./... [2021-01-19T17:55:29.480Z] gofmt -l . [2021-01-19T17:55:29.480Z] [ "`gofmt -l .`" = "" ] [2021-01-19T17:55:29.480Z] ./bin/test-go-mod-tidy.sh [2021-01-19T17:55:29.480Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-19T17:55:30.144Z] + ls -al . [2021-01-19T17:55:30.144Z] total 656 [2021-01-19T17:55:30.144Z] drwxrwxr-x 10 1001 1001 4096 Jan 19 17:55 . [2021-01-19T17:55:30.144Z] drwxr-xr-x 4 root root 28 Jan 19 17:54 .. [2021-01-19T17:55:30.144Z] -rw-rw-r-- 1 1001 1001 11 Jan 19 17:51 .dockerignore [2021-01-19T17:55:30.144Z] drwxrwxr-x 8 1001 1001 179 Jan 19 17:51 .git [2021-01-19T17:55:30.144Z] drwxrwxr-x 3 1001 1001 125 Jan 19 17:51 .github [2021-01-19T17:55:30.144Z] -rw-rw-r-- 1 1001 1001 824 Jan 19 17:51 .gitignore [2021-01-19T17:55:30.144Z] drwx------ 3 1001 1001 47 Jan 19 17:52 .semver [2021-01-19T17:55:30.144Z] -rw-rw-r-- 1 1001 1001 166 Jan 19 17:51 .sonarcloud.properties [2021-01-19T17:55:30.144Z] -rw-rw-r-- 1 1001 1001 7744 Jan 19 17:51 Attribution.txt [2021-01-19T17:55:30.144Z] -rw-rw-r-- 1 1001 1001 3804 Jan 19 17:51 CONTRIBUTING.md [2021-01-19T17:55:30.144Z] -rw-rw-r-- 1 1001 1001 931 Jan 19 17:51 Dockerfile.build [2021-01-19T17:55:30.144Z] -rw-rw-r-- 1 1001 1001 863 Jan 19 17:51 Jenkinsfile [2021-01-19T17:55:30.144Z] -rw-rw-r-- 1 1001 1001 10775 Jan 19 17:51 LICENSE [2021-01-19T17:55:30.144Z] -rw-rw-r-- 1 1001 1001 5750 Jan 19 17:51 Makefile [2021-01-19T17:55:30.144Z] -rw-rw-r-- 1 1001 1001 6524 Jan 19 17:51 README.md [2021-01-19T17:55:30.144Z] -rw-rw-r-- 1 1001 1001 6744 Jan 19 17:51 SECURITY.md [2021-01-19T17:55:30.144Z] -rw-rw-r-- 1 1001 1001 5 Jan 19 17:52 VERSION [2021-01-19T17:55:30.144Z] -rw-rw-r-- 1 1001 1001 4131 Jan 19 17:51 ZMQWindows.md [2021-01-19T17:55:30.144Z] drwxrwxr-x 2 1001 1001 117 Jan 19 17:51 bin [2021-01-19T17:55:30.144Z] drwxrwxr-x 14 1001 1001 4096 Jan 19 17:51 cmd [2021-01-19T17:55:30.144Z] -rw-r--r-- 1 root root 550280 Jan 19 17:55 coverage.out [2021-01-19T17:55:30.144Z] -rw-r--r-- 1 root root 981 Jan 19 17:55 go.mod [2021-01-19T17:55:30.144Z] -rw-r--r-- 1 root root 19224 Jan 19 17:55 go.sum [2021-01-19T17:55:30.144Z] drwxrwxr-x 8 1001 1001 127 Jan 19 17:51 internal [2021-01-19T17:55:30.144Z] drwxrwxr-x 4 1001 1001 26 Jan 19 17:51 openapi [2021-01-19T17:55:30.144Z] drwxrwxr-x 4 1001 1001 71 Jan 19 17:51 snap [2021-01-19T17:55:30.144Z] -rw-rw-r-- 1 1001 1001 168 Jan 19 17:51 version.go [Pipeline] sh [2021-01-19T17:55:30.452Z] + '[' -e coverage.out ] [2021-01-19T17:55:30.452Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-19T17:55:30.656Z] Stashed 1 file(s) [Pipeline] sh [2021-01-19T17:55:30.959Z] + make build [2021-01-19T17:55:30.959Z] 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-19T17:55:34.318Z] 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-19T17:55:42.551Z] 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-19T17:55:43.126Z] 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-19T17:55:44.526Z] 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-19T17:55:45.121Z] 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-19T17:55:46.549Z] 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-19T17:55:47.980Z] 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-19T17:55:48.946Z] 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-19T17:55:50.343Z] 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-19T17:55:51.763Z] 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-19T17:55:52.717Z] 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-19T17:55:54.143Z] $ docker stop --time=1 2fd6183b6ceeb6550979f85ef86b554a71df2fa8e7807b4389a248e88e94b1b0 [2021-01-19T17:55:55.904Z] $ docker rm -f 2fd6183b6ceeb6550979f85ef86b554a71df2fa8e7807b4389a248e88e94b1b0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:55:57.661Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-19T17:55:57.661Z] [2021-01-19T17:55:57.661Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:55:58.028Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-19T17:55:58.028Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-19T17:55:58.028Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-19T17:55:58.028Z] ca9280d653b3: Pulling fs layer [2021-01-19T17:55:58.028Z] 7e9c9ca2126c: Pulling fs layer [2021-01-19T17:55:58.028Z] cbdbe7a5bc2a: Verifying Checksum [2021-01-19T17:55:58.028Z] cbdbe7a5bc2a: Download complete [2021-01-19T17:55:58.609Z] cbdbe7a5bc2a: Pull complete [2021-01-19T17:55:58.880Z] ca9280d653b3: Verifying Checksum [2021-01-19T17:55:58.880Z] ca9280d653b3: Download complete [2021-01-19T17:55:59.839Z] 7e9c9ca2126c: Download complete [2021-01-19T17:56:00.109Z] ca9280d653b3: Pull complete [2021-01-19T17:56:08.359Z] 7e9c9ca2126c: Pull complete [2021-01-19T17:56:08.359Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-19T17:56:08.359Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-19T17:56:08.359Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-19T17:56:08.667Z] prd-centos7-docker-4c-2g-21247 does not seem to be running inside a container [2021-01-19T17:56:08.732Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-19T17:56:08.768Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-21252 in /w/workspace/edgexfoundry_edgex-go_PR-3049 [2021-01-19T17:56:11.409Z] $ docker top cde7800d1e317beb4069f6ee47da986bc7bc8124aadf2eb749930736393a0d93 -eo pid,comm [Pipeline] { [Pipeline] { [Pipeline] sh [Pipeline] ws [2021-01-19T17:56:11.680Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2021-01-19T17:56:11.936Z] + docker-compose build --help [2021-01-19T17:56:11.936Z] + grep parallel [2021-01-19T17:56:12.943Z] --parallel Build images in parallel. [Pipeline] } [2021-01-19T17:56:13.237Z] $ docker stop --time=1 cde7800d1e317beb4069f6ee47da986bc7bc8124aadf2eb749930736393a0d93 [2021-01-19T17:56:14.710Z] $ docker rm -f cde7800d1e317beb4069f6ee47da986bc7bc8124aadf2eb749930736393a0d93 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:56:15.410Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-19T17:56:15.410Z] . [Pipeline] withDockerContainer [2021-01-19T17:56:15.527Z] prd-centos7-docker-4c-2g-21247 does not seem to be running inside a container [2021-01-19T17:56:15.581Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-19T17:56:16.457Z] $ docker top 5ebc5cfd9edfa24747bf8cbd77e960ce0d7e58c00e602b7deda894a0fc2b1bb0 -eo pid,comm [2021-01-19T17:56:16.476Z] using credential edgex-jenkins-ssh [2021-01-19T17:56:16.549Z] Cloning the remote Git repository [Pipeline] { [Pipeline] sh [2021-01-19T17:56:17.005Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-19T17:56:16.604Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-19T17:56:16.711Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-01-19T17:56:16.783Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-19T17:56:16.784Z] > git --version # timeout=10 [2021-01-19T17:56:16.799Z] > git --version # 'git version 2.17.1' [2021-01-19T17:56:16.800Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T17:56:16.870Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-19T17:56:17.955Z] Building docker-core-command-go ... [2021-01-19T17:56:17.955Z] Building docker-core-data-go ... [2021-01-19T17:56:17.955Z] Building docker-core-metadata-go ... [2021-01-19T17:56:17.955Z] Building docker-security-bootstrap-redis-go ... [2021-01-19T17:56:17.955Z] Building docker-security-proxy-setup-go ... [2021-01-19T17:56:17.955Z] Building docker-security-secretstore-setup-go ... [2021-01-19T17:56:17.955Z] Building docker-support-notifications-go ... [2021-01-19T17:56:17.955Z] Building docker-support-scheduler-go ... [2021-01-19T17:56:17.955Z] Building docker-sys-mgmt-agent-go ... [2021-01-19T17:56:17.955Z] Building docker-sys-mgmt-agent-go [2021-01-19T17:56:17.955Z] Building docker-security-secretstore-setup-go [2021-01-19T17:56:17.955Z] Building docker-support-scheduler-go [2021-01-19T17:56:17.955Z] Building docker-security-proxy-setup-go [2021-01-19T17:56:17.955Z] Building docker-security-bootstrap-redis-go [2021-01-19T17:56:33.685Z] Merging remotes/origin/master commit 4e8269025e0154ee6bf5f0a3cff0374e651c382f into PR head commit 8468e1487648a3de0418cfcf0beeafc13612dbe0 [2021-01-19T17:56:34.209Z] Merge succeeded, producing 8468e1487648a3de0418cfcf0beeafc13612dbe0 [2021-01-19T17:56:34.209Z] Checking out Revision 8468e1487648a3de0418cfcf0beeafc13612dbe0 (PR-3049) [2021-01-19T17:56:32.981Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-19T17:56:32.994Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-19T17:56:33.020Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-19T17:56:33.054Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-19T17:56:33.054Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T17:56:33.067Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3049/head:refs/remotes/origin/PR-3049 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-19T17:56:33.709Z] > git config core.sparsecheckout # timeout=10 [2021-01-19T17:56:33.729Z] > git checkout -f 8468e1487648a3de0418cfcf0beeafc13612dbe0 # timeout=10 [2021-01-19T17:56:34.068Z] > git remote # timeout=10 [2021-01-19T17:56:34.099Z] > git config --get remote.origin.url # timeout=10 [2021-01-19T17:56:34.126Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T17:56:34.137Z] > git merge 4e8269025e0154ee6bf5f0a3cff0374e651c382f # timeout=10 [2021-01-19T17:56:34.170Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-19T17:56:34.220Z] > git config core.sparsecheckout # timeout=10 [2021-01-19T17:56:34.239Z] > git checkout -f 8468e1487648a3de0418cfcf0beeafc13612dbe0 # timeout=10 [2021-01-19T17:56:38.694Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-19T17:56:40.398Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-19T17:56:40.915Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-19T17:56:41.257Z] + sudo service docker restart [2021-01-19T17:56:41.257Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-19T17:56:43.975Z] provisioning config files... [2021-01-19T17:56:44.017Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config7535426544703809959tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-19T17:56:44.426Z] ---> docker-login.sh [2021-01-19T17:56:44.426Z] nexus3.edgexfoundry.org:10001 [2021-01-19T17:56:45.414Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T17:56:45.689Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T17:56:45.689Z] Configure a credential helper to remove this warning. See [2021-01-19T17:56:45.689Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T17:56:45.689Z] [2021-01-19T17:56:45.689Z] Login Succeeded [2021-01-19T17:56:45.689Z] nexus3.edgexfoundry.org:10002 [2021-01-19T17:56:45.966Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T17:56:45.966Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T17:56:45.966Z] Configure a credential helper to remove this warning. See [2021-01-19T17:56:45.966Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T17:56:45.966Z] [2021-01-19T17:56:45.966Z] Login Succeeded [2021-01-19T17:56:45.966Z] nexus3.edgexfoundry.org:10003 [2021-01-19T17:56:46.564Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T17:56:46.840Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T17:56:46.840Z] Configure a credential helper to remove this warning. See [2021-01-19T17:56:46.840Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T17:56:46.840Z] [2021-01-19T17:56:46.840Z] Login Succeeded [2021-01-19T17:56:46.840Z] nexus3.edgexfoundry.org:10004 [2021-01-19T17:56:47.113Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T17:56:47.709Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T17:56:47.709Z] Configure a credential helper to remove this warning. See [2021-01-19T17:56:47.709Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T17:56:47.709Z] [2021-01-19T17:56:47.709Z] Login Succeeded [2021-01-19T17:56:47.709Z] docker.io [2021-01-19T17:56:48.308Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T17:56:48.582Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T17:56:48.582Z] Configure a credential helper to remove this warning. See [2021-01-19T17:56:48.582Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T17:56:48.582Z] [2021-01-19T17:56:48.582Z] Login Succeeded [2021-01-19T17:56:48.582Z] ---> docker-login.sh ends [Pipeline] } [2021-01-19T17:56:48.599Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-19T17:56:49.000Z] ========================================================= [2021-01-19T17:56:49.000Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-19T17:56:49.000Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:56:49.381Z] + 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-19T17:56:52.033Z] Sending build context to Docker daemon 165.5MB [2021-01-19T17:56:52.033Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-19T17:56:52.033Z] Step 2/6 : FROM ${BASE} [2021-01-19T17:56:52.033Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-19T17:56:52.033Z] 5f621e34cdf4: Pulling fs layer [2021-01-19T17:56:52.033Z] a4357932f1b6: Pulling fs layer [2021-01-19T17:56:52.033Z] 18c013af1878: Pulling fs layer [2021-01-19T17:56:52.033Z] 00ac8860ef70: Pulling fs layer [2021-01-19T17:56:52.033Z] 63d7cb157983: Pulling fs layer [2021-01-19T17:56:52.033Z] b116817d02f9: Pulling fs layer [2021-01-19T17:56:52.033Z] 745a02a5169b: Pulling fs layer [2021-01-19T17:56:52.033Z] 00ac8860ef70: Waiting [2021-01-19T17:56:52.033Z] 63d7cb157983: Waiting [2021-01-19T17:56:52.033Z] 745a02a5169b: Waiting [2021-01-19T17:56:52.033Z] b116817d02f9: Waiting [2021-01-19T17:56:52.033Z] 18c013af1878: Verifying Checksum [2021-01-19T17:56:52.033Z] 18c013af1878: Download complete [2021-01-19T17:56:52.033Z] a4357932f1b6: Verifying Checksum [2021-01-19T17:56:52.033Z] a4357932f1b6: Download complete [2021-01-19T17:56:52.033Z] 63d7cb157983: Download complete [2021-01-19T17:56:52.033Z] b116817d02f9: Download complete [2021-01-19T17:56:52.033Z] 5f621e34cdf4: Verifying Checksum [2021-01-19T17:56:52.033Z] 5f621e34cdf4: Download complete [2021-01-19T17:56:52.634Z] 5f621e34cdf4: Pull complete [2021-01-19T17:56:52.911Z] a4357932f1b6: Pull complete [2021-01-19T17:56:53.520Z] 18c013af1878: Pull complete [2021-01-19T17:56:53.793Z] 745a02a5169b: Verifying Checksum [2021-01-19T17:56:53.793Z] 745a02a5169b: Download complete [2021-01-19T17:56:55.222Z] 00ac8860ef70: Verifying Checksum [2021-01-19T17:56:55.222Z] 00ac8860ef70: Download complete [2021-01-19T17:56:57.057Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T17:56:57.057Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-19T17:56:57.057Z] ---> db456fcd58c4 [2021-01-19T17:56:57.057Z] Step 3/26 : WORKDIR /edgex-go [2021-01-19T17:56:57.057Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T17:56:57.057Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-19T17:56:57.057Z] ---> db456fcd58c4 [2021-01-19T17:56:57.057Z] Step 3/21 : WORKDIR /edgex-go [2021-01-19T17:56:57.057Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T17:56:57.057Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-19T17:56:57.057Z] ---> db456fcd58c4 [2021-01-19T17:56:57.057Z] Step 3/24 : WORKDIR /edgex-go [2021-01-19T17:56:57.057Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T17:56:57.057Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-19T17:56:57.057Z] ---> db456fcd58c4 [2021-01-19T17:56:57.057Z] Step 3/22 : WORKDIR /edgex-go [2021-01-19T17:56:57.057Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T17:56:57.057Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-19T17:56:57.057Z] ---> db456fcd58c4 [2021-01-19T17:56:57.057Z] Step 3/21 : WORKDIR /edgex-go [2021-01-19T17:56:57.057Z] ---> Running in 9429e3e52a68 [2021-01-19T17:56:57.057Z] ---> Running in 1332d78c55b3 [2021-01-19T17:56:57.057Z] ---> Running in 463692d218ca [2021-01-19T17:56:57.057Z] ---> Running in a6d908ccb833 [2021-01-19T17:56:57.057Z] ---> Running in 0eb0fd8ae2b1 [2021-01-19T17:56:57.057Z] Removing intermediate container 463692d218ca [2021-01-19T17:56:57.057Z] ---> 61aec9d39515 [2021-01-19T17:56:57.057Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T17:56:57.057Z] Removing intermediate container 1332d78c55b3 [2021-01-19T17:56:57.057Z] ---> 0e17df027fad [2021-01-19T17:56:57.057Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T17:56:57.057Z] Removing intermediate container a6d908ccb833 [2021-01-19T17:56:57.057Z] ---> 352f128d97f8 [2021-01-19T17:56:57.057Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T17:56:57.057Z] Removing intermediate container 9429e3e52a68 [2021-01-19T17:56:57.057Z] ---> cc43f6e9feff [2021-01-19T17:56:57.058Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T17:56:57.058Z] Removing intermediate container 0eb0fd8ae2b1 [2021-01-19T17:56:57.058Z] ---> dadc9a0bb0eb [2021-01-19T17:56:57.058Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T17:56:57.058Z] ---> Running in 4eedce84cfd6 [2021-01-19T17:56:57.058Z] ---> Running in d8fdfb3d0be7 [2021-01-19T17:56:57.058Z] ---> Running in 5b1ba198e23b [2021-01-19T17:56:57.058Z] ---> Running in fdf9bf68167c [2021-01-19T17:56:57.058Z] ---> Running in a5b3b045640d [2021-01-19T17:56:57.643Z] Removing intermediate container d8fdfb3d0be7 [2021-01-19T17:56:57.644Z] ---> 6f28b3678185 [2021-01-19T17:56:57.644Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-19T17:56:57.644Z] Removing intermediate container fdf9bf68167c [2021-01-19T17:56:57.644Z] ---> e352816805ab [2021-01-19T17:56:57.644Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-19T17:56:57.644Z] Removing intermediate container a5b3b045640d [2021-01-19T17:56:57.644Z] ---> 9a2fdf3a3d58 [2021-01-19T17:56:57.644Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-19T17:56:57.644Z] Removing intermediate container 4eedce84cfd6 [2021-01-19T17:56:57.644Z] ---> 7140215be197 [2021-01-19T17:56:57.644Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-19T17:56:57.911Z] Removing intermediate container 5b1ba198e23b [2021-01-19T17:56:57.911Z] ---> 3a9e768ba5e4 [2021-01-19T17:56:57.911Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-19T17:56:57.911Z] ---> Running in 5e13c8668ed8 [2021-01-19T17:56:57.911Z] ---> Running in b1d94797d5ea [2021-01-19T17:56:57.911Z] ---> Running in 982fc7929f49 [2021-01-19T17:56:57.911Z] ---> Running in 8b06e8a29aed [2021-01-19T17:56:57.911Z] ---> Running in b613ef529d6d [2021-01-19T17:56:58.886Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T17:56:58.886Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T17:56:59.149Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T17:56:59.149Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T17:56:59.149Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T17:56:59.730Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T17:56:59.993Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T17:56:59.993Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T17:56:59.993Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T17:56:59.993Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T17:57:00.570Z] OK: 233 MiB in 51 packages [2021-01-19T17:57:00.850Z] OK: 233 MiB in 51 packages [2021-01-19T17:57:01.119Z] OK: 233 MiB in 51 packages [2021-01-19T17:57:01.119Z] OK: 233 MiB in 51 packages [2021-01-19T17:57:01.119Z] OK: 233 MiB in 51 packages [2021-01-19T17:57:01.392Z] Removing intermediate container 5e13c8668ed8 [2021-01-19T17:57:01.392Z] ---> da8a4d069aa9 [2021-01-19T17:57:01.392Z] Step 6/21 : COPY go.mod . [2021-01-19T17:57:01.669Z] Removing intermediate container 8b06e8a29aed [2021-01-19T17:57:01.669Z] ---> e0b2a71e824f [2021-01-19T17:57:01.669Z] Step 6/21 : COPY go.mod . [2021-01-19T17:57:01.937Z] Removing intermediate container b613ef529d6d [2021-01-19T17:57:01.937Z] ---> 4503d28a71d9 [2021-01-19T17:57:01.937Z] Step 6/26 : COPY go.mod . [2021-01-19T17:57:01.937Z] Removing intermediate container 982fc7929f49 [2021-01-19T17:57:01.937Z] ---> 4413f1d93960 [2021-01-19T17:57:01.937Z] Step 6/24 : COPY go.mod . [2021-01-19T17:57:01.937Z] ---> c837b83dea8a [2021-01-19T17:57:01.937Z] Step 7/21 : RUN go mod download [2021-01-19T17:57:02.202Z] ---> 3008cb620f7d [2021-01-19T17:57:02.203Z] Step 7/21 : RUN go mod download [2021-01-19T17:57:02.203Z] Removing intermediate container b1d94797d5ea [2021-01-19T17:57:02.203Z] ---> b8ac2c1bfc0d [2021-01-19T17:57:02.203Z] Step 6/22 : COPY go.mod . [2021-01-19T17:57:02.203Z] ---> Running in c06ed435927f [2021-01-19T17:57:02.467Z] ---> Running in 7d750c9b82c2 [2021-01-19T17:57:02.467Z] ---> 89b08fa21384 [2021-01-19T17:57:02.467Z] Step 7/26 : RUN go mod download [2021-01-19T17:57:02.467Z] ---> e589446de9d3 [2021-01-19T17:57:02.467Z] Step 7/24 : RUN go mod download [2021-01-19T17:57:02.732Z] ---> Running in 5b1cab39f3f2 [2021-01-19T17:57:02.732Z] ---> Running in 7fa91a5fdcdf [2021-01-19T17:57:03.022Z] ---> 451b8879822b [2021-01-19T17:57:03.022Z] Step 7/22 : RUN go mod download [2021-01-19T17:57:03.022Z] ---> Running in be34d0ecf78c [2021-01-19T17:57:05.364Z] 00ac8860ef70: Pull complete [2021-01-19T17:57:05.364Z] 63d7cb157983: Pull complete [2021-01-19T17:57:05.636Z] b116817d02f9: Pull complete [2021-01-19T17:57:05.639Z] Removing intermediate container c06ed435927f [2021-01-19T17:57:05.639Z] ---> e0fe091abb4a [2021-01-19T17:57:05.639Z] Step 8/21 : COPY . . [2021-01-19T17:57:05.639Z] Removing intermediate container 7fa91a5fdcdf [2021-01-19T17:57:05.639Z] ---> 7077f9be540d [2021-01-19T17:57:05.639Z] Step 8/24 : COPY . . [2021-01-19T17:57:05.639Z] Removing intermediate container be34d0ecf78c [2021-01-19T17:57:05.639Z] ---> 2a21c2aa9415 [2021-01-19T17:57:05.639Z] Step 8/22 : COPY . . [2021-01-19T17:57:05.912Z] Removing intermediate container 5b1cab39f3f2 [2021-01-19T17:57:05.912Z] ---> f12725fa124e [2021-01-19T17:57:05.912Z] Step 8/26 : COPY . . [2021-01-19T17:57:05.912Z] Removing intermediate container 7d750c9b82c2 [2021-01-19T17:57:05.912Z] ---> 85170b6491e3 [2021-01-19T17:57:05.912Z] Step 8/21 : COPY . . [2021-01-19T17:57:09.976Z] 745a02a5169b: Pull complete [2021-01-19T17:57:09.976Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-19T17:57:09.976Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-19T17:57:09.976Z] ---> b7e6874047d6 [2021-01-19T17:57:09.976Z] 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-19T17:57:13.396Z] ---> Running in 82aadf65a188 [2021-01-19T17:57:13.993Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T17:57:14.974Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T17:57:17.613Z] (1/12) Installing libmagic (5.38-r0) [2021-01-19T17:57:19.044Z] (2/12) Installing file (5.38-r0) [2021-01-19T17:57:19.044Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-19T17:57:19.044Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-19T17:57:37.313Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-19T17:57:37.313Z] (6/12) Installing patch (2.7.6-r6) [2021-01-19T17:57:37.313Z] (7/12) Installing build-base (0.5-r2) [2021-01-19T17:57:37.313Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-19T17:57:37.313Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-19T17:57:37.313Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-19T17:57:37.313Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-19T17:57:37.313Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-19T17:57:37.313Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T17:57:37.313Z] OK: 217 MiB in 51 packages [2021-01-19T17:57:40.696Z] Removing intermediate container 82aadf65a188 [2021-01-19T17:57:40.696Z] ---> 543566cb8317 [2021-01-19T17:57:40.696Z] Step 4/6 : WORKDIR /edgex-go [2021-01-19T17:57:40.696Z] ---> Running in d48eac022e6c [2021-01-19T17:57:40.969Z] Removing intermediate container d48eac022e6c [2021-01-19T17:57:40.969Z] ---> 4cf3115e5007 [2021-01-19T17:57:40.969Z] Step 5/6 : COPY go.mod . [2021-01-19T17:57:41.567Z] ---> 5d3dab4cd840 [2021-01-19T17:57:41.567Z] Step 6/6 : RUN go mod download [2021-01-19T17:57:41.845Z] ---> Running in d18f9ba74085 [2021-01-19T17:57:52.965Z] ---> f7da0cea7f78 [2021-01-19T17:57:52.965Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-19T17:57:52.965Z] ---> 1ae4c15332bf [2021-01-19T17:57:52.965Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-19T17:57:52.965Z] ---> 943c11b3ea33 [2021-01-19T17:57:52.965Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-19T17:57:52.965Z] ---> 16acb296cd68 [2021-01-19T17:57:52.965Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-19T17:57:52.965Z] ---> 995b9f63f871 [2021-01-19T17:57:52.965Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-19T17:57:52.965Z] ---> Running in 528106b7a0af [2021-01-19T17:57:52.965Z] ---> Running in ac8384ca9752 [2021-01-19T17:57:52.965Z] ---> Running in 4fc905fa48f7 [2021-01-19T17:57:52.965Z] ---> Running in 69c83e002f41 [2021-01-19T17:57:52.965Z] ---> Running in c0e63ca97849 [2021-01-19T17:57:52.965Z] 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-19T17:57:52.965Z] 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-19T17:57:52.965Z] 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-19T17:57:52.965Z] 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-19T17:57:52.965Z] 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-19T17:58:08.643Z] Removing intermediate container d18f9ba74085 [2021-01-19T17:58:08.643Z] ---> 3c101a42b80a [2021-01-19T17:58:08.643Z] Successfully built 3c101a42b80a [2021-01-19T17:58:08.643Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:58:08.979Z] + docker inspect -f . ci-base-image-arm64 [2021-01-19T17:58:08.979Z] . [Pipeline] withDockerContainer [2021-01-19T17:58:09.220Z] prd-ubuntu18.04-docker-arm64-4c-16g-21252 does not seem to be running inside a container [2021-01-19T17:58:09.308Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-19T17:58:10.755Z] $ docker top fd8292d44502e65e8c2760cfd9563881bf46b821e15090fa76cbc41eef0a5a06 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T17:58:11.775Z] + go version [2021-01-19T17:58:11.775Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-19T17:58:11.800Z] $ docker stop --time=1 fd8292d44502e65e8c2760cfd9563881bf46b821e15090fa76cbc41eef0a5a06 [2021-01-19T17:58:13.761Z] $ docker rm -f fd8292d44502e65e8c2760cfd9563881bf46b821e15090fa76cbc41eef0a5a06 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:58:14.720Z] + docker inspect -f . ci-base-image-arm64 [2021-01-19T17:58:14.720Z] . [Pipeline] withDockerContainer [2021-01-19T17:58:14.986Z] prd-ubuntu18.04-docker-arm64-4c-16g-21252 does not seem to be running inside a container [2021-01-19T17:58:15.064Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-19T17:58:15.091Z] 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-19T17:58:15.091Z] 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-19T17:58:16.486Z] $ docker top 7d6464966aaf94acaa044755d473b91fda852f27e1c87c7213d705b949ecfe39 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-19T17:58:16.866Z] ========================================================= [2021-01-19T17:58:16.866Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-19T17:58:16.866Z] ========================================================= [Pipeline] sh [2021-01-19T17:58:17.512Z] + make test [2021-01-19T17:58:17.512Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-19T17:58:21.796Z] Removing intermediate container ac8384ca9752 [2021-01-19T17:58:21.796Z] ---> 05a404d34aa2 [2021-01-19T17:58:21.796Z] [2021-01-19T17:58:21.796Z] Step 10/22 : FROM alpine:3.12 [2021-01-19T17:58:21.796Z] 3.12: Pulling from library/alpine [2021-01-19T17:58:23.728Z] Removing intermediate container 4fc905fa48f7 [2021-01-19T17:58:23.728Z] ---> e660398c94ed [2021-01-19T17:58:23.728Z] [2021-01-19T17:58:23.728Z] Step 10/21 : FROM scratch [2021-01-19T17:58:23.728Z] ---> [2021-01-19T17:58:23.728Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-19T17:58:23.728Z] Removing intermediate container c0e63ca97849 [2021-01-19T17:58:23.728Z] ---> 2f267b5440d4 [2021-01-19T17:58:23.728Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-19T17:58:23.728Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-19T17:58:23.728Z] Status: Downloaded newer image for alpine:3.12 [2021-01-19T17:58:23.728Z] ---> 389fef711851 [2021-01-19T17:58:23.728Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-19T17:58:23.728Z] ---> Running in d9e4ba40e459 [2021-01-19T17:58:23.991Z] ---> Running in 7a2b04766772 [2021-01-19T17:58:23.991Z] ---> Running in 88feecd7897e [2021-01-19T17:58:25.929Z] Removing intermediate container 7a2b04766772 [2021-01-19T17:58:25.929Z] ---> 6c6488335bfb [2021-01-19T17:58:25.929Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-19T17:58:25.929Z] 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-19T17:58:27.341Z] ---> Running in 08b84f484170 [2021-01-19T17:58:27.341Z] Removing intermediate container 69c83e002f41 [2021-01-19T17:58:27.341Z] ---> 0f3be472a1bc [2021-01-19T17:58:27.341Z] [2021-01-19T17:58:27.341Z] Step 10/21 : FROM alpine:3.12 [2021-01-19T17:58:27.341Z] ---> 389fef711851 [2021-01-19T17:58:27.341Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-19T17:58:27.631Z] Removing intermediate container 528106b7a0af [2021-01-19T17:58:27.631Z] ---> 46171bb72c3d [2021-01-19T17:58:27.631Z] [2021-01-19T17:58:27.631Z] Step 10/24 : FROM alpine:3.12 [2021-01-19T17:58:27.631Z] ---> 389fef711851 [2021-01-19T17:58:27.631Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-19T17:58:27.631Z] ---> Running in c11b73e5d4fd [2021-01-19T17:58:27.631Z] ---> Running in d67f97215049 [2021-01-19T17:58:27.631Z] Removing intermediate container 08b84f484170 [2021-01-19T17:58:27.631Z] ---> e2ecad435ef1 [2021-01-19T17:58:27.631Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-19T17:58:27.904Z] ---> Running in 72d964ca9cc1 [2021-01-19T17:58:27.904Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T17:58:27.904Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T17:58:28.201Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-19T17:58:28.201Z] Removing intermediate container 72d964ca9cc1 [2021-01-19T17:58:28.201Z] ---> 52226fd32fa5 [2021-01-19T17:58:28.201Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T17:58:28.201Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-19T17:58:28.201Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-19T17:58:28.201Z] (4/5) Installing curl (7.69.1-r3) [2021-01-19T17:58:28.201Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-19T17:58:28.484Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T17:58:28.484Z] Executing ca-certificates-20191127-r4.trigger [2021-01-19T17:58:28.484Z] OK: 7 MiB in 19 packages [2021-01-19T17:58:28.750Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T17:58:28.750Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T17:58:28.750Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T17:58:28.750Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T17:58:29.022Z] ---> b0b543e1a74a [2021-01-19T17:58:29.022Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-19T17:58:29.022Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-19T17:58:29.022Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-19T17:58:29.022Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-19T17:58:29.022Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-19T17:58:29.022Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-19T17:58:29.022Z] (4/4) Installing curl (7.69.1-r3) [2021-01-19T17:58:29.022Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-19T17:58:29.022Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T17:58:29.022Z] Executing ca-certificates-20191127-r4.trigger [2021-01-19T17:58:29.022Z] (4/5) Installing curl (7.69.1-r3) [2021-01-19T17:58:29.022Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-19T17:58:29.022Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T17:58:29.022Z] Executing ca-certificates-20191127-r4.trigger [2021-01-19T17:58:29.285Z] OK: 7 MiB in 19 packages [2021-01-19T17:58:29.557Z] OK: 7 MiB in 18 packages [2021-01-19T17:58:29.823Z] Removing intermediate container d9e4ba40e459 [2021-01-19T17:58:29.823Z] ---> 0469b956b7b3 [2021-01-19T17:58:29.823Z] [2021-01-19T17:58:29.823Z] Step 11/26 : FROM docker:20.10.0 [2021-01-19T17:58:29.823Z] 20.10.0: Pulling from library/docker [2021-01-19T17:58:30.095Z] Removing intermediate container 88feecd7897e [2021-01-19T17:58:30.095Z] ---> 04d2a17bd368 [2021-01-19T17:58:30.095Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-19T17:58:30.675Z] ---> 34df7184966e [2021-01-19T17:58:30.675Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-19T17:58:30.956Z] ---> Running in af5092da88d8 [2021-01-19T17:58:31.227Z] ---> 931dc897e611 [2021-01-19T17:58:31.227Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-19T17:58:32.177Z] ---> Running in d43e0e9e4994 [2021-01-19T17:58:32.177Z] Removing intermediate container af5092da88d8 [2021-01-19T17:58:32.177Z] ---> 63877f3d80cb [2021-01-19T17:58:32.177Z] Step 13/22 : WORKDIR / [2021-01-19T17:58:32.177Z] Removing intermediate container d67f97215049 [2021-01-19T17:58:32.177Z] ---> 540db77171c0 [2021-01-19T17:58:32.177Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-19T17:58:32.177Z] Removing intermediate container c11b73e5d4fd [2021-01-19T17:58:32.177Z] ---> 6a7ecdfb39b5 [2021-01-19T17:58:32.177Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-19T17:58:32.177Z] ---> Running in f33b493af3a2 [2021-01-19T17:58:32.443Z] ---> Running in e6302165d83a [2021-01-19T17:58:32.443Z] ---> Running in d4c37f9342e8 [2021-01-19T17:58:32.443Z] Removing intermediate container d43e0e9e4994 [2021-01-19T17:58:32.443Z] ---> 76488e60bf13 [2021-01-19T17:58:32.443Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T17:58:32.707Z] ---> Running in 6584d4975184 [2021-01-19T17:58:32.707Z] Removing intermediate container f33b493af3a2 [2021-01-19T17:58:32.707Z] ---> 25510ccc6de8 [2021-01-19T17:58:32.707Z] Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T17:58:33.663Z] Removing intermediate container d4c37f9342e8 [2021-01-19T17:58:33.663Z] ---> 3face34531ef [2021-01-19T17:58:33.663Z] Step 13/21 : WORKDIR /edgex [2021-01-19T17:58:33.663Z] Removing intermediate container e6302165d83a [2021-01-19T17:58:33.663Z] ---> 35e958abd350 [2021-01-19T17:58:33.663Z] Step 13/24 : WORKDIR / [2021-01-19T17:58:33.934Z] ---> Running in e7b36fc65f77 [2021-01-19T17:58:33.934Z] Removing intermediate container 6584d4975184 [2021-01-19T17:58:33.934Z] ---> 7a6525fe3a9c [2021-01-19T17:58:33.934Z] Step 19/21 : LABEL arch=x86_64 [2021-01-19T17:58:33.934Z] ---> Running in bc76b2e5582e [2021-01-19T17:58:33.934Z] ---> Running in eb36277f4d59 [2021-01-19T17:58:33.934Z] ---> 48dbf5f6048f [2021-01-19T17:58:33.934Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-19T17:58:34.218Z] Removing intermediate container bc76b2e5582e [2021-01-19T17:58:34.218Z] ---> c3feeedd699d [2021-01-19T17:58:34.218Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-19T17:58:34.218Z] Removing intermediate container e7b36fc65f77 [2021-01-19T17:58:34.218Z] ---> 5f6f31e37357 [2021-01-19T17:58:34.218Z] 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-19T17:58:34.487Z] Removing intermediate container eb36277f4d59 [2021-01-19T17:58:34.487Z] ---> 7c43b0e17241 [2021-01-19T17:58:34.487Z] Step 20/21 : LABEL git_sha=8468e1487648a3de0418cfcf0beeafc13612dbe0 [2021-01-19T17:58:34.487Z] ---> Running in 29ea60585991 [2021-01-19T17:58:34.769Z] ---> f7d4eee5f894 [2021-01-19T17:58:34.769Z] 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-19T17:58:34.769Z] ---> f73cde56d025 [2021-01-19T17:58:34.769Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-19T17:58:34.769Z] ---> ce888f96ed73 [2021-01-19T17:58:34.769Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-19T17:58:35.038Z] Removing intermediate container 29ea60585991 [2021-01-19T17:58:35.038Z] ---> fac15111d813 [2021-01-19T17:58:35.038Z] Step 21/21 : LABEL version=0.0.0 [2021-01-19T17:58:35.038Z] ---> Running in 57f6a14b1e36 [2021-01-19T17:58:35.309Z] ---> 4db646b7be2c [2021-01-19T17:58:35.309Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-19T17:58:35.309Z] ---> 36f0ee605502 [2021-01-19T17:58:35.309Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-19T17:58:35.903Z] Removing intermediate container 57f6a14b1e36 [2021-01-19T17:58:35.903Z] ---> 068cfdfcfce1 [2021-01-19T17:58:35.903Z] [2021-01-19T17:58:35.903Z] ---> ccf2ccd4c6ae [2021-01-19T17:58:35.903Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-19T17:58:36.184Z] Successfully built 068cfdfcfce1 [2021-01-19T17:58:36.184Z] ---> e978392b0320 [2021-01-19T17:58:36.184Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-19T17:58:36.184Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-19T17:58:36.184Z] ---> 50bc591cd01a [2021-01-19T17:58:36.184Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-19T17:58:36.184Z]  Building docker-support-scheduler-go ... done Building docker-core-command-go [2021-01-19T17:58:36.185Z] ---> Running in b5f0a9bd0642 [2021-01-19T17:58:36.782Z] ---> 074011e79268 [2021-01-19T17:58:36.782Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-19T17:58:36.782Z] ---> Running in ff72daaa5115 [2021-01-19T17:58:37.055Z] ---> 547f4452d519 [2021-01-19T17:58:37.055Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-19T17:58:39.633Z] Removing intermediate container ff72daaa5115 [2021-01-19T17:58:39.633Z] ---> 196ae103e203 [2021-01-19T17:58:39.633Z] Step 18/21 : CMD ["--init=true"] [2021-01-19T17:58:39.633Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-19T17:58:39.684Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-19T17:58:39.898Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-19T17:58:39.898Z] ---> aefe523efa57 [2021-01-19T17:58:39.898Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-19T17:58:40.861Z] ---> fa7c7f6a1767 [2021-01-19T17:58:40.861Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-19T17:58:40.861Z] ---> Running in c202761ad44f [2021-01-19T17:58:40.861Z] ---> Running in 3e826454b6b0 [2021-01-19T17:58:41.823Z] Removing intermediate container b5f0a9bd0642 [2021-01-19T17:58:41.823Z] ---> 123766b7371b [2021-01-19T17:58:41.823Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-19T17:58:41.823Z] Removing intermediate container c202761ad44f [2021-01-19T17:58:41.823Z] ---> 6f568c1c6d6c [2021-01-19T17:58:41.823Z] Step 19/21 : LABEL arch=x86_64 [2021-01-19T17:58:41.823Z] ---> 725e1e39b68d [2021-01-19T17:58:41.823Z] 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-19T17:58:41.823Z] ---> Running in fc120cec7a10 [2021-01-19T17:58:41.823Z] ---> Running in 1c4ee4b4dc94 [2021-01-19T17:58:41.823Z] ---> Running in 1c8a8d4a092e [2021-01-19T17:58:42.778Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T17:58:42.779Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T17:58:43.043Z] (1/2) Installing readline (8.0.4-r0) [2021-01-19T17:58:43.043Z] (2/2) Installing bash (5.0.17-r0) [2021-01-19T17:58:43.043Z] Executing bash-5.0.17-r0.post-install [2021-01-19T17:58:43.320Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T17:58:43.320Z] OK: 12 MiB in 22 packages [2021-01-19T17:58:43.320Z] Removing intermediate container fc120cec7a10 [2021-01-19T17:58:43.320Z] ---> 8fb803c77d21 [2021-01-19T17:58:43.320Z] Step 20/22 : LABEL arch=x86_64 [2021-01-19T17:58:43.320Z] Removing intermediate container 1c4ee4b4dc94 [2021-01-19T17:58:43.320Z] ---> a3cead873421 [2021-01-19T17:58:43.320Z] Step 20/21 : LABEL git_sha=8468e1487648a3de0418cfcf0beeafc13612dbe0 [2021-01-19T17:58:44.770Z] ---> Running in 2cbcc7344ee6 [2021-01-19T17:58:44.770Z] ---> Running in 42e70281adbc [2021-01-19T17:58:46.175Z] Removing intermediate container 42e70281adbc [2021-01-19T17:58:46.175Z] ---> bbf469800efa [2021-01-19T17:58:46.175Z] Step 21/21 : LABEL version=0.0.0 [2021-01-19T17:58:46.450Z] Removing intermediate container 2cbcc7344ee6 [2021-01-19T17:58:46.450Z] ---> 4211ff732174 [2021-01-19T17:58:46.450Z] Step 21/22 : LABEL git_sha=8468e1487648a3de0418cfcf0beeafc13612dbe0 [2021-01-19T17:58:47.418Z] ---> Running in c3126171eacc [2021-01-19T17:58:47.418Z] Removing intermediate container 3e826454b6b0 [2021-01-19T17:58:47.418Z] ---> 175e81a98ba2 [2021-01-19T17:58:47.418Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-19T17:58:47.418Z] ---> Running in 2b3b8a2bf29b [2021-01-19T17:58:48.084Z] ---> Running in 187a166f3cec [2021-01-19T17:58:48.449Z] Removing intermediate container c3126171eacc [2021-01-19T17:58:48.449Z] ---> 5bef7ae9cf1e [2021-01-19T17:58:48.449Z] [2021-01-19T17:58:48.802Z] Removing intermediate container 2b3b8a2bf29b [2021-01-19T17:58:48.802Z] ---> 11a59db2425d [2021-01-19T17:58:48.802Z] Step 22/22 : LABEL version=0.0.0 [2021-01-19T17:58:48.802Z] Removing intermediate container 1c8a8d4a092e [2021-01-19T17:58:48.802Z] ---> 5c0e8dbb8e8a [2021-01-19T17:58:48.802Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-19T17:58:49.118Z] Successfully built 5bef7ae9cf1e [2021-01-19T17:58:49.429Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-19T17:58:49.429Z]  Building docker-security-proxy-setup-go ... done Building docker-core-data-go [2021-01-19T17:58:49.429Z] Removing intermediate container 187a166f3cec [2021-01-19T17:58:49.429Z] ---> 695d974068f0 [2021-01-19T17:58:49.429Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-19T17:58:50.071Z] ---> Running in bab416ca4581 [2021-01-19T17:58:50.071Z] ---> Running in 3f3be47d01a1 [2021-01-19T17:58:51.037Z] ---> Running in 451b1fc71ba0 [2021-01-19T17:58:51.037Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T17:58:51.037Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-19T17:58:51.037Z] ---> db456fcd58c4 [2021-01-19T17:58:51.037Z] Step 3/22 : WORKDIR /edgex-go [2021-01-19T17:58:51.037Z] ---> Using cache [2021-01-19T17:58:51.037Z] ---> cc43f6e9feff [2021-01-19T17:58:51.037Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T17:58:51.037Z] ---> Using cache [2021-01-19T17:58:51.037Z] ---> e352816805ab [2021-01-19T17:58:51.037Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-19T17:58:51.037Z] ---> Using cache [2021-01-19T17:58:51.037Z] ---> da8a4d069aa9 [2021-01-19T17:58:51.037Z] Step 6/22 : COPY go.mod . [2021-01-19T17:58:51.037Z] ---> Using cache [2021-01-19T17:58:51.037Z] ---> c837b83dea8a [2021-01-19T17:58:51.037Z] Step 7/22 : RUN go mod download [2021-01-19T17:58:51.037Z] ---> Using cache [2021-01-19T17:58:51.037Z] ---> e0fe091abb4a [2021-01-19T17:58:51.037Z] Step 8/22 : COPY . . [2021-01-19T17:58:51.037Z] ---> Using cache [2021-01-19T17:58:51.037Z] ---> 943c11b3ea33 [2021-01-19T17:58:51.037Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-19T17:58:51.996Z] Removing intermediate container 3f3be47d01a1 [2021-01-19T17:58:51.996Z] ---> bec039631c74 [2021-01-19T17:58:51.996Z] [2021-01-19T17:58:51.996Z] Removing intermediate container bab416ca4581 [2021-01-19T17:58:51.996Z] ---> bc7582a7f397 [2021-01-19T17:58:51.996Z] Step 22/24 : LABEL arch=x86_64 [2021-01-19T17:58:51.996Z] ---> Running in 036cda6507de [2021-01-19T17:58:51.996Z] Successfully built bec039631c74 [2021-01-19T17:58:52.269Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2021-01-19T17:58:52.269Z]  Building docker-security-bootstrap-redis-go ... done Building docker-support-notifications-go [2021-01-19T17:58:52.269Z] ---> Running in 8edfa2f5330d [2021-01-19T17:58:52.269Z] Removing intermediate container 451b1fc71ba0 [2021-01-19T17:58:52.269Z] ---> aaba4b6ab734 [2021-01-19T17:58:52.269Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-19T17:58:52.269Z] ---> Running in 4184809b963e [2021-01-19T17:58:52.536Z] Removing intermediate container 8edfa2f5330d [2021-01-19T17:58:52.536Z] ---> 3b291fdebc26 [2021-01-19T17:58:52.536Z] Step 23/24 : LABEL git_sha=8468e1487648a3de0418cfcf0beeafc13612dbe0 [2021-01-19T17:58:54.486Z] 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-19T17:58:57.497Z] ---> Running in 2c73077b1f0a [2021-01-19T17:58:57.497Z] Removing intermediate container 4184809b963e [2021-01-19T17:58:57.497Z] ---> a96194e662dc [2021-01-19T17:58:57.497Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-19T17:58:58.928Z] Removing intermediate container 2c73077b1f0a [2021-01-19T17:58:58.928Z] ---> d52d22467b48 [2021-01-19T17:58:58.929Z] Step 24/24 : LABEL version=0.0.0 [2021-01-19T17:58:58.929Z] ---> 64465636569a [2021-01-19T17:58:58.929Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-19T17:58:59.196Z] ---> Running in 591826bb9dde [2021-01-19T17:59:00.640Z] Removing intermediate container 591826bb9dde [2021-01-19T17:59:00.640Z] ---> 216e965fe3d9 [2021-01-19T17:59:00.640Z] [2021-01-19T17:59:00.927Z] ---> 69cbde6ce1e4 [2021-01-19T17:59:00.927Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-19T17:59:00.927Z] Successfully built 216e965fe3d9 [2021-01-19T17:59:00.927Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-19T17:59:00.927Z] Building docker-core-metadata-go [2021-01-19T17:59:03.612Z]  Building docker-security-secretstore-setup-go ... done  ---> 33295500580c [2021-01-19T17:59:03.612Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-19T17:59:03.612Z] ---> Running in d22ef18e7829 [2021-01-19T17:59:06.258Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T17:59:06.533Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T17:59:06.807Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-19T17:59:06.807Z] (2/33) Installing expat (2.2.9-r1) [2021-01-19T17:59:06.807Z] (3/33) Installing libffi (3.3-r2) [2021-01-19T17:59:06.807Z] (4/33) Installing gdbm (1.13-r1) [2021-01-19T17:59:07.105Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-19T17:59:07.105Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-19T17:59:07.105Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-19T17:59:13.949Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-19T17:59:13.949Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-19T17:59:13.949Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-19T17:59:13.949Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T17:59:13.949Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-19T17:59:13.949Z] ---> db456fcd58c4 [2021-01-19T17:59:13.949Z] Step 3/24 : WORKDIR /edgex-go [2021-01-19T17:59:13.949Z] ---> Using cache [2021-01-19T17:59:13.949Z] ---> cc43f6e9feff [2021-01-19T17:59:13.949Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T17:59:13.949Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-19T17:59:13.949Z] ---> Using cache [2021-01-19T17:59:13.949Z] ---> e352816805ab [2021-01-19T17:59:13.949Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-19T17:59:14.218Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-19T17:59:14.218Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-19T17:59:14.218Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-19T17:59:14.218Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T17:59:14.218Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-19T17:59:14.218Z] ---> db456fcd58c4 [2021-01-19T17:59:14.218Z] Step 3/23 : WORKDIR /edgex-go [2021-01-19T17:59:14.218Z] ---> Using cache [2021-01-19T17:59:14.218Z] ---> cc43f6e9feff [2021-01-19T17:59:14.218Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T17:59:14.218Z] ---> Using cache [2021-01-19T17:59:14.218Z] ---> e352816805ab [2021-01-19T17:59:14.218Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-19T17:59:15.177Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-19T17:59:15.452Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-19T17:59:15.452Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-19T17:59:15.723Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-19T17:59:15.723Z] ---> Running in 46424e3ebe15 [2021-01-19T17:59:15.723Z] ---> Running in e710bfb6fb00 [2021-01-19T17:59:15.723Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-19T17:59:15.723Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-19T17:59:15.723Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-19T17:59:15.723Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-19T17:59:15.998Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-19T17:59:15.998Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-19T17:59:15.998Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-19T17:59:15.998Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-19T17:59:15.998Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-19T17:59:15.998Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-19T17:59:15.998Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-19T17:59:15.998Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-19T17:59:16.295Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-19T17:59:16.295Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-19T17:59:16.295Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-19T17:59:16.295Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T17:59:16.568Z] OK: 71 MiB in 55 packages [2021-01-19T17:59:19.220Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T17:59:19.220Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T17:59:19.823Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T17:59:19.823Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T17:59:20.423Z] OK: 233 MiB in 51 packages [2021-01-19T17:59:20.699Z] OK: 233 MiB in 51 packages [2021-01-19T17:59:23.298Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T17:59:23.298Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-19T17:59:23.669Z] ---> db456fcd58c4 [2021-01-19T17:59:23.669Z] Step 3/22 : WORKDIR /edgex-go [2021-01-19T17:59:23.669Z] ---> Using cache [2021-01-19T17:59:23.669Z] ---> cc43f6e9feff [2021-01-19T17:59:23.669Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T17:59:23.669Z] ---> Using cache [2021-01-19T17:59:23.669Z] ---> e352816805ab [2021-01-19T17:59:23.669Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-19T17:59:23.669Z] ---> Using cache [2021-01-19T17:59:23.669Z] ---> da8a4d069aa9 [2021-01-19T17:59:23.669Z] Step 6/22 : COPY go.mod . [2021-01-19T17:59:23.669Z] ---> Using cache [2021-01-19T17:59:23.669Z] ---> c837b83dea8a [2021-01-19T17:59:23.669Z] Step 7/22 : RUN go mod download [2021-01-19T17:59:23.669Z] ---> Using cache [2021-01-19T17:59:23.669Z] ---> e0fe091abb4a [2021-01-19T17:59:23.669Z] Step 8/22 : COPY . . [2021-01-19T17:59:23.934Z] ---> Using cache [2021-01-19T17:59:23.934Z] ---> 943c11b3ea33 [2021-01-19T17:59:23.934Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-19T17:59:24.520Z] Removing intermediate container 46424e3ebe15 [2021-01-19T17:59:24.520Z] ---> cafb03bd8403 [2021-01-19T17:59:24.520Z] Step 6/24 : COPY go.mod . [2021-01-19T17:59:24.520Z] Removing intermediate container e710bfb6fb00 [2021-01-19T17:59:24.520Z] ---> 8512515d0aae [2021-01-19T17:59:24.520Z] Step 6/23 : COPY go.mod . [2021-01-19T17:59:25.103Z] ---> Running in feded562330e [2021-01-19T17:59:26.872Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-19T17:59:27.043Z] ---> b9b35e0388b0 [2021-01-19T17:59:27.043Z] Step 7/24 : RUN go mod download [2021-01-19T17:59:27.043Z] ---> 07e5f457da64 [2021-01-19T17:59:27.043Z] Step 7/23 : RUN go mod download [2021-01-19T17:59:27.043Z] Removing intermediate container 036cda6507de [2021-01-19T17:59:27.043Z] ---> 8746639d6145 [2021-01-19T17:59:27.043Z] [2021-01-19T17:59:27.043Z] Step 10/22 : FROM scratch [2021-01-19T17:59:27.043Z] ---> [2021-01-19T17:59:27.043Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-19T17:59:27.313Z] ---> Using cache [2021-01-19T17:59:27.313Z] ---> 6c6488335bfb [2021-01-19T17:59:27.313Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-19T17:59:27.580Z] ---> Running in 4cb90bc3fe5b [2021-01-19T17:59:27.580Z] ---> Running in c45089f7d065 [2021-01-19T17:59:27.850Z] ---> Running in b329bb79f295 [2021-01-19T17:59:27.850Z] 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-19T17:59:28.445Z] Removing intermediate container b329bb79f295 [2021-01-19T17:59:28.445Z] ---> cddc85e412c9 [2021-01-19T17:59:28.445Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-19T17:59:29.035Z] ---> Running in 04a2c989f00d [2021-01-19T17:59:31.023Z] Removing intermediate container 04a2c989f00d [2021-01-19T17:59:31.023Z] ---> a7bb833f4cc1 [2021-01-19T17:59:31.023Z] Step 14/22 : WORKDIR / [2021-01-19T17:59:32.030Z] ---> Running in b6ecfee2b438 [2021-01-19T17:59:32.284Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-19T17:59:33.039Z] Removing intermediate container b6ecfee2b438 [2021-01-19T17:59:33.039Z] ---> 2d88547a9007 [2021-01-19T17:59:33.039Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T17:59:33.321Z] Removing intermediate container d22ef18e7829 [2021-01-19T17:59:33.321Z] ---> acfe07198fef [2021-01-19T17:59:33.321Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-19T17:59:33.321Z] ---> Running in bd4f504533ba [2021-01-19T17:59:33.599Z] Removing intermediate container c45089f7d065 [2021-01-19T17:59:33.599Z] ---> 3b08b45f9774 [2021-01-19T17:59:33.599Z] Step 8/24 : COPY . . [2021-01-19T17:59:33.599Z] Removing intermediate container 4cb90bc3fe5b [2021-01-19T17:59:33.599Z] ---> 8c1117ba5896 [2021-01-19T17:59:33.599Z] Step 8/23 : COPY . . [2021-01-19T17:59:34.203Z] ---> a9cef8480fdf [2021-01-19T17:59:34.203Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-19T17:59:37.718Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-19T17:59:37.719Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-19T17:59:37.719Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-19T17:59:37.719Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-19T17:59:37.719Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-19T17:59:37.719Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-19T17:59:38.828Z] ---> dd422130223b [2021-01-19T17:59:38.828Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-19T17:59:39.159Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-19T17:59:40.603Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-19T17:59:40.868Z] ---> 28461df3266d [2021-01-19T17:59:40.868Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-19T17:59:41.894Z] ---> Running in ad372ce39d28 [2021-01-19T17:59:42.921Z] Removing intermediate container ad372ce39d28 [2021-01-19T17:59:42.921Z] ---> f7bf3f000fbf [2021-01-19T17:59:42.921Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T17:59:45.507Z] ---> Running in ffcf9f3f5e7b [2021-01-19T17:59:45.507Z] Collecting docker-compose==1.23.2 [2021-01-19T17:59:45.784Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-19T17:59:46.763Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-19T17:59:46.763Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-19T17:59:47.335Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-19T17:59:47.335Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-19T17:59:47.335Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-19T17:59:47.362Z] Removing intermediate container ffcf9f3f5e7b [2021-01-19T17:59:47.362Z] ---> 312a5924b924 [2021-01-19T17:59:47.362Z] Step 20/22 : LABEL arch=x86_64 [2021-01-19T17:59:48.794Z] 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-19T17:59:49.753Z] Collecting docker<4.0,>=3.6.0 [2021-01-19T17:59:50.027Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-19T17:59:50.621Z] ---> Running in 437a18e4676a [2021-01-19T17:59:51.217Z] Collecting texttable<0.10,>=0.9.0 [2021-01-19T17:59:51.217Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-19T17:59:52.753Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.246s coverage: 46.6% of statements [2021-01-19T17:59:52.753Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-19T17:59:52.753Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-19T17:59:52.753Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-19T17:59:52.753Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-19T17:59:52.753Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-19T17:59:53.214Z] Collecting docopt<0.7,>=0.6.1 [2021-01-19T17:59:53.214Z] Removing intermediate container 437a18e4676a [2021-01-19T17:59:53.214Z] ---> e9dce3a3df61 [2021-01-19T17:59:53.214Z] Step 21/22 : LABEL git_sha=8468e1487648a3de0418cfcf0beeafc13612dbe0 [2021-01-19T17:59:53.214Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-19T17:59:53.496Z] ---> Running in e1dabda378ce [2021-01-19T17:59:54.499Z] Collecting PyYAML<4,>=3.10 [2021-01-19T17:59:54.499Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-19T17:59:54.773Z] Removing intermediate container e1dabda378ce [2021-01-19T17:59:54.773Z] ---> 5f4d90f940dc [2021-01-19T17:59:54.773Z] Step 22/22 : LABEL version=0.0.0 [2021-01-19T17:59:56.210Z] ---> Running in 6dbdf59bc869 [2021-01-19T17:59:56.494Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-19T17:59:56.494Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-19T17:59:56.764Z] Collecting cached-property<2,>=1.2.0 [2021-01-19T17:59:56.764Z] Removing intermediate container 6dbdf59bc869 [2021-01-19T17:59:56.764Z] ---> 458385537128 [2021-01-19T17:59:56.764Z] [2021-01-19T17:59:56.764Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-19T17:59:57.045Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-19T17:59:57.045Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-19T17:59:57.312Z] Successfully built 458385537128 [2021-01-19T17:59:57.312Z] Successfully tagged docker-core-command-go:latest [2021-01-19T17:59:57.312Z]  Building docker-core-command-go ... done Collecting jsonschema<3,>=2.5.1 [2021-01-19T17:59:57.312Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-19T17:59:57.581Z] Collecting docker-pycreds>=0.4.0 [2021-01-19T17:59:57.581Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-19T17:59:57.844Z] 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-19T17:59:57.844Z] Collecting idna<2.8,>=2.5 [2021-01-19T17:59:57.844Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-19T17:59:59.261Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-19T17:59:59.261Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-19T17:59:59.526Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.540s coverage: 27.0% of statements [2021-01-19T17:59:59.526Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-19T17:59:59.526Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-19T17:59:59.526Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-19T17:59:59.526Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-19T17:59:59.526Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-19T17:59:59.526Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-19T17:59:59.526Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.076s coverage: 100.0% of statements [2021-01-19T17:59:59.526Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-19T17:59:59.526Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.094s coverage: 100.0% of statements [2021-01-19T17:59:59.526Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-19T17:59:59.526Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-19T17:59:59.526Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.260s coverage: 67.9% of statements [2021-01-19T17:59:59.526Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-19T17:59:59.526Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-19T18:00:00.671Z] 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-19T18:00:00.671Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-19T18:00:00.671Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-19T18:00:00.671Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-19T18:00:00.671Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-19T18:00:00.939Z] Installing collected packages: dockerpty, docker-pycreds, websocket-client, idna, urllib3, requests, docker, texttable, docopt, PyYAML, cached-property, jsonschema, docker-compose [2021-01-19T18:00:00.939Z] Running setup.py install for dockerpty: started [2021-01-19T18:00:01.939Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-19T18:00:01.939Z] Attempting uninstall: idna [2021-01-19T18:00:01.939Z] Found existing installation: idna 2.9 [2021-01-19T18:00:02.174Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.668s coverage: 82.3% of statements [2021-01-19T18:00:02.174Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-19T18:00:02.174Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-19T18:00:02.174Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-19T18:00:02.174Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-19T18:00:02.226Z] Uninstalling idna-2.9: [2021-01-19T18:00:02.226Z] Successfully uninstalled idna-2.9 [2021-01-19T18:00:02.492Z] Attempting uninstall: urllib3 [2021-01-19T18:00:02.492Z] Found existing installation: urllib3 1.25.9 [2021-01-19T18:00:02.492Z] Uninstalling urllib3-1.25.9: [2021-01-19T18:00:03.592Z] Successfully uninstalled urllib3-1.25.9 [2021-01-19T18:00:04.319Z] ---> 9d5c36ba3cd4 [2021-01-19T18:00:04.319Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-19T18:00:04.972Z] Attempting uninstall: requests [2021-01-19T18:00:04.972Z] Found existing installation: requests 2.23.0 [2021-01-19T18:00:04.972Z] Uninstalling requests-2.23.0: [2021-01-19T18:00:05.312Z] ---> Running in 6f397c89e6da [2021-01-19T18:00:05.312Z] ---> 92c9a05ca7d2 [2021-01-19T18:00:05.312Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-19T18:00:05.312Z] Successfully uninstalled requests-2.23.0 [2021-01-19T18:00:05.312Z] Removing intermediate container feded562330e [2021-01-19T18:00:05.312Z] ---> d4e7632c0b2d [2021-01-19T18:00:05.312Z] [2021-01-19T18:00:05.312Z] Step 10/22 : FROM scratch [2021-01-19T18:00:05.312Z] ---> [2021-01-19T18:00:05.312Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-19T18:00:05.592Z] ---> Running in 480d4dd7387b [2021-01-19T18:00:05.854Z] ---> Using cache [2021-01-19T18:00:05.854Z] ---> 6c6488335bfb [2021-01-19T18:00:05.854Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-19T18:00:06.123Z] ---> Running in 740fa4bc635e [2021-01-19T18:00:06.123Z] Running setup.py install for texttable: started [2021-01-19T18:00:06.398Z] 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-19T18:00:06.676Z] Removing intermediate container 740fa4bc635e [2021-01-19T18:00:06.676Z] ---> 9fd9204c5a8c [2021-01-19T18:00:06.676Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-19T18:00:06.676Z] ---> Running in 7454f101cd53 [2021-01-19T18:00:06.676Z] 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-19T18:00:06.947Z] Running setup.py install for texttable: finished with status 'done' [2021-01-19T18:00:06.947Z] Running setup.py install for docopt: started [2021-01-19T18:00:06.947Z] Removing intermediate container 7454f101cd53 [2021-01-19T18:00:06.947Z] ---> fd6e981cd520 [2021-01-19T18:00:06.947Z] Step 14/22 : WORKDIR / [2021-01-19T18:00:06.947Z] ---> Running in eb295ca15bd5 [2021-01-19T18:00:07.213Z] Removing intermediate container eb295ca15bd5 [2021-01-19T18:00:07.213Z] ---> 1c1a5f396e5b [2021-01-19T18:00:07.213Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T18:00:07.610Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.403s coverage: 28.6% of statements [2021-01-19T18:00:07.610Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-19T18:00:07.610Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-19T18:00:07.610Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-19T18:00:07.610Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-19T18:00:07.610Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-19T18:00:07.610Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.210s coverage: 100.0% of statements [2021-01-19T18:00:07.610Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-19T18:00:07.610Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.102s coverage: 100.0% of statements [2021-01-19T18:00:07.610Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-19T18:00:07.800Z] Running setup.py install for docopt: finished with status 'done' [2021-01-19T18:00:07.800Z] Running setup.py install for PyYAML: started [2021-01-19T18:00:07.800Z] ---> b5e9a2132ddb [2021-01-19T18:00:07.800Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-19T18:00:08.407Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-19T18:00:09.051Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.315s coverage: 86.7% of statements [2021-01-19T18:00:09.051Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-19T18:00:09.328Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.408s coverage: 97.5% of statements [2021-01-19T18:00:09.328Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-19T18:00:09.328Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.167s coverage: 78.3% of statements [2021-01-19T18:00:09.328Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-19T18:00:09.328Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-19T18:00:09.328Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-19T18:00:09.328Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-19T18:00:10.392Z] ---> 8c696e26919d [2021-01-19T18:00:10.392Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-19T18:00:10.668Z] 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-19T18:00:10.940Z] ---> 2da2e6746b9a [2021-01-19T18:00:10.940Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-19T18:00:11.207Z] ---> Running in c50c6d49277a [2021-01-19T18:00:11.482Z] Removing intermediate container c50c6d49277a [2021-01-19T18:00:11.482Z] ---> ed2826c5d960 [2021-01-19T18:00:11.482Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T18:00:11.755Z] ---> Running in 646244223c72 [2021-01-19T18:00:12.028Z] Removing intermediate container 646244223c72 [2021-01-19T18:00:12.028Z] ---> b596fff6d78a [2021-01-19T18:00:12.028Z] Step 20/22 : LABEL arch=x86_64 [2021-01-19T18:00:12.297Z] ---> Running in a01804f5f26e [2021-01-19T18:00:14.279Z] Removing intermediate container a01804f5f26e [2021-01-19T18:00:14.279Z] ---> 131e443c2714 [2021-01-19T18:00:14.279Z] Step 21/22 : LABEL git_sha=8468e1487648a3de0418cfcf0beeafc13612dbe0 [2021-01-19T18:00:14.279Z] Removing intermediate container bd4f504533ba [2021-01-19T18:00:14.279Z] ---> 2b69122b5aae [2021-01-19T18:00:14.279Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-19T18:00:14.279Z] ---> Running in 5bb39388bf6f [2021-01-19T18:00:14.279Z] ---> Running in d3f08bad076e [2021-01-19T18:00:14.876Z] Removing intermediate container 5bb39388bf6f [2021-01-19T18:00:14.876Z] ---> 0ba3af0041e7 [2021-01-19T18:00:14.876Z] Step 22/22 : LABEL version=0.0.0 [2021-01-19T18:00:14.876Z] ---> Running in 0f3f1780be11 [2021-01-19T18:00:16.337Z] Removing intermediate container 0f3f1780be11 [2021-01-19T18:00:16.337Z] ---> 38b06ac551f2 [2021-01-19T18:00:16.337Z] [2021-01-19T18:00:16.337Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T18:00:16.337Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T18:00:16.337Z] Successfully built 38b06ac551f2 [2021-01-19T18:00:16.611Z] Successfully tagged docker-core-metadata-go:latest [2021-01-19T18:00:16.611Z]  Building docker-core-metadata-go ... done (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-19T18:00:16.611Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-19T18:00:16.611Z] (3/3) Installing curl (7.69.1-r3) [2021-01-19T18:00:16.611Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T18:00:16.885Z] OK: 72 MiB in 58 packages [2021-01-19T18:00:18.325Z] Removing intermediate container d3f08bad076e [2021-01-19T18:00:18.325Z] ---> 277d7ac650a2 [2021-01-19T18:00:18.325Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-19T18:00:18.596Z] ---> Running in a263f9da6b3a [2021-01-19T18:00:19.186Z] Removing intermediate container a263f9da6b3a [2021-01-19T18:00:19.186Z] ---> f8338376bf43 [2021-01-19T18:00:19.186Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T18:00:19.186Z] ---> Running in e8896e0922d4 [2021-01-19T18:00:19.469Z] Removing intermediate container e8896e0922d4 [2021-01-19T18:00:19.469Z] ---> b874fc2e3a3f [2021-01-19T18:00:19.469Z] Step 24/26 : LABEL arch=x86_64 [2021-01-19T18:00:19.469Z] ---> Running in 840b1c8e339c [2021-01-19T18:00:19.559Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.155s coverage: 92.8% of statements [2021-01-19T18:00:19.559Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-19T18:00:19.559Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-19T18:00:19.559Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-19T18:00:19.559Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-19T18:00:19.559Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-19T18:00:19.559Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-19T18:00:19.559Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-19T18:00:19.559Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-19T18:00:19.559Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-19T18:00:19.559Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-19T18:00:19.559Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-19T18:00:19.559Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-19T18:00:19.559Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-19T18:00:19.559Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-19T18:00:19.559Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-19T18:00:19.559Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-19T18:00:19.559Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-19T18:00:19.559Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-19T18:00:19.559Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.058s coverage: 58.8% of statements [2021-01-19T18:00:19.559Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-19T18:00:19.559Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-19T18:00:19.559Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.219s coverage: 0.1% of statements [2021-01-19T18:00:19.559Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-19T18:00:19.559Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-19T18:00:19.559Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-19T18:00:19.559Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-19T18:00:19.559Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.062s coverage: 100.0% of statements [2021-01-19T18:00:19.559Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-19T18:00:19.559Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.120s coverage: 75.5% of statements [2021-01-19T18:00:19.559Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-19T18:00:19.559Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.085s coverage: 80.8% of statements [2021-01-19T18:00:19.559Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.140s coverage: 87.2% of statements [2021-01-19T18:00:19.559Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.150s coverage: 84.2% of statements [2021-01-19T18:00:19.559Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.213s coverage: 91.4% of statements [2021-01-19T18:00:19.559Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-19T18:00:19.744Z] Removing intermediate container 840b1c8e339c [2021-01-19T18:00:19.744Z] ---> 5547d20301ee [2021-01-19T18:00:19.744Z] Step 25/26 : LABEL git_sha=8468e1487648a3de0418cfcf0beeafc13612dbe0 [2021-01-19T18:00:20.019Z] ---> Running in 2df414633467 [2021-01-19T18:00:20.298Z] Removing intermediate container 2df414633467 [2021-01-19T18:00:20.298Z] ---> f86513ca5444 [2021-01-19T18:00:20.298Z] Step 26/26 : LABEL version=0.0.0 [2021-01-19T18:00:20.298Z] ---> Running in eef419118211 [2021-01-19T18:00:20.571Z] Removing intermediate container eef419118211 [2021-01-19T18:00:20.571Z] ---> 4f466908ee7c [2021-01-19T18:00:20.571Z] [2021-01-19T18:00:20.847Z] Successfully built 4f466908ee7c [2021-01-19T18:00:20.847Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-19T18:00:22.204Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.662s coverage: 63.5% of statements [2021-01-19T18:00:22.204Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-19T18:00:22.204Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-19T18:00:22.204Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.064s coverage: 100.0% of statements [2021-01-19T18:00:22.204Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.106s coverage: 91.3% of statements [2021-01-19T18:00:22.204Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.053s coverage: 100.0% of statements [2021-01-19T18:00:24.196Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.058s coverage: 73.7% of statements [2021-01-19T18:00:24.196Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.054s coverage: 100.0% of statements [2021-01-19T18:00:27.646Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.931s coverage: 68.9% of statements [2021-01-19T18:00:27.646Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-19T18:00:27.646Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-19T18:00:27.646Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-19T18:00:27.646Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-19T18:00:27.646Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-19T18:00:28.634Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.377s coverage: 37.0% of statements [2021-01-19T18:00:28.634Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-19T18:00:28.634Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-19T18:00:29.069Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 480d4dd7387b [2021-01-19T18:00:29.069Z] ---> 63c901efc5b4 [2021-01-19T18:00:29.069Z] [2021-01-19T18:00:29.069Z] Step 10/24 : FROM scratch [2021-01-19T18:00:29.069Z] ---> [2021-01-19T18:00:29.069Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-19T18:00:29.069Z] ---> Running in c224972e7265 [2021-01-19T18:00:29.069Z] Removing intermediate container c224972e7265 [2021-01-19T18:00:29.069Z] ---> 858f19252126 [2021-01-19T18:00:29.069Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-19T18:00:29.069Z] ---> Running in 004b37abdaf5 [2021-01-19T18:00:29.069Z] Removing intermediate container 004b37abdaf5 [2021-01-19T18:00:29.069Z] ---> 1a76708a43c4 [2021-01-19T18:00:29.069Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-19T18:00:29.069Z] ---> Running in d118b53bdba0 [2021-01-19T18:00:29.069Z] Removing intermediate container d118b53bdba0 [2021-01-19T18:00:29.069Z] ---> 18c49c4b2b29 [2021-01-19T18:00:29.069Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-19T18:00:29.334Z] ---> fcadfa28f200 [2021-01-19T18:00:29.334Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-19T18:00:30.073Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.599s coverage: 84.0% of statements [2021-01-19T18:00:30.073Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.093s coverage: 100.0% of statements [2021-01-19T18:00:31.894Z] ---> af6c1a00be6c [2021-01-19T18:00:31.895Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-19T18:00:31.895Z] Removing intermediate container 6f397c89e6da [2021-01-19T18:00:31.895Z] ---> f27ae2689495 [2021-01-19T18:00:31.895Z] [2021-01-19T18:00:31.895Z] Step 10/23 : FROM alpine:3.12 [2021-01-19T18:00:31.895Z] ---> 389fef711851 [2021-01-19T18:00:31.895Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-19T18:00:31.895Z] ---> Running in cad332ce6b09 [2021-01-19T18:00:31.895Z] Removing intermediate container cad332ce6b09 [2021-01-19T18:00:31.895Z] ---> eb2b98383d4d [2021-01-19T18:00:31.895Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-19T18:00:32.157Z] ---> Running in a6c8275d7039 [2021-01-19T18:00:32.157Z] ---> 309a5fad302c [2021-01-19T18:00:32.157Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T18:00:32.157Z] Removing intermediate container a6c8275d7039 [2021-01-19T18:00:32.157Z] ---> 778d626d08b0 [2021-01-19T18:00:32.157Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-19T18:00:32.420Z] ---> Running in 35cf4667b274 [2021-01-19T18:00:32.420Z] ---> 8cb9f4767a2f [2021-01-19T18:00:32.420Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-19T18:00:32.420Z] Removing intermediate container 35cf4667b274 [2021-01-19T18:00:32.420Z] ---> 0fd9cb9a1c4d [2021-01-19T18:00:32.420Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T18:00:32.684Z] ---> Running in 69145d85e0b9 [2021-01-19T18:00:32.962Z] ---> 88e2ddf71140 [2021-01-19T18:00:32.962Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-19T18:00:33.230Z] ---> 7e0c85998433 [2021-01-19T18:00:33.230Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-19T18:00:33.230Z] ---> Running in f02898db5389 [2021-01-19T18:00:33.507Z] Removing intermediate container f02898db5389 [2021-01-19T18:00:33.507Z] ---> b0acbb00aaa0 [2021-01-19T18:00:33.507Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T18:00:33.773Z] ---> Running in 294d543c3913 [2021-01-19T18:00:33.773Z] Removing intermediate container 69145d85e0b9 [2021-01-19T18:00:33.773Z] ---> 9e9a5db2dcad [2021-01-19T18:00:33.773Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-19T18:00:33.773Z] ---> Running in 86d1140709e7 [2021-01-19T18:00:34.044Z] Removing intermediate container 294d543c3913 [2021-01-19T18:00:34.044Z] ---> 395f5f6ba32d [2021-01-19T18:00:34.044Z] Step 22/24 : LABEL arch=x86_64 [2021-01-19T18:00:34.044Z] ---> Running in c5955a7f9db5 [2021-01-19T18:00:34.310Z] Removing intermediate container c5955a7f9db5 [2021-01-19T18:00:34.310Z] ---> dd56bdc04e71 [2021-01-19T18:00:34.310Z] Step 23/24 : LABEL git_sha=8468e1487648a3de0418cfcf0beeafc13612dbe0 [2021-01-19T18:00:34.310Z] ---> Running in 7f588c4e22d0 [2021-01-19T18:00:34.575Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T18:00:34.575Z] Removing intermediate container 7f588c4e22d0 [2021-01-19T18:00:34.575Z] ---> ebe94577fdde [2021-01-19T18:00:34.575Z] Step 24/24 : LABEL version=0.0.0 [2021-01-19T18:00:34.575Z] ---> Running in 72dc76177ebf [2021-01-19T18:00:34.838Z] Removing intermediate container 72dc76177ebf [2021-01-19T18:00:34.838Z] ---> 3a79516c99f3 [2021-01-19T18:00:34.838Z] [2021-01-19T18:00:35.101Z] Successfully built 3a79516c99f3 [2021-01-19T18:00:35.101Z] Successfully tagged docker-support-notifications-go:latest [2021-01-19T18:00:35.363Z]  Building docker-support-notifications-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T18:00:35.494Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.415s coverage: 47.1% of statements [2021-01-19T18:00:35.494Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-19T18:00:35.494Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-19T18:00:35.494Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-19T18:00:35.494Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-19T18:00:35.494Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-19T18:00:35.494Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.173s coverage: 100.0% of statements [2021-01-19T18:00:35.494Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-19T18:00:35.494Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.091s coverage: 100.0% of statements [2021-01-19T18:00:35.494Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-19T18:00:35.938Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-19T18:00:35.938Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-19T18:00:35.938Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-19T18:00:36.200Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-19T18:00:36.200Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-19T18:00:36.462Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T18:00:36.462Z] OK: 8 MiB in 19 packages [2021-01-19T18:00:37.414Z] Removing intermediate container 86d1140709e7 [2021-01-19T18:00:37.414Z] ---> d181fb969d76 [2021-01-19T18:00:37.414Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T18:00:37.677Z] ---> f8516020a4ce [2021-01-19T18:00:37.677Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-19T18:00:38.251Z] ---> c8a5e66bac3f [2021-01-19T18:00:38.252Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-19T18:00:38.515Z] ---> b0489b945480 [2021-01-19T18:00:38.515Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-19T18:00:38.515Z] ---> Running in fd95e76ee50b [2021-01-19T18:00:38.777Z] Removing intermediate container fd95e76ee50b [2021-01-19T18:00:38.777Z] ---> 9c31e7de2790 [2021-01-19T18:00:38.777Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T18:00:38.777Z] ---> Running in 52f19c8f19d9 [2021-01-19T18:00:39.039Z] Removing intermediate container 52f19c8f19d9 [2021-01-19T18:00:39.039Z] ---> e9f5ac196550 [2021-01-19T18:00:39.039Z] Step 21/23 : LABEL arch=x86_64 [2021-01-19T18:00:39.039Z] ---> Running in ab306b400dff [2021-01-19T18:00:39.302Z] Removing intermediate container ab306b400dff [2021-01-19T18:00:39.302Z] ---> bf263fe50adb [2021-01-19T18:00:39.302Z] Step 22/23 : LABEL git_sha=8468e1487648a3de0418cfcf0beeafc13612dbe0 [2021-01-19T18:00:39.302Z] ---> Running in eb74aaa7b832 [2021-01-19T18:00:39.566Z] Removing intermediate container eb74aaa7b832 [2021-01-19T18:00:39.566Z] ---> f3354730ad72 [2021-01-19T18:00:39.566Z] Step 23/23 : LABEL version=0.0.0 [2021-01-19T18:00:39.566Z] ---> Running in dd5081152ce6 [2021-01-19T18:00:39.829Z] Removing intermediate container dd5081152ce6 [2021-01-19T18:00:39.829Z] ---> cfe1ff7fa618 [2021-01-19T18:00:39.829Z] [2021-01-19T18:00:39.829Z] Successfully built cfe1ff7fa618 [2021-01-19T18:00:39.829Z] Successfully tagged docker-core-data-go:latest [2021-01-19T18:00:40.105Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-01-19T18:00:40.137Z] $ docker stop --time=1 5ebc5cfd9edfa24747bf8cbd77e960ce0d7e58c00e602b7deda894a0fc2b1bb0 [2021-01-19T18:00:40.917Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.890s coverage: 29.1% of statements [2021-01-19T18:00:40.917Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-19T18:00:40.917Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-19T18:00:40.917Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-19T18:00:40.917Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-19T18:00:40.917Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-19T18:00:40.917Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.172s coverage: 99.0% of statements [2021-01-19T18:00:40.917Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-19T18:00:40.917Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.101s coverage: 100.0% of statements [2021-01-19T18:00:40.917Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-19T18:00:40.917Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.045s coverage: 0.0% of statements [2021-01-19T18:00:40.917Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-19T18:00:40.917Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.067s coverage: 100.0% of statements [2021-01-19T18:00:40.917Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-19T18:00:40.917Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-19T18:00:40.917Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-19T18:00:40.917Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-19T18:00:40.917Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.126s coverage: 87.9% of statements [2021-01-19T18:00:40.917Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-19T18:00:40.917Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-19T18:00:40.917Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.074s coverage: 100.0% of statements [2021-01-19T18:00:41.775Z] $ docker rm -f 5ebc5cfd9edfa24747bf8cbd77e960ce0d7e58c00e602b7deda894a0fc2b1bb0 [2021-01-19T18:00:41.893Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.055s coverage: 32.1% of statements [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-19T18:00:42.166Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements [2021-01-19T18:00:42.375Z] + docker images [2021-01-19T18:00:42.375Z] + grep docker [2021-01-19T18:00:42.375Z] docker-core-data-go latest cfe1ff7fa618 3 seconds ago 22.3MB [2021-01-19T18:00:42.375Z] docker-support-notifications-go latest 3a79516c99f3 8 seconds ago 12MB [2021-01-19T18:00:42.375Z] docker-sys-mgmt-agent-go latest 4f466908ee7c 22 seconds ago 313MB [2021-01-19T18:00:42.375Z] docker-core-metadata-go latest 38b06ac551f2 27 seconds ago 13.1MB [2021-01-19T18:00:42.375Z] docker-core-command-go latest 458385537128 46 seconds ago 10.6MB [2021-01-19T18:00:42.375Z] docker-security-secretstore-setup-go latest 216e965fe3d9 About a minute ago 24.6MB [2021-01-19T18:00:42.375Z] docker-security-bootstrap-redis-go latest bec039631c74 About a minute ago 15.8MB [2021-01-19T18:00:42.375Z] docker-security-proxy-setup-go latest 5bef7ae9cf1e About a minute ago 24.4MB [2021-01-19T18:00:42.375Z] docker-support-scheduler-go latest 068cfdfcfce1 2 minutes ago 10.7MB [2021-01-19T18:00:42.375Z] docker 20.10.0 aefe523efa57 5 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [2021-01-19T18:00:42.762Z] GO111MODULE=on go vet ./... Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-01-19T18:00:58.083Z] Still waiting to schedule task [2021-01-19T18:00:58.083Z] ‘prd-ubuntu18.04-docker-8c-8g-21244’ is offline [2021-01-19T18:01:50.822Z] gofmt -l . [2021-01-19T18:01:50.822Z] [ "`gofmt -l .`" = "" ] [2021-01-19T18:01:51.100Z] ./bin/test-go-mod-tidy.sh [2021-01-19T18:01:51.698Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-19T18:01:53.785Z] + ls -al . [2021-01-19T18:01:53.785Z] total 684 [2021-01-19T18:01:53.785Z] drwxrwxr-x 9 1001 1001 4096 Jan 19 18:01 . [2021-01-19T18:01:53.785Z] drwxr-xr-x 4 root root 4096 Jan 19 17:58 .. [2021-01-19T18:01:53.785Z] -rw-rw-r-- 1 1001 1001 11 Jan 19 17:56 .dockerignore [2021-01-19T18:01:53.785Z] drwxrwxr-x 8 1001 1001 4096 Jan 19 17:56 .git [2021-01-19T18:01:53.785Z] drwxrwxr-x 3 1001 1001 4096 Jan 19 17:56 .github [2021-01-19T18:01:53.785Z] -rw-rw-r-- 1 1001 1001 824 Jan 19 17:56 .gitignore [2021-01-19T18:01:53.785Z] -rw-rw-r-- 1 1001 1001 166 Jan 19 17:56 .sonarcloud.properties [2021-01-19T18:01:53.785Z] -rw-rw-r-- 1 1001 1001 7744 Jan 19 17:56 Attribution.txt [2021-01-19T18:01:53.785Z] -rw-rw-r-- 1 1001 1001 3804 Jan 19 17:56 CONTRIBUTING.md [2021-01-19T18:01:53.785Z] -rw-rw-r-- 1 1001 1001 931 Jan 19 17:56 Dockerfile.build [2021-01-19T18:01:53.785Z] -rw-rw-r-- 1 1001 1001 863 Jan 19 17:56 Jenkinsfile [2021-01-19T18:01:53.785Z] -rw-rw-r-- 1 1001 1001 10775 Jan 19 17:56 LICENSE [2021-01-19T18:01:53.785Z] -rw-rw-r-- 1 1001 1001 5750 Jan 19 17:56 Makefile [2021-01-19T18:01:53.785Z] -rw-rw-r-- 1 1001 1001 6524 Jan 19 17:56 README.md [2021-01-19T18:01:53.785Z] -rw-rw-r-- 1 1001 1001 6744 Jan 19 17:56 SECURITY.md [2021-01-19T18:01:53.785Z] -rw-rw-r-- 1 1001 1001 5 Jan 19 17:52 VERSION [2021-01-19T18:01:53.785Z] -rw-rw-r-- 1 1001 1001 4131 Jan 19 17:56 ZMQWindows.md [2021-01-19T18:01:53.785Z] drwxrwxr-x 2 1001 1001 4096 Jan 19 17:56 bin [2021-01-19T18:01:53.785Z] drwxrwxr-x 14 1001 1001 4096 Jan 19 17:56 cmd [2021-01-19T18:01:53.785Z] -rw-r--r-- 1 root root 550280 Jan 19 18:00 coverage.out [2021-01-19T18:01:53.785Z] -rw-r--r-- 1 root root 981 Jan 19 18:01 go.mod [2021-01-19T18:01:53.785Z] -rw-r--r-- 1 root root 19224 Jan 19 18:01 go.sum [2021-01-19T18:01:53.785Z] drwxrwxr-x 8 1001 1001 4096 Jan 19 17:56 internal [2021-01-19T18:01:53.785Z] drwxrwxr-x 4 1001 1001 4096 Jan 19 17:56 openapi [2021-01-19T18:01:53.785Z] drwxrwxr-x 4 1001 1001 4096 Jan 19 17:56 snap [2021-01-19T18:01:53.785Z] -rw-rw-r-- 1 1001 1001 168 Jan 19 17:56 version.go [Pipeline] sh [2021-01-19T18:01:54.452Z] + '[' -e coverage.out ] [2021-01-19T18:01:54.452Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-19T18:01:54.471Z] Warning: overwriting stash ‘coverage-report’ [2021-01-19T18:01:55.744Z] Stashed 1 file(s) [Pipeline] sh [2021-01-19T18:01:56.424Z] + make build [2021-01-19T18:01:56.424Z] 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-19T18:02:08.924Z] 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-19T18:02:31.157Z] 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-19T18:02:33.138Z] 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-19T18:02:38.572Z] 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-19T18:02:40.016Z] 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-19T18:02:45.417Z] 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-19T18:02:50.138Z] Running on prd-ubuntu18.04-docker-8c-8g-21256 in /w/workspace/edgexfoundry_edgex-go_PR-3049 [Pipeline] { [Pipeline] ws [2021-01-19T18:02:50.228Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2021-01-19T18:02:50.842Z] 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-19T18:02:52.428Z] using credential edgex-jenkins-ssh [2021-01-19T18:02:52.486Z] Cloning the remote Git repository [2021-01-19T18:02:52.521Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-19T18:02:52.583Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-01-19T18:02:52.611Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-19T18:02:52.612Z] > git --version # timeout=10 [2021-01-19T18:02:52.617Z] > git --version # 'git version 2.17.1' [2021-01-19T18:02:52.617Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T18:02:52.643Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-19T18:02:54.259Z] 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-19T18:02:58.556Z] 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-19T18:03:02.865Z] 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-19T18:03:06.250Z] 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-19T18:03:09.679Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-19T18:03:09.685Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-19T18:03:09.694Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-19T18:03:09.705Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-19T18:03:09.705Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T18:03:09.709Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3049/head:refs/remotes/origin/PR-3049 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-19T18:03:10.184Z] Merging remotes/origin/master commit 4e8269025e0154ee6bf5f0a3cff0374e651c382f into PR head commit 8468e1487648a3de0418cfcf0beeafc13612dbe0 [2021-01-19T18:03:10.303Z] Merge succeeded, producing 8468e1487648a3de0418cfcf0beeafc13612dbe0 [2021-01-19T18:03:10.303Z] Checking out Revision 8468e1487648a3de0418cfcf0beeafc13612dbe0 (PR-3049) [Pipeline] } [2021-01-19T18:03:10.573Z] $ docker stop --time=1 7d6464966aaf94acaa044755d473b91fda852f27e1c87c7213d705b949ecfe39 [2021-01-19T18:03:10.198Z] > git config core.sparsecheckout # timeout=10 [2021-01-19T18:03:10.202Z] > git checkout -f 8468e1487648a3de0418cfcf0beeafc13612dbe0 # timeout=10 [2021-01-19T18:03:10.271Z] > git remote # timeout=10 [2021-01-19T18:03:10.278Z] > git config --get remote.origin.url # timeout=10 [2021-01-19T18:03:10.284Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T18:03:10.287Z] > git merge 4e8269025e0154ee6bf5f0a3cff0374e651c382f # timeout=10 [2021-01-19T18:03:10.301Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-19T18:03:10.309Z] > git config core.sparsecheckout # timeout=10 [2021-01-19T18:03:10.313Z] > git checkout -f 8468e1487648a3de0418cfcf0beeafc13612dbe0 # timeout=10 [2021-01-19T18:03:12.896Z] $ docker rm -f 7d6464966aaf94acaa044755d473b91fda852f27e1c87c7213d705b949ecfe39 [2021-01-19T18:03:13.962Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap" [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] withEnv [Pipeline] { [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T18:03:14.888Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-19T18:03:14.888Z] [2021-01-19T18:03:14.888Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-19T18:03:15.292Z] + echo snap-build.sh [2021-01-19T18:03:15.292Z] snap-build.sh [2021-01-19T18:03:15.292Z] + SNAP_BASE_DIR=. [2021-01-19T18:03:15.292Z] + '[' '!' -z /w/workspace/edgex-go/2 ']' [2021-01-19T18:03:15.292Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/2 [2021-01-19T18:03:15.292Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/2]' [2021-01-19T18:03:15.292Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/2] [2021-01-19T18:03:15.292Z] + cd /w/workspace/edgex-go/2 [2021-01-19T18:03:15.292Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-01-19T18:03:15.292Z] Reading package lists... [2021-01-19T18:03:15.292Z] Building dependency tree... [2021-01-19T18:03:15.292Z] Reading state information... [2021-01-19T18:03:15.542Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-19T18:03:15.555Z] The following packages were automatically installed and are no longer required: [2021-01-19T18:03:15.555Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-01-19T18:03:15.555Z] uidmap xdelta3 [2021-01-19T18:03:15.555Z] Use 'sudo apt autoremove' to remove them. [2021-01-19T18:03:15.555Z] The following packages will be REMOVED: [2021-01-19T18:03:15.555Z] lxd* lxd-client* [2021-01-19T18:03:15.815Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-19T18:03:15.815Z] 29e5d40040c1: Pulling fs layer [2021-01-19T18:03:15.815Z] 1ce36da41761: Pulling fs layer [2021-01-19T18:03:15.815Z] 25b303627fd3: Pulling fs layer [2021-01-19T18:03:15.817Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-01-19T18:03:15.817Z] After this operation, 31.7 MB disk space will be freed. [2021-01-19T18:03:16.089Z] 29e5d40040c1: Verifying Checksum [2021-01-19T18:03:16.089Z] 29e5d40040c1: Download complete [2021-01-19T18:03:16.681Z] 1ce36da41761: Verifying Checksum [2021-01-19T18:03:16.681Z] 1ce36da41761: Download complete [2021-01-19T18:03:16.681Z] 29e5d40040c1: Pull complete [2021-01-19T18:03:16.861Z] (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-19T18:03:16.861Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-19T18:03:17.804Z] Removing lxd dnsmasq configuration [2021-01-19T18:03:17.804Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-01-19T18:03:17.804Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-01-19T18:03:18.116Z] 1ce36da41761: Pull complete [2021-01-19T18:03:18.116Z] 25b303627fd3: Verifying Checksum [2021-01-19T18:03:18.116Z] 25b303627fd3: Download complete [2021-01-19T18:03:18.750Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-01-19T18:03:19.012Z] (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-19T18:03:19.012Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-19T18:03:20.399Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-01-19T18:03:20.399Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-01-19T18:03:21.788Z] + sudo snap remove --purge lxd [2021-01-19T18:03:21.788Z] snap "lxd" is not installed [2021-01-19T18:03:21.788Z] + sudo groupadd --force --system lxd [2021-01-19T18:03:21.788Z] ++ whoami [2021-01-19T18:03:21.788Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-01-19T18:03:21.788Z] + newgrp - lxd [2021-01-19T18:03:21.788Z] + sudo snap install lxd [2021-01-19T18:03:28.257Z] 25b303627fd3: Pull complete [2021-01-19T18:03:28.257Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-19T18:03:28.257Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-19T18:03:28.257Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-19T18:03:28.486Z] prd-ubuntu18.04-docker-arm64-4c-16g-21252 does not seem to be running inside a container [2021-01-19T18:03:28.562Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-19T18:03:31.777Z] $ docker top a0300a8a485ff250e4ab4d41d48ab4962e23b42ebc5990685cf2bd3bfc63bbbd -eo pid,comm [2021-01-19T18:03:31.793Z] 2021-01-19T18:03:29Z INFO Waiting for automatic snapd restart... [Pipeline] { [Pipeline] sh [2021-01-19T18:03:32.814Z] + docker-compose build --help [2021-01-19T18:03:32.814Z] + grep parallel [2021-01-19T18:03:36.187Z] --parallel Build images in parallel. [Pipeline] } [2021-01-19T18:03:36.479Z] $ docker stop --time=1 a0300a8a485ff250e4ab4d41d48ab4962e23b42ebc5990685cf2bd3bfc63bbbd [2021-01-19T18:03:38.489Z] $ docker rm -f a0300a8a485ff250e4ab4d41d48ab4962e23b42ebc5990685cf2bd3bfc63bbbd [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T18:03:39.293Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-19T18:03:39.293Z] . [Pipeline] withDockerContainer [2021-01-19T18:03:39.599Z] prd-ubuntu18.04-docker-arm64-4c-16g-21252 does not seem to be running inside a container [2021-01-19T18:03:39.692Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-19T18:03:41.221Z] $ docker top e0eff90c3c46d0da9be41d75d2341b3f68e1ecf3a9b772d629c36c508ce7148f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T18:03:42.284Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-19T18:03:46.598Z] Building docker-core-command-go ... [2021-01-19T18:03:46.598Z] Building docker-core-data-go ... [2021-01-19T18:03:46.598Z] Building docker-core-metadata-go ... [2021-01-19T18:03:46.598Z] Building docker-security-bootstrap-redis-go ... [2021-01-19T18:03:46.598Z] Building docker-security-proxy-setup-go ... [2021-01-19T18:03:46.598Z] Building docker-security-secretstore-setup-go ... [2021-01-19T18:03:46.598Z] Building docker-support-notifications-go ... [2021-01-19T18:03:46.598Z] Building docker-support-scheduler-go ... [2021-01-19T18:03:46.598Z] Building docker-sys-mgmt-agent-go ... [2021-01-19T18:03:46.598Z] Building docker-support-scheduler-go [2021-01-19T18:03:46.598Z] Building docker-security-bootstrap-redis-go [2021-01-19T18:03:46.598Z] Building docker-core-command-go [2021-01-19T18:03:46.598Z] Building docker-support-notifications-go [2021-01-19T18:03:46.598Z] Building docker-core-metadata-go [2021-01-19T18:03:50.004Z] lxd 4.10 from Canonical* installed [2021-01-19T18:03:50.004Z] + sudo lxd init --auto [2021-01-19T18:03:56.606Z] + sudo snap install --classic snapcraft [2021-01-19T18:04:01.901Z] snapcraft 4.4.4 from Canonical* installed [2021-01-19T18:04:01.901Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-01-19T18:04:01.901Z] + patch --verbose -p1 [2021-01-19T18:04:01.901Z] Hmm... Looks like a unified diff to me... [2021-01-19T18:04:01.901Z] The text leading up to this was: [2021-01-19T18:04:01.901Z] -------------------------- [2021-01-19T18:04:01.901Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-01-19T18:04:01.901Z] |From: Tony Espy [2021-01-19T18:04:01.901Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-01-19T18:04:01.901Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-01-19T18:04:01.901Z] | [2021-01-19T18:04:01.901Z] |This patch is used by the EdgeX CI pipeline builds to [2021-01-19T18:04:01.901Z] |optimize the snap CI check run for pull requests. When [2021-01-19T18:04:01.901Z] |applied, it essentially strips out everything (apps and [2021-01-19T18:04:01.901Z] |parts) from the snapcraft.yaml file except those required [2021-01-19T18:04:01.901Z] |to build edgex-go, as the whole idea of the CI check is to [2021-01-19T18:04:01.901Z] |catch changes to edgex-go that break the snap build. [2021-01-19T18:04:01.901Z] | [2021-01-19T18:04:01.901Z] |In general, anyone updating snapcraft.yaml will also need [2021-01-19T18:04:01.901Z] |to update this patch file, otherwise it may fail to apply, [2021-01-19T18:04:01.901Z] |resulting in a failed snap build CI check in the associated [2021-01-19T18:04:01.901Z] |pull request. [2021-01-19T18:04:01.901Z] | [2021-01-19T18:04:01.901Z] |Note - in addition to applying this patch, the pipeline also [2021-01-19T18:04:01.901Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-01-19T18:04:01.901Z] |need to build the finally binary .snap file (and it won't [2021-01-19T18:04:01.901Z] |work with the patch applied). This further reduces the build [2021-01-19T18:04:01.901Z] |time. [2021-01-19T18:04:01.901Z] |--- [2021-01-19T18:04:01.901Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-01-19T18:04:01.901Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-01-19T18:04:01.901Z] | [2021-01-19T18:04:01.901Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-01-19T18:04:01.901Z] |index 1e537489..faf42425 100644 [2021-01-19T18:04:01.901Z] |--- a/snap/snapcraft.yaml [2021-01-19T18:04:01.901Z] |+++ b/snap/snapcraft.yaml [2021-01-19T18:04:01.901Z] -------------------------- [2021-01-19T18:04:01.901Z] patching file snap/snapcraft.yaml [2021-01-19T18:04:01.901Z] Using Plan A... [2021-01-19T18:04:01.901Z] Hunk #1 succeeded at 73. [2021-01-19T18:04:01.901Z] Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). [2021-01-19T18:04:01.901Z] Hunk #3 succeeded at 214 (offset -1 lines). [2021-01-19T18:04:01.901Z] Hunk #4 succeeded at 222 (offset -1 lines). [2021-01-19T18:04:01.901Z] Hunk #5 succeeded at 229 (offset -1 lines). [2021-01-19T18:04:01.901Z] Hunk #6 succeeded at 256 (offset -1 lines). [2021-01-19T18:04:01.901Z] Hunk #7 succeeded at 290 (offset -1 lines). [2021-01-19T18:04:01.901Z] Hunk #8 succeeded at 342. [2021-01-19T18:04:01.901Z] Hmm... Ignoring the trailing garbage. [2021-01-19T18:04:01.901Z] done [2021-01-19T18:04:01.901Z] + sudo snapcraft prime --use-lxd [2021-01-19T18:04:02.472Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-01-19T18:04:02.472Z] 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-19T18:04:02.472Z] - README.md [2021-01-19T18:04:02.472Z] - snapcraft.yaml.orig [2021-01-19T18:04:02.472Z] [2021-01-19T18:04:02.472Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-19T18:04:03.043Z] Launching a container. [2021-01-19T18:04:15.289Z] Waiting for container to be ready [2021-01-19T18:04:15.289Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-01-19T18:04:15.289Z] [2021-01-19T18:04:17.833Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-01-19T18:04:17.833Z] Waiting for network to be ready... [2021-01-19T18:04:18.404Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-19T18:04:18.404Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-19T18:04:18.664Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1513 kB] [2021-01-19T18:04:18.664Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-19T18:04:18.927Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-19T18:04:19.189Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-19T18:04:19.189Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-19T18:04:19.189Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-19T18:04:19.189Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-19T18:04:19.189Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-19T18:04:19.189Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-19T18:04:19.189Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [293 kB] [2021-01-19T18:04:19.189Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] [2021-01-19T18:04:19.189Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] [2021-01-19T18:04:19.189Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] [2021-01-19T18:04:19.189Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] [2021-01-19T18:04:19.189Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1101 kB] [2021-01-19T18:04:19.189Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [246 kB] [2021-01-19T18:04:19.457Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-19T18:04:19.741Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1844 kB] [2021-01-19T18:04:20.002Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [384 kB] [2021-01-19T18:04:20.002Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] [2021-01-19T18:04:20.002Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] [2021-01-19T18:04:20.002Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [237 kB] [2021-01-19T18:04:20.002Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.8 kB] [2021-01-19T18:04:20.002Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1706 kB] [2021-01-19T18:04:20.002Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [360 kB] [2021-01-19T18:04:22.555Z] Fetched 23.8 MB in 4s (5780 kB/s) [2021-01-19T18:04:23.127Z] Reading package lists... [2021-01-19T18:04:23.127Z] Reading package lists... [2021-01-19T18:04:23.388Z] Building dependency tree... [2021-01-19T18:04:23.388Z] Reading state information... [2021-01-19T18:04:23.388Z] The following additional packages will be installed: [2021-01-19T18:04:23.388Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-19T18:04:23.388Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-19T18:04:23.388Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-19T18:04:23.388Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-01-19T18:04:23.388Z] Suggested packages: [2021-01-19T18:04:23.388Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-01-19T18:04:23.388Z] Recommended packages: [2021-01-19T18:04:23.388Z] gnupg libsasl2-modules [2021-01-19T18:04:23.652Z] The following NEW packages will be installed: [2021-01-19T18:04:23.652Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-19T18:04:23.652Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-19T18:04:23.652Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-19T18:04:23.652Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-01-19T18:04:23.652Z] The following packages will be upgraded: [2021-01-19T18:04:23.652Z] gpg gpg-agent gpgconf libudev1 [2021-01-19T18:04:23.652Z] 4 upgraded, 18 newly installed, 0 to remove and 102 not upgraded. [2021-01-19T18:04:23.652Z] Need to get 3533 kB of archives. [2021-01-19T18:04:23.652Z] After this operation, 13.3 MB of additional disk space will be used. [2021-01-19T18:04:23.652Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-01-19T18:04:23.652Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-01-19T18:04:23.652Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-01-19T18:04:23.652Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-01-19T18:04:23.652Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-01-19T18:04:23.652Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2021-01-19T18:04:23.652Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2021-01-19T18:04:23.652Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-01-19T18:04:23.652Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-01-19T18:04:23.914Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-01-19T18:04:24.485Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-01-19T18:04:24.485Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-01-19T18:04:24.485Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-01-19T18:04:24.485Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-01-19T18:04:24.485Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-01-19T18:04:24.485Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-01-19T18:04:24.485Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-01-19T18:04:24.485Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-01-19T18:04:24.485Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-01-19T18:04:24.485Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-01-19T18:04:24.747Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-01-19T18:04:24.747Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-01-19T18:04:24.747Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-19T18:04:24.747Z] Fetched 3533 kB in 1s (3117 kB/s) [2021-01-19T18:04:24.747Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-19T18:04:24.747Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-01-19T18:04:25.007Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-19T18:04:25.007Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-01-19T18:04:25.007Z] Selecting previously unselected package udev. [2021-01-19T18:04:25.007Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-19T18:04:25.007Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-01-19T18:04:25.007Z] Unpacking udev (237-3ubuntu10.44) ... [2021-01-19T18:04:25.269Z] Selecting previously unselected package libfuse2:amd64. [2021-01-19T18:04:25.269Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-01-19T18:04:25.269Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-19T18:04:25.535Z] Selecting previously unselected package fuse. [2021-01-19T18:04:25.535Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-01-19T18:04:25.535Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-01-19T18:04:25.535Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-19T18:04:25.535Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-19T18:04:25.535Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-19T18:04:25.535Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-19T18:04:25.796Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-19T18:04:25.796Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-19T18:04:25.796Z] Selecting previously unselected package libksba8:amd64. [2021-01-19T18:04:25.796Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-01-19T18:04:25.796Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-01-19T18:04:26.057Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-01-19T18:04:26.057Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-19T18:04:26.057Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T18:04:26.057Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-01-19T18:04:26.057Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-19T18:04:26.057Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T18:04:26.318Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-01-19T18:04:26.318Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-19T18:04:26.318Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T18:04:26.318Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-01-19T18:04:26.318Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-19T18:04:26.318Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T18:04:26.579Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-01-19T18:04:26.579Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-19T18:04:26.579Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T18:04:26.579Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-01-19T18:04:26.579Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-19T18:04:26.579Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T18:04:26.841Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-01-19T18:04:26.841Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-19T18:04:26.841Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T18:04:26.841Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-01-19T18:04:26.841Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-19T18:04:26.841Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T18:04:26.841Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-01-19T18:04:26.841Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-19T18:04:26.841Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T18:04:27.107Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-01-19T18:04:27.107Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-19T18:04:27.107Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-19T18:04:27.107Z] Selecting previously unselected package libsasl2-2:amd64. [2021-01-19T18:04:27.107Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-19T18:04:27.107Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-19T18:04:27.107Z] Selecting previously unselected package libldap-common. [2021-01-19T18:04:27.107Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-01-19T18:04:27.107Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-19T18:04:27.370Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-01-19T18:04:27.370Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-01-19T18:04:27.370Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-19T18:04:27.370Z] Selecting previously unselected package dirmngr. [2021-01-19T18:04:27.370Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-19T18:04:27.370Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-19T18:04:27.631Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-19T18:04:27.631Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-01-19T18:04:27.631Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-19T18:04:27.631Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-19T18:04:27.631Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-19T18:04:27.631Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-01-19T18:04:27.631Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T18:04:27.631Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-01-19T18:04:27.631Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-19T18:04:27.631Z] Setting up udev (237-3ubuntu10.44) ... [2021-01-19T18:04:28.202Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-01-19T18:04:28.202Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T18:04:28.202Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-01-19T18:04:28.202Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-01-19T18:04:28.463Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-01-19T18:04:28.463Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T18:04:28.463Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T18:04:28.463Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T18:04:28.463Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T18:04:28.463Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T18:04:28.463Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T18:04:28.463Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T18:04:28.463Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-19T18:04:28.463Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-19T18:04:28.723Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-19T18:04:28.982Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-01-19T18:04:28.982Z] settings in the [Install] section, and DefaultInstance for template units). [2021-01-19T18:04:28.982Z] This means they are not meant to be enabled using systemctl. [2021-01-19T18:04:28.982Z] Possible reasons for having this kind of units are: [2021-01-19T18:04:28.982Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-01-19T18:04:28.982Z] .wants/ or .requires/ directory. [2021-01-19T18:04:28.982Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-01-19T18:04:28.982Z] a requirement dependency on it. [2021-01-19T18:04:28.983Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-01-19T18:04:28.983Z] D-Bus, udev, scripted systemctl call, ...). [2021-01-19T18:04:28.983Z] 4) In case of template units, the unit is meant to be enabled with some [2021-01-19T18:04:28.983Z] instance name specified. [2021-01-19T18:04:29.242Z] Reading package lists... [2021-01-19T18:04:29.503Z] Building dependency tree... [2021-01-19T18:04:29.503Z] Reading state information... [2021-01-19T18:04:29.503Z] The following additional packages will be installed: [2021-01-19T18:04:29.503Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-01-19T18:04:29.503Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-01-19T18:04:29.503Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-01-19T18:04:29.503Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-01-19T18:04:29.503Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-01-19T18:04:29.503Z] Suggested packages: [2021-01-19T18:04:29.503Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-01-19T18:04:29.503Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-01-19T18:04:29.503Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-01-19T18:04:29.503Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-01-19T18:04:29.503Z] systemd-container policykit-1 [2021-01-19T18:04:29.503Z] Recommended packages: [2021-01-19T18:04:29.503Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-01-19T18:04:29.503Z] The following NEW packages will be installed: [2021-01-19T18:04:29.503Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-01-19T18:04:29.503Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-01-19T18:04:29.503Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-01-19T18:04:29.503Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-01-19T18:04:29.503Z] python3.6-minimal snapd squashfs-tools sudo [2021-01-19T18:04:29.503Z] The following packages will be upgraded: [2021-01-19T18:04:29.503Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-01-19T18:04:29.763Z] 5 upgraded, 25 newly installed, 0 to remove and 97 not upgraded. [2021-01-19T18:04:29.763Z] Need to get 35.2 MB of archives. [2021-01-19T18:04:29.764Z] After this operation, 141 MB of additional disk space will be used. [2021-01-19T18:04:29.764Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-01-19T18:04:29.764Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-01-19T18:04:30.705Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-01-19T18:04:30.705Z] 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-19T18:04:30.705Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-01-19T18:04:30.705Z] 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-19T18:04:30.705Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-01-19T18:04:30.705Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-01-19T18:04:30.705Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-01-19T18:04:30.705Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-01-19T18:04:30.705Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-01-19T18:04:30.705Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-01-19T18:04:30.705Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] [2021-01-19T18:04:30.705Z] 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-19T18:04:30.705Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-01-19T18:04:30.705Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-01-19T18:04:30.706Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2021-01-19T18:04:30.966Z] 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-19T18:04:30.966Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-01-19T18:04:30.966Z] 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-19T18:04:30.966Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-01-19T18:04:30.966Z] 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-19T18:04:30.966Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-01-19T18:04:30.966Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-01-19T18:04:30.966Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-01-19T18:04:30.966Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-01-19T18:04:30.966Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-01-19T18:04:30.966Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-01-19T18:04:30.966Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-01-19T18:04:30.966Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-01-19T18:04:31.911Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-19T18:04:31.911Z] Fetched 35.2 MB in 2s (15.9 MB/s) [2021-01-19T18:04:31.911Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-19T18:04:31.911Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-01-19T18:04:32.173Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-19T18:04:32.745Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-01-19T18:04:32.745Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-19T18:04:32.745Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-01-19T18:04:33.006Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-19T18:04:33.006Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-01-19T18:04:33.006Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-19T18:04:33.006Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-01-19T18:04:33.267Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-19T18:04:33.267Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-01-19T18:04:33.267Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-19T18:04:33.528Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-01-19T18:04:33.528Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-01-19T18:04:34.099Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-01-19T18:04:34.099Z] (Reading database ... 12764 files and directories currently installed.) [2021-01-19T18:04:34.099Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-19T18:04:34.099Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-19T18:04:34.359Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-01-19T18:04:34.359Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-19T18:04:34.359Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-19T18:04:34.617Z] Selecting previously unselected package libexpat1:amd64. [2021-01-19T18:04:34.617Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-01-19T18:04:34.617Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-19T18:04:34.617Z] Selecting previously unselected package python3.6-minimal. [2021-01-19T18:04:34.617Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-19T18:04:34.617Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-19T18:04:34.879Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-19T18:04:35.140Z] Checking for services that may need to be restarted...done. [2021-01-19T18:04:35.140Z] Checking for services that may need to be restarted...done. [2021-01-19T18:04:35.140Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-19T18:04:35.140Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-19T18:04:35.140Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-19T18:04:35.712Z] Selecting previously unselected package python3-minimal. [2021-01-19T18:04:35.712Z] (Reading database ... 13012 files and directories currently installed.) [2021-01-19T18:04:35.712Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-01-19T18:04:35.712Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-01-19T18:04:35.712Z] Selecting previously unselected package mime-support. [2021-01-19T18:04:35.712Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-01-19T18:04:35.712Z] Unpacking mime-support (3.60ubuntu1) ... [2021-01-19T18:04:35.973Z] Selecting previously unselected package libmpdec2:amd64. [2021-01-19T18:04:35.973Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-01-19T18:04:35.973Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-19T18:04:35.973Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-01-19T18:04:35.973Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-19T18:04:35.973Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-19T18:04:36.233Z] Selecting previously unselected package python3.6. [2021-01-19T18:04:36.233Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-19T18:04:36.233Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-19T18:04:36.494Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-01-19T18:04:36.494Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-01-19T18:04:36.494Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-19T18:04:36.494Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-01-19T18:04:36.754Z] Selecting previously unselected package python3. [2021-01-19T18:04:36.754Z] (Reading database ... 13442 files and directories currently installed.) [2021-01-19T18:04:36.754Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-01-19T18:04:36.754Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-01-19T18:04:36.754Z] Selecting previously unselected package multiarch-support. [2021-01-19T18:04:36.754Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-01-19T18:04:36.754Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-01-19T18:04:36.754Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-01-19T18:04:37.015Z] Selecting previously unselected package liblzo2-2:amd64. [2021-01-19T18:04:37.015Z] (Reading database ... 13479 files and directories currently installed.) [2021-01-19T18:04:37.015Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-01-19T18:04:37.015Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-01-19T18:04:37.015Z] Selecting previously unselected package libbsd0:amd64. [2021-01-19T18:04:37.015Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-01-19T18:04:37.015Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-19T18:04:37.015Z] Selecting previously unselected package sudo. [2021-01-19T18:04:37.015Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... [2021-01-19T18:04:37.015Z] Unpacking sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-19T18:04:37.275Z] Selecting previously unselected package apparmor. [2021-01-19T18:04:37.275Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-01-19T18:04:37.275Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-01-19T18:04:37.534Z] Selecting previously unselected package libedit2:amd64. [2021-01-19T18:04:37.534Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-01-19T18:04:37.534Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-01-19T18:04:37.535Z] Selecting previously unselected package libkrb5support0:amd64. [2021-01-19T18:04:37.535Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-01-19T18:04:37.535Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-19T18:04:37.535Z] Selecting previously unselected package libk5crypto3:amd64. [2021-01-19T18:04:37.535Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-19T18:04:37.535Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-19T18:04:37.795Z] Selecting previously unselected package libkeyutils1:amd64. [2021-01-19T18:04:37.795Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-01-19T18:04:37.795Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-19T18:04:37.795Z] Selecting previously unselected package libkrb5-3:amd64. [2021-01-19T18:04:37.795Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-19T18:04:37.795Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-19T18:04:37.795Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-01-19T18:04:37.795Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-01-19T18:04:37.795Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-19T18:04:38.058Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-01-19T18:04:38.058Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-01-19T18:04:38.058Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-19T18:04:38.319Z] Selecting previously unselected package openssh-client. [2021-01-19T18:04:38.319Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-01-19T18:04:38.319Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-19T18:04:38.319Z] Selecting previously unselected package squashfs-tools. [2021-01-19T18:04:38.319Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-01-19T18:04:38.319Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-19T18:04:38.580Z] Selecting previously unselected package snapd. [2021-01-19T18:04:38.580Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-01-19T18:04:38.580Z] Unpacking snapd (2.48+18.04) ... [2021-01-19T18:04:40.497Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-01-19T18:04:40.498Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-19T18:04:40.498Z] Setting up mime-support (3.60ubuntu1) ... [2021-01-19T18:04:40.498Z] Setting up sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-19T18:04:40.498Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-19T18:04:40.759Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-19T18:04:40.759Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-19T18:04:40.759Z] Setting up systemd (237-3ubuntu10.44) ... [2021-01-19T18:04:40.759Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-01-19T18:04:41.703Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-19T18:04:41.703Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-19T18:04:41.703Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-01-19T18:04:41.703Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-19T18:04:41.703Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-19T18:04:41.703Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-19T18:04:42.275Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-19T18:04:42.275Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-19T18:04:42.275Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-19T18:04:42.275Z] Setting up python3 (3.6.7-1~18.04) ... [2021-01-19T18:04:42.275Z] running python rtupdate hooks for python3.6... [2021-01-19T18:04:42.275Z] running python post-rtupdate hooks for python3.6... [2021-01-19T18:04:42.537Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-01-19T18:04:43.923Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-01-19T18:04:43.923Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-19T18:04:43.923Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-19T18:04:43.923Z] Setting up snapd (2.48+18.04) ... [2021-01-19T18:04:44.495Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-01-19T18:04:44.495Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-01-19T18:04:44.754Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-01-19T18:04:45.015Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-01-19T18:04:45.276Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-19T18:04:45.276Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-19T18:04:45.276Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-01-19T18:04:45.537Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-01-19T18:04:45.797Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-01-19T18:04:45.797Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-01-19T18:04:46.059Z] /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-19T18:04:46.059Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-19T18:04:46.059Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-01-19T18:04:46.999Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-19T18:04:46.999Z] Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-19T18:04:47.261Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-19T18:04:48.465Z] Reading package lists... [2021-01-19T18:04:48.724Z] Reading package lists... [2021-01-19T18:04:48.724Z] Building dependency tree... [2021-01-19T18:04:48.724Z] Reading state information... [2021-01-19T18:04:49.033Z] Calculating upgrade... [2021-01-19T18:04:49.033Z] The following packages will be upgraded: [2021-01-19T18:04:49.033Z] advancecomp base-files bash binutils binutils-common [2021-01-19T18:04:49.033Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-01-19T18:04:49.033Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-01-19T18:04:49.033Z] grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 [2021-01-19T18:04:49.033Z] libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 [2021-01-19T18:04:49.033Z] libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 [2021-01-19T18:04:49.033Z] libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 [2021-01-19T18:04:49.033Z] libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 [2021-01-19T18:04:49.033Z] libncursesw5 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime [2021-01-19T18:04:49.033Z] libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 [2021-01-19T18:04:49.033Z] libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 [2021-01-19T18:04:49.033Z] libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login [2021-01-19T18:04:49.033Z] mount ncurses-base ncurses-bin openssl passwd patch perl perl-base [2021-01-19T18:04:49.033Z] perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata [2021-01-19T18:04:49.033Z] ubuntu-keyring util-linux [2021-01-19T18:04:49.033Z] 97 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-01-19T18:04:49.033Z] Need to get 63.7 MB of archives. [2021-01-19T18:04:49.033Z] After this operation, 5203 kB of additional disk space will be used. [2021-01-19T18:04:49.033Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-132.136 [987 kB] [2021-01-19T18:04:49.299Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-01-19T18:04:49.299Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-01-19T18:04:49.299Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-01-19T18:04:49.299Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-01-19T18:04:49.299Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-01-19T18:04:49.299Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-01-19T18:04:49.299Z] 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-19T18:04:49.299Z] 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-19T18:04:49.299Z] 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-19T18:04:49.299Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-01-19T18:04:49.299Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-01-19T18:04:49.299Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-01-19T18:04:49.299Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-01-19T18:04:49.299Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-01-19T18:04:49.299Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-01-19T18:04:49.299Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-01-19T18:04:49.299Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-01-19T18:04:49.299Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-01-19T18:04:49.299Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-01-19T18:04:49.299Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-01-19T18:04:49.299Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-01-19T18:04:49.299Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-01-19T18:04:49.299Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-01-19T18:04:49.299Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-01-19T18:04:49.299Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-01-19T18:04:49.299Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-01-19T18:04:49.299Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-01-19T18:04:49.299Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-01-19T18:04:49.299Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-01-19T18:04:49.299Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-01-19T18:04:49.299Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-01-19T18:04:49.299Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-01-19T18:04:49.299Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-01-19T18:04:49.299Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-01-19T18:04:49.299Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-01-19T18:04:49.299Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-01-19T18:04:49.562Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-01-19T18:04:49.562Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-01-19T18:04:49.562Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-01-19T18:04:49.562Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-01-19T18:04:49.562Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2021-01-19T18:04:49.562Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-01-19T18:04:49.562Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-01-19T18:04:49.562Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-01-19T18:04:49.562Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] [2021-01-19T18:04:49.562Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-01-19T18:04:49.562Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-01-19T18:04:49.562Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] [2021-01-19T18:04:49.562Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-01-19T18:04:49.562Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-01-19T18:04:49.562Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-01-19T18:04:49.562Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-01-19T18:04:49.562Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-01-19T18:04:49.562Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-01-19T18:04:49.562Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-01-19T18:04:49.562Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-01-19T18:04:49.824Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-01-19T18:04:49.824Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-01-19T18:04:49.824Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-01-19T18:04:50.084Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-01-19T18:04:50.084Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-01-19T18:04:50.084Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-01-19T18:04:50.084Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-01-19T18:04:50.084Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-01-19T18:04:50.343Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-01-19T18:04:50.343Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-01-19T18:04:50.343Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-01-19T18:04:50.343Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-01-19T18:04:50.604Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-01-19T18:04:50.604Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-01-19T18:04:50.604Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-01-19T18:04:50.604Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-01-19T18:04:50.604Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-01-19T18:04:50.604Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-01-19T18:04:50.604Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-01-19T18:04:50.604Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-01-19T18:04:50.604Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-01-19T18:04:50.604Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-01-19T18:04:50.604Z] 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-19T18:04:50.604Z] 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-19T18:04:50.604Z] 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-19T18:04:50.604Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-01-19T18:04:50.604Z] 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-19T18:04:50.604Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-01-19T18:04:50.604Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-01-19T18:04:50.865Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-01-19T18:04:50.865Z] 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-19T18:04:50.865Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-01-19T18:04:50.865Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-01-19T18:04:50.865Z] 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-19T18:04:50.865Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-01-19T18:04:50.865Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-01-19T18:04:50.865Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-01-19T18:04:50.865Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-01-19T18:04:50.865Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-01-19T18:04:50.865Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-01-19T18:04:51.155Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-19T18:04:51.155Z] Fetched 63.7 MB in 2s (33.3 MB/s) [2021-01-19T18:04:51.155Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T18:04:51.155Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-01-19T18:04:51.155Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-19T18:04:51.725Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-19T18:04:51.987Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-19T18:04:51.987Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-132.136_amd64.deb ... [2021-01-19T18:04:51.987Z] Unpacking linux-libc-dev:amd64 (4.15.0-132.136) over (4.15.0-20.21) ... [2021-01-19T18:04:52.952Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-19T18:04:52.952Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-19T18:04:52.952Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-19T18:04:52.952Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-19T18:04:53.213Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-19T18:04:53.213Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-19T18:04:53.213Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-19T18:04:53.213Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-19T18:04:53.474Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-19T18:04:53.474Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-19T18:04:53.474Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-19T18:04:53.474Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-19T18:04:53.737Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-19T18:04:53.738Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-19T18:04:53.738Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-19T18:04:53.738Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-19T18:04:53.738Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-19T18:04:53.738Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-01-19T18:04:53.998Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-01-19T18:04:53.998Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-19T18:04:53.998Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-19T18:04:53.998Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-19T18:04:54.259Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-19T18:04:54.259Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-19T18:04:54.259Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-19T18:04:54.259Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-19T18:04:54.520Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-19T18:04:54.520Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-19T18:04:54.520Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-01-19T18:04:54.566Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T18:04:54.566Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-19T18:04:54.566Z] ---> 3c101a42b80a [2021-01-19T18:04:54.566Z] Step 3/22 : WORKDIR /edgex-go [2021-01-19T18:04:54.566Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T18:04:54.566Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-19T18:04:54.566Z] ---> 3c101a42b80a [2021-01-19T18:04:54.567Z] Step 3/21 : WORKDIR /edgex-go [2021-01-19T18:04:54.567Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T18:04:54.567Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-19T18:04:54.567Z] ---> 3c101a42b80a [2021-01-19T18:04:54.567Z] Step 3/22 : WORKDIR /edgex-go [2021-01-19T18:04:54.567Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T18:04:54.567Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-19T18:04:54.567Z] ---> 3c101a42b80a [2021-01-19T18:04:54.567Z] Step 3/24 : WORKDIR /edgex-go [2021-01-19T18:04:54.567Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T18:04:54.567Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-19T18:04:54.567Z] ---> 3c101a42b80a [2021-01-19T18:04:54.567Z] Step 3/22 : WORKDIR /edgex-go [2021-01-19T18:04:54.567Z] ---> Running in 0bacb6372cef [2021-01-19T18:04:54.567Z] ---> Running in 8176f11f80ff [2021-01-19T18:04:54.567Z] ---> Running in 16d3361a2d5c [2021-01-19T18:04:54.567Z] ---> Running in f6a1ae40072e [2021-01-19T18:04:54.567Z] ---> Running in 8daadddcbcdf [2021-01-19T18:04:54.567Z] Removing intermediate container 8daadddcbcdf [2021-01-19T18:04:54.567Z] ---> 6baf0097ba82 [2021-01-19T18:04:54.567Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesRemoving intermediate container 8176f11f80ff [2021-01-19T18:04:54.567Z] [2021-01-19T18:04:54.567Z] ---> 997fa5e11972 [2021-01-19T18:04:54.567Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T18:04:54.567Z] Removing intermediate container 0bacb6372cef [2021-01-19T18:04:54.567Z] ---> e61cfed97d7f [2021-01-19T18:04:54.567Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T18:04:54.567Z] Removing intermediate container 16d3361a2d5c [2021-01-19T18:04:54.567Z] ---> 9b7c02d586fb [2021-01-19T18:04:54.567Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T18:04:54.567Z] Removing intermediate container f6a1ae40072e [2021-01-19T18:04:54.567Z] ---> f76c8030cb9c [2021-01-19T18:04:54.567Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T18:04:54.567Z] ---> Running in 27c46c1bb69f [2021-01-19T18:04:54.567Z] ---> Running in 3f2d24dab4c0 [2021-01-19T18:04:54.567Z] ---> Running in 194a7ae4fbbd [2021-01-19T18:04:54.567Z] ---> Running in b2245933742b [2021-01-19T18:04:54.781Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-19T18:04:54.842Z] ---> Running in e5a298f4619e [2021-01-19T18:04:55.363Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-01-19T18:04:55.630Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-19T18:04:55.630Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-01-19T18:04:55.630Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-01-19T18:04:55.630Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-01-19T18:04:55.630Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-01-19T18:04:55.891Z] Setting up base-files (10.1ubuntu2.10) ... [2021-01-19T18:04:55.891Z] Installing new version of config file /etc/issue ... [2021-01-19T18:04:55.891Z] Installing new version of config file /etc/issue.net ... [2021-01-19T18:04:55.891Z] Installing new version of config file /etc/lsb-release ... [2021-01-19T18:04:55.891Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-01-19T18:04:56.152Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-01-19T18:04:56.152Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-01-19T18:04:56.152Z] Removing obsolete conffile /etc/default/motd-news ... [2021-01-19T18:04:56.413Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T18:04:56.413Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-01-19T18:04:56.413Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-01-19T18:04:56.675Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-01-19T18:04:56.675Z] 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-19T18:04:56.675Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T18:04:56.675Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-19T18:04:56.675Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-01-19T18:04:56.938Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-01-19T18:04:56.938Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T18:04:56.938Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-01-19T18:04:56.938Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-01-19T18:04:57.198Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-01-19T18:04:57.198Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T18:04:57.198Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-01-19T18:04:57.198Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-19T18:04:57.459Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-01-19T18:04:57.720Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T18:04:57.720Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-19T18:04:57.720Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-19T18:04:57.720Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-19T18:04:57.982Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T18:04:57.982Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-19T18:04:57.982Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-19T18:04:57.982Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-01-19T18:04:58.244Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T18:04:58.244Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-01-19T18:04:58.244Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-01-19T18:04:58.244Z] Setting up grep (3.1-2build1) ... [2021-01-19T18:04:58.303Z] Removing intermediate container 27c46c1bb69f [2021-01-19T18:04:58.303Z] ---> 9c01d62e3ae3 [2021-01-19T18:04:58.303Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-19T18:04:58.504Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T18:04:58.504Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-19T18:04:58.504Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-19T18:04:58.504Z] Setting up login (1:4.5-1ubuntu2) ... [2021-01-19T18:04:58.579Z] ---> Running in 43d80c6fafd8 [2021-01-19T18:04:58.579Z] Removing intermediate container 3f2d24dab4c0 [2021-01-19T18:04:58.579Z] ---> e9c7771873f0 [2021-01-19T18:04:58.579Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-19T18:04:58.765Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T18:04:58.765Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-19T18:04:58.765Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-19T18:04:58.765Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-01-19T18:04:59.026Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T18:04:59.026Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-19T18:04:59.026Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-19T18:04:59.172Z] ---> Running in 3d315d603914 [2021-01-19T18:04:59.172Z] Removing intermediate container b2245933742b [2021-01-19T18:04:59.172Z] ---> 1578fee1c086 [2021-01-19T18:04:59.172Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-19T18:04:59.172Z] Removing intermediate container 194a7ae4fbbd [2021-01-19T18:04:59.172Z] ---> e0d868abb8a7 [2021-01-19T18:04:59.172Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-19T18:04:59.172Z] Removing intermediate container e5a298f4619e [2021-01-19T18:04:59.172Z] ---> e9a87d55b318 [2021-01-19T18:04:59.172Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-19T18:04:59.288Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-19T18:04:59.288Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-19T18:04:59.450Z] ---> Running in bd8b5f6cb9c3 [2021-01-19T18:04:59.549Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-19T18:04:59.549Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-19T18:04:59.729Z] ---> Running in d72e25035548 [2021-01-19T18:04:59.729Z] ---> Running in 6967a0f5bc4c [2021-01-19T18:05:00.007Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T18:05:00.121Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-01-19T18:05:00.121Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T18:05:00.121Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-01-19T18:05:00.121Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-19T18:05:00.611Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T18:05:00.884Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T18:05:01.067Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-19T18:05:01.067Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-19T18:05:01.157Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T18:05:01.328Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-19T18:05:01.328Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-19T18:05:01.328Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-01-19T18:05:01.431Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T18:05:01.431Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T18:05:01.431Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T18:05:01.589Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T18:05:01.589Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-01-19T18:05:01.589Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-01-19T18:05:01.589Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-01-19T18:05:01.703Z] OK: 217 MiB in 51 packages [2021-01-19T18:05:01.854Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T18:05:01.854Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-19T18:05:01.854Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-19T18:05:01.854Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-19T18:05:01.854Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T18:05:01.854Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-19T18:05:01.854Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-19T18:05:01.980Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T18:05:01.980Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T18:05:02.116Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-19T18:05:02.116Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T18:05:02.116Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-19T18:05:02.116Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-19T18:05:02.116Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-19T18:05:02.253Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T18:05:02.253Z] OK: 217 MiB in 51 packages [2021-01-19T18:05:02.377Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T18:05:02.377Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-19T18:05:02.378Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-19T18:05:02.378Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-19T18:05:02.378Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T18:05:02.378Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-19T18:05:02.638Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-19T18:05:02.638Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-19T18:05:02.638Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-19T18:05:02.638Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-19T18:05:02.858Z] OK: 217 MiB in 51 packages [2021-01-19T18:05:02.858Z] OK: 217 MiB in 51 packages [2021-01-19T18:05:02.899Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T18:05:02.899Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-19T18:05:02.899Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-19T18:05:02.899Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-19T18:05:03.137Z] OK: 217 MiB in 51 packages [2021-01-19T18:05:03.160Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T18:05:03.160Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-19T18:05:03.160Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-19T18:05:03.160Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-19T18:05:03.160Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T18:05:03.160Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-19T18:05:03.160Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-19T18:05:03.410Z] Removing intermediate container 43d80c6fafd8 [2021-01-19T18:05:03.410Z] ---> b6f6e87c627d [2021-01-19T18:05:03.410Z] Step 6/21 : COPY go.mod . [2021-01-19T18:05:03.419Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-01-19T18:05:03.419Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T18:05:03.419Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-19T18:05:03.679Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-19T18:05:03.940Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-01-19T18:05:04.006Z] Removing intermediate container 3d315d603914 [2021-01-19T18:05:04.006Z] ---> a9ee2ad4b516 [2021-01-19T18:05:04.006Z] Step 6/22 : COPY go.mod . [2021-01-19T18:05:04.200Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-01-19T18:05:04.460Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-01-19T18:05:04.460Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T18:05:04.460Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-19T18:05:04.602Z] ---> b0855b52bd9e [2021-01-19T18:05:04.602Z] Step 7/21 : RUN go mod download [2021-01-19T18:05:04.722Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-19T18:05:04.722Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-01-19T18:05:04.874Z] ---> Running in c59f04536581 [2021-01-19T18:05:04.874Z] Removing intermediate container d72e25035548 [2021-01-19T18:05:04.874Z] ---> a118c0e371a1 [2021-01-19T18:05:04.874Z] Step 6/22 : COPY go.mod . [2021-01-19T18:05:04.874Z] Removing intermediate container bd8b5f6cb9c3 [2021-01-19T18:05:04.874Z] ---> 265f3adb11c5 [2021-01-19T18:05:04.874Z] Step 6/24 : COPY go.mod . [2021-01-19T18:05:04.983Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T18:05:04.983Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-01-19T18:05:04.983Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-19T18:05:05.146Z] Removing intermediate container 6967a0f5bc4c [2021-01-19T18:05:05.146Z] ---> 37434a7a8783 [2021-01-19T18:05:05.146Z] Step 6/22 : COPY go.mod . [2021-01-19T18:05:05.146Z] ---> 2bac6bf3f775 [2021-01-19T18:05:05.146Z] Step 7/22 : RUN go mod download [2021-01-19T18:05:05.243Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-01-19T18:05:05.243Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T18:05:05.243Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-01-19T18:05:05.421Z] ---> Running in 8c228bf34923 [2021-01-19T18:05:05.504Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-01-19T18:05:05.504Z] Setting up debconf (1.5.66ubuntu1) ... [2021-01-19T18:05:05.766Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T18:05:05.766Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-19T18:05:05.766Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-19T18:05:06.027Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-19T18:05:06.035Z] ---> 4eec5874e6a4 [2021-01-19T18:05:06.035Z] Step 7/24 : RUN go mod download [2021-01-19T18:05:06.289Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T18:05:06.289Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-19T18:05:06.289Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-19T18:05:06.289Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-19T18:05:06.310Z] ---> a103368c3573 [2021-01-19T18:05:06.310Z] Step 7/22 : RUN go mod download [2021-01-19T18:05:06.310Z] ---> 0b9cd287332a [2021-01-19T18:05:06.310Z] Step 7/22 : RUN go mod download [2021-01-19T18:05:06.310Z] ---> Running in 2235154ce3a2 [2021-01-19T18:05:06.550Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T18:05:06.550Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-19T18:05:06.550Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-19T18:05:06.590Z] ---> Running in 50b2632cbed5 [2021-01-19T18:05:06.590Z] ---> Running in ffd1b24afe33 [2021-01-19T18:05:06.812Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-19T18:05:06.812Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T18:05:06.813Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-19T18:05:07.075Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-19T18:05:07.075Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-01-19T18:05:07.075Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-19T18:05:07.075Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-19T18:05:07.075Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-19T18:05:07.344Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-19T18:05:07.344Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T18:05:07.344Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-01-19T18:05:07.344Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-01-19T18:05:07.605Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-01-19T18:05:07.605Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T18:05:07.605Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-01-19T18:05:07.605Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-19T18:05:07.866Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-19T18:05:08.127Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T18:05:08.127Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-19T18:05:08.127Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-19T18:05:08.127Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-19T18:05:08.388Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T18:05:08.388Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-01-19T18:05:08.388Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-01-19T18:05:08.388Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-01-19T18:05:08.388Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T18:05:08.388Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-19T18:05:08.647Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-19T18:05:08.909Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-01-19T18:05:09.169Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T18:05:09.169Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-19T18:05:09.169Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-19T18:05:09.169Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-01-19T18:05:09.169Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T18:05:09.169Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-01-19T18:05:09.251Z] Removing intermediate container c59f04536581 [2021-01-19T18:05:09.252Z] ---> 8d3f7e70d78d [2021-01-19T18:05:09.252Z] Step 8/21 : COPY . . [2021-01-19T18:05:09.431Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-01-19T18:05:09.431Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-01-19T18:05:09.529Z] Removing intermediate container 8c228bf34923 [2021-01-19T18:05:09.529Z] ---> 722912ef24e6 [2021-01-19T18:05:09.529Z] Step 8/22 : COPY . . [2021-01-19T18:05:09.692Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T18:05:09.692Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-01-19T18:05:09.692Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-01-19T18:05:09.692Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-01-19T18:05:09.692Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T18:05:09.692Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-01-19T18:05:09.977Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-01-19T18:05:09.977Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-01-19T18:05:09.977Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T18:05:09.977Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-01-19T18:05:10.238Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-01-19T18:05:10.238Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-01-19T18:05:10.497Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T18:05:10.497Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-01-19T18:05:10.497Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-01-19T18:05:10.497Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-01-19T18:05:10.497Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T18:05:10.497Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-01-19T18:05:10.497Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-01-19T18:05:10.759Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-01-19T18:05:10.759Z] (Reading database ... 13915 files and directories currently installed.) [2021-01-19T18:05:10.759Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-19T18:05:10.759Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-19T18:05:11.021Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-19T18:05:11.021Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-19T18:05:11.281Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-19T18:05:11.281Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-19T18:05:11.281Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2021-01-19T18:05:11.281Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2021-01-19T18:05:11.535Z] Removing intermediate container 2235154ce3a2 [2021-01-19T18:05:11.535Z] ---> beafefc0278f [2021-01-19T18:05:11.535Z] Step 8/24 : COPY . . [2021-01-19T18:05:11.541Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-01-19T18:05:11.541Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-01-19T18:05:11.801Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-01-19T18:05:11.801Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-01-19T18:05:11.801Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-01-19T18:05:11.801Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-01-19T18:05:12.062Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-01-19T18:05:12.062Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-01-19T18:05:12.062Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-01-19T18:05:12.062Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-01-19T18:05:12.062Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-01-19T18:05:12.323Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-01-19T18:05:12.323Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-01-19T18:05:12.323Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-01-19T18:05:12.530Z] Removing intermediate container ffd1b24afe33 [2021-01-19T18:05:12.530Z] ---> 060f4405ef13 [2021-01-19T18:05:12.530Z] Step 8/22 : COPY . . [2021-01-19T18:05:12.530Z] Removing intermediate container 50b2632cbed5 [2021-01-19T18:05:12.530Z] ---> ae2e5483db58 [2021-01-19T18:05:12.530Z] Step 8/22 : COPY . . [2021-01-19T18:05:12.584Z] Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... [2021-01-19T18:05:12.585Z] Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... [2021-01-19T18:05:13.156Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-01-19T18:05:13.156Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-01-19T18:05:13.418Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-01-19T18:05:13.418Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-01-19T18:05:13.418Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-19T18:05:13.418Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-19T18:05:13.685Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-19T18:05:13.948Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-19T18:05:13.949Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-19T18:05:13.949Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-19T18:05:14.212Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-19T18:05:14.212Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-19T18:05:14.475Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-19T18:05:14.475Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-19T18:05:14.475Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-19T18:05:14.475Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-19T18:05:14.475Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-19T18:05:14.736Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-19T18:05:14.736Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-19T18:05:14.736Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-19T18:05:15.676Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-19T18:05:15.676Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-19T18:05:16.614Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-19T18:05:16.614Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-19T18:05:17.556Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-19T18:05:17.556Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-19T18:05:17.556Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-19T18:05:17.817Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-19T18:05:18.386Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-19T18:05:18.386Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-19T18:05:18.647Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-19T18:05:18.647Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-19T18:05:18.647Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-01-19T18:05:18.647Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-19T18:05:18.913Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-01-19T18:05:18.913Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-19T18:05:18.913Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-01-19T18:05:19.176Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-01-19T18:05:19.176Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-19T18:05:19.176Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-19T18:05:19.440Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-19T18:05:19.440Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-19T18:05:19.440Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-01-19T18:05:19.440Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-01-19T18:05:19.701Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-19T18:05:19.701Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-19T18:05:19.701Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-19T18:05:19.701Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-19T18:05:19.701Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-19T18:05:19.701Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-01-19T18:05:19.701Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-01-19T18:05:19.962Z] Setting up tzdata (2020f-0ubuntu0.18.04) ... [2021-01-19T18:05:19.962Z] [2021-01-19T18:05:19.962Z] Current default time zone: 'Etc/UTC' [2021-01-19T18:05:19.962Z] Local time is now: Tue Jan 19 18:05:19 UTC 2021. [2021-01-19T18:05:19.962Z] Universal Time is now: Tue Jan 19 18:05:19 UTC 2021. [2021-01-19T18:05:19.962Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-01-19T18:05:19.962Z] [2021-01-19T18:05:19.962Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-01-19T18:05:19.962Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-19T18:05:19.962Z] Setting up linux-libc-dev:amd64 (4.15.0-132.136) ... [2021-01-19T18:05:20.228Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-01-19T18:05:20.228Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-01-19T18:05:20.228Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-01-19T18:05:20.228Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-01-19T18:05:20.228Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-01-19T18:05:20.228Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-01-19T18:05:20.228Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-01-19T18:05:20.228Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-19T18:05:20.491Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-01-19T18:05:20.751Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-19T18:05:20.751Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-19T18:05:20.751Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-19T18:05:20.751Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-01-19T18:05:20.751Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-01-19T18:05:20.751Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-01-19T18:05:20.751Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-19T18:05:20.751Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-01-19T18:05:21.012Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-01-19T18:05:21.012Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-01-19T18:05:21.012Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-19T18:05:23.113Z] Updating certificates in /etc/ssl/certs... [2021-01-19T18:05:23.726Z] 22 added, 17 removed; done. [2021-01-19T18:05:23.726Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-01-19T18:05:23.726Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-19T18:05:23.726Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-01-19T18:05:23.726Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-01-19T18:05:24.018Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-01-19T18:05:24.018Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-19T18:05:24.018Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-19T18:05:24.018Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-19T18:05:24.018Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-19T18:05:24.018Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-19T18:05:24.018Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-19T18:05:24.018Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-19T18:05:24.018Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-01-19T18:05:24.279Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-01-19T18:05:24.279Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-01-19T18:05:24.279Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-01-19T18:05:24.279Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-01-19T18:05:24.279Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-19T18:05:24.279Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-19T18:05:24.279Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-01-19T18:05:24.279Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-01-19T18:05:24.540Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-01-19T18:05:24.540Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-19T18:05:24.540Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-01-19T18:05:24.540Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-01-19T18:05:24.540Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-19T18:05:24.540Z] Updating certificates in /etc/ssl/certs... [2021-01-19T18:05:25.482Z] 0 added, 0 removed; done. [2021-01-19T18:05:25.482Z] Running hooks in /etc/ca-certificates/update.d... [2021-01-19T18:05:25.482Z] done. [2021-01-19T18:05:25.742Z] Reading package lists... [2021-01-19T18:05:25.742Z] Building dependency tree... [2021-01-19T18:05:25.742Z] Reading state information... [2021-01-19T18:05:26.004Z] The following NEW packages will be installed: [2021-01-19T18:05:26.004Z] apt-transport-https [2021-01-19T18:05:26.004Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-01-19T18:05:26.004Z] Need to get 1696 B of archives. [2021-01-19T18:05:26.004Z] After this operation, 153 kB of additional disk space will be used. [2021-01-19T18:05:26.004Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-01-19T18:05:26.004Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-19T18:05:26.004Z] Fetched 1696 B in 0s (39.9 kB/s) [2021-01-19T18:05:26.004Z] Selecting previously unselected package apt-transport-https. [2021-01-19T18:05:26.264Z] (Reading database ... 13929 files and directories currently installed.) [2021-01-19T18:05:26.264Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-01-19T18:05:26.264Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-19T18:05:26.264Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-19T18:05:26.523Z] Waiting for network to be ready... [2021-01-19T18:05:31.813Z] 2021-01-19T18:05:29Z INFO Waiting for automatic snapd restart... [2021-01-19T18:05:31.813Z] snapd 2.48.2 from Canonical* installed [2021-01-19T18:05:32.753Z] "snapd" switched to the "latest/stable" channel [2021-01-19T18:05:32.753Z] [2021-01-19T18:05:35.293Z] core18 20201210 from Canonical* installed [2021-01-19T18:05:35.553Z] "core18" switched to the "latest/stable" channel [2021-01-19T18:05:35.553Z] [2021-01-19T18:05:38.848Z] snapcraft 4.4.4 from Canonical* installed [2021-01-19T18:05:38.848Z] "snapcraft" switched to the "latest/stable" channel [2021-01-19T18:05:38.848Z] [2021-01-19T18:05:39.378Z] ---> 7b6a0a6a26d6 [2021-01-19T18:05:39.378Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-19T18:05:39.378Z] ---> 87064a3b73dd [2021-01-19T18:05:39.378Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-19T18:05:39.378Z] ---> 9df5667e9973 [2021-01-19T18:05:39.378Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-19T18:05:39.378Z] ---> f2fe23a355f2 [2021-01-19T18:05:39.378Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-19T18:05:39.378Z] ---> e8d53b909d35 [2021-01-19T18:05:39.378Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-19T18:05:39.378Z] ---> Running in 8490895bbe86 [2021-01-19T18:05:39.378Z] ---> Running in e8cf3f4aeb15 [2021-01-19T18:05:39.378Z] ---> Running in f3e527a3117b [2021-01-19T18:05:39.378Z] ---> Running in d3763740e780 [2021-01-19T18:05:39.378Z] ---> Running in 0ad6f37a8421 [2021-01-19T18:05:39.378Z] 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-19T18:05:39.378Z] 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-19T18:05:39.378Z] 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-19T18:05:39.378Z] 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-19T18:05:39.378Z] 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-19T18:05:42.143Z] 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-19T18:05:42.143Z] - README.md [2021-01-19T18:05:42.143Z] - snapcraft.yaml.orig [2021-01-19T18:05:42.143Z] [2021-01-19T18:05:42.143Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-19T18:05:48.747Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-19T18:05:48.747Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-19T18:05:48.747Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-19T18:05:48.747Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-19T18:05:49.949Z] Reading package lists... [2021-01-19T18:05:50.210Z] 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-19T18:05:56.804Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-19T18:05:56.804Z] Reading package lists... [2021-01-19T18:05:56.804Z] Building dependency tree... [2021-01-19T18:05:56.804Z] Reading state information... [2021-01-19T18:05:56.804Z] Suggested packages: [2021-01-19T18:05:56.804Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-01-19T18:05:56.804Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-01-19T18:05:56.804Z] Recommended packages: [2021-01-19T18:05:56.804Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-01-19T18:05:56.804Z] The following NEW packages will be installed: [2021-01-19T18:05:56.804Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-01-19T18:05:56.804Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-01-19T18:05:56.804Z] pkg-config zip [2021-01-19T18:05:56.804Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-01-19T18:05:56.804Z] Need to get 7655 kB of archives. [2021-01-19T18:05:56.804Z] After this operation, 43.7 MB of additional disk space will be used. [2021-01-19T18:05:56.804Z] Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-01-19T18:05:56.804Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] [2021-01-19T18:05:57.754Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-01-19T18:05:58.333Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-01-19T18:05:58.333Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-01-19T18:05:58.333Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-01-19T18:05:58.593Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-01-19T18:05:58.855Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-01-19T18:05:58.855Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-01-19T18:05:58.855Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-01-19T18:05:59.116Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-01-19T18:05:59.116Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-01-19T18:05:59.378Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-01-19T18:06:00.322Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-01-19T18:06:00.322Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-01-19T18:06:00.584Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-19T18:06:00.584Z] Fetched 7655 kB in 4s (2015 kB/s) [2021-01-19T18:06:00.584Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-01-19T18:06:00.584Z] (Reading database ... 13933 files and directories currently installed.) [2021-01-19T18:06:00.584Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-01-19T18:06:00.584Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-19T18:06:00.844Z] Selecting previously unselected package libpsl5:amd64. [2021-01-19T18:06:00.844Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-01-19T18:06:00.844Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-01-19T18:06:00.844Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-01-19T18:06:00.844Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-01-19T18:06:00.844Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-19T18:06:01.105Z] Selecting previously unselected package librtmp1:amd64. [2021-01-19T18:06:01.105Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-01-19T18:06:01.105Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-19T18:06:01.105Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-01-19T18:06:01.105Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-01-19T18:06:01.105Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-19T18:06:01.366Z] Selecting previously unselected package liberror-perl. [2021-01-19T18:06:01.366Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-01-19T18:06:01.366Z] Unpacking liberror-perl (0.17025-1) ... [2021-01-19T18:06:01.366Z] Selecting previously unselected package git-man. [2021-01-19T18:06:01.366Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-01-19T18:06:01.366Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-19T18:06:01.626Z] Selecting previously unselected package git. [2021-01-19T18:06:01.626Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-01-19T18:06:01.626Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-01-19T18:06:02.202Z] Selecting previously unselected package libnorm1:amd64. [2021-01-19T18:06:02.202Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-01-19T18:06:02.202Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-19T18:06:02.461Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-01-19T18:06:02.461Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-01-19T18:06:02.461Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-19T18:06:02.721Z] Selecting previously unselected package libsodium23:amd64. [2021-01-19T18:06:02.721Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-01-19T18:06:02.721Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-01-19T18:06:02.721Z] Selecting previously unselected package libzmq5:amd64. [2021-01-19T18:06:02.721Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-19T18:06:02.721Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-19T18:06:02.992Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-01-19T18:06:02.992Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-19T18:06:02.992Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-19T18:06:02.992Z] Selecting previously unselected package pkg-config. [2021-01-19T18:06:02.992Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-01-19T18:06:02.992Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-01-19T18:06:03.252Z] Selecting previously unselected package zip. [2021-01-19T18:06:03.252Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-01-19T18:06:03.252Z] Unpacking zip (3.0-11build1) ... [2021-01-19T18:06:03.252Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-19T18:06:03.252Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-19T18:06:03.252Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-19T18:06:03.252Z] Setting up liberror-perl (0.17025-1) ... [2021-01-19T18:06:03.252Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-01-19T18:06:03.512Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-19T18:06:03.512Z] No schema files found: doing nothing. [2021-01-19T18:06:03.512Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-19T18:06:03.512Z] Setting up zip (3.0-11build1) ... [2021-01-19T18:06:03.512Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-19T18:06:03.512Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-01-19T18:06:03.512Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-01-19T18:06:03.512Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-19T18:06:03.512Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-19T18:06:03.513Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-19T18:06:03.513Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-01-19T18:06:03.772Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-19T18:06:10.354Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-19T18:06:10.354Z] git set to automatically installed. [2021-01-19T18:06:10.354Z] git-man set to automatically installed. [2021-01-19T18:06:10.354Z] libcurl3-gnutls set to automatically installed. [2021-01-19T18:06:10.354Z] liberror-perl set to automatically installed. [2021-01-19T18:06:10.354Z] libglib2.0-0 set to automatically installed. [2021-01-19T18:06:10.354Z] libnghttp2-14 set to automatically installed. [2021-01-19T18:06:10.354Z] libnorm1 set to automatically installed. [2021-01-19T18:06:10.354Z] libpgm-5.2-0 set to automatically installed. [2021-01-19T18:06:10.354Z] libpsl5 set to automatically installed. [2021-01-19T18:06:10.354Z] librtmp1 set to automatically installed. [2021-01-19T18:06:10.354Z] libsodium23 set to automatically installed. [2021-01-19T18:06:10.354Z] libzmq3-dev set to automatically installed. [2021-01-19T18:06:10.354Z] libzmq5 set to automatically installed. [2021-01-19T18:06:10.354Z] pkg-config set to automatically installed. [2021-01-19T18:06:10.354Z] zip set to automatically installed. [2021-01-19T18:06:12.264Z] snapd is not logged in, snap install commands will use sudo [2021-01-19T18:06:18.848Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-19T18:06:18.848Z] snap "core18" has no updates available [2021-01-19T18:06:19.417Z] Pulling config-common [2021-01-19T18:06:20.358Z] Pulling go-build-helper [2021-01-19T18:06:42.312Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-19T18:06:42.312Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-19T18:06:42.312Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1513 kB] [2021-01-19T18:06:42.312Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [293 kB] [2021-01-19T18:06:42.312Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] [2021-01-19T18:06:42.312Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] [2021-01-19T18:06:42.312Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] [2021-01-19T18:06:42.312Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] [2021-01-19T18:06:42.312Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1101 kB] [2021-01-19T18:06:42.312Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [246 kB] [2021-01-19T18:06:42.312Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-19T18:06:42.312Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-19T18:06:42.312Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-19T18:06:42.312Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-19T18:06:42.312Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-19T18:06:42.312Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-19T18:06:42.312Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-19T18:06:42.312Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-19T18:06:42.312Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-19T18:06:42.312Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1844 kB] [2021-01-19T18:06:42.312Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [384 kB] [2021-01-19T18:06:42.312Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] [2021-01-19T18:06:42.312Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] [2021-01-19T18:06:42.312Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [237 kB] [2021-01-19T18:06:42.312Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.8 kB] [2021-01-19T18:06:42.312Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1706 kB] [2021-01-19T18:06:42.312Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [360 kB] [2021-01-19T18:06:42.312Z] Fetched 23.8 MB in 0s (0 B/s) [2021-01-19T18:06:42.312Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-01-19T18:06:42.312Z] Fetched 96.5 kB in 0s (0 B/s) [2021-01-19T18:06:42.312Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-01-19T18:06:42.312Z] Fetched 279 kB in 0s (0 B/s) [2021-01-19T18:06:42.312Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-01-19T18:06:42.312Z] Fetched 122 kB in 0s (0 B/s) [2021-01-19T18:06:42.312Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-01-19T18:06:42.312Z] Fetched 77.8 kB in 0s (0 B/s) [2021-01-19T18:06:42.312Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-01-19T18:06:42.312Z] Fetched 8848 B in 0s (0 B/s) [2021-01-19T18:06:42.312Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-01-19T18:06:42.312Z] Fetched 47.8 kB in 0s (0 B/s) [2021-01-19T18:06:42.312Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-01-19T18:06:42.312Z] Fetched 45.6 kB in 0s (0 B/s) [2021-01-19T18:06:42.312Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-01-19T18:06:42.312Z] Fetched 15.0 kB in 0s (0 B/s) [2021-01-19T18:06:42.312Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-01-19T18:06:42.312Z] Fetched 214 kB in 0s (0 B/s) [2021-01-19T18:06:42.312Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-01-19T18:06:42.312Z] Fetched 155 kB in 0s (0 B/s) [2021-01-19T18:06:42.312Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-01-19T18:06:42.312Z] Fetched 50.6 kB in 0s (0 B/s) [2021-01-19T18:06:42.312Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-01-19T18:06:42.312Z] Fetched 14.8 kB in 0s (0 B/s) [2021-01-19T18:06:42.312Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-01-19T18:06:42.312Z] Fetched 41.8 kB in 0s (0 B/s) [2021-01-19T18:06:42.312Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-01-19T18:06:42.312Z] Fetched 499 kB in 0s (0 B/s) [2021-01-19T18:06:42.312Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-01-19T18:06:42.312Z] Fetched 111 kB in 0s (0 B/s) [2021-01-19T18:06:42.312Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-01-19T18:06:42.312Z] Fetched 240 kB in 0s (0 B/s) [2021-01-19T18:06:42.312Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-01-19T18:06:42.312Z] Fetched 29.3 kB in 0s (0 B/s) [2021-01-19T18:06:42.312Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-01-19T18:06:42.312Z] Fetched 85.5 kB in 0s (0 B/s) [2021-01-19T18:06:42.312Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-01-19T18:06:42.312Z] Fetched 24.5 kB in 0s (0 B/s) [2021-01-19T18:06:42.312Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-01-19T18:06:42.312Z] Fetched 49.2 kB in 0s (0 B/s) [2021-01-19T18:06:42.312Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-01-19T18:06:42.312Z] Fetched 54.2 kB in 0s (0 B/s) [2021-01-19T18:06:42.312Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-01-19T18:06:42.312Z] Fetched 30.8 kB in 0s (0 B/s) [2021-01-19T18:06:42.312Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-01-19T18:06:42.312Z] Fetched 17.0 kB in 0s (0 B/s) [2021-01-19T18:06:42.312Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-01-19T18:06:42.312Z] Fetched 85.9 kB in 0s (0 B/s) [2021-01-19T18:06:42.312Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-01-19T18:06:42.312Z] Fetched 8720 B in 0s (0 B/s) [2021-01-19T18:06:42.312Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-01-19T18:06:42.312Z] Fetched 137 kB in 0s (0 B/s) [2021-01-19T18:06:42.312Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-01-19T18:06:42.312Z] Fetched 119 kB in 0s (0 B/s) [2021-01-19T18:06:42.312Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-01-19T18:06:42.312Z] Fetched 109 kB in 0s (0 B/s) [2021-01-19T18:06:42.312Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-01-19T18:06:42.312Z] Fetched 11.1 kB in 0s (0 B/s) [2021-01-19T18:06:42.312Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-01-19T18:06:42.312Z] Fetched 645 kB in 0s (0 B/s) [2021-01-19T18:06:42.312Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-01-19T18:06:42.312Z] Fetched 41.3 kB in 0s (0 B/s) [2021-01-19T18:06:42.312Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-01-19T18:06:42.312Z] Fetched 17.9 kB in 0s (0 B/s) [2021-01-19T18:06:42.312Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-01-19T18:06:42.312Z] Fetched 368 kB in 0s (0 B/s) [2021-01-19T18:06:42.312Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-01-19T18:06:42.312Z] Fetched 187 kB in 0s (0 B/s) [2021-01-19T18:06:42.312Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-01-19T18:06:42.312Z] Fetched 175 kB in 0s (0 B/s) [2021-01-19T18:06:42.312Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-01-19T18:06:45.611Z] Fetched 206 kB in 0s (0 B/s) [2021-01-19T18:06:45.611Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-01-19T18:06:45.611Z] Fetched 1301 kB in 0s (0 B/s) [2021-01-19T18:06:45.611Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-01-19T18:06:45.611Z] Fetched 36.2 kB in 0s (0 B/s) [2021-01-19T18:06:45.611Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-01-19T18:06:45.611Z] Fetched 159 kB in 0s (0 B/s) [2021-01-19T18:06:45.611Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-01-19T18:06:45.611Z] Fetched 107 kB in 0s (0 B/s) [2021-01-19T18:06:45.611Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-01-19T18:06:45.611Z] Fetched 48.7 kB in 0s (0 B/s) [2021-01-19T18:06:45.611Z] Pulling static-packages [2021-01-19T18:06:46.179Z] 'go115' has dependencies that need to be staged: static-packages go-build-helper [2021-01-19T18:06:46.179Z] Skipping pull go-build-helper (already ran) [2021-01-19T18:06:46.179Z] Skipping pull static-packages (already ran) [2021-01-19T18:06:46.179Z] Building go-build-helper [2021-01-19T18:06:50.380Z] Building static-packages [2021-01-19T18:06:51.766Z] Staging go-build-helper [2021-01-19T18:06:52.336Z] Staging static-packages [2021-01-19T18:06:53.286Z] Pulling go115 [2021-01-19T18:06:54.413Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-01-19T18:06:54.413Z] Skipping pull go115 (already ran) [2021-01-19T18:06:54.413Z] Building go115 [2021-01-19T18:06:54.413Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-19T18:06:54.413Z] Dload Upload Total Spent Left Speed [2021-01-19T18:06:58.833Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 2 115M 2 2415k 0 0 3902k 0 0:00:30 --:--:-- 0:00:30 3896k 21 115M 21 24.2M 0 0 15.0M 0 0:00:07 0:00:01 0:00:06 15.0M 38 115M 38 44.5M 0 0 17.0M 0 0:00:06 0:00:02 0:00:04 17.0M 63 115M 63 73.1M 0 0 20.1M 0 0:00:05 0:00:03 0:00:02 20.1M 100 115M 100 115M 0 0 25.7M 0 0:00:04 0:00:04 --:--:-- 25.7M [2021-01-19T18:06:59.401Z] go1.15.2.linux-amd64.tar.gz: OK [2021-01-19T18:07:02.699Z] Staging go115 [2021-01-19T18:07:07.986Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-19T18:07:07.986Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-19T18:07:07.986Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-19T18:07:07.986Z] Fetched 0 B in 0s (0 B/s) [2021-01-19T18:07:07.986Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-01-19T18:07:07.986Z] Fetched 224 kB in 0s (0 B/s) [2021-01-19T18:07:07.986Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-01-19T18:07:07.986Z] Fetched 157 kB in 0s (0 B/s) [2021-01-19T18:07:07.986Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-01-19T18:07:07.986Z] Fetched 221 kB in 0s (0 B/s) [2021-01-19T18:07:07.986Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-01-19T18:07:07.986Z] Fetched 143 kB in 0s (0 B/s) [2021-01-19T18:07:07.986Z] Pulling edgex-go [2021-01-19T18:07:08.930Z] Pulling version [2021-01-19T18:07:09.871Z] Building config-common [2021-01-19T18:07:11.781Z] Skipping build go-build-helper (already ran) [2021-01-19T18:07:11.781Z] Skipping build static-packages (already ran) [2021-01-19T18:07:11.781Z] Skipping build go115 (already ran) [2021-01-19T18:07:12.042Z] Building edgex-go [2021-01-19T18:07:12.042Z] 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-19T18:07:13.957Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-01-19T18:07:13.957Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.72 [2021-01-19T18:07:13.957Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.149 [2021-01-19T18:07:13.957Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-01-19T18:07:13.957Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.32 [2021-01-19T18:07:13.957Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 [2021-01-19T18:07:13.957Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-01-19T18:07:13.957Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.27 [2021-01-19T18:07:13.957Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-01-19T18:07:13.957Z] go: downloading github.com/x448/float16 v0.8.4 [2021-01-19T18:07:13.957Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-01-19T18:07:13.957Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-01-19T18:07:13.957Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-01-19T18:07:13.957Z] go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.30 [2021-01-19T18:07:13.957Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-01-19T18:07:13.957Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-01-19T18:07:13.957Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-01-19T18:07:13.957Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-01-19T18:07:13.957Z] go: downloading github.com/pkg/errors v0.8.1 [2021-01-19T18:07:13.957Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0 [2021-01-19T18:07:13.957Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-01-19T18:07:14.217Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-01-19T18:07:14.217Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-01-19T18:07:14.217Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-01-19T18:07:14.217Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-01-19T18:07:14.217Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-01-19T18:07:14.217Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-01-19T18:07:14.217Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-01-19T18:07:14.217Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-01-19T18:07:14.217Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-01-19T18:07:14.217Z] go: downloading github.com/google/uuid v1.1.5 [2021-01-19T18:07:14.217Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-01-19T18:07:14.217Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-01-19T18:07:14.217Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-01-19T18:07:14.217Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-01-19T18:07:14.217Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-01-19T18:07:14.217Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-01-19T18:07:14.217Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-01-19T18:07:14.217Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-01-19T18:07:14.477Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-01-19T18:07:14.477Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-01-19T18:07:16.185Z] Removing intermediate container 8490895bbe86 [2021-01-19T18:07:16.185Z] ---> c274b5c09aba [2021-01-19T18:07:16.185Z] [2021-01-19T18:07:16.185Z] Step 10/22 : FROM alpine:3.12 [2021-01-19T18:07:16.185Z] 3.12: Pulling from library/alpine [2021-01-19T18:07:16.185Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-19T18:07:16.185Z] Status: Downloaded newer image for alpine:3.12 [2021-01-19T18:07:16.185Z] ---> afeebe901d6b [2021-01-19T18:07:16.185Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-19T18:07:16.185Z] ---> Running in b39ea280015c [2021-01-19T18:07:16.185Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T18:07:16.185Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T18:07:16.185Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-19T18:07:16.185Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-19T18:07:16.185Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-19T18:07:16.185Z] (4/5) Installing curl (7.69.1-r3) [2021-01-19T18:07:16.185Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-19T18:07:16.185Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T18:07:16.185Z] Executing ca-certificates-20191127-r4.trigger [2021-01-19T18:07:16.185Z] OK: 7 MiB in 19 packages [2021-01-19T18:07:16.185Z] Removing intermediate container d3763740e780 [2021-01-19T18:07:16.185Z] ---> 3b71f4d95373 [2021-01-19T18:07:16.185Z] [2021-01-19T18:07:16.185Z] Step 10/24 : FROM scratch [2021-01-19T18:07:16.185Z] ---> [2021-01-19T18:07:16.185Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-19T18:07:16.785Z] ---> Running in 1ffd166358d0 [2021-01-19T18:07:17.065Z] Removing intermediate container b39ea280015c [2021-01-19T18:07:17.066Z] ---> e55ff1094f56 [2021-01-19T18:07:17.066Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-19T18:07:17.343Z] Removing intermediate container 0ad6f37a8421 [2021-01-19T18:07:17.343Z] ---> 5e2dca3a8062 [2021-01-19T18:07:17.343Z] [2021-01-19T18:07:17.343Z] Step 10/22 : FROM scratch [2021-01-19T18:07:17.343Z] ---> [2021-01-19T18:07:17.343Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-19T18:07:17.618Z] Removing intermediate container 1ffd166358d0 [2021-01-19T18:07:17.618Z] ---> 10df293318fd [2021-01-19T18:07:17.618Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-19T18:07:17.618Z] ---> Running in 57c3d140b5b2 [2021-01-19T18:07:17.618Z] ---> Running in 7cff98a3d2ad [2021-01-19T18:07:17.901Z] ---> Running in eac2a2d5dca3 [2021-01-19T18:07:18.178Z] Removing intermediate container f3e527a3117b [2021-01-19T18:07:18.178Z] ---> 00af2d2b4a43 [2021-01-19T18:07:18.178Z] [2021-01-19T18:07:18.178Z] Step 10/21 : FROM scratch [2021-01-19T18:07:18.178Z] ---> [2021-01-19T18:07:18.178Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-19T18:07:18.453Z] ---> Using cache [2021-01-19T18:07:18.453Z] ---> 4a9ce27ead9e [2021-01-19T18:07:18.453Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-19T18:07:18.453Z] Removing intermediate container 7cff98a3d2ad [2021-01-19T18:07:18.453Z] ---> 7578b02de319 [2021-01-19T18:07:18.453Z] Step 13/22 : WORKDIR / [2021-01-19T18:07:18.453Z] Removing intermediate container 57c3d140b5b2 [2021-01-19T18:07:18.453Z] ---> 4a9ce27ead9e [2021-01-19T18:07:18.453Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-19T18:07:18.453Z] ---> Running in be9c21fa43ad [2021-01-19T18:07:18.732Z] ---> Running in 4231edbd8b06 [2021-01-19T18:07:18.732Z] ---> Running in b6030a7e6462 [2021-01-19T18:07:18.732Z] Removing intermediate container eac2a2d5dca3 [2021-01-19T18:07:19.011Z] ---> ba1415b7dee7 [2021-01-19T18:07:19.011Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-19T18:07:19.011Z] ---> Running in b668f13aaedd [2021-01-19T18:07:19.283Z] Removing intermediate container be9c21fa43ad [2021-01-19T18:07:19.283Z] ---> 8a13d1eaf97a [2021-01-19T18:07:19.283Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-19T18:07:19.566Z] Removing intermediate container 4231edbd8b06 [2021-01-19T18:07:19.566Z] ---> b87a0c01db89 [2021-01-19T18:07:19.566Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-19T18:07:19.566Z] Removing intermediate container b6030a7e6462 [2021-01-19T18:07:19.566Z] ---> ce36ded05588 [2021-01-19T18:07:19.566Z] Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T18:07:19.566Z] ---> Running in ccac25f7be9f [2021-01-19T18:07:19.566Z] ---> Running in f4944f0bf1c2 [2021-01-19T18:07:19.566Z] Removing intermediate container b668f13aaedd [2021-01-19T18:07:19.566Z] ---> 66b1d8796480 [2021-01-19T18:07:19.566Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-19T18:07:20.560Z] Removing intermediate container ccac25f7be9f [2021-01-19T18:07:20.560Z] ---> d91c37b90e11 [2021-01-19T18:07:20.560Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T18:07:20.560Z] Removing intermediate container f4944f0bf1c2 [2021-01-19T18:07:20.560Z] ---> d4b0c80d506c [2021-01-19T18:07:20.560Z] Step 14/22 : WORKDIR / [2021-01-19T18:07:20.560Z] ---> Running in 421ea287add6 [2021-01-19T18:07:20.844Z] ---> 3bc073218fc4 [2021-01-19T18:07:20.844Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-19T18:07:20.844Z] ---> 5b91537a6763 [2021-01-19T18:07:20.844Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-19T18:07:21.056Z] 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-19T18:07:21.453Z] Removing intermediate container 421ea287add6 [2021-01-19T18:07:21.453Z] ---> b0b01464886b [2021-01-19T18:07:21.453Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T18:07:21.729Z] ---> 08f58c33fd52 [2021-01-19T18:07:21.729Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-19T18:07:23.172Z] ---> 45ac5203996c [2021-01-19T18:07:23.172Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-19T18:07:23.172Z] ---> 03411ffce6fa [2021-01-19T18:07:23.172Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-19T18:07:23.172Z] ---> 06d4810cea79 [2021-01-19T18:07:23.172Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-19T18:07:24.156Z] ---> ae0481e5e71c [2021-01-19T18:07:24.156Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-19T18:07:24.754Z] ---> 017445f1b081 [2021-01-19T18:07:24.754Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-19T18:07:24.754Z] ---> 8809e2ab7291 [2021-01-19T18:07:24.754Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-19T18:07:25.026Z] ---> 8ea7bd3c71e1 [2021-01-19T18:07:25.026Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T18:07:25.255Z] 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-19T18:07:25.628Z] ---> 3ae32a6cf0a3 [2021-01-19T18:07:25.628Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-19T18:07:25.825Z] 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-19T18:07:25.901Z] ---> Running in d4df70cff0b8 [2021-01-19T18:07:26.176Z] ---> 6d9a053e05b9 [2021-01-19T18:07:26.176Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-19T18:07:26.765Z] 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-19T18:07:26.774Z] ---> Running in c95e6b27c890 [2021-01-19T18:07:26.774Z] ---> 647ae5df0163 [2021-01-19T18:07:26.774Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-19T18:07:26.774Z] ---> e2a26f685ed7 [2021-01-19T18:07:26.774Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-19T18:07:27.026Z] 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-19T18:07:27.026Z] go: downloading github.com/stretchr/testify v1.6.1 [2021-01-19T18:07:27.048Z] Removing intermediate container d4df70cff0b8 [2021-01-19T18:07:27.048Z] ---> d47128371483 [2021-01-19T18:07:27.048Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T18:07:27.048Z] ---> Running in e27171044219 [2021-01-19T18:07:27.285Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-01-19T18:07:27.285Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-01-19T18:07:27.285Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-01-19T18:07:27.324Z] ---> Running in 3971733e58aa [2021-01-19T18:07:27.925Z] Removing intermediate container e27171044219 [2021-01-19T18:07:27.925Z] ---> 58a2ad7ae37b [2021-01-19T18:07:27.925Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T18:07:28.521Z] Removing intermediate container 3971733e58aa [2021-01-19T18:07:28.521Z] ---> 6719414ff3dd [2021-01-19T18:07:28.521Z] Step 19/21 : LABEL arch=arm64 [2021-01-19T18:07:28.521Z] Removing intermediate container e8cf3f4aeb15 [2021-01-19T18:07:28.521Z] ---> 4e0695a8f7fd [2021-01-19T18:07:28.521Z] [2021-01-19T18:07:28.521Z] Step 10/22 : FROM scratch [2021-01-19T18:07:28.521Z] ---> [2021-01-19T18:07:28.521Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-19T18:07:28.521Z] ---> Running in 9f47767dd8c3 [2021-01-19T18:07:28.667Z] 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-19T18:07:28.667Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-01-19T18:07:28.667Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-01-19T18:07:28.795Z] ---> Using cache [2021-01-19T18:07:28.795Z] ---> 4a9ce27ead9e [2021-01-19T18:07:28.795Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-19T18:07:28.795Z] ---> Running in 3cfcd6759777 [2021-01-19T18:07:28.795Z] ---> a2427468645d [2021-01-19T18:07:28.795Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-19T18:07:28.795Z] ---> Running in 3b6277e06c4c [2021-01-19T18:07:29.457Z] Removing intermediate container 9f47767dd8c3 [2021-01-19T18:07:29.457Z] ---> 53481e6e6020 [2021-01-19T18:07:29.457Z] Step 20/22 : LABEL arch=arm64 [2021-01-19T18:07:29.457Z] Removing intermediate container 3b6277e06c4c [2021-01-19T18:07:29.457Z] ---> c41821b8ec99 [2021-01-19T18:07:29.457Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-19T18:07:29.457Z] Removing intermediate container 3cfcd6759777 [2021-01-19T18:07:29.457Z] ---> 815e0f64dc34 [2021-01-19T18:07:29.457Z] Step 20/21 : LABEL git_sha=8468e1487648a3de0418cfcf0beeafc13612dbe0 [2021-01-19T18:07:29.751Z] ---> Running in f70468e04ea5 [2021-01-19T18:07:29.751Z] ---> Running in c0a6b0f0eb8d [2021-01-19T18:07:29.751Z] ---> Running in dd94312f78fb [2021-01-19T18:07:30.042Z] ---> 9a8808540e70 [2021-01-19T18:07:30.042Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-19T18:07:30.042Z] Removing intermediate container c95e6b27c890 [2021-01-19T18:07:30.042Z] ---> 9a749d6e7ec1 [2021-01-19T18:07:30.042Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-19T18:07:30.051Z] 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-19T18:07:30.330Z] ---> Running in 90b285756016 [2021-01-19T18:07:30.330Z] ---> Running in 4b1b1b23d9c7 [2021-01-19T18:07:30.620Z] 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-19T18:07:30.620Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-01-19T18:07:30.635Z] Removing intermediate container c0a6b0f0eb8d [2021-01-19T18:07:30.635Z] ---> 6d0c0e9cdc96 [2021-01-19T18:07:30.635Z] Step 14/22 : WORKDIR / [2021-01-19T18:07:30.635Z] Removing intermediate container f70468e04ea5 [2021-01-19T18:07:30.635Z] ---> f97a7cc56c67 [2021-01-19T18:07:30.635Z] Step 21/22 : LABEL git_sha=8468e1487648a3de0418cfcf0beeafc13612dbe0 [2021-01-19T18:07:30.635Z] Removing intermediate container dd94312f78fb [2021-01-19T18:07:30.635Z] ---> cae6f885d407 [2021-01-19T18:07:30.635Z] Step 21/21 : LABEL version=0.0.0 [2021-01-19T18:07:30.635Z] ---> Running in 73805464427e [2021-01-19T18:07:30.933Z] ---> Running in f6c48b34533b [2021-01-19T18:07:30.933Z] ---> Running in 788a95885c86 [2021-01-19T18:07:31.248Z] Removing intermediate container 90b285756016 [2021-01-19T18:07:31.248Z] ---> c6f6ccbce1ba [2021-01-19T18:07:31.248Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T18:07:31.248Z] Removing intermediate container 4b1b1b23d9c7 [2021-01-19T18:07:31.248Z] ---> 3ec865467fd8 [2021-01-19T18:07:31.248Z] Step 20/22 : LABEL arch=arm64 [2021-01-19T18:07:31.522Z] ---> Running in c465078b2d5b [2021-01-19T18:07:31.522Z] ---> Running in 55afdee1f057 [2021-01-19T18:07:31.522Z] Removing intermediate container 73805464427e [2021-01-19T18:07:31.522Z] ---> f7ea546289d3 [2021-01-19T18:07:31.522Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T18:07:31.522Z] Removing intermediate container f6c48b34533b [2021-01-19T18:07:31.522Z] ---> 74eaaeffd13f [2021-01-19T18:07:31.522Z] Step 22/22 : LABEL version=0.0.0 [2021-01-19T18:07:31.831Z] ---> Running in 31348515e189 [2021-01-19T18:07:31.831Z] Removing intermediate container 788a95885c86 [2021-01-19T18:07:31.831Z] ---> 4d5081f59b6c [2021-01-19T18:07:31.831Z] [2021-01-19T18:07:32.001Z] 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-19T18:07:32.120Z] Removing intermediate container 55afdee1f057 [2021-01-19T18:07:32.120Z] ---> 73c07a9d2b4c [2021-01-19T18:07:32.120Z] Step 22/24 : LABEL arch=arm64 [2021-01-19T18:07:32.120Z] Removing intermediate container c465078b2d5b [2021-01-19T18:07:32.120Z] ---> 6d665988dcaa [2021-01-19T18:07:32.120Z] Step 21/22 : LABEL git_sha=8468e1487648a3de0418cfcf0beeafc13612dbe0 [2021-01-19T18:07:32.392Z] ---> Running in a91a7d99692e [2021-01-19T18:07:32.392Z] ---> Running in b8e2b8d5a3ba [2021-01-19T18:07:32.392Z] Successfully built 4d5081f59b6c [2021-01-19T18:07:32.570Z] 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-19T18:07:32.665Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-19T18:07:32.665Z] Removing intermediate container 31348515e189 [2021-01-19T18:07:32.665Z] ---> be57c9cdb7cb [2021-01-19T18:07:32.665Z] Building docker-security-proxy-setup-go [2021-01-19T18:07:32.665Z]  Building docker-support-scheduler-go ... done  [2021-01-19T18:07:32.665Z] ---> f6d32767468f [2021-01-19T18:07:32.665Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-19T18:07:32.938Z] Successfully built be57c9cdb7cb [2021-01-19T18:07:33.213Z] Removing intermediate container a91a7d99692e [2021-01-19T18:07:33.213Z] ---> 1e01bdbbab03 [2021-01-19T18:07:33.213Z] Step 23/24 : LABEL git_sha=8468e1487648a3de0418cfcf0beeafc13612dbe0 [2021-01-19T18:07:33.213Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-19T18:07:33.213Z]  Building docker-core-command-go ... done Building docker-security-secretstore-setup-go [2021-01-19T18:07:33.213Z] Removing intermediate container b8e2b8d5a3ba [2021-01-19T18:07:33.213Z] ---> 350fe0fd1428 [2021-01-19T18:07:33.213Z] Step 22/22 : LABEL version=0.0.0 [2021-01-19T18:07:33.486Z] ---> Running in 6825e84dabcc [2021-01-19T18:07:33.486Z] ---> Running in 65a1b21b76ff [2021-01-19T18:07:33.511Z] 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-19T18:07:33.511Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-01-19T18:07:34.081Z] Removing intermediate container 6825e84dabcc [2021-01-19T18:07:34.081Z] ---> b3c6401da62f [2021-01-19T18:07:34.081Z] Step 24/24 : LABEL version=0.0.0 [2021-01-19T18:07:34.358Z] ---> Running in c0252e92e7a4 [2021-01-19T18:07:34.358Z] Removing intermediate container 65a1b21b76ff [2021-01-19T18:07:34.358Z] ---> 0ff815dbd828 [2021-01-19T18:07:34.358Z] [2021-01-19T18:07:34.358Z] ---> 5eef58554520 [2021-01-19T18:07:34.358Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-19T18:07:34.960Z] Successfully built 0ff815dbd828 [2021-01-19T18:07:34.960Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2021-01-19T18:07:34.960Z]  Building docker-security-bootstrap-redis-go ... done Building docker-core-data-go [2021-01-19T18:07:35.238Z] Removing intermediate container c0252e92e7a4 [2021-01-19T18:07:35.238Z] ---> 24944466e468 [2021-01-19T18:07:35.238Z] [2021-01-19T18:07:35.850Z] Successfully built 24944466e468 [2021-01-19T18:07:35.850Z] ---> e6b97a37aa9c [2021-01-19T18:07:35.850Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-19T18:07:35.850Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-19T18:07:35.850Z] Building docker-sys-mgmt-agent-go [2021-01-19T18:07:35.850Z]  Building docker-support-notifications-go ... done  ---> Running in 7afc0c999221 [2021-01-19T18:07:36.051Z] Building version [2021-01-19T18:07:36.442Z] Removing intermediate container 7afc0c999221 [2021-01-19T18:07:36.442Z] ---> aa0a5be5d9f7 [2021-01-19T18:07:36.442Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T18:07:36.715Z] ---> Running in 2f1afbe7d64c [2021-01-19T18:07:37.318Z] Removing intermediate container 2f1afbe7d64c [2021-01-19T18:07:37.318Z] ---> 74333213c364 [2021-01-19T18:07:37.318Z] Step 20/22 : LABEL arch=arm64 [2021-01-19T18:07:37.433Z] Staging config-common [2021-01-19T18:07:37.928Z] ---> Running in 7dcf6cdb0ee0 [2021-01-19T18:07:38.373Z] Skipping stage go-build-helper (already ran) [2021-01-19T18:07:38.373Z] Skipping stage static-packages (already ran) [2021-01-19T18:07:38.373Z] Skipping stage go115 (already ran) [2021-01-19T18:07:38.373Z] Staging edgex-go [2021-01-19T18:07:38.909Z] Removing intermediate container 7dcf6cdb0ee0 [2021-01-19T18:07:38.909Z] ---> fd800213754a [2021-01-19T18:07:38.909Z] Step 21/22 : LABEL git_sha=8468e1487648a3de0418cfcf0beeafc13612dbe0 [2021-01-19T18:07:39.326Z] Staging version [2021-01-19T18:07:39.523Z] ---> Running in 0788f2eb770e [2021-01-19T18:07:40.267Z] Priming config-common [2021-01-19T18:07:40.513Z] Removing intermediate container 0788f2eb770e [2021-01-19T18:07:40.513Z] ---> e4e878b12665 [2021-01-19T18:07:40.513Z] Step 22/22 : LABEL version=0.0.0 [2021-01-19T18:07:41.119Z] ---> Running in cfa573e46940 [2021-01-19T18:07:41.208Z] Priming go-build-helper [2021-01-19T18:07:42.101Z] Removing intermediate container cfa573e46940 [2021-01-19T18:07:42.101Z] ---> b6475ce4c31e [2021-01-19T18:07:42.101Z] [2021-01-19T18:07:42.149Z] Priming static-packages [2021-01-19T18:07:42.374Z] Successfully built b6475ce4c31e [2021-01-19T18:07:42.374Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-19T18:07:44.060Z] Priming go115 [2021-01-19T18:07:44.999Z] Priming edgex-go [2021-01-19T18:07:46.400Z] Priming version [2021-01-19T18:07:47.001Z] 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-19T18:08:29.373Z]  Building docker-core-metadata-go ... done Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T18:08:29.373Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-19T18:08:29.373Z] ---> 3c101a42b80a [2021-01-19T18:08:29.373Z] Step 3/21 : WORKDIR /edgex-go [2021-01-19T18:08:29.373Z] ---> Using cache [2021-01-19T18:08:29.373Z] ---> f76c8030cb9c [2021-01-19T18:08:29.373Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T18:08:29.373Z] ---> Using cache [2021-01-19T18:08:29.373Z] ---> e9a87d55b318 [2021-01-19T18:08:29.373Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-19T18:08:29.373Z] ---> Using cache [2021-01-19T18:08:29.373Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T18:08:29.373Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-19T18:08:29.373Z] ---> 3c101a42b80a [2021-01-19T18:08:29.373Z] ---> a118c0e371a1 [2021-01-19T18:08:29.373Z] Step 3/24 : WORKDIR /edgex-go [2021-01-19T18:08:29.373Z] Step 6/21 : COPY go.mod . ---> Using cache [2021-01-19T18:08:29.373Z] [2021-01-19T18:08:29.373Z] ---> f76c8030cb9c [2021-01-19T18:08:29.373Z] ---> Using cache [2021-01-19T18:08:29.373Z] ---> 0b9cd287332a [2021-01-19T18:08:29.373Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesStep 7/21 : RUN go mod download [2021-01-19T18:08:29.373Z] [2021-01-19T18:08:29.373Z] ---> Using cache [2021-01-19T18:08:29.373Z] ---> Using cache [2021-01-19T18:08:29.373Z] ---> e9a87d55b318 [2021-01-19T18:08:29.373Z] ---> 060f4405ef13 [2021-01-19T18:08:29.373Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-19T18:08:29.373Z] Step 8/21 : COPY . . ---> Using cache [2021-01-19T18:08:29.373Z] ---> a118c0e371a1 [2021-01-19T18:08:29.373Z] [2021-01-19T18:08:29.373Z] Step 6/24 : COPY go.mod . [2021-01-19T18:08:29.373Z] ---> Using cache [2021-01-19T18:08:29.373Z] ---> 0b9cd287332a [2021-01-19T18:08:29.373Z] Step 7/24 : RUN go mod download [2021-01-19T18:08:29.373Z] ---> Using cache [2021-01-19T18:08:29.373Z] ---> 060f4405ef13 [2021-01-19T18:08:29.373Z] Step 8/24 : COPY . . [2021-01-19T18:08:29.373Z] ---> Using cache [2021-01-19T18:08:29.373Z] ---> 9df5667e9973 [2021-01-19T18:08:29.373Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-19T18:08:29.373Z] ---> Using cache [2021-01-19T18:08:29.373Z] ---> 9df5667e9973 [2021-01-19T18:08:29.373Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-19T18:08:29.373Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T18:08:29.373Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-19T18:08:29.373Z] ---> 3c101a42b80a [2021-01-19T18:08:29.373Z] Step 3/23 : WORKDIR /edgex-go [2021-01-19T18:08:29.373Z] ---> Using cache [2021-01-19T18:08:29.373Z] ---> f76c8030cb9c [2021-01-19T18:08:29.373Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T18:08:29.373Z] ---> Using cache [2021-01-19T18:08:29.373Z] ---> e9a87d55b318 [2021-01-19T18:08:29.373Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-19T18:08:29.373Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T18:08:29.373Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-19T18:08:29.373Z] ---> 3c101a42b80a [2021-01-19T18:08:29.373Z] Step 3/26 : WORKDIR /edgex-go [2021-01-19T18:08:29.373Z] ---> Using cache [2021-01-19T18:08:29.373Z] ---> f76c8030cb9c [2021-01-19T18:08:29.373Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T18:08:29.373Z] ---> Using cache [2021-01-19T18:08:29.373Z] ---> e9a87d55b318 [2021-01-19T18:08:29.373Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-19T18:08:29.645Z] ---> Running in 128eddbfc49c [2021-01-19T18:08:29.645Z] ---> Running in 976f6b18a5b0 [2021-01-19T18:08:29.645Z] ---> Running in c1238c054266 [2021-01-19T18:08:29.645Z] ---> Running in 38ee432532e9 [2021-01-19T18:08:31.631Z] 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-19T18:08:31.631Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T18:08:31.631Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T18:08:31.631Z] 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-19T18:08:32.234Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T18:08:32.234Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T18:08:32.849Z] OK: 217 MiB in 51 packages [2021-01-19T18:08:33.127Z] OK: 217 MiB in 51 packages [2021-01-19T18:08:35.124Z] Removing intermediate container c1238c054266 [2021-01-19T18:08:35.124Z] ---> 7b8d31a0f175 [2021-01-19T18:08:35.124Z] Step 6/26 : COPY go.mod . [2021-01-19T18:08:35.124Z] Removing intermediate container 38ee432532e9 [2021-01-19T18:08:35.124Z] ---> 4f3af4a9ace4 [2021-01-19T18:08:35.124Z] Step 6/23 : COPY go.mod . [2021-01-19T18:08:36.567Z] ---> 3b793b555ef3 [2021-01-19T18:08:36.567Z] Step 7/26 : RUN go mod download [2021-01-19T18:08:36.567Z] ---> Running in 9b7671669bb5 [2021-01-19T18:08:36.567Z] ---> 1e6d8a5b0cbd [2021-01-19T18:08:36.567Z] Step 7/23 : RUN go mod download [2021-01-19T18:08:36.842Z] ---> Running in b9ce916fbc2b [2021-01-19T18:08:42.251Z] Removing intermediate container 9b7671669bb5 [2021-01-19T18:08:42.251Z] ---> 916f4042d3f8 [2021-01-19T18:08:42.251Z] Step 8/26 : COPY . . [2021-01-19T18:08:42.251Z] Removing intermediate container b9ce916fbc2b [2021-01-19T18:08:42.251Z] ---> 507fec3a6cd3 [2021-01-19T18:08:42.251Z] Step 8/23 : COPY . . [2021-01-19T18:09:14.645Z] ---> 0cc20ecc5b51 [2021-01-19T18:09:14.645Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-19T18:09:14.645Z] ---> 83f535669cad [2021-01-19T18:09:14.645Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-19T18:09:14.645Z] ---> Running in 3b58c257a0d9 [2021-01-19T18:09:14.645Z] ---> Running in 11807bd41331 [2021-01-19T18:09:14.645Z] 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-19T18:09:14.645Z] 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-19T18:09:16.625Z] 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-19T18:09:16.903Z] 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-19T18:09:32.027Z] Removing intermediate container 976f6b18a5b0 [2021-01-19T18:09:32.027Z] ---> 57dda00eeaec [2021-01-19T18:09:32.027Z] [2021-01-19T18:09:32.027Z] Step 10/24 : FROM alpine:3.12 [2021-01-19T18:09:32.027Z] ---> afeebe901d6b [2021-01-19T18:09:32.027Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-19T18:09:32.027Z] ---> Using cache [2021-01-19T18:09:32.027Z] ---> e55ff1094f56 [2021-01-19T18:09:32.027Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-19T18:09:32.298Z] Removing intermediate container 128eddbfc49c [2021-01-19T18:09:32.298Z] ---> 4de9310d778f [2021-01-19T18:09:32.298Z] [2021-01-19T18:09:32.298Z] Step 10/21 : FROM alpine:3.12 [2021-01-19T18:09:32.298Z] ---> afeebe901d6b [2021-01-19T18:09:32.298Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-19T18:09:32.573Z] ---> Running in 2156a3b33225 [2021-01-19T18:09:32.573Z] ---> Running in e3c5a10af948 [2021-01-19T18:09:33.560Z] Removing intermediate container 2156a3b33225 [2021-01-19T18:09:33.560Z] ---> 18371fa6a3cf [2021-01-19T18:09:33.560Z] Step 13/24 : WORKDIR / [2021-01-19T18:09:33.560Z] ---> Running in 6aa4ab8857c8 [2021-01-19T18:09:34.552Z] Removing intermediate container 6aa4ab8857c8 [2021-01-19T18:09:34.552Z] ---> c09786d72d75 [2021-01-19T18:09:34.552Z] 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-19T18:09:34.827Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T18:09:34.827Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T18:09:35.823Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-19T18:09:35.823Z] ---> 3b3781ffabc0 [2021-01-19T18:09:35.823Z] 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-19T18:09:35.823Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-19T18:09:35.823Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-19T18:09:35.823Z] (4/4) Installing curl (7.69.1-r3) [2021-01-19T18:09:35.823Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T18:09:35.823Z] Executing ca-certificates-20191127-r4.trigger [2021-01-19T18:09:36.108Z] OK: 7 MiB in 18 packages [2021-01-19T18:09:37.112Z] ---> e7ca4366859d [2021-01-19T18:09:37.112Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-19T18:09:38.560Z] ---> b23269361198 [2021-01-19T18:09:38.560Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-19T18:09:39.166Z] Removing intermediate container e3c5a10af948 [2021-01-19T18:09:39.166Z] ---> 4b2b8bd66a13 [2021-01-19T18:09:39.166Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-19T18:09:39.449Z] ---> Running in 831d2cc2d905 [2021-01-19T18:09:40.448Z] Removing intermediate container 831d2cc2d905 [2021-01-19T18:09:40.448Z] ---> 0a6d2f13adc3 [2021-01-19T18:09:40.448Z] Step 13/21 : WORKDIR /edgex [2021-01-19T18:09:40.448Z] ---> c440b107d91c [2021-01-19T18:09:40.448Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-19T18:09:40.448Z] ---> Running in 4dafa9991f77 [2021-01-19T18:09:41.886Z] Removing intermediate container 4dafa9991f77 [2021-01-19T18:09:41.886Z] ---> df4f42485e9d [2021-01-19T18:09:41.886Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-19T18:09:42.487Z] ---> eb23cfa917f6 [2021-01-19T18:09:42.487Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-19T18:09:43.097Z] ---> 29ee5cb29cb3 [2021-01-19T18:09:43.097Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-19T18:09:43.699Z] ---> cd8be9ebd07c [2021-01-19T18:09:43.699Z] 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-19T18:09:43.980Z] ---> Running in 6d21f6478cbc [2021-01-19T18:09:45.444Z] ---> d0dd10d4fc64 [2021-01-19T18:09:45.444Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-19T18:09:48.100Z] ---> 54c52a1a68a7 [2021-01-19T18:09:48.100Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-19T18:09:48.100Z] ---> Running in 0a2455a455f6 [2021-01-19T18:09:48.100Z] Removing intermediate container 6d21f6478cbc [2021-01-19T18:09:48.100Z] ---> 960c1348654f [2021-01-19T18:09:48.100Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-19T18:09:48.100Z] ---> Running in 99ee60c6061f [2021-01-19T18:09:48.377Z] Removing intermediate container 0a2455a455f6 [2021-01-19T18:09:48.377Z] ---> 86dd296df26d [2021-01-19T18:09:48.377Z] Step 18/21 : CMD ["--init=true"] [2021-01-19T18:09:48.652Z] ---> Running in 6681caecb05b [2021-01-19T18:09:48.928Z] Removing intermediate container 99ee60c6061f [2021-01-19T18:09:48.928Z] ---> 36d6d0f6be2d [2021-01-19T18:09:48.928Z] Step 22/24 : LABEL arch=arm64 [2021-01-19T18:09:49.252Z] ---> Running in 35f2b9a5755d [2021-01-19T18:09:49.663Z] Removing intermediate container 6681caecb05b [2021-01-19T18:09:49.663Z] ---> 0fa7bc883422 [2021-01-19T18:09:49.663Z] Step 19/21 : LABEL arch=arm64 [2021-01-19T18:09:50.018Z] ---> Running in 6183f12634d9 [2021-01-19T18:09:50.018Z] Removing intermediate container 35f2b9a5755d [2021-01-19T18:09:50.018Z] ---> 80da3fee0814 [2021-01-19T18:09:50.018Z] Step 23/24 : LABEL git_sha=8468e1487648a3de0418cfcf0beeafc13612dbe0 [2021-01-19T18:09:50.018Z] ---> Running in e099d0f29c69 [2021-01-19T18:09:50.750Z] Removing intermediate container 6183f12634d9 [2021-01-19T18:09:50.750Z] ---> 6598bb7fa01c [2021-01-19T18:09:50.750Z] Step 20/21 : LABEL git_sha=8468e1487648a3de0418cfcf0beeafc13612dbe0 [2021-01-19T18:09:51.068Z] ---> Running in bdea7e590698 [2021-01-19T18:09:51.068Z] Removing intermediate container e099d0f29c69 [2021-01-19T18:09:51.068Z] ---> 04f405c0a193 [2021-01-19T18:09:51.068Z] Step 24/24 : LABEL version=0.0.0 [2021-01-19T18:09:51.382Z] ---> Running in 55340c24c192 [2021-01-19T18:09:51.669Z] Removing intermediate container bdea7e590698 [2021-01-19T18:09:51.669Z] ---> f7e5172e2a41 [2021-01-19T18:09:51.669Z] Step 21/21 : LABEL version=0.0.0 [2021-01-19T18:09:51.992Z] ---> Running in 28ec5cd5f427 [2021-01-19T18:09:52.316Z] Removing intermediate container 55340c24c192 [2021-01-19T18:09:52.316Z] ---> ce5d1c8186e7 [2021-01-19T18:09:52.316Z] [2021-01-19T18:09:54.035Z] Removing intermediate container 28ec5cd5f427 [2021-01-19T18:09:54.035Z] ---> c8e517a063dd [2021-01-19T18:09:54.035Z] [2021-01-19T18:09:54.035Z] Successfully built ce5d1c8186e7 [2021-01-19T18:09:54.035Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-19T18:09:54.035Z]  Building docker-security-secretstore-setup-go ... done Successfully built c8e517a063dd [2021-01-19T18:09:54.035Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-19T18:10:12.383Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 11807bd41331 [2021-01-19T18:10:12.383Z] ---> d902718565b7 [2021-01-19T18:10:12.383Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-19T18:10:12.383Z] ---> Running in 0a68092fa8c7 [2021-01-19T18:10:13.362Z] 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-19T18:10:16.748Z] Removing intermediate container 0a68092fa8c7 [2021-01-19T18:10:16.748Z] ---> ea8135a9bd5e [2021-01-19T18:10:16.748Z] [2021-01-19T18:10:16.748Z] Step 11/26 : FROM docker:20.10.0 [2021-01-19T18:10:16.748Z] 20.10.0: Pulling from library/docker [2021-01-19T18:10:25.040Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-19T18:10:25.040Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-19T18:10:25.040Z] ---> eeaf43b92773 [2021-01-19T18:10:25.040Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-19T18:10:25.635Z] ---> Running in a9310ceb73e1 [2021-01-19T18:10:26.234Z] Removing intermediate container 3b58c257a0d9 [2021-01-19T18:10:26.234Z] ---> 0a8da3878a40 [2021-01-19T18:10:26.234Z] [2021-01-19T18:10:26.234Z] Step 10/23 : FROM alpine:3.12 [2021-01-19T18:10:26.234Z] ---> afeebe901d6b [2021-01-19T18:10:26.234Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-19T18:10:26.234Z] ---> Running in 406d9a943e94 [2021-01-19T18:10:26.831Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T18:10:26.831Z] Removing intermediate container 406d9a943e94 [2021-01-19T18:10:26.831Z] ---> 2b2c509e9081 [2021-01-19T18:10:26.831Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-19T18:10:26.831Z] ---> Running in 7b46b56209bb [2021-01-19T18:10:26.831Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T18:10:27.425Z] Removing intermediate container 7b46b56209bb [2021-01-19T18:10:27.425Z] ---> 7bb3444a43be [2021-01-19T18:10:27.425Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-19T18:10:27.425Z] ---> Running in e9666e20868d [2021-01-19T18:10:27.697Z] (1/2) Installing readline (8.0.4-r0) [2021-01-19T18:10:27.697Z] (2/2) Installing bash (5.0.17-r0) [2021-01-19T18:10:27.697Z] Executing bash-5.0.17-r0.post-install [2021-01-19T18:10:27.697Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T18:10:27.697Z] OK: 12 MiB in 22 packages [2021-01-19T18:10:27.967Z] Removing intermediate container e9666e20868d [2021-01-19T18:10:27.967Z] ---> fe0094d8491c [2021-01-19T18:10:27.967Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T18:10:28.238Z] ---> Running in 58d90a08f71e [2021-01-19T18:10:29.217Z] Removing intermediate container a9310ceb73e1 [2021-01-19T18:10:29.217Z] ---> e2fd1a3a6224 [2021-01-19T18:10:29.217Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-19T18:10:29.217Z] ---> Running in 83c2dc94248b [2021-01-19T18:10:29.811Z] Removing intermediate container 83c2dc94248b [2021-01-19T18:10:29.811Z] ---> d51f4cbf5a0a [2021-01-19T18:10:29.811Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-19T18:10:30.092Z] ---> Running in 847898e10c19 [2021-01-19T18:10:30.371Z] Removing intermediate container 847898e10c19 [2021-01-19T18:10:30.371Z] ---> 6cc3088b5594 [2021-01-19T18:10:30.371Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-19T18:10:30.643Z] ---> Running in 14bab87aa9f8 [2021-01-19T18:10:30.643Z] Removing intermediate container 58d90a08f71e [2021-01-19T18:10:30.643Z] ---> d16bb037376b [2021-01-19T18:10:30.643Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-19T18:10:30.917Z] ---> Running in c0ec36f30405 [2021-01-19T18:10:31.191Z] Removing intermediate container 14bab87aa9f8 [2021-01-19T18:10:31.191Z] ---> 36185b2a9822 [2021-01-19T18:10:31.191Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-19T18:10:32.182Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T18:10:32.455Z] ---> 3dff3c6e72e8 [2021-01-19T18:10:32.455Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-19T18:10:33.050Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T18:10:33.322Z] ---> bc83c331d1a4 [2021-01-19T18:10:33.322Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-19T18:10:33.914Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-19T18:10:33.914Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-19T18:10:34.185Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-19T18:10:34.185Z] ---> 5d7aa9f9f8b0 [2021-01-19T18:10:34.185Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-19T18:10:34.470Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-19T18:10:34.470Z] ---> Running in f818ede11063 [2021-01-19T18:10:34.470Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-19T18:10:34.470Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T18:10:34.470Z] OK: 8 MiB in 19 packages [2021-01-19T18:10:35.925Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T18:10:35.926Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T18:10:35.926Z] Removing intermediate container c0ec36f30405 [2021-01-19T18:10:35.926Z] ---> 133a33f92b47 [2021-01-19T18:10:35.926Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T18:10:36.534Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-19T18:10:36.534Z] (2/33) Installing expat (2.2.9-r1) [2021-01-19T18:10:36.534Z] (3/33) Installing libffi (3.3-r2) [2021-01-19T18:10:36.534Z] (4/33) Installing gdbm (1.13-r1) [2021-01-19T18:10:36.534Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-19T18:10:36.534Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-19T18:10:36.534Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-19T18:10:36.818Z] ---> fca4407b760c [2021-01-19T18:10:36.818Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-19T18:10:38.799Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-19T18:10:38.799Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-19T18:10:38.799Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-19T18:10:38.799Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-19T18:10:38.799Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-19T18:10:38.799Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-19T18:10:38.799Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-19T18:10:38.799Z] ---> 796b43b97547 [2021-01-19T18:10:38.799Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-19T18:10:38.799Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-19T18:10:38.799Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-19T18:10:38.799Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-19T18:10:38.799Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-19T18:10:38.799Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-19T18:10:39.079Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-19T18:10:39.079Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-19T18:10:39.079Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-19T18:10:39.079Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-19T18:10:39.079Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-19T18:10:39.079Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-19T18:10:39.079Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-19T18:10:39.079Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-19T18:10:39.079Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-19T18:10:39.079Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-19T18:10:39.079Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-19T18:10:39.357Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-19T18:10:39.357Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-19T18:10:39.357Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-19T18:10:39.357Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T18:10:39.637Z] OK: 71 MiB in 55 packages [2021-01-19T18:10:39.637Z] ---> bd68236d6624 [2021-01-19T18:10:39.637Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-19T18:10:39.637Z] ---> Running in ca4e1fcd74fe [2021-01-19T18:10:40.243Z] Removing intermediate container ca4e1fcd74fe [2021-01-19T18:10:40.243Z] ---> cc12c2586543 [2021-01-19T18:10:40.243Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T18:10:40.516Z] ---> Running in 0945acc90a01 [2021-01-19T18:10:41.118Z] Removing intermediate container 0945acc90a01 [2021-01-19T18:10:41.118Z] ---> 46642a1fbd8c [2021-01-19T18:10:41.118Z] Step 21/23 : LABEL arch=arm64 [2021-01-19T18:10:41.391Z] ---> Running in 0e75da6b31a6 [2021-01-19T18:10:41.987Z] Removing intermediate container 0e75da6b31a6 [2021-01-19T18:10:41.987Z] ---> 3545a3cc4add [2021-01-19T18:10:41.987Z] Step 22/23 : LABEL git_sha=8468e1487648a3de0418cfcf0beeafc13612dbe0 [2021-01-19T18:10:42.262Z] ---> Running in d97358085dca [2021-01-19T18:10:42.862Z] Removing intermediate container d97358085dca [2021-01-19T18:10:42.862Z] ---> 033993cdd66e [2021-01-19T18:10:42.862Z] Step 23/23 : LABEL version=0.0.0 [2021-01-19T18:10:42.862Z] ---> Running in 1be2b5ace050 [2021-01-19T18:10:43.459Z] Removing intermediate container 1be2b5ace050 [2021-01-19T18:10:43.459Z] ---> 7a94fb533f79 [2021-01-19T18:10:43.459Z] [2021-01-19T18:10:43.737Z] Successfully built 7a94fb533f79 [2021-01-19T18:10:44.012Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-19T18:10:45.442Z]  Building docker-core-data-go ... done Removing intermediate container f818ede11063 [2021-01-19T18:10:45.442Z] ---> 0bb9943b37f3 [2021-01-19T18:10:45.442Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-19T18:10:45.442Z] ---> Running in 56a1a4b3d9a3 [2021-01-19T18:10:50.823Z] Collecting docker-compose==1.23.2 [2021-01-19T18:10:50.823Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-19T18:10:51.093Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-19T18:10:51.093Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-19T18:10:51.366Z] Collecting texttable<0.10,>=0.9.0 [2021-01-19T18:10:51.366Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-19T18:10:53.979Z] Collecting PyYAML<4,>=3.10 [2021-01-19T18:10:53.979Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-19T18:10:56.595Z] Collecting jsonschema<3,>=2.5.1 [2021-01-19T18:10:56.595Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-19T18:10:57.565Z] Collecting docker<4.0,>=3.6.0 [2021-01-19T18:10:57.565Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-19T18:10:58.988Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-19T18:10:58.988Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-19T18:10:59.257Z] Collecting cached-property<2,>=1.2.0 [2021-01-19T18:10:59.257Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-19T18:10:59.257Z] 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-19T18:10:59.527Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-19T18:10:59.528Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-19T18:11:01.494Z] Collecting docopt<0.7,>=0.6.1 [2021-01-19T18:11:01.494Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-19T18:11:03.461Z] Collecting docker-pycreds>=0.4.0 [2021-01-19T18:11:03.462Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-19T18:11:03.731Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-19T18:11:03.731Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-19T18:11:04.001Z] 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-19T18:11:04.270Z] Collecting idna<2.8,>=2.5 [2021-01-19T18:11:04.270Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-19T18:11:04.271Z] 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-19T18:11:04.271Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-19T18:11:04.271Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-19T18:11:04.271Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-19T18:11:04.271Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-19T18:11:05.243Z] Installing collected packages: websocket-client, texttable, PyYAML, jsonschema, urllib3, idna, requests, docker-pycreds, docker, cached-property, dockerpty, docopt, docker-compose [2021-01-19T18:11:05.243Z] Running setup.py install for texttable: started [2021-01-19T18:11:07.203Z] Running setup.py install for texttable: finished with status 'done' [2021-01-19T18:11:07.203Z] Running setup.py install for PyYAML: started [2021-01-19T18:11:09.159Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-19T18:11:09.430Z] Attempting uninstall: urllib3 [2021-01-19T18:11:09.430Z] Found existing installation: urllib3 1.25.9 [2021-01-19T18:11:09.430Z] Uninstalling urllib3-1.25.9: [2021-01-19T18:11:09.703Z] Successfully uninstalled urllib3-1.25.9 [2021-01-19T18:11:10.321Z] Attempting uninstall: idna [2021-01-19T18:11:10.321Z] Found existing installation: idna 2.9 [2021-01-19T18:11:10.321Z] Uninstalling idna-2.9: [2021-01-19T18:11:10.321Z] Successfully uninstalled idna-2.9 [2021-01-19T18:11:10.929Z] Attempting uninstall: requests [2021-01-19T18:11:10.929Z] Found existing installation: requests 2.23.0 [2021-01-19T18:11:10.929Z] Uninstalling requests-2.23.0: [2021-01-19T18:11:11.211Z] Successfully uninstalled requests-2.23.0 [2021-01-19T18:11:12.672Z] Running setup.py install for dockerpty: started [2021-01-19T18:11:14.097Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-19T18:11:14.374Z] Running setup.py install for docopt: started [2021-01-19T18:11:16.338Z] Running setup.py install for docopt: finished with status 'done' [2021-01-19T18:11:16.929Z] 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-19T18:11:20.313Z] Removing intermediate container 56a1a4b3d9a3 [2021-01-19T18:11:20.313Z] ---> 331e9ac2fbee [2021-01-19T18:11:20.313Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-19T18:11:20.587Z] ---> Running in 1ca730231e5a [2021-01-19T18:11:21.564Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T18:11:21.837Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T18:11:22.430Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-19T18:11:22.430Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-19T18:11:22.430Z] (3/3) Installing curl (7.69.1-r3) [2021-01-19T18:11:22.430Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T18:11:22.430Z] OK: 71 MiB in 58 packages [2021-01-19T18:11:23.869Z] Removing intermediate container 1ca730231e5a [2021-01-19T18:11:23.869Z] ---> a96da3273134 [2021-01-19T18:11:23.869Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-19T18:11:23.869Z] ---> Running in ca16a74510bf [2021-01-19T18:11:24.141Z] Removing intermediate container ca16a74510bf [2021-01-19T18:11:24.141Z] ---> c2958d290b9a [2021-01-19T18:11:24.141Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T18:11:24.416Z] ---> Running in 141b0d0565d5 [2021-01-19T18:11:24.688Z] Removing intermediate container 141b0d0565d5 [2021-01-19T18:11:24.688Z] ---> 2170bb1af12e [2021-01-19T18:11:24.688Z] Step 24/26 : LABEL arch=arm64 [2021-01-19T18:11:24.960Z] ---> Running in b7e1c0bd95b8 [2021-01-19T18:11:25.236Z] Removing intermediate container b7e1c0bd95b8 [2021-01-19T18:11:25.236Z] ---> b4bf8b071235 [2021-01-19T18:11:25.236Z] Step 25/26 : LABEL git_sha=8468e1487648a3de0418cfcf0beeafc13612dbe0 [2021-01-19T18:11:25.508Z] ---> Running in 293e5852189a [2021-01-19T18:11:25.784Z] Removing intermediate container 293e5852189a [2021-01-19T18:11:25.784Z] ---> fe11fa2a770e [2021-01-19T18:11:25.784Z] Step 26/26 : LABEL version=0.0.0 [2021-01-19T18:11:26.061Z] ---> Running in 0c8e132a7aee [2021-01-19T18:11:26.670Z] Removing intermediate container 0c8e132a7aee [2021-01-19T18:11:26.670Z] ---> 65043319c725 [2021-01-19T18:11:26.670Z] [2021-01-19T18:11:26.941Z] Successfully built 65043319c725 [2021-01-19T18:11:26.941Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-19T18:11:27.226Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-19T18:11:27.222Z] $ docker stop --time=1 e0eff90c3c46d0da9be41d75d2341b3f68e1ecf3a9b772d629c36c508ce7148f [2021-01-19T18:11:29.199Z] $ docker rm -f e0eff90c3c46d0da9be41d75d2341b3f68e1ecf3a9b772d629c36c508ce7148f [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-19T18:11:29.865Z] + + dockergrep images docker [2021-01-19T18:11:29.865Z] [2021-01-19T18:11:30.139Z] docker-sys-mgmt-agent-go-arm64 latest 65043319c725 3 seconds ago 300MB [2021-01-19T18:11:30.139Z] docker-core-data-go-arm64 latest 7a94fb533f79 46 seconds ago 21MB [2021-01-19T18:11:30.139Z] docker-security-proxy-setup-go-arm64 latest c8e517a063dd About a minute ago 23.2MB [2021-01-19T18:11:30.139Z] docker-security-secretstore-setup-go-arm64 latest ce5d1c8186e7 About a minute ago 23.4MB [2021-01-19T18:11:30.139Z] docker-core-metadata-go-arm64 latest b6475ce4c31e 3 minutes ago 12.3MB [2021-01-19T18:11:30.139Z] docker-support-notifications-go-arm64 latest 24944466e468 3 minutes ago 11.4MB [2021-01-19T18:11:30.139Z] docker-security-bootstrap-redis-go-arm64 latest 0ff815dbd828 3 minutes ago 15.1MB [2021-01-19T18:11:30.139Z] docker-core-command-go-arm64 latest be57c9cdb7cb 3 minutes ago 9.98MB [2021-01-19T18:11:30.139Z] docker-support-scheduler-go-arm64 latest 4d5081f59b6c 3 minutes ago 10MB [2021-01-19T18:11:30.139Z] docker 20.10.0 eeaf43b92773 5 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-19T18:11:31.838Z] provisioning config files... [2021-01-19T18:11:31.859Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/2@tmp/config4005660042961893779tmp [Pipeline] { [Pipeline] sh [2021-01-19T18:11:32.252Z] + set +x [2021-01-19T18:11:32.252Z] + curl -s https://codecov.io/bash [2021-01-19T18:11:32.252Z] + bash -s -- [2021-01-19T18:11:32.515Z] [2021-01-19T18:11:32.515Z] _____ _ [2021-01-19T18:11:32.515Z] / ____| | | [2021-01-19T18:11:32.515Z] | | ___ __| | ___ ___ _____ __ [2021-01-19T18:11:32.515Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-19T18:11:32.515Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-19T18:11:32.515Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-19T18:11:32.515Z] Bash-20210115-cec3c92 [2021-01-19T18:11:32.515Z] [2021-01-19T18:11:32.515Z] [2021-01-19T18:11:32.515Z] ==> git version 2.24.3 found [2021-01-19T18:11:32.515Z] ==> 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-19T18:11:32.515Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-19T18:11:32.515Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-19T18:11:32.515Z] ==> Jenkins CI detected. [2021-01-19T18:11:32.515Z] project root: . [2021-01-19T18:11:32.515Z] --> token set from env [2021-01-19T18:11:32.777Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-19T18:11:32.777Z] ==> Running gcov in . (disable via -X gcov) [2021-01-19T18:11:32.777Z] ==> Python coveragepy not found [2021-01-19T18:11:32.777Z] ==> Searching for coverage reports in: [2021-01-19T18:11:32.777Z] + . [2021-01-19T18:11:32.777Z] -> Found 1 reports [2021-01-19T18:11:32.777Z] ==> Detecting git/mercurial file structure [2021-01-19T18:11:32.777Z] ==> Reading reports [2021-01-19T18:11:32.777Z] + ./coverage.out bytes=550280 [2021-01-19T18:11:32.777Z] ==> Appending adjustments [2021-01-19T18:11:32.777Z] https://docs.codecov.io/docs/fixing-reports [2021-01-19T18:11:36.092Z] + Found adjustments [2021-01-19T18:11:36.092Z] ==> Gzipping contents [2021-01-19T18:11:36.092Z] 84K /tmp/codecov.ht0cQf.gz [2021-01-19T18:11:36.092Z] ==> Uploading reports [2021-01-19T18:11:36.092Z] url: https://codecov.io [2021-01-19T18:11:36.092Z] query: branch=PR-3049&commit=8468e1487648a3de0418cfcf0beeafc13612dbe0&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3049%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3049&job=&cmd_args= [2021-01-19T18:11:36.092Z] -> Pinging Codecov [2021-01-19T18:11:36.092Z] https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=PR-3049&commit=8468e1487648a3de0418cfcf0beeafc13612dbe0&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3049%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3049&job=&cmd_args= [2021-01-19T18:11:36.359Z] -> Uploading to [2021-01-19T18:11:36.359Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-19/00271124DB129430A58F1EEE437C3FCB/8468e1487648a3de0418cfcf0beeafc13612dbe0/6ab62e5c-94e4-4f82-80ab-14ec64923ca7.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210119%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210119T181136Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=f974df24aab29f040b12434036c72ba9a5fb3386aad06a4e4c808ab1f9548b7b [2021-01-19T18:11:36.359Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-19T18:11:36.359Z] Dload Upload Total Spent Left Speed [2021-01-19T18:11:36.973Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 83312 0 0 100 83312 0 134k --:--:-- --:--:-- --:--:-- 134k 100 83312 0 0 100 83312 0 134k --:--:-- --:--:-- --:--:-- 134k [2021-01-19T18:11:36.973Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/8468e1487648a3de0418cfcf0beeafc13612dbe0 [Pipeline] } [2021-01-19T18:11:36.984Z] 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-19T18:11:39.203Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T18:11:40.100Z] ---> package-listing.sh [2021-01-19T18:11:40.100Z] ++ facter osfamily [2021-01-19T18:11:40.100Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-19T18:11:40.100Z] + OS_FAMILY=redhat [2021-01-19T18:11:40.100Z] + workspace=/w/workspace/edgex-go/2 [2021-01-19T18:11:40.100Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-19T18:11:40.100Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-19T18:11:40.100Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-19T18:11:40.100Z] + PACKAGES=/tmp/packages_start.txt [2021-01-19T18:11:40.100Z] + '[' /w/workspace/edgex-go/2 ']' [2021-01-19T18:11:40.100Z] + PACKAGES=/tmp/packages_end.txt [2021-01-19T18:11:40.100Z] + case "${OS_FAMILY}" in [2021-01-19T18:11:40.100Z] + rpm -qa [2021-01-19T18:11:40.100Z] + sort [2021-01-19T18:11:45.436Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-19T18:11:45.436Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-19T18:11:45.436Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-19T18:11:45.436Z] + '[' /w/workspace/edgex-go/2 ']' [2021-01-19T18:11:45.436Z] + mkdir -p /w/workspace/edgex-go/2/archives/ [2021-01-19T18:11:45.436Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo [2021-01-19T18:11:45.450Z] 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/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-19T18:11:45.749Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-19T18:11:46.133Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-19T18:11:46.133Z] [2021-01-19T18:11:46.133Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-19T18:11:46.531Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-19T18:11:46.531Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-19T18:11:46.531Z] df20fa9351a1: Pulling fs layer [2021-01-19T18:11:46.531Z] 36b3adc4ff6f: Pulling fs layer [2021-01-19T18:11:46.531Z] 8ad3a11d3b57: Pulling fs layer [2021-01-19T18:11:46.531Z] 46f8f816bc3b: Pulling fs layer [2021-01-19T18:11:46.531Z] 93b61091891f: Pulling fs layer [2021-01-19T18:11:46.531Z] 93b9cdb0e59b: Pulling fs layer [2021-01-19T18:11:46.531Z] 5e14af77c1be: Pulling fs layer [2021-01-19T18:11:46.531Z] 01666e4c0597: Pulling fs layer [2021-01-19T18:11:46.531Z] aa168da1d23b: Pulling fs layer [2021-01-19T18:11:46.531Z] 46f8f816bc3b: Waiting [2021-01-19T18:11:46.531Z] 93b61091891f: Waiting [2021-01-19T18:11:46.531Z] 5e14af77c1be: Waiting [2021-01-19T18:11:46.531Z] 93b9cdb0e59b: Waiting [2021-01-19T18:11:46.531Z] 01666e4c0597: Waiting [2021-01-19T18:11:46.532Z] aa168da1d23b: Waiting [2021-01-19T18:11:46.532Z] 36b3adc4ff6f: Verifying Checksum [2021-01-19T18:11:46.532Z] 36b3adc4ff6f: Download complete [2021-01-19T18:11:46.532Z] 46f8f816bc3b: Verifying Checksum [2021-01-19T18:11:46.532Z] 46f8f816bc3b: Download complete [2021-01-19T18:11:46.803Z] df20fa9351a1: Download complete [2021-01-19T18:11:46.803Z] 93b9cdb0e59b: Verifying Checksum [2021-01-19T18:11:46.803Z] 93b9cdb0e59b: Download complete [2021-01-19T18:11:46.803Z] 93b61091891f: Verifying Checksum [2021-01-19T18:11:46.803Z] 93b61091891f: Download complete [2021-01-19T18:11:46.803Z] 5e14af77c1be: Verifying Checksum [2021-01-19T18:11:46.803Z] 5e14af77c1be: Download complete [2021-01-19T18:11:46.803Z] 01666e4c0597: Verifying Checksum [2021-01-19T18:11:46.803Z] 01666e4c0597: Download complete [2021-01-19T18:11:46.803Z] 8ad3a11d3b57: Verifying Checksum [2021-01-19T18:11:46.803Z] 8ad3a11d3b57: Download complete [2021-01-19T18:11:47.074Z] df20fa9351a1: Pull complete [2021-01-19T18:11:47.341Z] 36b3adc4ff6f: Pull complete [2021-01-19T18:11:49.284Z] aa168da1d23b: Verifying Checksum [2021-01-19T18:11:49.284Z] aa168da1d23b: Download complete [2021-01-19T18:11:49.861Z] 8ad3a11d3b57: Pull complete [2021-01-19T18:11:50.126Z] 46f8f816bc3b: Pull complete [2021-01-19T18:11:50.700Z] 93b61091891f: Pull complete [2021-01-19T18:11:50.700Z] 93b9cdb0e59b: Pull complete [2021-01-19T18:11:50.700Z] 5e14af77c1be: Pull complete [2021-01-19T18:11:50.966Z] 01666e4c0597: Pull complete [2021-01-19T18:12:01.037Z] aa168da1d23b: Pull complete [2021-01-19T18:12:01.037Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-19T18:12:01.037Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-19T18:12:01.037Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-19T18:12:01.273Z] prd-centos7-docker-4c-2g-21247 does not seem to be running inside a container [2021-01-19T18:12:01.333Z] $ 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/2/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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-19T18:12:05.648Z] $ docker top 17acf31aed28a16d9ccf75334371e7f4b68f33ba67ad29d4a118000c3e48bd20 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T18:12:06.285Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-19T18:12:06.593Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-19T18:12:06.899Z] + ls /var/log/sa-host [2021-01-19T18:12:06.899Z] + sadf -c /var/log/sa-host/sa19 [2021-01-19T18:12:06.899Z] file_magic: OK [2021-01-19T18:12:06.899Z] HZ: Using current value: 100 [2021-01-19T18:12:06.899Z] file_header: OK [2021-01-19T18:12:06.899Z] 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-19T18:12:06.899Z] Statistics: [2021-01-19T18:12:06.899Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-19T18:12:06.899Z] File successfully converted to sysstat format version 12.2.1 [2021-01-19T18:12:06.899Z] + sadf -c /var/log/sa-host/sa23 [2021-01-19T18:12:06.899Z] file_magic: OK [2021-01-19T18:12:06.899Z] HZ: Using current value: 100 [2021-01-19T18:12:06.899Z] file_header: OK [2021-01-19T18:12:06.899Z] 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-19T18:12:06.899Z] Statistics: [2021-01-19T18:12:06.899Z] Hnuu...uuuununununu... [2021-01-19T18:12:06.899Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-19T18:12:07.104Z] provisioning config files... [2021-01-19T18:12:07.123Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config6719523778301731865tmp [Pipeline] { [Pipeline] echo [2021-01-19T18:12:07.216Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T18:12:07.517Z] ---> create-netrc.sh [Pipeline] } [2021-01-19T18:12:07.528Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-19T18:12:07.614Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T18:12:07.915Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-19T18:12:07.927Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T18:12:08.231Z] ---> sudo-logs.sh [2021-01-19T18:12:08.231Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-19T18:12:08.242Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T18:12:08.541Z] ---> job-cost.sh [2021-01-19T18:12:08.542Z] lf-activate-venv: SKIPPING [2021-01-19T18:12:08.542Z] INFO: No Stack... [2021-01-19T18:12:09.944Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-19T18:12:10.207Z] INFO: Archiving Costs [Pipeline] echo [2021-01-19T18:12:10.223Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T18:12:10.522Z] ---> logs-deploy.sh [2021-01-19T18:12:10.522Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3049/2 [2021-01-19T18:12:10.522Z] INFO: archiving workspace using pattern(s): [2021-01-19T18:12:12.443Z] Archives upload complete. [2021-01-19T18:12:12.443Z] INFO: archiving logs to Nexus