Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of gao270615179 for edgexfoundry/edgex-go Loading trusted files from base branch master at c2d5dc167efdba7037e3dd944aa45209cd29109f rather than 457432279def2d58d5b30d678bd4021ea9654a85 Obtained Jenkinsfile from c2d5dc167efdba7037e3dd944aa45209cd29109f 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-20707 in /w/workspace/edgexfoundry_edgex-go_PR-3034 [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 > 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/3034/head:refs/remotes/origin/PR-3034 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit c2d5dc167efdba7037e3dd944aa45209cd29109f into PR head commit 457432279def2d58d5b30d678bd4021ea9654a85 Merge succeeded, producing 0c8a874165f9df96fb0913bb6f216e5e01be221f Checking out Revision 0c8a874165f9df96fb0913bb6f216e5e01be221f (PR-3034) > git config core.sparsecheckout # timeout=10 > git checkout -f 457432279def2d58d5b30d678bd4021ea9654a85 # 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 c2d5dc167efdba7037e3dd944aa45209cd29109f # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 0c8a874165f9df96fb0913bb6f216e5e01be221f # timeout=10 Commit message: "Merge commit 'c2d5dc167efdba7037e3dd944aa45209cd29109f' into HEAD" > git rev-list --no-walk 457432279def2d58d5b30d678bd4021ea9654a85 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-16T00:30:31.162Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-16T00:30:31.439Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-16T00:30:31.578Z] ========================================================= [2021-01-16T00:30:31.578Z] EdgeX Global Pipelines Version Info [2021-01-16T00:30:31.578Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-16T00:30:33.151Z] ------------------- [2021-01-16T00:30:33.151Z] stable info: [2021-01-16T00:30:33.151Z] ------------------- [2021-01-16T00:30:33.151Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-16T00:30:33.151Z] Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d [2021-01-16T00:30:33.151Z] Message: update stable to v1.0.177 [2021-01-16T00:30:34.098Z] ------------------- [2021-01-16T00:30:34.098Z] experimental info: [2021-01-16T00:30:34.098Z] ------------------- [2021-01-16T00:30:34.098Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-01-16T00:30:34.098Z] Commit SHA: e10e8b1c2921d3c8fd668fd9f38a05cab6ea93a3 [2021-01-16T00:30:34.098Z] Message: update experimental to v1.0.178 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-16T00:30:34.345Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-16T00:30:34.429Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-16T00:30:34.553Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-16T00:30:34.639Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-16T00:30:34.721Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-16T00:30:34.805Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-16T00:30:34.887Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-16T00:30:34.979Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-16T00:30:35.062Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-16T00:30:35.143Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-16T00:30:35.223Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-16T00:30:35.307Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-16T00:30:35.415Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-16T00:30:35.498Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-16T00:30:35.578Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-16T00:30:35.663Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-16T00:30:35.757Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-16T00:30:35.838Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-16T00:30:35.920Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-16T00:30:36.020Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-16T00:30:36.103Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-16T00:30:36.200Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-16T00:30:36.285Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-16T00:30:36.373Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3034 [Pipeline] echo [2021-01-16T00:30:36.453Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3034 [Pipeline] echo [2021-01-16T00:30:36.552Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3034 [Pipeline] echo [2021-01-16T00:30:36.662Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 0c8a874165f9df96fb0913bb6f216e5e01be221f [Pipeline] echo [2021-01-16T00:30:36.742Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 0c8a874 [Pipeline] echo [2021-01-16T00:30:36.824Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-16T00:30:36.990Z] provisioning config files... [2021-01-16T00:30:37.019Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config571180374747841283tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-16T00:30:37.371Z] ---> docker-login.sh [2021-01-16T00:30:37.371Z] nexus3.edgexfoundry.org:10001 [2021-01-16T00:30:37.634Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-16T00:30:37.634Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-16T00:30:37.634Z] Configure a credential helper to remove this warning. See [2021-01-16T00:30:37.634Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-16T00:30:37.634Z] [2021-01-16T00:30:37.634Z] Login Succeeded [2021-01-16T00:30:37.634Z] nexus3.edgexfoundry.org:10002 [2021-01-16T00:30:37.907Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-16T00:30:37.907Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-16T00:30:37.907Z] Configure a credential helper to remove this warning. See [2021-01-16T00:30:37.907Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-16T00:30:37.907Z] [2021-01-16T00:30:37.907Z] Login Succeeded [2021-01-16T00:30:37.907Z] nexus3.edgexfoundry.org:10003 [2021-01-16T00:30:38.175Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-16T00:30:38.175Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-16T00:30:38.175Z] Configure a credential helper to remove this warning. See [2021-01-16T00:30:38.175Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-16T00:30:38.175Z] [2021-01-16T00:30:38.175Z] Login Succeeded [2021-01-16T00:30:38.175Z] nexus3.edgexfoundry.org:10004 [2021-01-16T00:30:38.175Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-16T00:30:38.439Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-16T00:30:38.439Z] Configure a credential helper to remove this warning. See [2021-01-16T00:30:38.439Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-16T00:30:38.439Z] [2021-01-16T00:30:38.439Z] Login Succeeded [2021-01-16T00:30:38.439Z] docker.io [2021-01-16T00:30:38.439Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-16T00:30:38.703Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-16T00:30:38.703Z] Configure a credential helper to remove this warning. See [2021-01-16T00:30:38.703Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-16T00:30:38.703Z] [2021-01-16T00:30:38.703Z] Login Succeeded [2021-01-16T00:30:38.703Z] ---> docker-login.sh ends [Pipeline] } [2021-01-16T00:30:38.713Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-16T00:30:39.176Z] ++ 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-16T00:30:39.176Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-16T00:30:39.176Z] ++ dirname cmd/core-command/Dockerfile [2021-01-16T00:30:39.176Z] ++ cut -d/ -f2 [2021-01-16T00:30:39.176Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-16T00:30:39.176Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-16T00:30:39.176Z] ++ dirname cmd/core-data/Dockerfile [2021-01-16T00:30:39.176Z] ++ cut -d/ -f2 [2021-01-16T00:30:39.176Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-16T00:30:39.176Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-16T00:30:39.176Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-16T00:30:39.176Z] ++ cut -d/ -f2 [2021-01-16T00:30:39.176Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-16T00:30:39.176Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-16T00:30:39.176Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2021-01-16T00:30:39.176Z] ++ cut -d/ -f2 [2021-01-16T00:30:39.176Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2021-01-16T00:30:39.176Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-16T00:30:39.176Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-16T00:30:39.176Z] ++ cut -d/ -f2 [2021-01-16T00:30:39.176Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-16T00:30:39.176Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-16T00:30:39.176Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-16T00:30:39.176Z] ++ cut -d/ -f2 [2021-01-16T00:30:39.176Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-16T00:30:39.176Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-16T00:30:39.176Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-16T00:30:39.176Z] ++ cut -d/ -f2 [2021-01-16T00:30:39.176Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-16T00:30:39.176Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-16T00:30:39.176Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-16T00:30:39.176Z] ++ cut -d/ -f2 [2021-01-16T00:30:39.176Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-16T00:30:39.176Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-16T00:30:39.176Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-16T00:30:39.176Z] ++ cut -d/ -f2 [2021-01-16T00:30:39.176Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-16T00:30:39.272Z] 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-16T00:30:40.166Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-16T00:30:40.166Z] [2021-01-16T00:30:40.166Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-16T00:30:40.522Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-16T00:30:40.522Z] latest: Pulling from edgex-devops/git-semver [2021-01-16T00:30:40.522Z] 31603596830f: Pulling fs layer [2021-01-16T00:30:40.522Z] 2a8b12db71e7: Pulling fs layer [2021-01-16T00:30:40.522Z] 6ca5941a6612: Pulling fs layer [2021-01-16T00:30:40.522Z] ecc8261a40a4: Pulling fs layer [2021-01-16T00:30:40.522Z] ecc8261a40a4: Waiting [2021-01-16T00:30:40.522Z] 2a8b12db71e7: Verifying Checksum [2021-01-16T00:30:40.522Z] 2a8b12db71e7: Download complete [2021-01-16T00:30:40.787Z] 31603596830f: Verifying Checksum [2021-01-16T00:30:40.787Z] 31603596830f: Download complete [2021-01-16T00:30:40.787Z] ecc8261a40a4: Verifying Checksum [2021-01-16T00:30:40.787Z] ecc8261a40a4: Download complete [2021-01-16T00:30:40.787Z] 6ca5941a6612: Verifying Checksum [2021-01-16T00:30:40.787Z] 6ca5941a6612: Download complete [2021-01-16T00:30:41.051Z] 31603596830f: Pull complete [2021-01-16T00:30:41.313Z] 2a8b12db71e7: Pull complete [2021-01-16T00:30:42.276Z] 6ca5941a6612: Pull complete [2021-01-16T00:30:42.276Z] ecc8261a40a4: Pull complete [2021-01-16T00:30:42.276Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-16T00:30:42.276Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-16T00:30:42.276Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-16T00:30:42.458Z] prd-centos7-docker-4c-2g-20707 does not seem to be running inside a container [2021-01-16T00:30:42.547Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-16T00:30:45.285Z] $ docker top 58e7d5b31b0098d60a8ad8d768b7c935dc3c6fea0e8affae9d3be42ab9d58449 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-16T00:30:45.658Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-16T00:30:45.658Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-16T00:30:45.882Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-16T00:30:45.887Z] $ docker exec 58e7d5b31b0098d60a8ad8d768b7c935dc3c6fea0e8affae9d3be42ab9d58449 ssh-agent [2021-01-16T00:30:46.061Z] SSH_AUTH_SOCK=/tmp/ssh-pcxsoGQqXGCM/agent.12 [2021-01-16T00:30:46.061Z] SSH_AGENT_PID=18 [2021-01-16T00:30:46.077Z] Running ssh-add (command line suppressed) [2021-01-16T00:30:46.211Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_561947229908026017.key (/w/workspace/edgex-go/2@tmp/private_key_561947229908026017.key) [2021-01-16T00:30:46.267Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-16T00:30:46.607Z] + git tag --points-at HEAD [Pipeline] } [2021-01-16T00:30:46.630Z] $ docker exec --env ******** --env ******** 58e7d5b31b0098d60a8ad8d768b7c935dc3c6fea0e8affae9d3be42ab9d58449 ssh-agent -k [2021-01-16T00:30:46.749Z] unset SSH_AUTH_SOCK; [2021-01-16T00:30:46.749Z] unset SSH_AGENT_PID; [2021-01-16T00:30:46.750Z] echo Agent pid 18 killed; [2021-01-16T00:30:46.799Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-16T00:30:46.964Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-16T00:30:46.964Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-16T00:30:47.152Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-16T00:30:47.157Z] $ docker exec 58e7d5b31b0098d60a8ad8d768b7c935dc3c6fea0e8affae9d3be42ab9d58449 ssh-agent [2021-01-16T00:30:47.327Z] SSH_AUTH_SOCK=/tmp/ssh-BiK0a8LAY7mw/agent.49 [2021-01-16T00:30:47.327Z] SSH_AGENT_PID=54 [2021-01-16T00:30:47.335Z] Running ssh-add (command line suppressed) [2021-01-16T00:30:47.456Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_1815437470340930148.key (/w/workspace/edgex-go/2@tmp/private_key_1815437470340930148.key) [2021-01-16T00:30:47.515Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-16T00:30:47.874Z] + git semver init [2021-01-16T00:30:47.874Z] # -> Open(): unable to determine branch for HEAD [2021-01-16T00:30:47.874Z] # $GIT_DIR = /w/workspace/edgex-go/2/.git [2021-01-16T00:30:47.874Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/2 [2021-01-16T00:30:47.874Z] # $SEMVER_REMOTE_NAME = origin [2021-01-16T00:30:47.874Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-16T00:30:47.874Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-16T00:30:47.874Z] # $SEMVER_BRANCH = PR-3034 [2021-01-16T00:30:47.874Z] # $SEMVER_TEMP = /tmp/semver-815923631 [2021-01-16T00:30:47.874Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-16T00:31:14.619Z] # '/tmp/semver-815923631' -> '/w/workspace/edgex-go/2/.semver' [2021-01-16T00:31:14.619Z] # -> Force: false [2021-01-16T00:31:14.619Z] # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } [2021-01-16T00:31:14.635Z] $ docker exec --env ******** --env ******** 58e7d5b31b0098d60a8ad8d768b7c935dc3c6fea0e8affae9d3be42ab9d58449 ssh-agent -k [2021-01-16T00:31:15.010Z] unset SSH_AUTH_SOCK; [2021-01-16T00:31:15.011Z] unset SSH_AGENT_PID; [2021-01-16T00:31:15.011Z] echo Agent pid 54 killed; [2021-01-16T00:31:15.126Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-16T00:31:15.602Z] + git semver [Pipeline] } [2021-01-16T00:31:15.622Z] $ docker stop --time=1 58e7d5b31b0098d60a8ad8d768b7c935dc3c6fea0e8affae9d3be42ab9d58449 [2021-01-16T00:31:17.742Z] $ docker rm -f 58e7d5b31b0098d60a8ad8d768b7c935dc3c6fea0e8affae9d3be42ab9d58449 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-16T00:31:18.284Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-16T00:31:18.935Z] Stashed 1 file(s) [Pipeline] echo [2021-01-16T00:31:18.937Z] [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-16T00:31:19.820Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-16T00:31:20.152Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-16T00:31:20.472Z] + sudo service docker restart [2021-01-16T00:31:20.473Z] + true [2021-01-16T00:31:20.473Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-16T00:31:21.079Z] ========================================================= [2021-01-16T00:31:21.079Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-16T00:31:21.079Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-16T00:31:21.440Z] + 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-16T00:31:25.675Z] Sending build context to Docker daemon 326.5MB [2021-01-16T00:31:25.675Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-16T00:31:25.675Z] Step 2/6 : FROM ${BASE} [2021-01-16T00:31:25.675Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-16T00:31:25.675Z] 188c0c94c7c5: Pulling fs layer [2021-01-16T00:31:25.675Z] 0ef7d3d256c8: Pulling fs layer [2021-01-16T00:31:25.675Z] de9db76c5a1d: Pulling fs layer [2021-01-16T00:31:25.675Z] bca2f99d35d6: Pulling fs layer [2021-01-16T00:31:25.675Z] 93359f2a8cfa: Pulling fs layer [2021-01-16T00:31:25.675Z] 7c6f9722023f: Pulling fs layer [2021-01-16T00:31:25.675Z] a35cf1a2eb13: Pulling fs layer [2021-01-16T00:31:25.675Z] 93359f2a8cfa: Waiting [2021-01-16T00:31:25.675Z] 7c6f9722023f: Waiting [2021-01-16T00:31:25.675Z] a35cf1a2eb13: Waiting [2021-01-16T00:31:25.675Z] bca2f99d35d6: Waiting [2021-01-16T00:31:25.675Z] de9db76c5a1d: Verifying Checksum [2021-01-16T00:31:25.675Z] de9db76c5a1d: Download complete [2021-01-16T00:31:25.675Z] 0ef7d3d256c8: Download complete [2021-01-16T00:31:25.675Z] 93359f2a8cfa: Verifying Checksum [2021-01-16T00:31:25.675Z] 93359f2a8cfa: Download complete [2021-01-16T00:31:25.675Z] 7c6f9722023f: Verifying Checksum [2021-01-16T00:31:25.675Z] 7c6f9722023f: Download complete [2021-01-16T00:31:25.675Z] 188c0c94c7c5: Verifying Checksum [2021-01-16T00:31:25.675Z] 188c0c94c7c5: Download complete [2021-01-16T00:31:25.939Z] 188c0c94c7c5: Pull complete [2021-01-16T00:31:26.205Z] 0ef7d3d256c8: Pull complete [2021-01-16T00:31:26.205Z] de9db76c5a1d: Pull complete [2021-01-16T00:31:27.168Z] a35cf1a2eb13: Verifying Checksum [2021-01-16T00:31:27.168Z] a35cf1a2eb13: Download complete [2021-01-16T00:31:27.749Z] bca2f99d35d6: Verifying Checksum [2021-01-16T00:31:27.749Z] bca2f99d35d6: Download complete [2021-01-16T00:31:33.133Z] bca2f99d35d6: Pull complete [2021-01-16T00:31:33.398Z] 93359f2a8cfa: Pull complete [2021-01-16T00:31:33.398Z] 7c6f9722023f: Pull complete [2021-01-16T00:31:34.300Z] Still waiting to schedule task [2021-01-16T00:31:34.300Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-01-16T00:31:38.738Z] a35cf1a2eb13: Pull complete [2021-01-16T00:31:38.738Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-16T00:31:38.738Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-16T00:31:38.738Z] ---> a62c8e92a672 [2021-01-16T00:31:38.738Z] 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-16T00:31:38.738Z] ---> Running in 9dc35b8e1e3b [2021-01-16T00:31:39.314Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-16T00:31:40.263Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-16T00:31:40.524Z] (1/12) Installing libmagic (5.38-r0) [2021-01-16T00:31:40.787Z] (2/12) Installing file (5.38-r0) [2021-01-16T00:31:41.051Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-16T00:31:41.051Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-16T00:31:49.228Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-16T00:31:49.228Z] (6/12) Installing patch (2.7.6-r6) [2021-01-16T00:31:49.228Z] (7/12) Installing build-base (0.5-r2) [2021-01-16T00:31:49.228Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-16T00:31:49.228Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-16T00:31:49.228Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-16T00:31:49.228Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-16T00:31:49.228Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-16T00:31:49.228Z] Executing busybox-1.31.1-r19.trigger [2021-01-16T00:31:49.228Z] OK: 233 MiB in 51 packages [2021-01-16T00:31:53.460Z] Removing intermediate container 9dc35b8e1e3b [2021-01-16T00:31:53.460Z] ---> 0854d69ad8e4 [2021-01-16T00:31:53.460Z] Step 4/6 : WORKDIR /edgex-go [2021-01-16T00:31:53.460Z] ---> Running in b1739de69230 [2021-01-16T00:31:53.460Z] Removing intermediate container b1739de69230 [2021-01-16T00:31:53.460Z] ---> 3df867b5d65a [2021-01-16T00:31:53.460Z] Step 5/6 : COPY go.mod . [2021-01-16T00:31:53.725Z] ---> be56ab728861 [2021-01-16T00:31:53.725Z] Step 6/6 : RUN go mod download [2021-01-16T00:31:53.725Z] ---> Running in 678557200ad9 [2021-01-16T00:32:15.776Z] Removing intermediate container 678557200ad9 [2021-01-16T00:32:15.776Z] ---> 63fa80129ffb [2021-01-16T00:32:15.776Z] Successfully built 63fa80129ffb [2021-01-16T00:32:15.776Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-16T00:32:16.107Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-16T00:32:16.107Z] . [Pipeline] withDockerContainer [2021-01-16T00:32:16.222Z] prd-centos7-docker-4c-2g-20707 does not seem to be running inside a container [2021-01-16T00:32:16.279Z] $ 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 ******** -e ******** ci-base-image-x86_64 cat [2021-01-16T00:32:17.445Z] $ docker top e7b1aae25b0688fe95d0ce936b91b84f1481a719202cf12f6de53125845b7169 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-16T00:32:18.047Z] + go version [2021-01-16T00:32:18.047Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-16T00:32:18.063Z] $ docker stop --time=1 e7b1aae25b0688fe95d0ce936b91b84f1481a719202cf12f6de53125845b7169 [2021-01-16T00:32:19.475Z] $ docker rm -f e7b1aae25b0688fe95d0ce936b91b84f1481a719202cf12f6de53125845b7169 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-16T00:32:20.285Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-16T00:32:20.285Z] . [Pipeline] withDockerContainer [2021-01-16T00:32:20.422Z] prd-centos7-docker-4c-2g-20707 does not seem to be running inside a container [2021-01-16T00:32:20.480Z] $ 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 ******** -e ******** ci-base-image-x86_64 cat [2021-01-16T00:32:21.361Z] $ docker top e110151588a8ef02ec0ca4a72aa1c91b9b7849d228bb02be7bfae355aa462c11 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-16T00:32:21.559Z] ========================================================= [2021-01-16T00:32:21.559Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-16T00:32:21.559Z] ========================================================= [Pipeline] sh [2021-01-16T00:32:21.862Z] + make test [2021-01-16T00:32:21.862Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-16T00:32:34.230Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-16T00:32:52.634Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-16T00:32:59.693Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-16T00:32:59.693Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-16T00:32:59.693Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-16T00:32:59.693Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-16T00:32:59.693Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-16T00:32:59.693Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-16T00:33:00.664Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-16T00:33:00.932Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-16T00:33:01.530Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-16T00:33:04.116Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-16T00:33:04.116Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-16T00:33:04.116Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-16T00:33:06.086Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.139s coverage: 46.8% of statements [2021-01-16T00:33:06.086Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-16T00:33:06.086Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-16T00:33:06.086Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-16T00:33:06.086Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-16T00:33:06.087Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-16T00:33:11.559Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.234s coverage: 27.0% of statements [2021-01-16T00:33:11.559Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-16T00:33:11.559Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-16T00:33:11.559Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-16T00:33:11.559Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-16T00:33:11.559Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-16T00:33:11.559Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-16T00:33:11.559Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.042s coverage: 100.0% of statements [2021-01-16T00:33:11.559Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-16T00:33:11.559Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.049s coverage: 100.0% of statements [2021-01-16T00:33:11.559Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-16T00:33:11.559Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-16T00:33:11.559Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.128s coverage: 67.9% of statements [2021-01-16T00:33:11.559Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-16T00:33:11.559Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-16T00:33:11.559Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.473s coverage: 82.3% of statements [2021-01-16T00:33:11.559Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-16T00:33:11.559Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-16T00:33:11.559Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-16T00:33:11.559Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-16T00:33:14.292Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.619s coverage: 28.6% of statements [2021-01-16T00:33:14.292Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-16T00:33:14.292Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-16T00:33:14.292Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-16T00:33:14.292Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-16T00:33:14.292Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-16T00:33:14.292Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.079s coverage: 100.0% of statements [2021-01-16T00:33:14.292Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-16T00:33:14.292Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.043s coverage: 100.0% of statements [2021-01-16T00:33:14.292Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-16T00:33:14.292Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.144s coverage: 86.7% of statements [2021-01-16T00:33:14.292Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-16T00:33:14.571Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.127s coverage: 97.5% of statements [2021-01-16T00:33:14.571Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-16T00:33:15.187Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.089s coverage: 78.3% of statements [2021-01-16T00:33:15.187Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-16T00:33:15.187Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-16T00:33:15.187Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-16T00:33:15.187Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-16T00:33:18.589Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.494s coverage: 92.8% of statements [2021-01-16T00:33:18.589Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-16T00:33:18.589Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-16T00:33:18.589Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-16T00:33:18.589Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-16T00:33:18.589Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-16T00:33:18.589Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-16T00:33:18.589Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-16T00:33:18.589Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-16T00:33:18.589Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-16T00:33:18.589Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-16T00:33:18.589Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-16T00:33:18.589Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-16T00:33:18.589Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-16T00:33:18.589Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-16T00:33:18.589Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-16T00:33:18.589Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-16T00:33:18.589Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-16T00:33:18.589Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-16T00:33:18.589Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.099s coverage: 58.8% of statements [2021-01-16T00:33:18.589Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-16T00:33:18.589Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-16T00:33:18.589Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.086s coverage: 0.1% of statements [2021-01-16T00:33:18.589Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-16T00:33:18.589Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-16T00:33:18.589Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-16T00:33:18.589Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-16T00:33:18.589Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.048s coverage: 100.0% of statements [2021-01-16T00:33:18.589Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-16T00:33:18.589Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.086s coverage: 75.5% of statements [2021-01-16T00:33:18.589Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-16T00:33:18.589Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.044s coverage: 80.8% of statements [2021-01-16T00:33:18.589Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.106s coverage: 87.2% of statements [2021-01-16T00:33:18.878Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.068s coverage: 84.2% of statements [2021-01-16T00:33:19.918Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.151s coverage: 91.4% of statements [2021-01-16T00:33:19.918Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-16T00:33:20.989Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.291s coverage: 63.5% of statements [2021-01-16T00:33:20.989Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-16T00:33:20.989Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-16T00:33:20.989Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.040s coverage: 100.0% of statements [2021-01-16T00:33:20.989Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.076s coverage: 91.3% of statements [2021-01-16T00:33:20.989Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.041s coverage: 100.0% of statements [2021-01-16T00:33:21.268Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.094s coverage: 73.7% of statements [2021-01-16T00:33:21.881Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.085s coverage: 100.0% of statements [2021-01-16T00:33:23.958Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.522s coverage: 68.9% of statements [2021-01-16T00:33:23.958Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-16T00:33:23.958Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-16T00:33:23.958Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-16T00:33:23.958Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-16T00:33:23.958Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-16T00:33:23.958Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.111s coverage: 37.0% of statements [2021-01-16T00:33:23.958Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-16T00:33:23.958Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-16T00:33:23.958Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.451s coverage: 84.0% of statements [2021-01-16T00:33:24.265Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.057s coverage: 100.0% of statements [2021-01-16T00:33:27.654Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.103s coverage: 47.1% of statements [2021-01-16T00:33:27.654Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-16T00:33:27.655Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-16T00:33:27.655Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-16T00:33:27.655Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-16T00:33:27.655Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-16T00:33:27.655Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.050s coverage: 100.0% of statements [2021-01-16T00:33:27.655Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-16T00:33:27.655Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.050s coverage: 100.0% of statements [2021-01-16T00:33:27.655Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-16T00:33:29.151Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.345s coverage: 29.1% of statements [2021-01-16T00:33:29.151Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-16T00:33:29.151Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-16T00:33:29.151Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-16T00:33:29.151Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-16T00:33:29.151Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-16T00:33:29.151Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.100s coverage: 99.0% of statements [2021-01-16T00:33:29.151Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-16T00:33:29.151Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.050s coverage: 100.0% of statements [2021-01-16T00:33:29.151Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-16T00:33:29.151Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.031s coverage: 0.0% of statements [2021-01-16T00:33:29.151Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-16T00:33:29.151Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.069s coverage: 100.0% of statements [2021-01-16T00:33:29.151Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-16T00:33:29.151Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-16T00:33:29.151Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-16T00:33:29.151Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-16T00:33:29.151Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.065s coverage: 87.9% of statements [2021-01-16T00:33:29.151Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-16T00:33:29.151Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-16T00:33:29.151Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.035s coverage: 100.0% of statements [2021-01-16T00:33:29.755Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.036s coverage: 32.1% of statements [2021-01-16T00:33:30.023Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.047s coverage: 100.0% of statements [2021-01-16T00:33:30.297Z] GO111MODULE=on go vet ./... [2021-01-16T00:34:02.668Z] gofmt -l . [2021-01-16T00:34:02.668Z] [ "`gofmt -l .`" = "" ] [2021-01-16T00:34:02.668Z] ./bin/test-go-mod-tidy.sh [2021-01-16T00:34:02.668Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-16T00:34:02.985Z] + ls -al . [2021-01-16T00:34:02.985Z] total 656 [2021-01-16T00:34:02.985Z] drwxrwxr-x 10 1001 1001 4096 Jan 16 00:34 . [2021-01-16T00:34:02.985Z] drwxr-xr-x 4 root root 28 Jan 16 00:32 .. [2021-01-16T00:34:02.985Z] -rw-rw-r-- 1 1001 1001 11 Jan 16 00:30 .dockerignore [2021-01-16T00:34:02.985Z] drwxrwxr-x 8 1001 1001 179 Jan 16 00:30 .git [2021-01-16T00:34:02.985Z] drwxrwxr-x 3 1001 1001 125 Jan 16 00:30 .github [2021-01-16T00:34:02.985Z] -rw-rw-r-- 1 1001 1001 824 Jan 16 00:30 .gitignore [2021-01-16T00:34:02.985Z] drwx------ 3 1001 1001 47 Jan 16 00:31 .semver [2021-01-16T00:34:02.985Z] -rw-rw-r-- 1 1001 1001 166 Jan 16 00:30 .sonarcloud.properties [2021-01-16T00:34:02.985Z] -rw-rw-r-- 1 1001 1001 7744 Jan 16 00:30 Attribution.txt [2021-01-16T00:34:02.985Z] -rw-rw-r-- 1 1001 1001 3804 Jan 16 00:30 CONTRIBUTING.md [2021-01-16T00:34:02.985Z] -rw-rw-r-- 1 1001 1001 931 Jan 16 00:30 Dockerfile.build [2021-01-16T00:34:02.985Z] -rw-rw-r-- 1 1001 1001 863 Jan 16 00:30 Jenkinsfile [2021-01-16T00:34:02.985Z] -rw-rw-r-- 1 1001 1001 10775 Jan 16 00:30 LICENSE [2021-01-16T00:34:02.985Z] -rw-rw-r-- 1 1001 1001 5750 Jan 16 00:30 Makefile [2021-01-16T00:34:02.985Z] -rw-rw-r-- 1 1001 1001 6524 Jan 16 00:30 README.md [2021-01-16T00:34:02.985Z] -rw-rw-r-- 1 1001 1001 6744 Jan 16 00:30 SECURITY.md [2021-01-16T00:34:02.986Z] -rw-rw-r-- 1 1001 1001 5 Jan 16 00:31 VERSION [2021-01-16T00:34:02.986Z] -rw-rw-r-- 1 1001 1001 4131 Jan 16 00:30 ZMQWindows.md [2021-01-16T00:34:02.986Z] drwxrwxr-x 2 1001 1001 117 Jan 16 00:30 bin [2021-01-16T00:34:02.986Z] drwxrwxr-x 14 1001 1001 4096 Jan 16 00:30 cmd [2021-01-16T00:34:02.986Z] -rw-r--r-- 1 root root 550280 Jan 16 00:33 coverage.out [2021-01-16T00:34:02.986Z] -rw-r--r-- 1 root root 981 Jan 16 00:34 go.mod [2021-01-16T00:34:02.986Z] -rw-r--r-- 1 root root 19241 Jan 16 00:34 go.sum [2021-01-16T00:34:02.986Z] drwxrwxr-x 8 1001 1001 127 Jan 16 00:30 internal [2021-01-16T00:34:02.986Z] drwxrwxr-x 4 1001 1001 26 Jan 16 00:30 openapi [2021-01-16T00:34:02.986Z] drwxrwxr-x 4 1001 1001 71 Jan 16 00:30 snap [2021-01-16T00:34:02.986Z] -rw-rw-r-- 1 1001 1001 168 Jan 16 00:30 version.go [Pipeline] sh [2021-01-16T00:34:03.317Z] + '[' -e coverage.out ] [2021-01-16T00:34:03.318Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-16T00:34:03.609Z] Stashed 1 file(s) [Pipeline] sh [2021-01-16T00:34:03.911Z] + make build [2021-01-16T00:34:03.911Z] 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-16T00:34:07.837Z] 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-16T00:34:18.097Z] 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-16T00:34:18.363Z] 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-16T00:34:19.775Z] 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-16T00:34:20.074Z] 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-16T00:34:22.037Z] 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-16T00:34:22.486Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-20712 in /w/workspace/edgexfoundry_edgex-go_PR-3034 [Pipeline] { [Pipeline] ws [2021-01-16T00:34:22.539Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2021-01-16T00:34:23.469Z] 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-16T00:34:24.929Z] 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-16T00:34:26.880Z] 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-16T00:34:27.860Z] using credential edgex-jenkins-ssh [2021-01-16T00:34:27.936Z] Cloning the remote Git repository [2021-01-16T00:34:28.327Z] 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-16T00:34:27.989Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-16T00:34:28.097Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-01-16T00:34:28.186Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-16T00:34:28.187Z] > git --version # timeout=10 [2021-01-16T00:34:28.209Z] > git --version # 'git version 2.17.1' [2021-01-16T00:34:28.211Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-16T00:34:28.276Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-16T00:34:29.741Z] 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-16T00:34:31.722Z] $ docker stop --time=1 e110151588a8ef02ec0ca4a72aa1c91b9b7849d228bb02be7bfae355aa462c11 [2021-01-16T00:34:33.539Z] $ docker rm -f e110151588a8ef02ec0ca4a72aa1c91b9b7849d228bb02be7bfae355aa462c11 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-16T00:34:35.348Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-16T00:34:35.348Z] [2021-01-16T00:34:35.348Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-16T00:34:35.717Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-16T00:34:35.717Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-16T00:34:35.717Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-16T00:34:35.717Z] ca9280d653b3: Pulling fs layer [2021-01-16T00:34:35.717Z] 7e9c9ca2126c: Pulling fs layer [2021-01-16T00:34:36.010Z] cbdbe7a5bc2a: Download complete [2021-01-16T00:34:36.998Z] cbdbe7a5bc2a: Pull complete [2021-01-16T00:34:36.998Z] ca9280d653b3: Verifying Checksum [2021-01-16T00:34:36.998Z] ca9280d653b3: Download complete [2021-01-16T00:34:38.435Z] ca9280d653b3: Pull complete [2021-01-16T00:34:38.435Z] 7e9c9ca2126c: Verifying Checksum [2021-01-16T00:34:38.435Z] 7e9c9ca2126c: Download complete [2021-01-16T00:34:46.656Z] 7e9c9ca2126c: Pull complete [2021-01-16T00:34:46.656Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-16T00:34:46.656Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-16T00:34:46.656Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-16T00:34:46.837Z] prd-centos7-docker-4c-2g-20707 does not seem to be running inside a container [2021-01-16T00:34:46.900Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-16T00:34:49.855Z] $ docker top 0a1e1533f00ecbf547b812d8ad94e318f5847ef58569b3fb2839075e5d9306df -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-16T00:34:50.532Z] Merging remotes/origin/master commit c2d5dc167efdba7037e3dd944aa45209cd29109f into PR head commit 457432279def2d58d5b30d678bd4021ea9654a85 [2021-01-16T00:34:50.583Z] + docker-compose build --help [2021-01-16T00:34:50.583Z] + grep parallel [2021-01-16T00:34:51.259Z] Merge succeeded, producing 169cecfdad444944ec87ef7a293ae0caf4182ddc [2021-01-16T00:34:51.260Z] Checking out Revision 169cecfdad444944ec87ef7a293ae0caf4182ddc (PR-3034) [2021-01-16T00:34:49.662Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-16T00:34:49.687Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-16T00:34:49.712Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-16T00:34:49.746Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-16T00:34:49.746Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-16T00:34:49.757Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3034/head:refs/remotes/origin/PR-3034 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-16T00:34:50.557Z] > git config core.sparsecheckout # timeout=10 [2021-01-16T00:34:50.575Z] > git checkout -f 457432279def2d58d5b30d678bd4021ea9654a85 # timeout=10 [2021-01-16T00:34:50.898Z] > git remote # timeout=10 [2021-01-16T00:34:50.921Z] > git config --get remote.origin.url # timeout=10 [2021-01-16T00:34:50.939Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-16T00:34:50.951Z] > git merge c2d5dc167efdba7037e3dd944aa45209cd29109f # timeout=10 [2021-01-16T00:34:51.245Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-16T00:34:51.268Z] > git config core.sparsecheckout # timeout=10 [2021-01-16T00:34:51.283Z] > git checkout -f 169cecfdad444944ec87ef7a293ae0caf4182ddc # timeout=10 [2021-01-16T00:34:52.109Z] --parallel Build images in parallel. [Pipeline] } [2021-01-16T00:34:52.148Z] $ docker stop --time=1 0a1e1533f00ecbf547b812d8ad94e318f5847ef58569b3fb2839075e5d9306df [2021-01-16T00:34:53.640Z] $ docker rm -f 0a1e1533f00ecbf547b812d8ad94e318f5847ef58569b3fb2839075e5d9306df [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-16T00:34:54.503Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-16T00:34:54.503Z] . [Pipeline] withDockerContainer [2021-01-16T00:34:54.635Z] prd-centos7-docker-4c-2g-20707 does not seem to be running inside a container [2021-01-16T00:34:54.695Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-16T00:34:55.546Z] $ docker top 29a2a6122c10e0e2863b2541d34318c14227f6680c5d93b200788f5645f9288a -eo pid,comm [2021-01-16T00:34:55.649Z] Commit message: "Merge commit 'c2d5dc167efdba7037e3dd944aa45209cd29109f' into HEAD" [Pipeline] { [2021-01-16T00:34:55.660Z] > git rev-list --no-walk 457432279def2d58d5b30d678bd4021ea9654a85 # timeout=10 [Pipeline] sh [2021-01-16T00:34:56.053Z] + docker-compose -f ./docker-compose-build.yml build --parallel [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-16T00:34:57.223Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-16T00:34:57.464Z] Building docker-core-command-go ... [2021-01-16T00:34:57.464Z] Building docker-core-data-go ... [2021-01-16T00:34:57.464Z] Building docker-core-metadata-go ... [2021-01-16T00:34:57.464Z] Building docker-security-bootstrap-redis-go ... [2021-01-16T00:34:57.464Z] Building docker-security-proxy-setup-go ... [2021-01-16T00:34:57.464Z] Building docker-security-secretstore-setup-go ... [2021-01-16T00:34:57.464Z] Building docker-support-notifications-go ... [2021-01-16T00:34:57.464Z] Building docker-support-scheduler-go ... [2021-01-16T00:34:57.464Z] Building docker-sys-mgmt-agent-go ... [2021-01-16T00:34:57.464Z] Building docker-support-notifications-go [2021-01-16T00:34:57.464Z] Building docker-security-bootstrap-redis-go [2021-01-16T00:34:57.464Z] Building docker-security-proxy-setup-go [2021-01-16T00:34:57.464Z] Building docker-support-scheduler-go [2021-01-16T00:34:57.464Z] Building docker-core-command-go [2021-01-16T00:34:57.640Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-16T00:34:57.973Z] + sudo service docker restart [2021-01-16T00:34:57.973Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-16T00:35:00.021Z] provisioning config files... [2021-01-16T00:35:00.061Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config8250399549371520609tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-16T00:35:00.493Z] ---> docker-login.sh [2021-01-16T00:35:00.493Z] nexus3.edgexfoundry.org:10001 [2021-01-16T00:35:01.512Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-16T00:35:02.119Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-16T00:35:02.119Z] Configure a credential helper to remove this warning. See [2021-01-16T00:35:02.119Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-16T00:35:02.119Z] [2021-01-16T00:35:02.119Z] Login Succeeded [2021-01-16T00:35:02.119Z] nexus3.edgexfoundry.org:10002 [2021-01-16T00:35:02.395Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-16T00:35:02.669Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-16T00:35:02.669Z] Configure a credential helper to remove this warning. See [2021-01-16T00:35:02.669Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-16T00:35:02.669Z] [2021-01-16T00:35:02.669Z] Login Succeeded [2021-01-16T00:35:02.669Z] nexus3.edgexfoundry.org:10003 [2021-01-16T00:35:02.948Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-16T00:35:03.223Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-16T00:35:03.223Z] Configure a credential helper to remove this warning. See [2021-01-16T00:35:03.223Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-16T00:35:03.223Z] [2021-01-16T00:35:03.223Z] Login Succeeded [2021-01-16T00:35:03.223Z] nexus3.edgexfoundry.org:10004 [2021-01-16T00:35:03.834Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-16T00:35:03.834Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-16T00:35:03.834Z] Configure a credential helper to remove this warning. See [2021-01-16T00:35:03.834Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-16T00:35:03.834Z] [2021-01-16T00:35:03.834Z] Login Succeeded [2021-01-16T00:35:03.834Z] docker.io [2021-01-16T00:35:04.429Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-16T00:35:04.703Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-16T00:35:04.703Z] Configure a credential helper to remove this warning. See [2021-01-16T00:35:04.703Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-16T00:35:04.703Z] [2021-01-16T00:35:04.703Z] Login Succeeded [2021-01-16T00:35:04.703Z] ---> docker-login.sh ends [Pipeline] } [2021-01-16T00:35:04.722Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-16T00:35:05.164Z] ========================================================= [2021-01-16T00:35:05.164Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-16T00:35:05.164Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-16T00:35:05.537Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-01-16T00:35:08.198Z] Sending build context to Docker daemon 165.5MB [2021-01-16T00:35:08.198Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-16T00:35:08.198Z] Step 2/6 : FROM ${BASE} [2021-01-16T00:35:08.198Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-16T00:35:08.198Z] 5f621e34cdf4: Pulling fs layer [2021-01-16T00:35:08.198Z] a4357932f1b6: Pulling fs layer [2021-01-16T00:35:08.198Z] 18c013af1878: Pulling fs layer [2021-01-16T00:35:08.198Z] 00ac8860ef70: Pulling fs layer [2021-01-16T00:35:08.198Z] 63d7cb157983: Pulling fs layer [2021-01-16T00:35:08.198Z] b116817d02f9: Pulling fs layer [2021-01-16T00:35:08.198Z] 745a02a5169b: Pulling fs layer [2021-01-16T00:35:08.198Z] 00ac8860ef70: Waiting [2021-01-16T00:35:08.198Z] 63d7cb157983: Waiting [2021-01-16T00:35:08.198Z] b116817d02f9: Waiting [2021-01-16T00:35:08.198Z] 745a02a5169b: Waiting [2021-01-16T00:35:08.198Z] 18c013af1878: Verifying Checksum [2021-01-16T00:35:08.198Z] 18c013af1878: Download complete [2021-01-16T00:35:08.198Z] a4357932f1b6: Download complete [2021-01-16T00:35:08.198Z] 63d7cb157983: Verifying Checksum [2021-01-16T00:35:08.198Z] 63d7cb157983: Download complete [2021-01-16T00:35:08.198Z] b116817d02f9: Verifying Checksum [2021-01-16T00:35:08.198Z] b116817d02f9: Download complete [2021-01-16T00:35:08.198Z] 5f621e34cdf4: Verifying Checksum [2021-01-16T00:35:08.198Z] 5f621e34cdf4: Download complete [2021-01-16T00:35:08.804Z] 5f621e34cdf4: Pull complete [2021-01-16T00:35:09.421Z] a4357932f1b6: Pull complete [2021-01-16T00:35:10.028Z] 18c013af1878: Pull complete [2021-01-16T00:35:11.017Z] 745a02a5169b: Verifying Checksum [2021-01-16T00:35:11.017Z] 745a02a5169b: Download complete [2021-01-16T00:35:12.010Z] 00ac8860ef70: Verifying Checksum [2021-01-16T00:35:12.010Z] 00ac8860ef70: Download complete [2021-01-16T00:35:22.205Z] 00ac8860ef70: Pull complete [2021-01-16T00:35:22.802Z] 63d7cb157983: Pull complete [2021-01-16T00:35:23.080Z] b116817d02f9: Pull complete [2021-01-16T00:35:26.510Z] 745a02a5169b: Pull complete [2021-01-16T00:35:26.510Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-16T00:35:26.510Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-16T00:35:26.510Z] ---> b7e6874047d6 [2021-01-16T00:35:26.510Z] 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-16T00:35:29.911Z] ---> Running in daa5a67f3d00 [2021-01-16T00:35:31.349Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-16T00:35:32.345Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-16T00:35:33.777Z] (1/12) Installing libmagic (5.38-r0) [2021-01-16T00:35:34.050Z] (2/12) Installing file (5.38-r0) [2021-01-16T00:35:34.050Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-16T00:35:34.050Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-16T00:35:36.910Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-16T00:35:36.910Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-16T00:35:36.910Z] ---> 63fa80129ffb [2021-01-16T00:35:36.910Z] Step 3/22 : WORKDIR /edgex-go [2021-01-16T00:35:36.910Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-16T00:35:36.910Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-16T00:35:36.910Z] ---> 63fa80129ffb [2021-01-16T00:35:36.910Z] Step 3/21 : WORKDIR /edgex-go [2021-01-16T00:35:36.910Z] ---> Running in 04964fc15b54 [2021-01-16T00:35:36.910Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-16T00:35:36.910Z] [2021-01-16T00:35:36.910Z] Step 2/24 : FROM ${BUILDER_BASE} AS builderStep 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-16T00:35:36.910Z] [2021-01-16T00:35:36.910Z] ---> 63fa80129ffb [2021-01-16T00:35:36.910Z] ---> 63fa80129ffb [2021-01-16T00:35:36.910Z] Step 3/24 : WORKDIR /edgex-goStep 3/22 : WORKDIR /edgex-go [2021-01-16T00:35:36.910Z] [2021-01-16T00:35:36.910Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-16T00:35:36.910Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-16T00:35:36.910Z] ---> 63fa80129ffb [2021-01-16T00:35:36.910Z] Step 3/21 : WORKDIR /edgex-go [2021-01-16T00:35:36.910Z] ---> Running in 81c6dc450fbc [2021-01-16T00:35:36.910Z] ---> Running in 6ca3de155b70 [2021-01-16T00:35:36.910Z] ---> Running in e0a70c68eabc [2021-01-16T00:35:36.910Z] ---> Running in 4afbfd3888ac [2021-01-16T00:35:36.910Z] Removing intermediate container e0a70c68eabc [2021-01-16T00:35:36.910Z] ---> 788f26d101ff [2021-01-16T00:35:36.910Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-16T00:35:36.910Z] Removing intermediate container 4afbfd3888ac [2021-01-16T00:35:36.910Z] ---> e63fd332377b [2021-01-16T00:35:36.910Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-16T00:35:36.910Z] Removing intermediate container 81c6dc450fbc [2021-01-16T00:35:36.910Z] ---> 5df56bf54023 [2021-01-16T00:35:36.910Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-16T00:35:36.910Z] Removing intermediate container 6ca3de155b70 [2021-01-16T00:35:36.910Z] ---> 5ca9a5a6ae28 [2021-01-16T00:35:36.910Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-16T00:35:36.910Z] Removing intermediate container 04964fc15b54 [2021-01-16T00:35:36.910Z] ---> 0159c4907af4 [2021-01-16T00:35:36.910Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-16T00:35:36.910Z] ---> Running in ee4a7aa72295 [2021-01-16T00:35:36.910Z] ---> Running in 147f3bd708b5 [2021-01-16T00:35:36.910Z] ---> Running in b882933cba0e [2021-01-16T00:35:36.910Z] ---> Running in 8c5ec12009be [2021-01-16T00:35:36.910Z] ---> Running in b467fb97f7c4 [2021-01-16T00:35:38.346Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-16T00:35:38.346Z] (6/12) Installing patch (2.7.6-r6) [2021-01-16T00:35:38.346Z] (7/12) Installing build-base (0.5-r2) [2021-01-16T00:35:38.346Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-16T00:35:38.346Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-16T00:35:38.624Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-16T00:35:38.624Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-16T00:35:38.624Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-16T00:35:38.898Z] Executing busybox-1.31.1-r19.trigger [2021-01-16T00:35:38.898Z] OK: 217 MiB in 51 packages [2021-01-16T00:35:38.938Z] Removing intermediate container b882933cba0e [2021-01-16T00:35:38.938Z] ---> 34404aa43c0d [2021-01-16T00:35:38.938Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-16T00:35:38.938Z] Removing intermediate container 147f3bd708b5 [2021-01-16T00:35:38.938Z] ---> 3636f9b3d7c0 [2021-01-16T00:35:38.938Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-16T00:35:38.938Z] ---> Running in fa1371747dc6 [2021-01-16T00:35:39.202Z] Removing intermediate container ee4a7aa72295 [2021-01-16T00:35:39.202Z] ---> 382616a8c8a2 [2021-01-16T00:35:39.202Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-16T00:35:39.202Z] ---> Running in 020047aefc44 [2021-01-16T00:35:39.499Z] ---> Running in ae58e3321cf3 [2021-01-16T00:35:39.499Z] Removing intermediate container 8c5ec12009be [2021-01-16T00:35:39.499Z] ---> 3ece66a92e8c [2021-01-16T00:35:39.499Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-16T00:35:39.499Z] Removing intermediate container b467fb97f7c4 [2021-01-16T00:35:39.499Z] ---> 7798ccfec458 [2021-01-16T00:35:39.499Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-16T00:35:39.768Z] ---> Running in 17b22408955d [2021-01-16T00:35:39.768Z] ---> Running in 468ecf5493ff [2021-01-16T00:35:40.800Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-16T00:35:40.800Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-16T00:35:40.800Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-16T00:35:41.080Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-16T00:35:41.081Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-16T00:35:41.353Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-16T00:35:41.353Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-16T00:35:41.623Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-16T00:35:41.623Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-16T00:35:41.911Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-16T00:35:41.911Z] OK: 233 MiB in 51 packages [2021-01-16T00:35:42.183Z] OK: 233 MiB in 51 packages [2021-01-16T00:35:42.183Z] OK: 233 MiB in 51 packages [2021-01-16T00:35:42.452Z] OK: 233 MiB in 51 packages [2021-01-16T00:35:42.452Z] OK: 233 MiB in 51 packages [2021-01-16T00:35:42.731Z] Removing intermediate container 020047aefc44 [2021-01-16T00:35:42.731Z] ---> 62c041df8408 [2021-01-16T00:35:42.731Z] Step 6/21 : COPY go.mod . [2021-01-16T00:35:43.225Z] Removing intermediate container daa5a67f3d00 [2021-01-16T00:35:43.225Z] ---> f815ce6b92d1 [2021-01-16T00:35:43.225Z] Step 4/6 : WORKDIR /edgex-go [2021-01-16T00:35:43.225Z] ---> Running in 474d94261771 [2021-01-16T00:35:43.346Z] Removing intermediate container fa1371747dc6 [2021-01-16T00:35:43.346Z] ---> 66171d0c30b0 [2021-01-16T00:35:43.346Z] Step 6/21 : COPY go.mod . [2021-01-16T00:35:43.346Z] Removing intermediate container ae58e3321cf3 [2021-01-16T00:35:43.346Z] ---> 1a3d64c4f039 [2021-01-16T00:35:43.346Z] Step 6/22 : COPY go.mod . [2021-01-16T00:35:43.346Z] ---> 43874157d93a [2021-01-16T00:35:43.346Z] Step 7/21 : RUN go mod download [2021-01-16T00:35:43.633Z] ---> Running in db0a34721a10 [2021-01-16T00:35:43.634Z] Removing intermediate container 468ecf5493ff [2021-01-16T00:35:43.634Z] ---> e5f93fe38ca7 [2021-01-16T00:35:43.634Z] Step 6/22 : COPY go.mod . [2021-01-16T00:35:43.835Z] Removing intermediate container 474d94261771 [2021-01-16T00:35:43.835Z] ---> 5887b6fba79c [2021-01-16T00:35:43.835Z] Step 5/6 : COPY go.mod . [2021-01-16T00:35:43.925Z] ---> b5a62951980a [2021-01-16T00:35:43.925Z] Step 7/21 : RUN go mod download [2021-01-16T00:35:43.925Z] ---> aaea6cedf04a [2021-01-16T00:35:43.925Z] Step 7/22 : RUN go mod download [2021-01-16T00:35:43.925Z] Removing intermediate container 17b22408955d [2021-01-16T00:35:43.925Z] ---> 45b26cdeffe1 [2021-01-16T00:35:43.925Z] Step 6/24 : COPY go.mod . [2021-01-16T00:35:43.925Z] ---> Running in 909b6d9a484b [2021-01-16T00:35:43.925Z] ---> Running in cef78907136c [2021-01-16T00:35:44.195Z] ---> 70d5d05f67c6 [2021-01-16T00:35:44.195Z] Step 7/22 : RUN go mod download [2021-01-16T00:35:44.438Z] ---> ec22cc3fe8a4 [2021-01-16T00:35:44.439Z] Step 6/6 : RUN go mod download [2021-01-16T00:35:44.464Z] ---> Running in b76788e553f0 [2021-01-16T00:35:44.714Z] ---> Running in ea6fc29fc922 [2021-01-16T00:35:44.753Z] ---> fa82ee9a8796 [2021-01-16T00:35:44.753Z] Step 7/24 : RUN go mod download [2021-01-16T00:35:44.753Z] ---> Running in 7f02ca061df6 [2021-01-16T00:35:46.760Z] Removing intermediate container cef78907136c [2021-01-16T00:35:46.760Z] ---> 1adf796f022a [2021-01-16T00:35:46.760Z] Step 8/21 : COPY . . [2021-01-16T00:35:46.760Z] Removing intermediate container 909b6d9a484b [2021-01-16T00:35:46.760Z] ---> 3c9cc30fe433 [2021-01-16T00:35:46.760Z] Step 8/22 : COPY . . [2021-01-16T00:35:47.025Z] Removing intermediate container db0a34721a10 [2021-01-16T00:35:47.025Z] ---> 218c3287260c [2021-01-16T00:35:47.025Z] Step 8/21 : COPY . . [2021-01-16T00:35:47.623Z] Removing intermediate container b76788e553f0 [2021-01-16T00:35:47.623Z] ---> 4f365e3203eb [2021-01-16T00:35:47.623Z] Step 8/22 : COPY . . [2021-01-16T00:35:48.264Z] Removing intermediate container 7f02ca061df6 [2021-01-16T00:35:48.264Z] ---> b086a6306315 [2021-01-16T00:35:48.264Z] Step 8/24 : COPY . . [2021-01-16T00:36:11.523Z] Removing intermediate container ea6fc29fc922 [2021-01-16T00:36:11.523Z] ---> d66bc7db2d4d [2021-01-16T00:36:11.523Z] Successfully built d66bc7db2d4d [2021-01-16T00:36:11.523Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-16T00:36:11.865Z] + docker inspect -f . ci-base-image-arm64 [2021-01-16T00:36:11.865Z] . [Pipeline] withDockerContainer [2021-01-16T00:36:12.130Z] prd-ubuntu18.04-docker-arm64-4c-16g-20712 does not seem to be running inside a container [2021-01-16T00:36:12.233Z] $ 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 ******** -e ******** ci-base-image-arm64 cat [2021-01-16T00:36:13.878Z] $ docker top e62bbee8e3ed159c2fb61ca1350f1504fe33d60b210f9bbe1346a6b0573c8cb6 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-16T00:36:14.916Z] + go version [2021-01-16T00:36:14.916Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-16T00:36:14.939Z] $ docker stop --time=1 e62bbee8e3ed159c2fb61ca1350f1504fe33d60b210f9bbe1346a6b0573c8cb6 [2021-01-16T00:36:16.820Z] $ docker rm -f e62bbee8e3ed159c2fb61ca1350f1504fe33d60b210f9bbe1346a6b0573c8cb6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-16T00:36:17.785Z] + docker inspect -f . ci-base-image-arm64 [2021-01-16T00:36:17.785Z] . [Pipeline] withDockerContainer [2021-01-16T00:36:18.065Z] prd-ubuntu18.04-docker-arm64-4c-16g-20712 does not seem to be running inside a container [2021-01-16T00:36:18.153Z] $ 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 ******** -e ******** ci-base-image-arm64 cat [2021-01-16T00:36:19.598Z] $ docker top 5d0ca1f15750bb48ee1d22e3bbb0939199bb01dae280ba38324d1debbaea6d0e -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-16T00:36:20.007Z] ========================================================= [2021-01-16T00:36:20.007Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-16T00:36:20.007Z] ========================================================= [Pipeline] sh [2021-01-16T00:36:20.654Z] + make test [2021-01-16T00:36:20.654Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-16T00:36:27.501Z] ---> 34f557ebcf1f [2021-01-16T00:36:27.501Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-16T00:36:27.501Z] ---> 4a790a6d3cce [2021-01-16T00:36:27.501Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-16T00:36:27.501Z] ---> 24231561b721 [2021-01-16T00:36:27.501Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-16T00:36:27.501Z] ---> Running in 36fab4b0f863 [2021-01-16T00:36:27.501Z] ---> Running in ca18d5b7793a [2021-01-16T00:36:27.501Z] ---> Running in 6ce75a52e2e9 [2021-01-16T00:36:27.501Z] ---> 157c7d7a904b [2021-01-16T00:36:27.501Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-16T00:36:27.501Z] ---> Running in 0d718e84338c [2021-01-16T00:36:27.501Z] ---> 76f4c69ac1d4 [2021-01-16T00:36:27.501Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-16T00:36:27.501Z] ---> Running in cc83bd44987e [2021-01-16T00:36:28.497Z] 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-16T00:36:28.497Z] 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-16T00:36:28.497Z] 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-16T00:36:28.769Z] 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-16T00:36:28.769Z] 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-16T00:36:47.491Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-16T00:37:07.995Z] 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-16T00:37:14.905Z] Removing intermediate container cc83bd44987e [2021-01-16T00:37:14.905Z] ---> 072d09e037ea [2021-01-16T00:37:14.905Z] [2021-01-16T00:37:14.905Z] Step 10/22 : FROM alpine:3.12 [2021-01-16T00:37:14.905Z] 3.12: Pulling from library/alpine [2021-01-16T00:37:15.190Z] Removing intermediate container 0d718e84338c [2021-01-16T00:37:15.190Z] ---> b772e55a5302 [2021-01-16T00:37:15.190Z] [2021-01-16T00:37:15.190Z] Step 10/21 : FROM scratch [2021-01-16T00:37:15.190Z] ---> [2021-01-16T00:37:15.190Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-16T00:37:15.190Z] Removing intermediate container 6ce75a52e2e9 [2021-01-16T00:37:15.190Z] ---> 90eac195b5ac [2021-01-16T00:37:15.190Z] [2021-01-16T00:37:15.190Z] Step 10/22 : FROM scratch [2021-01-16T00:37:15.190Z] ---> [2021-01-16T00:37:15.190Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-16T00:37:15.457Z] Removing intermediate container 36fab4b0f863 [2021-01-16T00:37:15.457Z] ---> dce5edf2162c [2021-01-16T00:37:15.458Z] [2021-01-16T00:37:15.458Z] Step 10/24 : FROM scratch [2021-01-16T00:37:15.458Z] ---> [2021-01-16T00:37:15.458Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-16T00:37:15.775Z] ---> Running in cdeacf91b390 [2021-01-16T00:37:15.775Z] ---> Running in 67fc22d2adb6 [2021-01-16T00:37:15.775Z] ---> Running in 13d9b7a9eaaa [2021-01-16T00:37:15.775Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-16T00:37:16.106Z] Status: Downloaded newer image for alpine:3.12 [2021-01-16T00:37:16.106Z] ---> 389fef711851 [2021-01-16T00:37:16.106Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-16T00:37:17.076Z] ---> Running in 70120edeabc0 [2021-01-16T00:37:17.076Z] Removing intermediate container 13d9b7a9eaaa [2021-01-16T00:37:17.076Z] ---> 8adf13e2c273 [2021-01-16T00:37:17.076Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-16T00:37:17.076Z] Removing intermediate container cdeacf91b390 [2021-01-16T00:37:17.076Z] ---> eefebbd31772 [2021-01-16T00:37:17.076Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-16T00:37:17.076Z] Removing intermediate container 67fc22d2adb6 [2021-01-16T00:37:17.076Z] ---> a4298000f4d5 [2021-01-16T00:37:17.076Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-16T00:37:17.349Z] ---> Running in 06e9ab64683e [2021-01-16T00:37:17.938Z] ---> Running in 5be6527da624 [2021-01-16T00:37:17.938Z] Removing intermediate container ca18d5b7793a [2021-01-16T00:37:17.938Z] ---> 41a119155119 [2021-01-16T00:37:17.938Z] [2021-01-16T00:37:17.938Z] Step 10/21 : FROM alpine:3.12 [2021-01-16T00:37:17.938Z] ---> 389fef711851 [2021-01-16T00:37:17.938Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-16T00:37:17.938Z] ---> Running in b1caa4dd1dcd [2021-01-16T00:37:18.202Z] ---> Running in 4c32b8526822 [2021-01-16T00:37:18.202Z] Removing intermediate container 5be6527da624 [2021-01-16T00:37:18.202Z] ---> 59e5a0e8e8e1 [2021-01-16T00:37:18.202Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-16T00:37:18.202Z] Removing intermediate container 06e9ab64683e [2021-01-16T00:37:18.202Z] ---> 08df2f6f3e04 [2021-01-16T00:37:18.202Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-16T00:37:18.202Z] Removing intermediate container b1caa4dd1dcd [2021-01-16T00:37:18.202Z] ---> 7765883e02fe [2021-01-16T00:37:18.202Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-16T00:37:18.479Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-16T00:37:18.479Z] ---> Running in 698bdf4eca6f [2021-01-16T00:37:18.479Z] ---> Running in f54fd1ae176a [2021-01-16T00:37:18.479Z] ---> Running in 3be6beca37d5 [2021-01-16T00:37:18.479Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-16T00:37:18.760Z] Removing intermediate container f54fd1ae176a [2021-01-16T00:37:18.760Z] ---> ca9e0a773f0c [2021-01-16T00:37:18.760Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-16T00:37:18.760Z] Removing intermediate container 698bdf4eca6f [2021-01-16T00:37:18.760Z] ---> dd25009da23e [2021-01-16T00:37:18.760Z] Step 14/22 : WORKDIR / [2021-01-16T00:37:18.760Z] Removing intermediate container 3be6beca37d5 [2021-01-16T00:37:18.760Z] ---> 74e224b57a16 [2021-01-16T00:37:18.760Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-16T00:37:18.760Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-16T00:37:18.760Z] ---> Running in affb8205a22a [2021-01-16T00:37:19.044Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-16T00:37:19.044Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-16T00:37:19.044Z] (4/5) Installing curl (7.69.1-r3) [2021-01-16T00:37:19.044Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-16T00:37:19.044Z] Executing busybox-1.31.1-r19.trigger [2021-01-16T00:37:19.044Z] Executing ca-certificates-20191127-r4.trigger [2021-01-16T00:37:19.044Z] OK: 7 MiB in 19 packages [2021-01-16T00:37:19.320Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-16T00:37:19.320Z] ---> e61c4f1c0854 [2021-01-16T00:37:19.320Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-16T00:37:19.320Z] ---> 5300038b3baa [2021-01-16T00:37:19.320Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-16T00:37:19.320Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-16T00:37:19.320Z] Removing intermediate container affb8205a22a [2021-01-16T00:37:19.320Z] ---> 82f781e794c1 [2021-01-16T00:37:19.320Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-16T00:37:19.601Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-16T00:37:19.601Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-16T00:37:19.601Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-16T00:37:19.601Z] (4/4) Installing curl (7.69.1-r3) [2021-01-16T00:37:19.601Z] Executing busybox-1.31.1-r19.trigger [2021-01-16T00:37:19.880Z] Executing ca-certificates-20191127-r4.trigger [2021-01-16T00:37:19.880Z] OK: 7 MiB in 18 packages [2021-01-16T00:37:20.866Z] ---> 8a27da490f49 [2021-01-16T00:37:20.866Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-16T00:37:20.866Z] ---> 2b238f1472af [2021-01-16T00:37:20.866Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-16T00:37:20.866Z] ---> 9aa7e750f95b [2021-01-16T00:37:20.866Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-16T00:37:21.150Z] Removing intermediate container 70120edeabc0 [2021-01-16T00:37:21.150Z] ---> 0d37257e51da [2021-01-16T00:37:21.150Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-16T00:37:21.150Z] ---> Running in b7bdcbf84b07 [2021-01-16T00:37:21.446Z] ---> be9e9fc930de [2021-01-16T00:37:21.446Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-16T00:37:21.446Z] Removing intermediate container 4c32b8526822 [2021-01-16T00:37:21.446Z] ---> b783d2164bf6 [2021-01-16T00:37:21.446Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-16T00:37:21.713Z] Removing intermediate container b7bdcbf84b07 [2021-01-16T00:37:21.713Z] ---> 3c14d36c6da2 [2021-01-16T00:37:21.713Z] Step 13/22 : WORKDIR / [2021-01-16T00:37:21.713Z] ---> Running in a5b48f2e142e [2021-01-16T00:37:21.713Z] ---> Running in 834cf2936cbd [2021-01-16T00:37:21.978Z] ---> Running in 99c53652e030 [2021-01-16T00:37:22.243Z] ---> 61fc4cf75e0a [2021-01-16T00:37:22.243Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-16T00:37:22.243Z] ---> 827d7fd09ced [2021-01-16T00:37:22.243Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-16T00:37:22.243Z] Removing intermediate container 834cf2936cbd [2021-01-16T00:37:22.243Z] ---> 190758397544 [2021-01-16T00:37:22.243Z] Step 13/21 : WORKDIR /edgex [2021-01-16T00:37:22.243Z] Removing intermediate container a5b48f2e142e [2021-01-16T00:37:22.243Z] ---> 8be86f3a6305 [2021-01-16T00:37:22.243Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-16T00:37:22.522Z] ---> Running in 30d76765fabd [2021-01-16T00:37:22.522Z] Removing intermediate container 99c53652e030 [2021-01-16T00:37:22.522Z] ---> d0afbcee0c6f [2021-01-16T00:37:22.522Z] Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-16T00:37:22.522Z] ---> Running in 1245d7e916a5 [2021-01-16T00:37:22.815Z] ---> 551e968103b8 [2021-01-16T00:37:22.815Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-16T00:37:22.815Z] ---> 7d44d3af2d2f [2021-01-16T00:37:22.815Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-16T00:37:22.815Z] ---> Running in da730128e574 [2021-01-16T00:37:23.116Z] Removing intermediate container 30d76765fabd [2021-01-16T00:37:23.116Z] ---> 2a5340cd56ce [2021-01-16T00:37:23.116Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-16T00:37:23.116Z] Removing intermediate container 1245d7e916a5 [2021-01-16T00:37:23.116Z] ---> efee29355750 [2021-01-16T00:37:23.116Z] Step 19/21 : LABEL arch=x86_64 [2021-01-16T00:37:23.395Z] ---> 6c30a1543a63 [2021-01-16T00:37:23.395Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-16T00:37:23.395Z] ---> Running in 9ef1fec2c219 [2021-01-16T00:37:23.395Z] Removing intermediate container da730128e574 [2021-01-16T00:37:23.395Z] ---> 750de807a899 [2021-01-16T00:37:23.395Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-16T00:37:23.718Z] ---> cf5c8108cbf5 [2021-01-16T00:37:23.718Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-16T00:37:23.718Z] ---> Running in c14c6063b8ee [2021-01-16T00:37:23.718Z] ---> f8d5ee6cfe14 [2021-01-16T00:37:23.718Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-16T00:37:23.991Z] Removing intermediate container 9ef1fec2c219 [2021-01-16T00:37:23.991Z] ---> 047d5f3b1410 [2021-01-16T00:37:23.991Z] Step 20/21 : LABEL git_sha=0c8a874165f9df96fb0913bb6f216e5e01be221f [2021-01-16T00:37:23.991Z] ---> Running in 56e942b25f10 [2021-01-16T00:37:24.255Z] Removing intermediate container c14c6063b8ee [2021-01-16T00:37:24.255Z] ---> 08d0accdd80e [2021-01-16T00:37:24.255Z] Step 20/22 : LABEL arch=x86_64 [2021-01-16T00:37:24.533Z] ---> Running in c4728f7845d8 [2021-01-16T00:37:24.533Z] ---> 1734cc5984ef [2021-01-16T00:37:24.533Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-16T00:37:24.807Z] ---> bcb000b3ecb9 [2021-01-16T00:37:24.807Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-16T00:37:24.807Z] Removing intermediate container 56e942b25f10 [2021-01-16T00:37:24.807Z] ---> 18c558c35959 [2021-01-16T00:37:24.807Z] Step 21/21 : LABEL version=0.0.0 [2021-01-16T00:37:24.807Z] ---> 8dd3f75e5d34 [2021-01-16T00:37:24.807Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-16T00:37:24.807Z] ---> Running in 64efb0501f25 [2021-01-16T00:37:25.086Z] ---> Running in 3818bf90b819 [2021-01-16T00:37:25.086Z] ---> 4b6efc672b77 [2021-01-16T00:37:25.086Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-16T00:37:25.086Z] Removing intermediate container c4728f7845d8 [2021-01-16T00:37:25.086Z] ---> 5b33d0e93d76 [2021-01-16T00:37:25.086Z] Step 21/22 : LABEL git_sha=0c8a874165f9df96fb0913bb6f216e5e01be221f [2021-01-16T00:37:25.350Z] ---> Running in cefaf0ca3928 [2021-01-16T00:37:25.350Z] Removing intermediate container 3818bf90b819 [2021-01-16T00:37:25.350Z] ---> 1d3a5ae786bc [2021-01-16T00:37:25.350Z] [2021-01-16T00:37:25.350Z] Removing intermediate container 64efb0501f25 [2021-01-16T00:37:25.350Z] ---> 6b3121fd7272 [2021-01-16T00:37:25.350Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-16T00:37:25.350Z] ---> Running in d945853d2fee [2021-01-16T00:37:25.613Z] ---> 0bba3f9acce7 [2021-01-16T00:37:25.613Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-16T00:37:25.613Z] ---> 20c3809c8416 [2021-01-16T00:37:25.613Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-16T00:37:25.910Z] Successfully built 1d3a5ae786bc [2021-01-16T00:37:25.910Z] Removing intermediate container cefaf0ca3928 [2021-01-16T00:37:25.910Z] ---> a2f2c1fc9f58 [2021-01-16T00:37:25.910Z] Step 22/22 : LABEL version=0.0.0 [2021-01-16T00:37:25.910Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-16T00:37:25.910Z] ---> Running in a2f32b405f8e [2021-01-16T00:37:25.910Z]  Building docker-support-scheduler-go ... done Building docker-core-metadata-go [2021-01-16T00:37:25.910Z] ---> Running in 8d88fc4025b8 [2021-01-16T00:37:25.910Z] ---> Running in d578df3d266a [2021-01-16T00:37:26.197Z] Removing intermediate container d945853d2fee [2021-01-16T00:37:26.197Z] ---> e98560f6dc71 [2021-01-16T00:37:26.197Z] Step 22/24 : LABEL arch=x86_64 [2021-01-16T00:37:26.197Z] ---> Running in 6d406cad1f0a [2021-01-16T00:37:26.473Z] Removing intermediate container a2f32b405f8e [2021-01-16T00:37:26.473Z] ---> 2edd06b95dc9 [2021-01-16T00:37:26.473Z] Step 18/21 : CMD ["--init=true"] [2021-01-16T00:37:26.473Z] Removing intermediate container d578df3d266a [2021-01-16T00:37:26.473Z] ---> e3b9d3618991 [2021-01-16T00:37:26.473Z] [2021-01-16T00:37:26.473Z] ---> Running in aeb5741be282 [2021-01-16T00:37:26.534Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-16T00:37:26.741Z] Successfully built e3b9d3618991 [2021-01-16T00:37:26.741Z] Successfully tagged docker-core-command-go:latest [2021-01-16T00:37:26.741Z] Building docker-security-secretstore-setup-go [2021-01-16T00:37:26.741Z]  Building docker-core-command-go ... done Removing intermediate container 6d406cad1f0a [2021-01-16T00:37:26.741Z] ---> 168c77ae3f54 [2021-01-16T00:37:26.741Z] Step 23/24 : LABEL git_sha=0c8a874165f9df96fb0913bb6f216e5e01be221f [2021-01-16T00:37:27.015Z] Removing intermediate container aeb5741be282 [2021-01-16T00:37:27.015Z] ---> b974635fb280 [2021-01-16T00:37:27.015Z] Step 19/21 : LABEL arch=x86_64 [2021-01-16T00:37:27.015Z] ---> Running in de50567c87d4 [2021-01-16T00:37:27.283Z] ---> Running in dcd5eb137942 [2021-01-16T00:37:27.869Z] Removing intermediate container de50567c87d4 [2021-01-16T00:37:27.869Z] ---> e6d10bc66f3c [2021-01-16T00:37:27.869Z] Step 24/24 : LABEL version=0.0.0 [2021-01-16T00:37:27.869Z] Removing intermediate container dcd5eb137942 [2021-01-16T00:37:27.869Z] ---> d1c10bc06fc1 [2021-01-16T00:37:27.869Z] Step 20/21 : LABEL git_sha=0c8a874165f9df96fb0913bb6f216e5e01be221f [2021-01-16T00:37:29.301Z] ---> Running in d60f84fdbb1e [2021-01-16T00:37:29.891Z] ---> Running in e599c90c25c5 [2021-01-16T00:37:30.182Z] Removing intermediate container 8d88fc4025b8 [2021-01-16T00:37:30.182Z] ---> b4106d80ae4b [2021-01-16T00:37:30.182Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-16T00:37:31.588Z] Removing intermediate container d60f84fdbb1e [2021-01-16T00:37:31.588Z] ---> f75ba92ddc52 [2021-01-16T00:37:31.588Z] [2021-01-16T00:37:31.588Z] Successfully built f75ba92ddc52 [2021-01-16T00:37:31.853Z] Successfully tagged docker-support-notifications-go:latest [2021-01-16T00:37:31.853Z] Building docker-core-data-go [2021-01-16T00:37:31.853Z]  Building docker-support-notifications-go ... done  ---> Running in 57987865f9b6 [2021-01-16T00:37:32.860Z] Removing intermediate container e599c90c25c5 [2021-01-16T00:37:32.860Z] ---> de12ef283592 [2021-01-16T00:37:32.860Z] Step 21/21 : LABEL version=0.0.0 [2021-01-16T00:37:33.823Z] ---> Running in 9457b6ae56c9 [2021-01-16T00:37:33.823Z] Removing intermediate container 57987865f9b6 [2021-01-16T00:37:33.823Z] ---> d3de0400c025 [2021-01-16T00:37:33.823Z] Step 20/22 : LABEL arch=x86_64 [2021-01-16T00:37:34.406Z] ---> Running in bf6a4859bdc1 [2021-01-16T00:37:34.406Z] Removing intermediate container 9457b6ae56c9 [2021-01-16T00:37:34.406Z] ---> 061a17e964f0 [2021-01-16T00:37:34.406Z] [2021-01-16T00:37:34.406Z] Successfully built 061a17e964f0 [2021-01-16T00:37:34.669Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-16T00:37:34.669Z] Building docker-sys-mgmt-agent-go [2021-01-16T00:37:34.669Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container bf6a4859bdc1 [2021-01-16T00:37:34.669Z] ---> 8beb4ca89bac [2021-01-16T00:37:34.669Z] Step 21/22 : LABEL git_sha=0c8a874165f9df96fb0913bb6f216e5e01be221f [2021-01-16T00:37:34.935Z] ---> Running in 9261beb56e94 [2021-01-16T00:37:37.492Z] Removing intermediate container 9261beb56e94 [2021-01-16T00:37:37.492Z] ---> 44a908a36a55 [2021-01-16T00:37:37.492Z] Step 22/22 : LABEL version=0.0.0 [2021-01-16T00:37:40.859Z] ---> Running in c8439deeb137 [2021-01-16T00:37:40.859Z] Removing intermediate container c8439deeb137 [2021-01-16T00:37:40.859Z] ---> 3648dd0132c6 [2021-01-16T00:37:40.859Z] [2021-01-16T00:37:40.859Z] Successfully built 3648dd0132c6 [2021-01-16T00:37:41.122Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2021-01-16T00:37:48.757Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-16T00:37:48.757Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-16T00:37:48.757Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-16T00:37:48.757Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-16T00:37:48.757Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-16T00:37:48.757Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-16T00:37:48.757Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-16T00:37:48.757Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-16T00:37:48.757Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-16T00:37:51.908Z]  Building docker-security-bootstrap-redis-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-16T00:37:51.908Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-16T00:37:51.908Z] ---> 63fa80129ffb [2021-01-16T00:37:51.908Z] Step 3/22 : WORKDIR /edgex-go [2021-01-16T00:37:51.908Z] ---> Using cache [2021-01-16T00:37:51.908Z] ---> 0159c4907af4 [2021-01-16T00:37:51.908Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-16T00:37:51.908Z] ---> Using cache [2021-01-16T00:37:51.908Z] ---> 7798ccfec458 [2021-01-16T00:37:51.908Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-16T00:37:51.908Z] ---> Using cache [2021-01-16T00:37:51.908Z] ---> e5f93fe38ca7 [2021-01-16T00:37:51.908Z] Step 6/22 : COPY go.mod . [2021-01-16T00:37:51.908Z] ---> Using cache [2021-01-16T00:37:51.908Z] ---> 70d5d05f67c6 [2021-01-16T00:37:51.908Z] Step 7/22 : RUN go mod download [2021-01-16T00:37:51.908Z] ---> Using cache [2021-01-16T00:37:51.908Z] ---> 4f365e3203eb [2021-01-16T00:37:51.908Z] Step 8/22 : COPY . . [2021-01-16T00:37:51.908Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-16T00:37:51.908Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-16T00:37:51.908Z] ---> 63fa80129ffb [2021-01-16T00:37:51.908Z] Step 3/24 : WORKDIR /edgex-go [2021-01-16T00:37:51.908Z] ---> Using cache [2021-01-16T00:37:51.908Z] ---> 0159c4907af4 [2021-01-16T00:37:51.908Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-16T00:37:51.908Z] ---> Using cache [2021-01-16T00:37:51.908Z] ---> 7798ccfec458 [2021-01-16T00:37:51.908Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-16T00:37:51.908Z] ---> Using cache [2021-01-16T00:37:51.908Z] ---> e5f93fe38ca7 [2021-01-16T00:37:51.908Z] Step 6/24 : COPY go.mod . [2021-01-16T00:37:51.908Z] ---> Using cache [2021-01-16T00:37:51.908Z] ---> 70d5d05f67c6 [2021-01-16T00:37:51.908Z] Step 7/24 : RUN go mod download [2021-01-16T00:37:51.908Z] ---> Using cache [2021-01-16T00:37:51.908Z] ---> 4f365e3203eb [2021-01-16T00:37:51.908Z] Step 8/24 : COPY . . [2021-01-16T00:37:51.908Z] ---> Using cache [2021-01-16T00:37:51.908Z] ---> 76f4c69ac1d4 [2021-01-16T00:37:51.908Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-16T00:37:51.908Z] ---> Using cache [2021-01-16T00:37:51.908Z] ---> 76f4c69ac1d4 [2021-01-16T00:37:51.908Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-16T00:37:52.153Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-16T00:37:52.153Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-16T00:37:52.153Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-16T00:37:52.881Z] ---> Running in 17f2c4a2c267 [2021-01-16T00:37:52.881Z] ---> Running in 828087e4527c [2021-01-16T00:37:54.861Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-16T00:37:54.861Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-16T00:37:54.861Z] ---> 63fa80129ffb [2021-01-16T00:37:54.861Z] Step 3/23 : WORKDIR /edgex-go [2021-01-16T00:37:54.861Z] ---> Using cache [2021-01-16T00:37:54.861Z] ---> 0159c4907af4 [2021-01-16T00:37:54.861Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-16T00:37:54.861Z] ---> Using cache [2021-01-16T00:37:54.861Z] ---> 7798ccfec458 [2021-01-16T00:37:54.861Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-16T00:37:55.478Z] ---> Running in 7e833a7a4480 [2021-01-16T00:37:56.129Z] 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-16T00:37:56.129Z] 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-16T00:37:57.114Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-16T00:37:57.705Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-16T00:37:58.532Z] OK: 233 MiB in 51 packages [2021-01-16T00:37:58.897Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.237s coverage: 46.8% of statements [2021-01-16T00:37:58.897Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-16T00:37:58.897Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-16T00:37:58.897Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-16T00:37:58.897Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-16T00:37:58.897Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-16T00:37:59.143Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-16T00:37:59.143Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-16T00:37:59.143Z] ---> 63fa80129ffb [2021-01-16T00:37:59.143Z] Step 3/26 : WORKDIR /edgex-go [2021-01-16T00:37:59.143Z] ---> Using cache [2021-01-16T00:37:59.143Z] ---> 0159c4907af4 [2021-01-16T00:37:59.143Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-16T00:37:59.143Z] ---> Using cache [2021-01-16T00:37:59.143Z] ---> 7798ccfec458 [2021-01-16T00:37:59.143Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-16T00:37:59.756Z] ---> Running in b876c9057325 [2021-01-16T00:38:00.803Z] Removing intermediate container 7e833a7a4480 [2021-01-16T00:38:00.803Z] ---> 21d7a4a72e65 [2021-01-16T00:38:00.803Z] Step 6/23 : COPY go.mod . [2021-01-16T00:38:01.820Z] ---> f9f4c7ab729c [2021-01-16T00:38:01.820Z] Step 7/23 : RUN go mod download [2021-01-16T00:38:01.820Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-16T00:38:01.820Z] ---> Running in e11641094423 [2021-01-16T00:38:02.421Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-16T00:38:03.037Z] OK: 233 MiB in 51 packages [2021-01-16T00:38:04.497Z] Removing intermediate container b876c9057325 [2021-01-16T00:38:04.497Z] ---> 4943ee160648 [2021-01-16T00:38:04.497Z] Step 6/26 : COPY go.mod . [2021-01-16T00:38:04.778Z] Removing intermediate container e11641094423 [2021-01-16T00:38:04.778Z] ---> 79a4e5505e6e [2021-01-16T00:38:04.778Z] Step 8/23 : COPY . . [2021-01-16T00:38:05.430Z] ---> cbc6428aa9f5 [2021-01-16T00:38:05.431Z] Step 7/26 : RUN go mod download [2021-01-16T00:38:05.431Z] ---> Running in 28c351741dfb [2021-01-16T00:38:05.624Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.510s coverage: 27.0% of statements [2021-01-16T00:38:05.624Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-16T00:38:05.624Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-16T00:38:05.624Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-16T00:38:05.624Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-16T00:38:05.624Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-16T00:38:05.624Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-16T00:38:05.624Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.067s coverage: 100.0% of statements [2021-01-16T00:38:05.624Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-16T00:38:05.624Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.080s coverage: 100.0% of statements [2021-01-16T00:38:05.624Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-16T00:38:05.624Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-16T00:38:05.624Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.252s coverage: 67.9% of statements [2021-01-16T00:38:05.624Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-16T00:38:05.624Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-16T00:38:05.624Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.702s coverage: 82.3% of statements [2021-01-16T00:38:05.624Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-16T00:38:05.624Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-16T00:38:05.624Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-16T00:38:05.624Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-16T00:38:12.550Z] Removing intermediate container 28c351741dfb [2021-01-16T00:38:12.550Z] ---> 67009717a4aa [2021-01-16T00:38:12.550Z] Step 8/26 : COPY . . [2021-01-16T00:38:13.941Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.209s coverage: 28.6% of statements [2021-01-16T00:38:13.941Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-16T00:38:13.941Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-16T00:38:13.941Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-16T00:38:13.941Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-16T00:38:13.941Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-16T00:38:13.941Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.146s coverage: 100.0% of statements [2021-01-16T00:38:13.941Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-16T00:38:13.941Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.064s coverage: 100.0% of statements [2021-01-16T00:38:13.941Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-16T00:38:13.941Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.303s coverage: 86.7% of statements [2021-01-16T00:38:13.941Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-16T00:38:15.403Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.307s coverage: 97.5% of statements [2021-01-16T00:38:15.403Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-16T00:38:15.403Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.160s coverage: 78.3% of statements [2021-01-16T00:38:15.403Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-16T00:38:15.403Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-16T00:38:15.403Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-16T00:38:15.403Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-16T00:38:23.756Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.329s coverage: 92.8% of statements [2021-01-16T00:38:23.756Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-16T00:38:23.757Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-16T00:38:23.757Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-16T00:38:23.757Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-16T00:38:23.757Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-16T00:38:23.757Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-16T00:38:23.757Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-16T00:38:23.757Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-16T00:38:23.757Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-16T00:38:23.757Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-16T00:38:23.757Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-16T00:38:23.757Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-16T00:38:23.757Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-16T00:38:23.757Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-16T00:38:23.757Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-16T00:38:23.757Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-16T00:38:23.757Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-16T00:38:23.757Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-16T00:38:23.757Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.055s coverage: 58.8% of statements [2021-01-16T00:38:23.757Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-16T00:38:23.757Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-16T00:38:23.757Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.240s coverage: 0.1% of statements [2021-01-16T00:38:23.757Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-16T00:38:23.757Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-16T00:38:23.757Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-16T00:38:23.757Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-16T00:38:23.757Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.081s coverage: 100.0% of statements [2021-01-16T00:38:23.757Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-16T00:38:23.757Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.119s coverage: 75.5% of statements [2021-01-16T00:38:23.757Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-16T00:38:23.757Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.111s coverage: 80.8% of statements [2021-01-16T00:38:23.757Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.232s coverage: 87.2% of statements [2021-01-16T00:38:23.757Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.156s coverage: 84.2% of statements [2021-01-16T00:38:25.363Z] 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-16T00:38:27.193Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.162s coverage: 91.4% of statements [2021-01-16T00:38:27.193Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-16T00:38:29.183Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.670s coverage: 63.5% of statements [2021-01-16T00:38:29.183Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-16T00:38:29.183Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-16T00:38:29.183Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.067s coverage: 100.0% of statements [2021-01-16T00:38:29.183Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.137s coverage: 91.3% of statements [2021-01-16T00:38:29.462Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.050s coverage: 100.0% of statements [2021-01-16T00:38:29.747Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.087s coverage: 73.7% of statements [2021-01-16T00:38:30.024Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.066s coverage: 100.0% of statements [2021-01-16T00:38:34.379Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.912s coverage: 68.9% of statements [2021-01-16T00:38:34.379Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-16T00:38:34.379Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-16T00:38:34.379Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-16T00:38:34.379Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-16T00:38:34.379Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-16T00:38:35.533Z] Removing intermediate container 17f2c4a2c267 [2021-01-16T00:38:35.533Z] ---> f9002bc1b4c8 [2021-01-16T00:38:35.533Z] [2021-01-16T00:38:35.533Z] Step 10/22 : FROM scratch [2021-01-16T00:38:35.533Z] ---> [2021-01-16T00:38:35.533Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-16T00:38:35.832Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.351s coverage: 37.0% of statements [2021-01-16T00:38:35.832Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-16T00:38:35.832Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-16T00:38:36.434Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.678s coverage: 84.0% of statements [2021-01-16T00:38:36.434Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.093s coverage: 100.0% of statements [2021-01-16T00:38:36.500Z] ---> Using cache [2021-01-16T00:38:36.500Z] ---> eefebbd31772 [2021-01-16T00:38:36.500Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-16T00:38:39.114Z] ---> Running in 356832f84b35 [2021-01-16T00:38:39.114Z] ---> 57c15861a1be [2021-01-16T00:38:39.114Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-16T00:38:39.114Z] Removing intermediate container 828087e4527c [2021-01-16T00:38:39.114Z] ---> a9927989a17b [2021-01-16T00:38:39.114Z] [2021-01-16T00:38:39.114Z] Step 10/24 : FROM alpine:3.12 [2021-01-16T00:38:39.397Z] ---> 389fef711851 [2021-01-16T00:38:39.397Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-16T00:38:39.397Z] ---> Using cache [2021-01-16T00:38:39.397Z] ---> 0d37257e51da [2021-01-16T00:38:39.397Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-16T00:38:39.673Z] ---> Running in 5a98eb3417b1 [2021-01-16T00:38:39.673Z] Removing intermediate container 356832f84b35 [2021-01-16T00:38:39.673Z] ---> 18d375f94c44 [2021-01-16T00:38:39.673Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-16T00:38:40.280Z] ---> Running in 84cc16e8ea41 [2021-01-16T00:38:40.592Z] ---> Running in d11c651a57c5 [2021-01-16T00:38:40.969Z] Removing intermediate container 84cc16e8ea41 [2021-01-16T00:38:40.969Z] ---> ed0458d2dab5 [2021-01-16T00:38:40.969Z] Step 13/24 : WORKDIR / [2021-01-16T00:38:40.969Z] Removing intermediate container d11c651a57c5 [2021-01-16T00:38:40.969Z] ---> 98cf84e4699f [2021-01-16T00:38:40.969Z] Step 14/22 : WORKDIR / [2021-01-16T00:38:40.969Z] ---> f844b26704c7 [2021-01-16T00:38:40.969Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-16T00:38:40.969Z] ---> Running in 04301754bcc6 [2021-01-16T00:38:41.287Z] ---> Running in 5551a07a7fbb [2021-01-16T00:38:41.287Z] ---> Running in 311afba2c9ba [2021-01-16T00:38:41.287Z] 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-16T00:38:41.668Z] Removing intermediate container 5551a07a7fbb [2021-01-16T00:38:41.668Z] ---> 50bd9fa7271c [2021-01-16T00:38:41.668Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-16T00:38:41.668Z] Removing intermediate container 04301754bcc6 [2021-01-16T00:38:41.668Z] ---> 774dbc501379 [2021-01-16T00:38:41.668Z] 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-16T00:38:42.052Z] 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-16T00:38:42.052Z] ---> a307a66b102c [2021-01-16T00:38:42.052Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-16T00:38:42.052Z] ---> 9d0cf8ba0ac3 [2021-01-16T00:38:42.052Z] 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-16T00:38:42.854Z] ---> 247cbc6b00d6 [2021-01-16T00:38:42.854Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-16T00:38:43.192Z] ---> 6846e70d1383 [2021-01-16T00:38:43.192Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-16T00:38:43.215Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.438s coverage: 47.1% of statements [2021-01-16T00:38:43.215Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-16T00:38:43.215Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-16T00:38:43.215Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-16T00:38:43.215Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-16T00:38:43.215Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-16T00:38:43.215Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.136s coverage: 100.0% of statements [2021-01-16T00:38:43.215Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-16T00:38:43.215Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.093s coverage: 100.0% of statements [2021-01-16T00:38:43.215Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-16T00:38:43.471Z] ---> 3c68547145f7 [2021-01-16T00:38:43.471Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-16T00:38:44.508Z] ---> 782e2c5cb505 [2021-01-16T00:38:44.508Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-16T00:38:44.802Z] ---> e1e0ec2fa7cf [2021-01-16T00:38:44.802Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-16T00:38:44.802Z] ---> Running in fe866b1006ae [2021-01-16T00:38:45.451Z] Removing intermediate container fe866b1006ae [2021-01-16T00:38:45.451Z] ---> d69e28e62d98 [2021-01-16T00:38:45.451Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-16T00:38:45.451Z] ---> Running in 18509e49a8a1 [2021-01-16T00:38:45.749Z] ---> 707e64f06dfe [2021-01-16T00:38:45.749Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-16T00:38:46.043Z] Removing intermediate container 18509e49a8a1 [2021-01-16T00:38:46.043Z] ---> a05505d5739a [2021-01-16T00:38:46.043Z] Step 20/22 : LABEL arch=x86_64 [2021-01-16T00:38:46.335Z] ---> Running in 50514e757765 [2021-01-16T00:38:46.614Z] ---> 37b8f1822094 [2021-01-16T00:38:46.614Z] 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-16T00:38:46.614Z] Removing intermediate container 50514e757765 [2021-01-16T00:38:46.614Z] ---> f4e144ab99db [2021-01-16T00:38:46.614Z] Step 21/22 : LABEL git_sha=0c8a874165f9df96fb0913bb6f216e5e01be221f [2021-01-16T00:38:46.896Z] ---> Running in 8e14f8fb9e72 [2021-01-16T00:38:46.896Z] ---> Running in f3f2334cbb30 [2021-01-16T00:38:47.208Z] Removing intermediate container f3f2334cbb30 [2021-01-16T00:38:47.208Z] ---> f7f9996b5bef [2021-01-16T00:38:47.208Z] Step 22/22 : LABEL version=0.0.0 [2021-01-16T00:38:47.506Z] ---> Running in f74180289800 [2021-01-16T00:38:47.559Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.026s coverage: 29.1% of statements [2021-01-16T00:38:47.560Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-16T00:38:47.560Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-16T00:38:47.560Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-16T00:38:47.560Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-16T00:38:47.560Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-16T00:38:47.560Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.255s coverage: 99.0% of statements [2021-01-16T00:38:47.560Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-16T00:38:47.560Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.117s coverage: 100.0% of statements [2021-01-16T00:38:47.560Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-16T00:38:47.560Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.073s coverage: 0.0% of statements [2021-01-16T00:38:47.560Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-16T00:38:47.560Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.053s coverage: 100.0% of statements [2021-01-16T00:38:47.560Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-16T00:38:47.560Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-16T00:38:47.560Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-16T00:38:47.560Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-16T00:38:47.560Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.113s coverage: 87.9% of statements [2021-01-16T00:38:47.560Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-16T00:38:47.560Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-16T00:38:47.834Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.057s coverage: 100.0% of statements [2021-01-16T00:38:48.437Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.062s coverage: 32.1% of statements [2021-01-16T00:38:48.546Z] Removing intermediate container f74180289800 [2021-01-16T00:38:48.546Z] ---> 5462ae5b7160 [2021-01-16T00:38:48.546Z] [2021-01-16T00:38:49.032Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements [2021-01-16T00:38:49.152Z] Successfully built 5462ae5b7160 [2021-01-16T00:38:49.152Z] Successfully tagged docker-core-metadata-go:latest [2021-01-16T00:38:49.625Z] GO111MODULE=on go vet ./... [2021-01-16T00:38:51.408Z]  Building docker-core-metadata-go ... done Removing intermediate container 8e14f8fb9e72 [2021-01-16T00:38:51.408Z] ---> e57a4967e385 [2021-01-16T00:38:51.408Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-16T00:38:51.408Z] ---> Running in 0c5de9a99ce0 [2021-01-16T00:38:51.408Z] Removing intermediate container 0c5de9a99ce0 [2021-01-16T00:38:51.408Z] ---> 4da8812becaa [2021-01-16T00:38:51.408Z] Step 22/24 : LABEL arch=x86_64 [2021-01-16T00:38:51.408Z] ---> Running in ca663fce5227 [2021-01-16T00:38:52.131Z] Removing intermediate container ca663fce5227 [2021-01-16T00:38:52.131Z] ---> aa42be6bada6 [2021-01-16T00:38:52.131Z] Step 23/24 : LABEL git_sha=0c8a874165f9df96fb0913bb6f216e5e01be221f [2021-01-16T00:38:52.486Z] ---> Running in 3a75011a81e8 [2021-01-16T00:38:53.536Z] Removing intermediate container 3a75011a81e8 [2021-01-16T00:38:53.536Z] ---> 91f0d321b2d3 [2021-01-16T00:38:53.536Z] Step 24/24 : LABEL version=0.0.0 [2021-01-16T00:38:53.536Z] ---> Running in 70af20a35281 [2021-01-16T00:38:53.813Z] Removing intermediate container 70af20a35281 [2021-01-16T00:38:53.813Z] ---> b697b217f3fa [2021-01-16T00:38:53.813Z] [2021-01-16T00:38:54.165Z] Successfully built b697b217f3fa [2021-01-16T00:38:54.165Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-16T00:39:06.674Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 311afba2c9ba [2021-01-16T00:39:06.674Z] ---> 0acb707206c6 [2021-01-16T00:39:06.674Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-16T00:39:06.674Z] ---> Running in 5d3c5bae888b [2021-01-16T00:39:08.078Z] 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-16T00:39:10.666Z] Removing intermediate container 5d3c5bae888b [2021-01-16T00:39:10.666Z] ---> dfa721b053e9 [2021-01-16T00:39:10.666Z] [2021-01-16T00:39:10.666Z] Step 11/26 : FROM docker:20.10.0 [2021-01-16T00:39:10.666Z] 20.10.0: Pulling from library/docker [2021-01-16T00:39:10.666Z] Removing intermediate container 5a98eb3417b1 [2021-01-16T00:39:10.666Z] ---> 4279581fb200 [2021-01-16T00:39:10.666Z] [2021-01-16T00:39:10.666Z] Step 10/23 : FROM alpine:3.12 [2021-01-16T00:39:10.666Z] ---> 389fef711851 [2021-01-16T00:39:10.666Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-16T00:39:10.931Z] ---> Running in 1f1fa6051c22 [2021-01-16T00:39:11.200Z] Removing intermediate container 1f1fa6051c22 [2021-01-16T00:39:11.200Z] ---> 20f79d3ce69d [2021-01-16T00:39:11.200Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-16T00:39:11.470Z] ---> Running in e93d052519be [2021-01-16T00:39:11.734Z] Removing intermediate container e93d052519be [2021-01-16T00:39:11.734Z] ---> 4c3ccfefe062 [2021-01-16T00:39:11.734Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-16T00:39:11.998Z] ---> Running in 42c3d0a77c9b [2021-01-16T00:39:12.266Z] Removing intermediate container 42c3d0a77c9b [2021-01-16T00:39:12.266Z] ---> c6ce22520f8a [2021-01-16T00:39:12.266Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-16T00:39:12.266Z] ---> Running in 2505b0c79c9a [2021-01-16T00:39:13.680Z] Removing intermediate container 2505b0c79c9a [2021-01-16T00:39:13.680Z] ---> 8d5287abfff5 [2021-01-16T00:39:13.680Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-16T00:39:13.946Z] ---> Running in 6dc9d6d3570f [2021-01-16T00:39:14.540Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-16T00:39:15.502Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-16T00:39:15.773Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-16T00:39:15.773Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-16T00:39:16.037Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-16T00:39:16.304Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-16T00:39:16.304Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-16T00:39:16.304Z] Executing busybox-1.31.1-r19.trigger [2021-01-16T00:39:16.304Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-16T00:39:16.304Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-16T00:39:16.304Z] ---> aefe523efa57 [2021-01-16T00:39:16.304Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-16T00:39:16.304Z] OK: 8 MiB in 19 packages [2021-01-16T00:39:16.573Z] ---> Running in 1eb1c83663f4 [2021-01-16T00:39:17.174Z] Removing intermediate container 6dc9d6d3570f [2021-01-16T00:39:17.174Z] ---> bef8453d626b [2021-01-16T00:39:17.174Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-16T00:39:17.457Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-16T00:39:17.457Z] ---> acd88d0419eb [2021-01-16T00:39:17.457Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-16T00:39:17.457Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-16T00:39:17.731Z] (1/2) Installing readline (8.0.4-r0) [2021-01-16T00:39:17.731Z] (2/2) Installing bash (5.0.17-r0) [2021-01-16T00:39:17.731Z] Executing bash-5.0.17-r0.post-install [2021-01-16T00:39:17.731Z] Executing busybox-1.31.1-r19.trigger [2021-01-16T00:39:17.731Z] OK: 12 MiB in 22 packages [2021-01-16T00:39:18.322Z] ---> 6a632ec08ab6 [2021-01-16T00:39:18.322Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-16T00:39:18.589Z] Removing intermediate container 1eb1c83663f4 [2021-01-16T00:39:18.589Z] ---> 524e1611563e [2021-01-16T00:39:18.589Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-16T00:39:18.856Z] ---> Running in c59508644f28 [2021-01-16T00:39:18.856Z] ---> b7190584bd8c [2021-01-16T00:39:18.856Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-16T00:39:18.856Z] ---> Running in f924facaf9ea [2021-01-16T00:39:18.856Z] Removing intermediate container c59508644f28 [2021-01-16T00:39:18.856Z] ---> ba6f9d8cd752 [2021-01-16T00:39:18.856Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-16T00:39:19.123Z] Removing intermediate container f924facaf9ea [2021-01-16T00:39:19.123Z] ---> 1948e0ace7f3 [2021-01-16T00:39:19.123Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-16T00:39:19.123Z] ---> Running in 3b5c061332a4 [2021-01-16T00:39:19.123Z] ---> Running in 82e5c97a8b51 [2021-01-16T00:39:19.392Z] Removing intermediate container 3b5c061332a4 [2021-01-16T00:39:19.392Z] ---> 4b9a58d989db [2021-01-16T00:39:19.392Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-16T00:39:19.392Z] Removing intermediate container 82e5c97a8b51 [2021-01-16T00:39:19.392Z] ---> 558d898d36b5 [2021-01-16T00:39:19.392Z] Step 21/23 : LABEL arch=x86_64 [2021-01-16T00:39:19.392Z] ---> Running in f8b8846f2c57 [2021-01-16T00:39:19.392Z] ---> Running in ba61ee4fb196 [2021-01-16T00:39:19.658Z] Removing intermediate container f8b8846f2c57 [2021-01-16T00:39:19.658Z] ---> 20b3460a7077 [2021-01-16T00:39:19.658Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-16T00:39:19.927Z] Removing intermediate container ba61ee4fb196 [2021-01-16T00:39:19.927Z] ---> 8f7370094d00 [2021-01-16T00:39:19.927Z] Step 22/23 : LABEL git_sha=0c8a874165f9df96fb0913bb6f216e5e01be221f [2021-01-16T00:39:19.927Z] ---> Running in 8f78158eb5ed [2021-01-16T00:39:20.208Z] Removing intermediate container 8f78158eb5ed [2021-01-16T00:39:20.208Z] ---> 0cfd320d21b7 [2021-01-16T00:39:20.208Z] Step 23/23 : LABEL version=0.0.0 [2021-01-16T00:39:20.208Z] ---> Running in 72b376878001 [2021-01-16T00:39:20.208Z] ---> 7bf957c4d503 [2021-01-16T00:39:20.208Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-16T00:39:20.479Z] Removing intermediate container 72b376878001 [2021-01-16T00:39:20.479Z] ---> bcf693d48591 [2021-01-16T00:39:20.479Z] [2021-01-16T00:39:21.438Z] ---> d282528ca5c4 [2021-01-16T00:39:21.438Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-16T00:39:21.438Z] Successfully built bcf693d48591 [2021-01-16T00:39:21.438Z] Successfully tagged docker-core-data-go:latest [2021-01-16T00:39:21.726Z]  Building docker-core-data-go ... done  ---> b49e17d97d1b [2021-01-16T00:39:21.726Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-16T00:39:21.726Z] ---> Running in 0025be03f0a9 [2021-01-16T00:39:22.308Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-16T00:39:22.578Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-16T00:39:22.578Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-16T00:39:22.853Z] (2/33) Installing expat (2.2.9-r1) [2021-01-16T00:39:22.853Z] (3/33) Installing libffi (3.3-r2) [2021-01-16T00:39:22.853Z] (4/33) Installing gdbm (1.13-r1) [2021-01-16T00:39:22.853Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-16T00:39:22.853Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-16T00:39:22.853Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-16T00:39:24.266Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-16T00:39:24.266Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-16T00:39:24.266Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-16T00:39:24.266Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-16T00:39:24.266Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-16T00:39:24.266Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-16T00:39:24.266Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-16T00:39:24.266Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-16T00:39:24.266Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-16T00:39:24.266Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-16T00:39:24.266Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-16T00:39:24.266Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-16T00:39:24.266Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-16T00:39:24.536Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-16T00:39:24.536Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-16T00:39:24.536Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-16T00:39:24.536Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-16T00:39:24.536Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-16T00:39:24.536Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-16T00:39:24.536Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-16T00:39:24.536Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-16T00:39:24.536Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-16T00:39:24.536Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-16T00:39:24.536Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-16T00:39:24.801Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-16T00:39:24.801Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-16T00:39:24.801Z] Executing busybox-1.31.1-r19.trigger [2021-01-16T00:39:24.801Z] OK: 71 MiB in 55 packages [2021-01-16T00:39:34.925Z] Removing intermediate container 0025be03f0a9 [2021-01-16T00:39:34.925Z] ---> 6abf3a0a3e75 [2021-01-16T00:39:34.925Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-16T00:39:34.925Z] ---> Running in 3503bf072c59 [2021-01-16T00:39:35.642Z] Collecting docker-compose==1.23.2 [2021-01-16T00:39:35.642Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-16T00:39:35.642Z] Collecting cached-property<2,>=1.2.0 [2021-01-16T00:39:35.642Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-16T00:39:35.940Z] Collecting jsonschema<3,>=2.5.1 [2021-01-16T00:39:35.940Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-16T00:39:35.940Z] Collecting docopt<0.7,>=0.6.1 [2021-01-16T00:39:35.940Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-16T00:39:36.533Z] Collecting docker<4.0,>=3.6.0 [2021-01-16T00:39:36.533Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-16T00:39:36.815Z] Collecting PyYAML<4,>=3.10 [2021-01-16T00:39:36.815Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-16T00:39:37.773Z] Collecting texttable<0.10,>=0.9.0 [2021-01-16T00:39:37.773Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-16T00:39:38.347Z] 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-16T00:39:38.347Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-16T00:39:38.347Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-16T00:39:38.922Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-16T00:39:38.922Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-16T00:39:39.189Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-16T00:39:39.189Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-16T00:39:39.452Z] Collecting docker-pycreds>=0.4.0 [2021-01-16T00:39:39.452Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-16T00:39:39.452Z] Collecting idna<2.8,>=2.5 [2021-01-16T00:39:39.452Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-16T00:39:39.713Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-16T00:39:39.713Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-16T00:39:39.713Z] 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-16T00:39:39.713Z] 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-16T00:39:39.713Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-16T00:39:39.713Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-16T00:39:39.713Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-16T00:39:39.713Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-16T00:39:39.975Z] Installing collected packages: cached-property, jsonschema, docopt, websocket-client, docker-pycreds, idna, urllib3, requests, docker, PyYAML, texttable, dockerpty, docker-compose [2021-01-16T00:39:39.975Z] Running setup.py install for docopt: started [2021-01-16T00:39:40.558Z] Running setup.py install for docopt: finished with status 'done' [2021-01-16T00:39:40.558Z] Attempting uninstall: idna [2021-01-16T00:39:40.558Z] Found existing installation: idna 2.9 [2021-01-16T00:39:40.558Z] Uninstalling idna-2.9: [2021-01-16T00:39:40.821Z] Successfully uninstalled idna-2.9 [2021-01-16T00:39:40.821Z] Attempting uninstall: urllib3 [2021-01-16T00:39:40.821Z] Found existing installation: urllib3 1.25.9 [2021-01-16T00:39:40.821Z] Uninstalling urllib3-1.25.9: [2021-01-16T00:39:41.083Z] Successfully uninstalled urllib3-1.25.9 [2021-01-16T00:39:41.083Z] Attempting uninstall: requests [2021-01-16T00:39:41.083Z] Found existing installation: requests 2.23.0 [2021-01-16T00:39:41.083Z] Uninstalling requests-2.23.0: [2021-01-16T00:39:41.083Z] Successfully uninstalled requests-2.23.0 [2021-01-16T00:39:41.661Z] Running setup.py install for PyYAML: started [2021-01-16T00:39:42.240Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-16T00:39:42.240Z] Running setup.py install for texttable: started [2021-01-16T00:39:42.815Z] Running setup.py install for texttable: finished with status 'done' [2021-01-16T00:39:42.815Z] Running setup.py install for dockerpty: started [2021-01-16T00:39:43.083Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-16T00:39:43.346Z] 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-16T00:39:46.666Z] Removing intermediate container 3503bf072c59 [2021-01-16T00:39:46.666Z] ---> bc85ff897773 [2021-01-16T00:39:46.666Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-16T00:39:46.929Z] ---> Running in f2f81b3b4fa0 [2021-01-16T00:39:47.503Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-16T00:39:47.503Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-16T00:39:47.503Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-16T00:39:47.503Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-16T00:39:47.503Z] (3/3) Installing curl (7.69.1-r3) [2021-01-16T00:39:47.503Z] Executing busybox-1.31.1-r19.trigger [2021-01-16T00:39:47.503Z] OK: 72 MiB in 58 packages [2021-01-16T00:39:48.081Z] Removing intermediate container f2f81b3b4fa0 [2021-01-16T00:39:48.081Z] ---> bc5c1624ee22 [2021-01-16T00:39:48.081Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-16T00:39:48.081Z] ---> Running in 496efd6620e0 [2021-01-16T00:39:48.343Z] Removing intermediate container 496efd6620e0 [2021-01-16T00:39:48.343Z] ---> 276e7936c5c8 [2021-01-16T00:39:48.343Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-16T00:39:48.343Z] ---> Running in 5427e619cc7d [2021-01-16T00:39:48.606Z] Removing intermediate container 5427e619cc7d [2021-01-16T00:39:48.606Z] ---> 713bc2bf6574 [2021-01-16T00:39:48.606Z] Step 24/26 : LABEL arch=x86_64 [2021-01-16T00:39:48.606Z] ---> Running in fa7af280e653 [2021-01-16T00:39:48.867Z] Removing intermediate container fa7af280e653 [2021-01-16T00:39:48.867Z] ---> 8ff68f90b996 [2021-01-16T00:39:48.867Z] Step 25/26 : LABEL git_sha=0c8a874165f9df96fb0913bb6f216e5e01be221f [2021-01-16T00:39:48.867Z] ---> Running in f1952ee1393e [2021-01-16T00:39:49.130Z] Removing intermediate container f1952ee1393e [2021-01-16T00:39:49.130Z] ---> f27de3a330df [2021-01-16T00:39:49.130Z] Step 26/26 : LABEL version=0.0.0 [2021-01-16T00:39:49.130Z] ---> Running in e2bae0d4a318 [2021-01-16T00:39:49.393Z] Removing intermediate container e2bae0d4a318 [2021-01-16T00:39:49.393Z] ---> 5d1f50342a61 [2021-01-16T00:39:49.393Z] [2021-01-16T00:39:49.393Z] Successfully built 5d1f50342a61 [2021-01-16T00:39:49.393Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-16T00:39:49.979Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-16T00:39:49.997Z] $ docker stop --time=1 29a2a6122c10e0e2863b2541d34318c14227f6680c5d93b200788f5645f9288a [2021-01-16T00:39:51.719Z] $ docker rm -f 29a2a6122c10e0e2863b2541d34318c14227f6680c5d93b200788f5645f9288a [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-16T00:39:52.257Z] + docker images [2021-01-16T00:39:52.257Z] + grep docker [2021-01-16T00:39:52.257Z] docker-sys-mgmt-agent-go latest 5d1f50342a61 3 seconds ago 313MB [2021-01-16T00:39:52.257Z] docker-core-data-go latest bcf693d48591 32 seconds ago 22.3MB [2021-01-16T00:39:52.257Z] docker-security-secretstore-setup-go latest b697b217f3fa 59 seconds ago 24.6MB [2021-01-16T00:39:52.257Z] docker-core-metadata-go latest 5462ae5b7160 About a minute ago 13.1MB [2021-01-16T00:39:52.257Z] docker-security-bootstrap-redis-go latest 3648dd0132c6 2 minutes ago 15.8MB [2021-01-16T00:39:52.257Z] docker-security-proxy-setup-go latest 061a17e964f0 2 minutes ago 24.4MB [2021-01-16T00:39:52.257Z] docker-support-notifications-go latest f75ba92ddc52 2 minutes ago 12MB [2021-01-16T00:39:52.257Z] docker-core-command-go latest e3b9d3618991 2 minutes ago 10.6MB [2021-01-16T00:39:52.257Z] docker-support-scheduler-go latest 1d3a5ae786bc 2 minutes ago 10.7MB [2021-01-16T00:39:52.257Z] docker 20.10.0 aefe523efa57 5 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-01-16T00:39:58.863Z] gofmt -l . [2021-01-16T00:39:58.863Z] [ "`gofmt -l .`" = "" ] [2021-01-16T00:39:59.836Z] ./bin/test-go-mod-tidy.sh [2021-01-16T00:40:00.434Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-16T00:40:02.085Z] + ls -al . [2021-01-16T00:40:02.085Z] total 684 [2021-01-16T00:40:02.085Z] drwxrwxr-x 9 1001 1001 4096 Jan 16 00:40 . [2021-01-16T00:40:02.085Z] drwxr-xr-x 4 root root 4096 Jan 16 00:36 .. [2021-01-16T00:40:02.085Z] -rw-rw-r-- 1 1001 1001 11 Jan 16 00:34 .dockerignore [2021-01-16T00:40:02.085Z] drwxrwxr-x 8 1001 1001 4096 Jan 16 00:34 .git [2021-01-16T00:40:02.085Z] drwxrwxr-x 3 1001 1001 4096 Jan 16 00:34 .github [2021-01-16T00:40:02.085Z] -rw-rw-r-- 1 1001 1001 824 Jan 16 00:34 .gitignore [2021-01-16T00:40:02.085Z] -rw-rw-r-- 1 1001 1001 166 Jan 16 00:34 .sonarcloud.properties [2021-01-16T00:40:02.085Z] -rw-rw-r-- 1 1001 1001 7744 Jan 16 00:34 Attribution.txt [2021-01-16T00:40:02.085Z] -rw-rw-r-- 1 1001 1001 3804 Jan 16 00:34 CONTRIBUTING.md [2021-01-16T00:40:02.085Z] -rw-rw-r-- 1 1001 1001 931 Jan 16 00:34 Dockerfile.build [2021-01-16T00:40:02.085Z] -rw-rw-r-- 1 1001 1001 863 Jan 16 00:34 Jenkinsfile [2021-01-16T00:40:02.085Z] -rw-rw-r-- 1 1001 1001 10775 Jan 16 00:34 LICENSE [2021-01-16T00:40:02.085Z] -rw-rw-r-- 1 1001 1001 5750 Jan 16 00:34 Makefile [2021-01-16T00:40:02.085Z] -rw-rw-r-- 1 1001 1001 6524 Jan 16 00:34 README.md [2021-01-16T00:40:02.085Z] -rw-rw-r-- 1 1001 1001 6744 Jan 16 00:34 SECURITY.md [2021-01-16T00:40:02.085Z] -rw-rw-r-- 1 1001 1001 5 Jan 16 00:31 VERSION [2021-01-16T00:40:02.085Z] -rw-rw-r-- 1 1001 1001 4131 Jan 16 00:34 ZMQWindows.md [2021-01-16T00:40:02.085Z] drwxrwxr-x 2 1001 1001 4096 Jan 16 00:34 bin [2021-01-16T00:40:02.085Z] drwxrwxr-x 14 1001 1001 4096 Jan 16 00:34 cmd [2021-01-16T00:40:02.085Z] -rw-r--r-- 1 root root 550280 Jan 16 00:38 coverage.out [2021-01-16T00:40:02.085Z] -rw-r--r-- 1 root root 981 Jan 16 00:39 go.mod [2021-01-16T00:40:02.085Z] -rw-r--r-- 1 root root 19241 Jan 16 00:40 go.sum [2021-01-16T00:40:02.085Z] drwxrwxr-x 8 1001 1001 4096 Jan 16 00:34 internal [2021-01-16T00:40:02.085Z] drwxrwxr-x 4 1001 1001 4096 Jan 16 00:34 openapi [2021-01-16T00:40:02.085Z] drwxrwxr-x 4 1001 1001 4096 Jan 16 00:34 snap [2021-01-16T00:40:02.085Z] -rw-rw-r-- 1 1001 1001 168 Jan 16 00:34 version.go [Pipeline] sh [2021-01-16T00:40:02.741Z] + '[' -e coverage.out ] [2021-01-16T00:40:02.741Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-16T00:40:02.803Z] Warning: overwriting stash ‘coverage-report’ [2021-01-16T00:40:04.208Z] Stashed 1 file(s) [Pipeline] sh [2021-01-16T00:40:04.899Z] + make build [2021-01-16T00:40:04.899Z] 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-16T00:40:07.914Z] Still waiting to schedule task [2021-01-16T00:40:07.914Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-8c-8g-20718’ [2021-01-16T00:40:17.421Z] 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-16T00:40:44.227Z] 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-16T00:40:46.844Z] 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-16T00:40:52.255Z] 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-16T00:40:53.691Z] 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-16T00:41:00.480Z] 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-16T00:41:04.793Z] 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-16T00:41:09.101Z] 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-16T00:41:14.526Z] 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-16T00:41:18.868Z] 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-16T00:41:22.255Z] 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-16T00:41:25.665Z] $ docker stop --time=1 5d0ca1f15750bb48ee1d22e3bbb0939199bb01dae280ba38324d1debbaea6d0e [2021-01-16T00:41:28.259Z] $ docker rm -f 5d0ca1f15750bb48ee1d22e3bbb0939199bb01dae280ba38324d1debbaea6d0e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-16T00:41:30.204Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-16T00:41:30.204Z] [2021-01-16T00:41:30.204Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-16T00:41:30.863Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-16T00:41:31.133Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-16T00:41:31.133Z] 29e5d40040c1: Pulling fs layer [2021-01-16T00:41:31.133Z] 1ce36da41761: Pulling fs layer [2021-01-16T00:41:31.133Z] 25b303627fd3: Pulling fs layer [2021-01-16T00:41:31.407Z] 29e5d40040c1: Verifying Checksum [2021-01-16T00:41:31.407Z] 29e5d40040c1: Download complete [2021-01-16T00:41:32.007Z] 1ce36da41761: Verifying Checksum [2021-01-16T00:41:32.007Z] 1ce36da41761: Download complete [2021-01-16T00:41:32.007Z] 29e5d40040c1: Pull complete [2021-01-16T00:41:33.441Z] 1ce36da41761: Pull complete [2021-01-16T00:41:33.715Z] 25b303627fd3: Verifying Checksum [2021-01-16T00:41:33.715Z] 25b303627fd3: Download complete [2021-01-16T00:41:43.918Z] 25b303627fd3: Pull complete [2021-01-16T00:41:43.918Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-16T00:41:43.918Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-16T00:41:43.918Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-16T00:41:44.196Z] prd-ubuntu18.04-docker-arm64-4c-16g-20712 does not seem to be running inside a container [2021-01-16T00:41:44.271Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-16T00:41:47.229Z] $ docker top 61897b61a257b51aad9b3cd8547d5c3e436171060e036483cdb5f4cddb22d163 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-16T00:41:48.262Z] + + grepdocker-compose parallel build --help [2021-01-16T00:41:48.262Z] [2021-01-16T00:41:52.565Z] --parallel Build images in parallel. [Pipeline] } [2021-01-16T00:41:52.581Z] $ docker stop --time=1 61897b61a257b51aad9b3cd8547d5c3e436171060e036483cdb5f4cddb22d163 [2021-01-16T00:41:54.530Z] $ docker rm -f 61897b61a257b51aad9b3cd8547d5c3e436171060e036483cdb5f4cddb22d163 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-16T00:41:55.413Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-16T00:41:55.413Z] . [Pipeline] withDockerContainer [2021-01-16T00:41:55.641Z] prd-ubuntu18.04-docker-arm64-4c-16g-20712 does not seem to be running inside a container [2021-01-16T00:41:55.714Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-16T00:41:57.008Z] $ docker top a330da3daf81275e67a121b745eb482098dedd0219bf4018485d0cc83652dadc -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-16T00:41:57.989Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-16T00:42:02.265Z] Building docker-core-command-go ... [2021-01-16T00:42:02.265Z] Building docker-core-data-go ... [2021-01-16T00:42:02.265Z] Building docker-core-metadata-go ... [2021-01-16T00:42:02.265Z] Building docker-security-bootstrap-redis-go ... [2021-01-16T00:42:02.265Z] Building docker-security-proxy-setup-go ... [2021-01-16T00:42:02.265Z] Building docker-security-secretstore-setup-go ... [2021-01-16T00:42:02.265Z] Building docker-support-notifications-go ... [2021-01-16T00:42:02.265Z] Building docker-support-scheduler-go ... [2021-01-16T00:42:02.265Z] Building docker-sys-mgmt-agent-go ... [2021-01-16T00:42:02.265Z] Building docker-core-data-go [2021-01-16T00:42:02.265Z] Building docker-sys-mgmt-agent-go [2021-01-16T00:42:02.265Z] Building docker-support-scheduler-go [2021-01-16T00:42:02.265Z] Building docker-security-bootstrap-redis-go [2021-01-16T00:42:02.265Z] Building docker-core-metadata-go [2021-01-16T00:42:08.191Z] Running on prd-ubuntu18.04-docker-8c-8g-20722 in /w/workspace/edgexfoundry_edgex-go_PR-3034 [Pipeline] { [Pipeline] ws [2021-01-16T00:42:08.243Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2021-01-16T00:42:10.313Z] using credential edgex-jenkins-ssh [2021-01-16T00:42:10.416Z] Cloning the remote Git repository [2021-01-16T00:42:10.451Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-16T00:42:10.518Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-01-16T00:42:10.550Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-16T00:42:10.550Z] > git --version # timeout=10 [2021-01-16T00:42:10.558Z] > git --version # 'git version 2.17.1' [2021-01-16T00:42:10.559Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-16T00:42:10.618Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-16T00:42:16.572Z] Merging remotes/origin/master commit c2d5dc167efdba7037e3dd944aa45209cd29109f into PR head commit 457432279def2d58d5b30d678bd4021ea9654a85 [2021-01-16T00:42:16.766Z] Merge succeeded, producing 471316cfc7f053d3774b73d726d2381ce0e43cc3 [2021-01-16T00:42:16.767Z] Checking out Revision 471316cfc7f053d3774b73d726d2381ce0e43cc3 (PR-3034) [2021-01-16T00:42:15.894Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-16T00:42:15.901Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-16T00:42:15.915Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-16T00:42:15.929Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-16T00:42:15.930Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-16T00:42:15.934Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3034/head:refs/remotes/origin/PR-3034 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-16T00:42:16.573Z] > git config core.sparsecheckout # timeout=10 [2021-01-16T00:42:16.578Z] > git checkout -f 457432279def2d58d5b30d678bd4021ea9654a85 # timeout=10 [2021-01-16T00:42:16.651Z] > git remote # timeout=10 [2021-01-16T00:42:16.659Z] > git config --get remote.origin.url # timeout=10 [2021-01-16T00:42:16.670Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-16T00:42:16.675Z] > git merge c2d5dc167efdba7037e3dd944aa45209cd29109f # timeout=10 [2021-01-16T00:42:16.750Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-16T00:42:16.759Z] > git config core.sparsecheckout # timeout=10 [2021-01-16T00:42:16.763Z] > git checkout -f 471316cfc7f053d3774b73d726d2381ce0e43cc3 # timeout=10 [2021-01-16T00:42:20.482Z] Commit message: "Merge commit 'c2d5dc167efdba7037e3dd944aa45209cd29109f' into HEAD" [2021-01-16T00:42:20.469Z] > git rev-list --no-walk 457432279def2d58d5b30d678bd4021ea9654a85 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-16T00:42:21.539Z] + echo snap-build.sh [2021-01-16T00:42:21.539Z] snap-build.sh [2021-01-16T00:42:21.539Z] + SNAP_BASE_DIR=. [2021-01-16T00:42:21.539Z] + '[' '!' -z /w/workspace/edgex-go/2 ']' [2021-01-16T00:42:21.539Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/2 [2021-01-16T00:42:21.539Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/2]' [2021-01-16T00:42:21.539Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/2] [2021-01-16T00:42:21.539Z] + cd /w/workspace/edgex-go/2 [2021-01-16T00:42:21.539Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-01-16T00:42:21.539Z] Reading package lists... [2021-01-16T00:42:21.539Z] Building dependency tree... [2021-01-16T00:42:21.539Z] Reading state information... [2021-01-16T00:42:21.806Z] The following packages were automatically installed and are no longer required: [2021-01-16T00:42:21.806Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-01-16T00:42:21.806Z] uidmap xdelta3 [2021-01-16T00:42:21.806Z] Use 'sudo apt autoremove' to remove them. [2021-01-16T00:42:21.806Z] The following packages will be REMOVED: [2021-01-16T00:42:21.806Z] lxd* lxd-client* [2021-01-16T00:42:22.381Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-01-16T00:42:22.381Z] After this operation, 31.7 MB disk space will be freed. [2021-01-16T00:42:23.169Z] (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-16T00:42:23.169Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-16T00:42:24.113Z] Removing lxd dnsmasq configuration [2021-01-16T00:42:24.113Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-01-16T00:42:24.373Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-01-16T00:42:25.316Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-01-16T00:42:25.317Z] (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-16T00:42:25.317Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-16T00:42:26.704Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-01-16T00:42:26.704Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-01-16T00:42:28.099Z] + sudo snap remove --purge lxd [2021-01-16T00:42:28.099Z] snap "lxd" is not installed [2021-01-16T00:42:28.099Z] + sudo groupadd --force --system lxd [2021-01-16T00:42:28.099Z] ++ whoami [2021-01-16T00:42:28.099Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-01-16T00:42:28.099Z] + newgrp - lxd [2021-01-16T00:42:28.099Z] + sudo snap install lxd [2021-01-16T00:42:38.157Z] 2021-01-16T00:42:36Z INFO Waiting for automatic snapd restart... [2021-01-16T00:42:50.402Z] lxd 4.10 from Canonical* installed [2021-01-16T00:42:50.402Z] + sudo lxd init --auto [2021-01-16T00:42:58.554Z] + sudo snap install --classic snapcraft [2021-01-16T00:43:08.577Z] snapcraft 4.4.4 from Canonical* installed [2021-01-16T00:43:08.577Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-01-16T00:43:08.577Z] + patch --verbose -p1 [2021-01-16T00:43:08.577Z] Hmm... Looks like a unified diff to me... [2021-01-16T00:43:08.577Z] The text leading up to this was: [2021-01-16T00:43:08.577Z] -------------------------- [2021-01-16T00:43:08.577Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-01-16T00:43:08.577Z] |From: Tony Espy [2021-01-16T00:43:08.577Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-01-16T00:43:08.577Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-01-16T00:43:08.577Z] | [2021-01-16T00:43:08.577Z] |This patch is used by the EdgeX CI pipeline builds to [2021-01-16T00:43:08.577Z] |optimize the snap CI check run for pull requests. When [2021-01-16T00:43:08.577Z] |applied, it essentially strips out everything (apps and [2021-01-16T00:43:08.577Z] |parts) from the snapcraft.yaml file except those required [2021-01-16T00:43:08.577Z] |to build edgex-go, as the whole idea of the CI check is to [2021-01-16T00:43:08.577Z] |catch changes to edgex-go that break the snap build. [2021-01-16T00:43:08.577Z] | [2021-01-16T00:43:08.577Z] |In general, anyone updating snapcraft.yaml will also need [2021-01-16T00:43:08.577Z] |to update this patch file, otherwise it may fail to apply, [2021-01-16T00:43:08.577Z] |resulting in a failed snap build CI check in the associated [2021-01-16T00:43:08.577Z] |pull request. [2021-01-16T00:43:08.577Z] | [2021-01-16T00:43:08.577Z] |Note - in addition to applying this patch, the pipeline also [2021-01-16T00:43:08.577Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-01-16T00:43:08.577Z] |need to build the finally binary .snap file (and it won't [2021-01-16T00:43:08.577Z] |work with the patch applied). This further reduces the build [2021-01-16T00:43:08.577Z] |time. [2021-01-16T00:43:08.577Z] |--- [2021-01-16T00:43:08.577Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-01-16T00:43:08.577Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-01-16T00:43:08.577Z] | [2021-01-16T00:43:08.577Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-01-16T00:43:08.577Z] |index 1e537489..faf42425 100644 [2021-01-16T00:43:08.577Z] |--- a/snap/snapcraft.yaml [2021-01-16T00:43:08.577Z] |+++ b/snap/snapcraft.yaml [2021-01-16T00:43:08.577Z] -------------------------- [2021-01-16T00:43:08.577Z] patching file snap/snapcraft.yaml [2021-01-16T00:43:08.577Z] Using Plan A... [2021-01-16T00:43:08.577Z] Hunk #1 succeeded at 73. [2021-01-16T00:43:08.577Z] Hunk #2 succeeded at 202 with fuzz 1. [2021-01-16T00:43:08.577Z] Hunk #3 succeeded at 214 (offset -3 lines). [2021-01-16T00:43:08.577Z] Hunk #4 succeeded at 222 (offset -3 lines). [2021-01-16T00:43:08.577Z] Hunk #5 succeeded at 229 (offset -3 lines). [2021-01-16T00:43:08.577Z] Hunk #6 succeeded at 256 (offset -3 lines). [2021-01-16T00:43:08.577Z] Hunk #7 succeeded at 290 (offset -3 lines). [2021-01-16T00:43:08.577Z] Hunk #8 succeeded at 342 (offset -2 lines). [2021-01-16T00:43:08.577Z] Hmm... Ignoring the trailing garbage. [2021-01-16T00:43:08.577Z] done [2021-01-16T00:43:08.577Z] + sudo snapcraft prime --use-lxd [2021-01-16T00:43:08.837Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-01-16T00:43:08.838Z] 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-16T00:43:08.838Z] - README.md [2021-01-16T00:43:08.838Z] - snapcraft.yaml.orig [2021-01-16T00:43:08.838Z] [2021-01-16T00:43:08.838Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-16T00:43:09.408Z] Launching a container. [2021-01-16T00:43:10.319Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-16T00:43:10.319Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-16T00:43:10.319Z] ---> d66bc7db2d4d [2021-01-16T00:43:10.319Z] Step 3/22 : WORKDIR /edgex-go [2021-01-16T00:43:10.319Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-16T00:43:10.319Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-16T00:43:10.319Z] ---> d66bc7db2d4d [2021-01-16T00:43:10.319Z] Step 3/22 : WORKDIR /edgex-go [2021-01-16T00:43:10.319Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-16T00:43:10.319Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-16T00:43:10.319Z] ---> d66bc7db2d4d [2021-01-16T00:43:10.319Z] Step 3/26 : WORKDIR /edgex-go [2021-01-16T00:43:10.319Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-16T00:43:10.319Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-16T00:43:10.319Z] ---> d66bc7db2d4d [2021-01-16T00:43:10.319Z] Step 3/21 : WORKDIR /edgex-go [2021-01-16T00:43:10.319Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-16T00:43:10.319Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-16T00:43:10.319Z] ---> d66bc7db2d4d [2021-01-16T00:43:10.319Z] Step 3/23 : WORKDIR /edgex-go [2021-01-16T00:43:10.319Z] ---> Running in 32939abde392 [2021-01-16T00:43:10.319Z] ---> Running in abf188021491 [2021-01-16T00:43:10.319Z] ---> Running in f38999f97ae5 [2021-01-16T00:43:10.319Z] ---> Running in dbef3bd386e9 [2021-01-16T00:43:10.319Z] ---> Running in 5d57167f6b55 [2021-01-16T00:43:10.319Z] Removing intermediate container 32939abde392 [2021-01-16T00:43:10.319Z] ---> 63c40441f1c5 [2021-01-16T00:43:10.319Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-16T00:43:10.319Z] Removing intermediate container f38999f97ae5 [2021-01-16T00:43:10.319Z] ---> 767ccd07c282 [2021-01-16T00:43:10.319Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-16T00:43:10.319Z] Removing intermediate container 5d57167f6b55 [2021-01-16T00:43:10.319Z] ---> e7da24b57de8 [2021-01-16T00:43:10.319Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-16T00:43:10.319Z] Removing intermediate container abf188021491 [2021-01-16T00:43:10.319Z] ---> 7f2f57fd73d8 [2021-01-16T00:43:10.319Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-16T00:43:10.319Z] Removing intermediate container dbef3bd386e9 [2021-01-16T00:43:10.319Z] ---> 976e9c26f77b [2021-01-16T00:43:10.319Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-16T00:43:10.319Z] ---> Running in 5a25b27590af [2021-01-16T00:43:10.319Z] ---> Running in 6a359d3ae829 [2021-01-16T00:43:10.592Z] ---> Running in db788c082c8a [2021-01-16T00:43:10.592Z] ---> Running in 79e64f29d84e [2021-01-16T00:43:10.592Z] ---> Running in f8a9b261b425 [2021-01-16T00:43:14.012Z] Removing intermediate container 5a25b27590af [2021-01-16T00:43:14.012Z] ---> 60fda2e4d873 [2021-01-16T00:43:14.012Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-16T00:43:14.012Z] ---> Running in 053e0905f4d8 [2021-01-16T00:43:14.294Z] Removing intermediate container 6a359d3ae829 [2021-01-16T00:43:14.294Z] ---> 5ae2a1186039 [2021-01-16T00:43:14.294Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-16T00:43:14.569Z] ---> Running in 5bc0563beb22 [2021-01-16T00:43:14.569Z] Removing intermediate container db788c082c8a [2021-01-16T00:43:14.569Z] ---> 190e073e3774 [2021-01-16T00:43:14.569Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-16T00:43:14.841Z] Removing intermediate container 79e64f29d84e [2021-01-16T00:43:14.841Z] Removing intermediate container f8a9b261b425 [2021-01-16T00:43:14.841Z] ---> cea2972fc562 [2021-01-16T00:43:14.841Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-16T00:43:14.841Z] ---> d3fc146aaa26 [2021-01-16T00:43:14.841Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-16T00:43:14.841Z] ---> Running in abadbb6bc369 [2021-01-16T00:43:15.115Z] ---> Running in 967b5a16ec78 [2021-01-16T00:43:15.115Z] ---> Running in 9221ae579cda [2021-01-16T00:43:15.718Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-16T00:43:16.708Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-16T00:43:16.708Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-16T00:43:16.708Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-16T00:43:16.986Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-16T00:43:16.986Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-16T00:43:17.262Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-16T00:43:17.537Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-16T00:43:17.537Z] OK: 217 MiB in 51 packages [2021-01-16T00:43:17.813Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-16T00:43:17.813Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-16T00:43:18.420Z] OK: 217 MiB in 51 packages [2021-01-16T00:43:18.420Z] OK: 217 MiB in 51 packages [2021-01-16T00:43:19.045Z] OK: 217 MiB in 51 packages [2021-01-16T00:43:19.045Z] OK: 217 MiB in 51 packages [2021-01-16T00:43:19.329Z] Removing intermediate container 053e0905f4d8 [2021-01-16T00:43:19.329Z] ---> 2329e7c65692 [2021-01-16T00:43:19.329Z] Step 6/26 : COPY go.mod . [2021-01-16T00:43:20.314Z] Removing intermediate container abadbb6bc369 [2021-01-16T00:43:20.314Z] ---> 2508af4b8c57 [2021-01-16T00:43:20.314Z] Step 6/22 : COPY go.mod . [2021-01-16T00:43:20.588Z] Removing intermediate container 5bc0563beb22 [2021-01-16T00:43:20.588Z] ---> 2114e1a522fe [2021-01-16T00:43:20.588Z] Step 6/23 : COPY go.mod . [2021-01-16T00:43:20.588Z] ---> cc95fbc3d07e [2021-01-16T00:43:20.588Z] Step 7/26 : RUN go mod download [2021-01-16T00:43:20.868Z] Removing intermediate container 9221ae579cda [2021-01-16T00:43:20.868Z] ---> c923dead252e [2021-01-16T00:43:20.868Z] Step 6/22 : COPY go.mod . [2021-01-16T00:43:20.868Z] ---> Running in eac7380d1365 [2021-01-16T00:43:20.868Z] Removing intermediate container 967b5a16ec78 [2021-01-16T00:43:20.868Z] ---> 785eb52bc420 [2021-01-16T00:43:20.868Z] Step 6/21 : COPY go.mod . [2021-01-16T00:43:21.467Z] ---> 925ff0cf5d88 [2021-01-16T00:43:21.671Z] Waiting for container to be ready [2021-01-16T00:43:21.671Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-01-16T00:43:21.671Z] [2021-01-16T00:43:21.745Z] Step 7/22 : RUN go mod download [2021-01-16T00:43:21.745Z] ---> ad5394760b58 [2021-01-16T00:43:21.745Z] Step 7/23 : RUN go mod download [2021-01-16T00:43:21.745Z] ---> Running in 96c33e382169 [2021-01-16T00:43:22.017Z] ---> Running in 9391509c7805 [2021-01-16T00:43:22.017Z] ---> 365afea8c818 [2021-01-16T00:43:22.017Z] Step 7/22 : RUN go mod download [2021-01-16T00:43:22.295Z] ---> 1b44d2285a9e [2021-01-16T00:43:22.295Z] Step 7/21 : RUN go mod download [2021-01-16T00:43:22.295Z] ---> Running in 2858bb7be9e7 [2021-01-16T00:43:22.568Z] ---> Running in 10d8eb320f68 [2021-01-16T00:43:24.991Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-01-16T00:43:25.206Z] Removing intermediate container eac7380d1365 [2021-01-16T00:43:25.206Z] ---> fc1e31e42181 [2021-01-16T00:43:25.206Z] Step 8/26 : COPY . . [2021-01-16T00:43:25.254Z] Waiting for network to be ready... [2021-01-16T00:43:25.515Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-16T00:43:25.515Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-16T00:43:25.778Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1506 kB] [2021-01-16T00:43:25.778Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [292 kB] [2021-01-16T00:43:25.778Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] [2021-01-16T00:43:25.778Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] [2021-01-16T00:43:25.778Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] [2021-01-16T00:43:25.778Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] [2021-01-16T00:43:25.778Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1098 kB] [2021-01-16T00:43:25.778Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] [2021-01-16T00:43:26.358Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-16T00:43:26.358Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-16T00:43:26.944Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-16T00:43:26.944Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-16T00:43:26.944Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-16T00:43:26.944Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-16T00:43:26.944Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-16T00:43:26.944Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-16T00:43:27.863Z] Removing intermediate container 96c33e382169 [2021-01-16T00:43:27.863Z] ---> 7646aa1237fc [2021-01-16T00:43:27.863Z] Step 8/22 : COPY . . [2021-01-16T00:43:27.904Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-16T00:43:28.139Z] Removing intermediate container 2858bb7be9e7 [2021-01-16T00:43:28.139Z] ---> 4d045a4a3a72 [2021-01-16T00:43:28.139Z] Step 8/22 : COPY . . [2021-01-16T00:43:28.171Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1842 kB] [2021-01-16T00:43:28.434Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [384 kB] [2021-01-16T00:43:28.434Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] [2021-01-16T00:43:28.434Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] [2021-01-16T00:43:28.434Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [237 kB] [2021-01-16T00:43:28.434Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.8 kB] [2021-01-16T00:43:28.434Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] [2021-01-16T00:43:28.434Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] [2021-01-16T00:43:28.746Z] Removing intermediate container 9391509c7805 [2021-01-16T00:43:28.746Z] ---> e2116c52fdb1 [2021-01-16T00:43:28.746Z] Step 8/23 : COPY . . [2021-01-16T00:43:28.746Z] Removing intermediate container 10d8eb320f68 [2021-01-16T00:43:28.746Z] ---> ff09cfe65b80 [2021-01-16T00:43:28.746Z] Step 8/21 : COPY . . [2021-01-16T00:43:30.354Z] Fetched 23.7 MB in 5s (4795 kB/s) [2021-01-16T00:43:31.299Z] Reading package lists... [2021-01-16T00:43:31.561Z] Reading package lists... [2021-01-16T00:43:31.825Z] Building dependency tree... [2021-01-16T00:43:31.825Z] Reading state information... [2021-01-16T00:43:31.825Z] The following additional packages will be installed: [2021-01-16T00:43:31.825Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-16T00:43:31.825Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-16T00:43:31.825Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-16T00:43:31.825Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-01-16T00:43:31.825Z] Suggested packages: [2021-01-16T00:43:31.825Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-01-16T00:43:31.825Z] Recommended packages: [2021-01-16T00:43:31.825Z] gnupg libsasl2-modules [2021-01-16T00:43:31.825Z] The following NEW packages will be installed: [2021-01-16T00:43:31.825Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-16T00:43:31.825Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-16T00:43:31.825Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-16T00:43:31.825Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-01-16T00:43:31.825Z] The following packages will be upgraded: [2021-01-16T00:43:31.825Z] gpg gpg-agent gpgconf libudev1 [2021-01-16T00:43:32.087Z] 4 upgraded, 18 newly installed, 0 to remove and 102 not upgraded. [2021-01-16T00:43:32.087Z] Need to get 3532 kB of archives. [2021-01-16T00:43:32.087Z] After this operation, 13.3 MB of additional disk space will be used. [2021-01-16T00:43:32.087Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] [2021-01-16T00:43:32.087Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-01-16T00:43:32.348Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] [2021-01-16T00:43:32.922Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-01-16T00:43:32.922Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-01-16T00:43:32.922Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-01-16T00:43:32.922Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-01-16T00:43:32.922Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-01-16T00:43:32.922Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-01-16T00:43:32.922Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-01-16T00:43:32.922Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-01-16T00:43:32.922Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-01-16T00:43:32.922Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-01-16T00:43:32.922Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-01-16T00:43:32.922Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-01-16T00:43:32.922Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-01-16T00:43:32.922Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-01-16T00:43:32.922Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-01-16T00:43:32.922Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-01-16T00:43:32.922Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2021-01-16T00:43:32.922Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2021-01-16T00:43:32.922Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-01-16T00:43:33.182Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-16T00:43:33.182Z] Fetched 3532 kB in 1s (3022 kB/s) [2021-01-16T00:43:33.182Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-16T00:43:33.182Z] Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... [2021-01-16T00:43:33.443Z] Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-16T00:43:33.443Z] Setting up libudev1:amd64 (237-3ubuntu10.43) ... [2021-01-16T00:43:33.443Z] Selecting previously unselected package udev. [2021-01-16T00:43:33.443Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-16T00:43:33.443Z] Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... [2021-01-16T00:43:33.703Z] Unpacking udev (237-3ubuntu10.43) ... [2021-01-16T00:43:33.966Z] Selecting previously unselected package libfuse2:amd64. [2021-01-16T00:43:33.966Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-01-16T00:43:33.966Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-16T00:43:33.966Z] Selecting previously unselected package fuse. [2021-01-16T00:43:33.966Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-01-16T00:43:33.966Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-01-16T00:43:33.966Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-16T00:43:34.227Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-16T00:43:34.227Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-16T00:43:34.227Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-16T00:43:34.488Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-16T00:43:34.488Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-16T00:43:34.488Z] Selecting previously unselected package libksba8:amd64. [2021-01-16T00:43:34.488Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-01-16T00:43:34.488Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-01-16T00:43:34.748Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-01-16T00:43:34.748Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-16T00:43:34.748Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-16T00:43:34.748Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-01-16T00:43:34.748Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-16T00:43:34.748Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-16T00:43:34.748Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-01-16T00:43:34.748Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-16T00:43:34.748Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-16T00:43:35.010Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-01-16T00:43:35.010Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-16T00:43:35.010Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-16T00:43:35.010Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-01-16T00:43:35.010Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-16T00:43:35.010Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-16T00:43:35.272Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-01-16T00:43:35.272Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-16T00:43:35.272Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-16T00:43:35.272Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-01-16T00:43:35.272Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-16T00:43:35.272Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-16T00:43:35.272Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-01-16T00:43:35.272Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-16T00:43:35.272Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-16T00:43:35.534Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-01-16T00:43:35.534Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-16T00:43:35.534Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-16T00:43:35.534Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-01-16T00:43:35.534Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-16T00:43:35.534Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-16T00:43:35.534Z] Selecting previously unselected package libsasl2-2:amd64. [2021-01-16T00:43:35.534Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-16T00:43:35.534Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-16T00:43:35.795Z] Selecting previously unselected package libldap-common. [2021-01-16T00:43:35.795Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-01-16T00:43:35.795Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-16T00:43:35.795Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-01-16T00:43:35.795Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-01-16T00:43:35.795Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-16T00:43:35.795Z] Selecting previously unselected package dirmngr. [2021-01-16T00:43:35.795Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-16T00:43:36.057Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-16T00:43:36.057Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-16T00:43:36.057Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-01-16T00:43:36.057Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-16T00:43:36.057Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-16T00:43:36.057Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-16T00:43:36.318Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-01-16T00:43:36.318Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-16T00:43:36.318Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-01-16T00:43:36.318Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-16T00:43:36.318Z] Setting up udev (237-3ubuntu10.43) ... [2021-01-16T00:43:36.579Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-01-16T00:43:36.841Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-16T00:43:36.841Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-01-16T00:43:36.841Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-01-16T00:43:37.103Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-01-16T00:43:37.103Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-16T00:43:37.103Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-16T00:43:37.103Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-16T00:43:37.103Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-16T00:43:37.103Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-16T00:43:37.103Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-16T00:43:37.364Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-16T00:43:37.364Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-16T00:43:37.364Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-16T00:43:37.364Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-16T00:43:37.625Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-01-16T00:43:37.625Z] settings in the [Install] section, and DefaultInstance for template units). [2021-01-16T00:43:37.625Z] This means they are not meant to be enabled using systemctl. [2021-01-16T00:43:37.625Z] Possible reasons for having this kind of units are: [2021-01-16T00:43:37.625Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-01-16T00:43:37.625Z] .wants/ or .requires/ directory. [2021-01-16T00:43:37.625Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-01-16T00:43:37.625Z] a requirement dependency on it. [2021-01-16T00:43:37.625Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-01-16T00:43:37.625Z] D-Bus, udev, scripted systemctl call, ...). [2021-01-16T00:43:37.625Z] 4) In case of template units, the unit is meant to be enabled with some [2021-01-16T00:43:37.625Z] instance name specified. [2021-01-16T00:43:38.148Z] Reading package lists... [2021-01-16T00:43:38.148Z] Building dependency tree... [2021-01-16T00:43:38.148Z] Reading state information... [2021-01-16T00:43:38.410Z] The following additional packages will be installed: [2021-01-16T00:43:38.410Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-01-16T00:43:38.410Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-01-16T00:43:38.410Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-01-16T00:43:38.410Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-01-16T00:43:38.410Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-01-16T00:43:38.410Z] Suggested packages: [2021-01-16T00:43:38.410Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-01-16T00:43:38.410Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-01-16T00:43:38.410Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-01-16T00:43:38.410Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-01-16T00:43:38.410Z] systemd-container policykit-1 [2021-01-16T00:43:38.410Z] Recommended packages: [2021-01-16T00:43:38.410Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-01-16T00:43:38.410Z] The following NEW packages will be installed: [2021-01-16T00:43:38.410Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-01-16T00:43:38.410Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-01-16T00:43:38.410Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-01-16T00:43:38.410Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-01-16T00:43:38.410Z] python3.6-minimal snapd squashfs-tools sudo [2021-01-16T00:43:38.410Z] The following packages will be upgraded: [2021-01-16T00:43:38.410Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-01-16T00:43:38.410Z] 5 upgraded, 25 newly installed, 0 to remove and 97 not upgraded. [2021-01-16T00:43:38.410Z] Need to get 35.2 MB of archives. [2021-01-16T00:43:38.410Z] After this operation, 141 MB of additional disk space will be used. [2021-01-16T00:43:38.410Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-01-16T00:43:38.671Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] [2021-01-16T00:43:38.671Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-01-16T00:43:38.671Z] 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-16T00:43:38.671Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2021-01-16T00:43:38.671Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-01-16T00:43:38.671Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2021-01-16T00:43:38.671Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2021-01-16T00:43:38.671Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-01-16T00:43:38.671Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-01-16T00:43:38.671Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-01-16T00:43:38.671Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-01-16T00:43:38.671Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-01-16T00:43:38.671Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-01-16T00:43:38.671Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-01-16T00:43:38.671Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-01-16T00:43:38.933Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-01-16T00:43:39.506Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] [2021-01-16T00:43:39.506Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-01-16T00:43:39.506Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-01-16T00:43:39.506Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-01-16T00:43:39.506Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-01-16T00:43:39.506Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-01-16T00:43:39.506Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-01-16T00:43:39.506Z] Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-01-16T00:43:39.506Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] [2021-01-16T00:43:39.506Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-01-16T00:43:39.506Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-01-16T00:43:39.506Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-01-16T00:43:39.506Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-01-16T00:43:40.893Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-16T00:43:40.893Z] Fetched 35.2 MB in 2s (16.9 MB/s) [2021-01-16T00:43:40.893Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-16T00:43:40.893Z] Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... [2021-01-16T00:43:40.893Z] Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-16T00:43:41.466Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... [2021-01-16T00:43:41.466Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-16T00:43:41.729Z] Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... [2021-01-16T00:43:41.730Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-16T00:43:41.730Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-01-16T00:43:41.730Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-16T00:43:41.993Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-01-16T00:43:41.993Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-16T00:43:41.993Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-01-16T00:43:41.993Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-16T00:43:42.255Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-01-16T00:43:42.255Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-01-16T00:43:42.829Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-01-16T00:43:42.829Z] (Reading database ... 12764 files and directories currently installed.) [2021-01-16T00:43:42.829Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-16T00:43:42.829Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-16T00:43:43.090Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-01-16T00:43:43.090Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-16T00:43:43.090Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-16T00:43:43.352Z] Selecting previously unselected package libexpat1:amd64. [2021-01-16T00:43:43.352Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-01-16T00:43:43.352Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-16T00:43:43.352Z] Selecting previously unselected package python3.6-minimal. [2021-01-16T00:43:43.352Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-16T00:43:43.352Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-16T00:43:43.614Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-16T00:43:43.614Z] Checking for services that may need to be restarted...done. [2021-01-16T00:43:43.614Z] Checking for services that may need to be restarted...done. [2021-01-16T00:43:43.875Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-16T00:43:43.875Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-16T00:43:44.448Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-16T00:43:44.709Z] Selecting previously unselected package python3-minimal. [2021-01-16T00:43:44.709Z] (Reading database ... 13012 files and directories currently installed.) [2021-01-16T00:43:44.709Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-01-16T00:43:44.709Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-01-16T00:43:44.976Z] Selecting previously unselected package mime-support. [2021-01-16T00:43:44.976Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-01-16T00:43:44.976Z] Unpacking mime-support (3.60ubuntu1) ... [2021-01-16T00:43:44.976Z] Selecting previously unselected package libmpdec2:amd64. [2021-01-16T00:43:44.976Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-01-16T00:43:44.977Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-16T00:43:44.977Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-01-16T00:43:44.977Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-16T00:43:44.977Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-16T00:43:45.238Z] Selecting previously unselected package python3.6. [2021-01-16T00:43:45.238Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-16T00:43:45.238Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-16T00:43:45.499Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-01-16T00:43:45.499Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-01-16T00:43:45.499Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-16T00:43:45.499Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-01-16T00:43:45.759Z] Selecting previously unselected package python3. [2021-01-16T00:43:45.759Z] (Reading database ... 13442 files and directories currently installed.) [2021-01-16T00:43:45.759Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-01-16T00:43:45.759Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-01-16T00:43:46.021Z] Selecting previously unselected package multiarch-support. [2021-01-16T00:43:46.021Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-01-16T00:43:46.021Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-01-16T00:43:46.021Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-01-16T00:43:46.021Z] Selecting previously unselected package liblzo2-2:amd64. [2021-01-16T00:43:46.021Z] (Reading database ... 13479 files and directories currently installed.) [2021-01-16T00:43:46.021Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-01-16T00:43:46.021Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-01-16T00:43:46.283Z] Selecting previously unselected package libbsd0:amd64. [2021-01-16T00:43:46.283Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-01-16T00:43:46.283Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-16T00:43:46.283Z] Selecting previously unselected package sudo. [2021-01-16T00:43:46.283Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... [2021-01-16T00:43:46.283Z] Unpacking sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-16T00:43:46.546Z] Selecting previously unselected package apparmor. [2021-01-16T00:43:46.546Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-01-16T00:43:46.546Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-01-16T00:43:46.546Z] Selecting previously unselected package libedit2:amd64. [2021-01-16T00:43:46.546Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-01-16T00:43:46.546Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-01-16T00:43:46.807Z] Selecting previously unselected package libkrb5support0:amd64. [2021-01-16T00:43:46.807Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-01-16T00:43:46.807Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-16T00:43:46.807Z] Selecting previously unselected package libk5crypto3:amd64. [2021-01-16T00:43:46.807Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-16T00:43:46.807Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-16T00:43:46.807Z] Selecting previously unselected package libkeyutils1:amd64. [2021-01-16T00:43:46.807Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-01-16T00:43:46.807Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-16T00:43:47.068Z] Selecting previously unselected package libkrb5-3:amd64. [2021-01-16T00:43:47.068Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-16T00:43:47.068Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-16T00:43:47.068Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-01-16T00:43:47.068Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-01-16T00:43:47.068Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-16T00:43:47.329Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-01-16T00:43:47.329Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-01-16T00:43:47.329Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-16T00:43:47.329Z] Selecting previously unselected package openssh-client. [2021-01-16T00:43:47.329Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-01-16T00:43:47.329Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-16T00:43:47.589Z] Selecting previously unselected package squashfs-tools. [2021-01-16T00:43:47.589Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-01-16T00:43:47.589Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-16T00:43:47.589Z] Selecting previously unselected package snapd. [2021-01-16T00:43:47.589Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-01-16T00:43:47.589Z] Unpacking snapd (2.48+18.04) ... [2021-01-16T00:43:50.133Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-01-16T00:43:50.133Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-16T00:43:50.133Z] Setting up mime-support (3.60ubuntu1) ... [2021-01-16T00:43:50.395Z] Setting up sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-16T00:43:50.395Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-16T00:43:50.395Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-16T00:43:50.395Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-16T00:43:50.395Z] Setting up systemd (237-3ubuntu10.43) ... [2021-01-16T00:43:50.395Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-01-16T00:43:50.953Z] ---> f1a7d827e5a9 [2021-01-16T00:43:50.953Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-16T00:43:50.953Z] ---> Running in 42dadd6f0abf [2021-01-16T00:43:51.229Z] ---> a2c0a5a19fff [2021-01-16T00:43:51.229Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-16T00:43:51.229Z] ---> 950f216bd6ff [2021-01-16T00:43:51.229Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-16T00:43:51.229Z] ---> 378166e48126 [2021-01-16T00:43:51.229Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-16T00:43:51.229Z] ---> 7c23294f84a8 [2021-01-16T00:43:51.229Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-16T00:43:51.336Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-16T00:43:51.336Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-16T00:43:51.336Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-01-16T00:43:51.336Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-16T00:43:51.336Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-16T00:43:51.336Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-16T00:43:51.507Z] ---> Running in 39fa841493fa [2021-01-16T00:43:51.507Z] ---> Running in 44b1fb577578 [2021-01-16T00:43:51.507Z] ---> Running in c7cc13898833 [2021-01-16T00:43:51.507Z] ---> Running in db0525ecb8ab [2021-01-16T00:43:51.906Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-16T00:43:51.906Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-16T00:43:51.906Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-16T00:43:51.906Z] Setting up python3 (3.6.7-1~18.04) ... [2021-01-16T00:43:51.906Z] running python rtupdate hooks for python3.6... [2021-01-16T00:43:51.906Z] running python post-rtupdate hooks for python3.6... [2021-01-16T00:43:52.113Z] 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-16T00:43:52.166Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-01-16T00:43:53.550Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-01-16T00:43:53.566Z] 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-16T00:43:53.812Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-16T00:43:53.812Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-16T00:43:53.812Z] Setting up snapd (2.48+18.04) ... [2021-01-16T00:43:53.843Z] 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-16T00:43:54.121Z] 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-16T00:43:54.387Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-01-16T00:43:54.387Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-01-16T00:43:54.396Z] 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-16T00:43:54.649Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-01-16T00:43:54.911Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-01-16T00:43:54.911Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-16T00:43:54.911Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-16T00:43:55.175Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-01-16T00:43:55.436Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-01-16T00:43:55.436Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-01-16T00:43:55.698Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-01-16T00:43:55.698Z] /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-16T00:43:55.698Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-16T00:43:55.959Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2021-01-16T00:43:56.899Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-16T00:43:56.899Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-16T00:43:56.899Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-16T00:43:58.099Z] Reading package lists... [2021-01-16T00:43:58.099Z] Reading package lists... [2021-01-16T00:43:58.359Z] Building dependency tree... [2021-01-16T00:43:58.359Z] Reading state information... [2021-01-16T00:43:58.359Z] Calculating upgrade... [2021-01-16T00:43:58.621Z] The following packages will be upgraded: [2021-01-16T00:43:58.621Z] advancecomp base-files bash binutils binutils-common [2021-01-16T00:43:58.621Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-01-16T00:43:58.622Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-01-16T00:43:58.622Z] grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 [2021-01-16T00:43:58.622Z] libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 [2021-01-16T00:43:58.622Z] libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 [2021-01-16T00:43:58.622Z] libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 [2021-01-16T00:43:58.622Z] libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 [2021-01-16T00:43:58.622Z] libncursesw5 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime [2021-01-16T00:43:58.622Z] libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 [2021-01-16T00:43:58.622Z] libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 [2021-01-16T00:43:58.622Z] libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login [2021-01-16T00:43:58.622Z] mount ncurses-base ncurses-bin openssl passwd patch perl perl-base [2021-01-16T00:43:58.622Z] perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata [2021-01-16T00:43:58.622Z] ubuntu-keyring util-linux [2021-01-16T00:43:58.622Z] 97 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-01-16T00:43:58.622Z] Need to get 63.7 MB of archives. [2021-01-16T00:43:58.622Z] After this operation, 5203 kB of additional disk space will be used. [2021-01-16T00:43:58.622Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-132.136 [987 kB] [2021-01-16T00:43:58.884Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-01-16T00:43:58.884Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-01-16T00:43:58.884Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-01-16T00:43:58.884Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-01-16T00:43:58.884Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-01-16T00:43:58.884Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-01-16T00:43:58.884Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-01-16T00:43:58.884Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-01-16T00:43:58.884Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-01-16T00:43:58.884Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-01-16T00:43:58.884Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-01-16T00:43:58.884Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-01-16T00:43:58.884Z] 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-16T00:43:58.884Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-01-16T00:43:58.884Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-01-16T00:43:58.884Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-01-16T00:43:58.884Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-01-16T00:43:58.884Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-01-16T00:43:58.884Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-01-16T00:43:58.884Z] 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-16T00:43:58.884Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-01-16T00:43:58.884Z] 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-16T00:43:58.884Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-01-16T00:43:58.884Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-01-16T00:43:58.884Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-01-16T00:43:58.884Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-01-16T00:43:59.145Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-01-16T00:43:59.145Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-01-16T00:43:59.145Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-01-16T00:43:59.145Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-01-16T00:43:59.145Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-01-16T00:43:59.145Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-01-16T00:43:59.145Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-01-16T00:43:59.145Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-01-16T00:43:59.145Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-01-16T00:43:59.145Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-01-16T00:43:59.145Z] 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-16T00:43:59.145Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-01-16T00:43:59.145Z] 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-16T00:43:59.145Z] 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-16T00:43:59.145Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2021-01-16T00:43:59.145Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-01-16T00:43:59.145Z] 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-16T00:43:59.145Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-01-16T00:43:59.145Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] [2021-01-16T00:43:59.145Z] 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-16T00:43:59.145Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-01-16T00:43:59.145Z] 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-16T00:43:59.145Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-01-16T00:43:59.145Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-01-16T00:43:59.145Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-01-16T00:43:59.145Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-01-16T00:43:59.145Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-01-16T00:43:59.145Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-01-16T00:43:59.145Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-01-16T00:43:59.407Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-01-16T00:43:59.667Z] 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-16T00:43:59.667Z] 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-16T00:43:59.667Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-01-16T00:43:59.928Z] 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-16T00:43:59.928Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-01-16T00:43:59.928Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-01-16T00:43:59.928Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-01-16T00:43:59.928Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-01-16T00:43:59.928Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-01-16T00:43:59.928Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-01-16T00:44:00.188Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-01-16T00:44:00.188Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-01-16T00:44:00.188Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-01-16T00:44:00.188Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-01-16T00:44:00.188Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-01-16T00:44:00.188Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-01-16T00:44:00.188Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-01-16T00:44:00.188Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-01-16T00:44:00.188Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-01-16T00:44:00.188Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-01-16T00:44:00.448Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-01-16T00:44:00.448Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-01-16T00:44:00.448Z] 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-16T00:44:00.448Z] 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-16T00:44:00.448Z] 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-16T00:44:00.448Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] [2021-01-16T00:44:00.448Z] 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-16T00:44:00.448Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-01-16T00:44:00.448Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-01-16T00:44:00.448Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-01-16T00:44:00.448Z] 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-16T00:44:00.708Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-01-16T00:44:00.708Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-01-16T00:44:00.708Z] 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-16T00:44:00.708Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-01-16T00:44:00.708Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-01-16T00:44:00.708Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-01-16T00:44:00.708Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-01-16T00:44:00.708Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-01-16T00:44:00.708Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-01-16T00:44:00.708Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-16T00:44:00.970Z] Fetched 63.7 MB in 2s (30.1 MB/s) [2021-01-16T00:44:00.970Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-16T00:44:00.970Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-01-16T00:44:00.970Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-16T00:44:01.545Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-16T00:44:01.545Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-16T00:44:01.545Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-132.136_amd64.deb ... [2021-01-16T00:44:01.806Z] Unpacking linux-libc-dev:amd64 (4.15.0-132.136) over (4.15.0-20.21) ... [2021-01-16T00:44:02.378Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-16T00:44:02.378Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-16T00:44:02.640Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-16T00:44:02.640Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-16T00:44:02.640Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-16T00:44:02.640Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-16T00:44:02.903Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-16T00:44:02.903Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-16T00:44:02.903Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-16T00:44:02.903Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-16T00:44:03.164Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-16T00:44:03.164Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-16T00:44:03.164Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-16T00:44:03.164Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-16T00:44:03.164Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-16T00:44:03.434Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-16T00:44:03.434Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-16T00:44:03.434Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-01-16T00:44:03.434Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-01-16T00:44:03.697Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-16T00:44:03.697Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-16T00:44:03.697Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-16T00:44:03.697Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-16T00:44:03.958Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-16T00:44:03.958Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-16T00:44:03.958Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-16T00:44:04.219Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-16T00:44:04.480Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-16T00:44:04.480Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-01-16T00:44:04.480Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-16T00:44:05.051Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-01-16T00:44:05.051Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-16T00:44:05.051Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-01-16T00:44:05.312Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-01-16T00:44:05.312Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-01-16T00:44:05.312Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-01-16T00:44:05.572Z] Setting up base-files (10.1ubuntu2.10) ... [2021-01-16T00:44:05.572Z] Installing new version of config file /etc/issue ... [2021-01-16T00:44:05.572Z] Installing new version of config file /etc/issue.net ... [2021-01-16T00:44:05.572Z] Installing new version of config file /etc/lsb-release ... [2021-01-16T00:44:05.572Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-01-16T00:44:05.833Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-01-16T00:44:05.834Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-01-16T00:44:05.834Z] Removing obsolete conffile /etc/default/motd-news ... [2021-01-16T00:44:06.094Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-16T00:44:06.094Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-01-16T00:44:06.094Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-01-16T00:44:06.355Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-01-16T00:44:06.355Z] 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-16T00:44:06.617Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-16T00:44:06.617Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-16T00:44:06.617Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-01-16T00:44:06.617Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-01-16T00:44:06.877Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-16T00:44:06.877Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-01-16T00:44:06.877Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-01-16T00:44:06.877Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-01-16T00:44:07.140Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-16T00:44:07.140Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-01-16T00:44:07.140Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-16T00:44:07.401Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-01-16T00:44:07.401Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-16T00:44:07.401Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-16T00:44:07.401Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-16T00:44:07.664Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-16T00:44:07.664Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-16T00:44:07.664Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-16T00:44:07.664Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-16T00:44:07.925Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-01-16T00:44:07.925Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-16T00:44:07.925Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-01-16T00:44:07.925Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-01-16T00:44:08.216Z] Setting up grep (3.1-2build1) ... [2021-01-16T00:44:08.216Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-16T00:44:08.216Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-16T00:44:08.216Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-16T00:44:08.477Z] Setting up login (1:4.5-1ubuntu2) ... [2021-01-16T00:44:08.477Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-16T00:44:08.477Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-16T00:44:08.737Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-16T00:44:08.737Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-01-16T00:44:08.737Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-16T00:44:08.737Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-16T00:44:08.998Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-16T00:44:09.258Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-16T00:44:09.259Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-16T00:44:09.518Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-16T00:44:09.518Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-16T00:44:10.089Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-01-16T00:44:10.089Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-16T00:44:10.089Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-01-16T00:44:10.089Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-16T00:44:11.475Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-16T00:44:11.475Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-16T00:44:11.475Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-16T00:44:11.475Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-16T00:44:11.475Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-01-16T00:44:11.736Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-16T00:44:11.736Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-01-16T00:44:11.736Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-01-16T00:44:11.736Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-01-16T00:44:11.997Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-16T00:44:11.997Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-16T00:44:11.997Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-16T00:44:11.997Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-16T00:44:12.257Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-16T00:44:12.257Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-16T00:44:12.257Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-16T00:44:12.257Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-16T00:44:12.257Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-16T00:44:12.257Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-16T00:44:12.257Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-16T00:44:12.520Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-16T00:44:12.520Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-16T00:44:12.520Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-16T00:44:12.520Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-16T00:44:12.782Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-16T00:44:12.782Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-16T00:44:12.782Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-16T00:44:12.782Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-16T00:44:13.043Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-16T00:44:13.043Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-16T00:44:13.043Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-16T00:44:13.304Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-16T00:44:13.304Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-16T00:44:13.304Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-16T00:44:13.304Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-16T00:44:13.565Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-16T00:44:13.565Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-16T00:44:13.565Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-16T00:44:13.565Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-16T00:44:13.565Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-16T00:44:13.565Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-16T00:44:13.826Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-16T00:44:13.826Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-01-16T00:44:14.087Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-16T00:44:14.087Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-16T00:44:14.087Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-16T00:44:14.350Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-01-16T00:44:14.921Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-01-16T00:44:14.921Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-01-16T00:44:15.181Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-16T00:44:15.181Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-16T00:44:15.181Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-16T00:44:15.444Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-01-16T00:44:15.444Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-16T00:44:15.444Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-01-16T00:44:15.704Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-16T00:44:15.704Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-01-16T00:44:15.704Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-16T00:44:15.704Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-01-16T00:44:15.963Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-01-16T00:44:16.223Z] Setting up debconf (1.5.66ubuntu1) ... [2021-01-16T00:44:16.484Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-16T00:44:16.484Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-16T00:44:16.484Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-16T00:44:16.745Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-16T00:44:16.745Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-16T00:44:16.745Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-16T00:44:16.745Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-16T00:44:17.007Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-16T00:44:17.007Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-16T00:44:17.007Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-16T00:44:17.007Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-16T00:44:17.268Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-16T00:44:17.268Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-16T00:44:17.268Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-16T00:44:17.529Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-16T00:44:17.529Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... [2021-01-16T00:44:17.529Z] Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-16T00:44:17.529Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-16T00:44:17.529Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-16T00:44:17.789Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-16T00:44:17.789Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-16T00:44:17.789Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-01-16T00:44:17.789Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-01-16T00:44:18.049Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-01-16T00:44:18.049Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-16T00:44:18.049Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-01-16T00:44:18.049Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-16T00:44:18.309Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-16T00:44:18.571Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-16T00:44:18.571Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-16T00:44:18.571Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-16T00:44:18.571Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-16T00:44:18.832Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-16T00:44:18.832Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-01-16T00:44:18.832Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-01-16T00:44:18.832Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-01-16T00:44:20.263Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-16T00:44:20.263Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-16T00:44:20.263Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-16T00:44:20.263Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-01-16T00:44:20.263Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-16T00:44:20.263Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-16T00:44:20.263Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-16T00:44:20.263Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-01-16T00:44:20.263Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-16T00:44:20.263Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-01-16T00:44:20.263Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-01-16T00:44:20.263Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-01-16T00:44:20.263Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-16T00:44:20.263Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-01-16T00:44:20.263Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-01-16T00:44:20.263Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-01-16T00:44:20.263Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-16T00:44:20.263Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-01-16T00:44:20.263Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-01-16T00:44:20.263Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-01-16T00:44:20.526Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-16T00:44:20.526Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-01-16T00:44:20.526Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-01-16T00:44:20.526Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-01-16T00:44:20.787Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-16T00:44:20.787Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-01-16T00:44:20.787Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-01-16T00:44:20.787Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-01-16T00:44:20.787Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-16T00:44:20.787Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-01-16T00:44:20.787Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-01-16T00:44:21.047Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-01-16T00:44:21.047Z] (Reading database ... 13915 files and directories currently installed.) [2021-01-16T00:44:21.047Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-16T00:44:21.047Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-16T00:44:21.307Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-16T00:44:21.307Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-16T00:44:21.307Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-16T00:44:21.307Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-16T00:44:21.566Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2021-01-16T00:44:21.566Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2021-01-16T00:44:21.827Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-01-16T00:44:21.827Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-01-16T00:44:21.827Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-01-16T00:44:21.827Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-01-16T00:44:22.089Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-01-16T00:44:22.089Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-01-16T00:44:22.089Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-01-16T00:44:22.089Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-01-16T00:44:22.356Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-01-16T00:44:22.356Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-01-16T00:44:22.356Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-01-16T00:44:22.356Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-01-16T00:44:22.619Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-01-16T00:44:22.619Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-01-16T00:44:22.879Z] Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... [2021-01-16T00:44:22.879Z] Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... [2021-01-16T00:44:23.460Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-01-16T00:44:23.460Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-01-16T00:44:23.726Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-01-16T00:44:23.726Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-01-16T00:44:23.726Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-16T00:44:23.726Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-16T00:44:23.988Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-16T00:44:23.988Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-16T00:44:24.249Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-16T00:44:24.249Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-16T00:44:24.511Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-16T00:44:24.511Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-16T00:44:24.511Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-16T00:44:24.511Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-16T00:44:24.771Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-16T00:44:24.771Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-16T00:44:24.771Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-16T00:44:24.771Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-16T00:44:25.032Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-16T00:44:25.032Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-16T00:44:25.972Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-16T00:44:25.972Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-16T00:44:26.914Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-16T00:44:26.914Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-16T00:44:28.036Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-16T00:44:28.036Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-16T00:44:28.344Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-16T00:44:28.344Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-16T00:44:29.031Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-16T00:44:29.031Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-16T00:44:29.304Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-16T00:44:29.304Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-16T00:44:29.304Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-01-16T00:44:29.304Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-16T00:44:29.567Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-01-16T00:44:29.567Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-16T00:44:29.830Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-01-16T00:44:29.830Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-01-16T00:44:29.830Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-16T00:44:29.830Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-16T00:44:29.830Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-16T00:44:30.092Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-16T00:44:30.092Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-01-16T00:44:30.092Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-01-16T00:44:30.354Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-16T00:44:30.354Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-16T00:44:30.354Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-16T00:44:30.354Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-16T00:44:30.354Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-16T00:44:30.354Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-01-16T00:44:30.354Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-01-16T00:44:30.354Z] Setting up tzdata (2020f-0ubuntu0.18.04) ... [2021-01-16T00:44:30.614Z] [2021-01-16T00:44:30.614Z] Current default time zone: 'Etc/UTC' [2021-01-16T00:44:30.614Z] Local time is now: Sat Jan 16 00:44:30 UTC 2021. [2021-01-16T00:44:30.614Z] Universal Time is now: Sat Jan 16 00:44:30 UTC 2021. [2021-01-16T00:44:30.614Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-01-16T00:44:30.614Z] [2021-01-16T00:44:30.614Z] Setting up systemd-sysv (237-3ubuntu10.43) ... [2021-01-16T00:44:30.614Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-16T00:44:30.614Z] Setting up linux-libc-dev:amd64 (4.15.0-132.136) ... [2021-01-16T00:44:30.614Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-01-16T00:44:30.875Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-01-16T00:44:30.875Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-01-16T00:44:30.875Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-01-16T00:44:30.875Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-01-16T00:44:30.875Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-01-16T00:44:30.875Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-01-16T00:44:30.875Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-16T00:44:30.875Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-01-16T00:44:31.135Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-16T00:44:31.135Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-16T00:44:31.135Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-16T00:44:31.396Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-01-16T00:44:31.396Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-01-16T00:44:31.396Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-01-16T00:44:31.396Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-16T00:44:31.396Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-01-16T00:44:31.396Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-01-16T00:44:31.396Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-01-16T00:44:31.396Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-16T00:44:33.312Z] Updating certificates in /etc/ssl/certs... [2021-01-16T00:44:34.254Z] 22 added, 17 removed; done. [2021-01-16T00:44:34.254Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-01-16T00:44:34.515Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-16T00:44:34.515Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-01-16T00:44:34.515Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-01-16T00:44:34.515Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-01-16T00:44:34.515Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-16T00:44:34.515Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-16T00:44:34.515Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-16T00:44:34.515Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-16T00:44:34.776Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-16T00:44:34.776Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-16T00:44:34.776Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-16T00:44:34.776Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-01-16T00:44:34.776Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-01-16T00:44:34.776Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-01-16T00:44:34.776Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-01-16T00:44:34.776Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-01-16T00:44:34.776Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-16T00:44:35.036Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-16T00:44:35.036Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-01-16T00:44:35.036Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-01-16T00:44:35.036Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-01-16T00:44:35.036Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-16T00:44:35.036Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2021-01-16T00:44:35.297Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-01-16T00:44:35.297Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-16T00:44:35.297Z] Updating certificates in /etc/ssl/certs... [2021-01-16T00:44:35.868Z] 0 added, 0 removed; done. [2021-01-16T00:44:35.868Z] Running hooks in /etc/ca-certificates/update.d... [2021-01-16T00:44:35.868Z] done. [2021-01-16T00:44:36.128Z] Reading package lists... [2021-01-16T00:44:36.389Z] Building dependency tree... [2021-01-16T00:44:36.389Z] Reading state information... [2021-01-16T00:44:36.650Z] The following NEW packages will be installed: [2021-01-16T00:44:36.650Z] apt-transport-https [2021-01-16T00:44:36.910Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-01-16T00:44:36.910Z] Need to get 1696 B of archives. [2021-01-16T00:44:36.910Z] After this operation, 153 kB of additional disk space will be used. [2021-01-16T00:44:36.910Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-01-16T00:44:36.910Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-16T00:44:36.910Z] Fetched 1696 B in 0s (9380 B/s) [2021-01-16T00:44:36.910Z] Selecting previously unselected package apt-transport-https. [2021-01-16T00:44:36.910Z] (Reading database ... 13929 files and directories currently installed.) [2021-01-16T00:44:36.910Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-01-16T00:44:36.910Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-16T00:44:37.170Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-16T00:44:37.431Z] Waiting for network to be ready... [2021-01-16T00:44:42.712Z] 2021-01-16T00:44:40Z INFO Waiting for automatic snapd restart... [2021-01-16T00:44:42.712Z] snapd 2.48.2 from Canonical* installed [2021-01-16T00:44:43.654Z] "snapd" switched to the "latest/stable" channel [2021-01-16T00:44:43.654Z] [2021-01-16T00:44:46.198Z] core18 20201210 from Canonical* installed [2021-01-16T00:44:46.461Z] "core18" switched to the "latest/stable" channel [2021-01-16T00:44:46.461Z] [2021-01-16T00:44:49.768Z] snapcraft 4.4.4 from Canonical* installed [2021-01-16T00:44:49.768Z] "snapcraft" switched to the "latest/stable" channel [2021-01-16T00:44:49.768Z] [2021-01-16T00:44:53.071Z] 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-16T00:44:53.071Z] - README.md [2021-01-16T00:44:53.071Z] - snapcraft.yaml.orig [2021-01-16T00:44:53.071Z] [2021-01-16T00:44:53.071Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-16T00:44:59.652Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-16T00:44:59.652Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-16T00:44:59.652Z] Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-16T00:44:59.911Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-16T00:45:00.743Z] Reading package lists... [2021-01-16T00:45:01.315Z] 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-16T00:45:07.957Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-16T00:45:07.957Z] Reading package lists... [2021-01-16T00:45:07.957Z] Building dependency tree... [2021-01-16T00:45:07.957Z] Reading state information... [2021-01-16T00:45:07.957Z] Suggested packages: [2021-01-16T00:45:07.957Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-01-16T00:45:07.957Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-01-16T00:45:07.957Z] Recommended packages: [2021-01-16T00:45:07.957Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-01-16T00:45:07.957Z] The following NEW packages will be installed: [2021-01-16T00:45:07.957Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-01-16T00:45:07.957Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-01-16T00:45:07.957Z] pkg-config zip [2021-01-16T00:45:07.957Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-01-16T00:45:07.957Z] Need to get 7655 kB of archives. [2021-01-16T00:45:07.957Z] After this operation, 43.7 MB of additional disk space will be used. [2021-01-16T00:45:07.957Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] [2021-01-16T00:45:07.957Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-01-16T00:45:07.957Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-01-16T00:45:07.957Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-01-16T00:45:07.957Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-01-16T00:45:07.957Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-01-16T00:45:07.957Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-01-16T00:45:07.957Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-01-16T00:45:08.219Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-01-16T00:45:08.219Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-01-16T00:45:08.219Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-01-16T00:45:08.219Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-01-16T00:45:08.219Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-01-16T00:45:08.219Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-01-16T00:45:08.219Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-01-16T00:45:08.479Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-16T00:45:08.479Z] Fetched 7655 kB in 1s (9989 kB/s) [2021-01-16T00:45:08.479Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-01-16T00:45:08.479Z] (Reading database ... 13933 files and directories currently installed.) [2021-01-16T00:45:08.479Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-01-16T00:45:08.479Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-16T00:45:08.741Z] Selecting previously unselected package libpsl5:amd64. [2021-01-16T00:45:08.741Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-01-16T00:45:08.741Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-01-16T00:45:09.005Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-01-16T00:45:09.005Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-01-16T00:45:09.005Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-16T00:45:09.005Z] Selecting previously unselected package librtmp1:amd64. [2021-01-16T00:45:09.005Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-01-16T00:45:09.005Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-16T00:45:09.005Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-01-16T00:45:09.005Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-01-16T00:45:09.005Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-16T00:45:09.266Z] Selecting previously unselected package liberror-perl. [2021-01-16T00:45:09.266Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-01-16T00:45:09.266Z] Unpacking liberror-perl (0.17025-1) ... [2021-01-16T00:45:09.266Z] Selecting previously unselected package git-man. [2021-01-16T00:45:09.266Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-01-16T00:45:09.266Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-16T00:45:09.528Z] Selecting previously unselected package git. [2021-01-16T00:45:09.528Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-01-16T00:45:09.528Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-01-16T00:45:10.931Z] Selecting previously unselected package libnorm1:amd64. [2021-01-16T00:45:10.931Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-01-16T00:45:10.931Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-16T00:45:11.192Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-01-16T00:45:11.192Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-01-16T00:45:11.192Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-16T00:45:11.192Z] Selecting previously unselected package libsodium23:amd64. [2021-01-16T00:45:11.192Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-01-16T00:45:11.192Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-01-16T00:45:11.453Z] Selecting previously unselected package libzmq5:amd64. [2021-01-16T00:45:11.453Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-16T00:45:11.453Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-16T00:45:11.453Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-01-16T00:45:11.453Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-16T00:45:11.453Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-16T00:45:11.453Z] Selecting previously unselected package pkg-config. [2021-01-16T00:45:11.453Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-01-16T00:45:11.713Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-01-16T00:45:11.713Z] Selecting previously unselected package zip. [2021-01-16T00:45:11.713Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-01-16T00:45:11.714Z] Unpacking zip (3.0-11build1) ... [2021-01-16T00:45:11.714Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-16T00:45:11.714Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-16T00:45:11.714Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-16T00:45:11.714Z] Setting up liberror-perl (0.17025-1) ... [2021-01-16T00:45:11.975Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-01-16T00:45:11.975Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-16T00:45:11.975Z] No schema files found: doing nothing. [2021-01-16T00:45:11.975Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-16T00:45:11.975Z] Setting up zip (3.0-11build1) ... [2021-01-16T00:45:11.975Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-16T00:45:11.975Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-01-16T00:45:11.975Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-01-16T00:45:11.975Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-16T00:45:12.235Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-16T00:45:12.235Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-16T00:45:12.235Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-01-16T00:45:12.235Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-16T00:45:18.826Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-16T00:45:18.826Z] git set to automatically installed. [2021-01-16T00:45:18.826Z] git-man set to automatically installed. [2021-01-16T00:45:18.826Z] libcurl3-gnutls set to automatically installed. [2021-01-16T00:45:18.826Z] liberror-perl set to automatically installed. [2021-01-16T00:45:18.826Z] libglib2.0-0 set to automatically installed. [2021-01-16T00:45:18.826Z] libnghttp2-14 set to automatically installed. [2021-01-16T00:45:18.826Z] libnorm1 set to automatically installed. [2021-01-16T00:45:18.826Z] libpgm-5.2-0 set to automatically installed. [2021-01-16T00:45:18.826Z] libpsl5 set to automatically installed. [2021-01-16T00:45:18.826Z] librtmp1 set to automatically installed. [2021-01-16T00:45:18.826Z] libsodium23 set to automatically installed. [2021-01-16T00:45:18.826Z] libzmq3-dev set to automatically installed. [2021-01-16T00:45:18.826Z] libzmq5 set to automatically installed. [2021-01-16T00:45:18.826Z] pkg-config set to automatically installed. [2021-01-16T00:45:18.826Z] zip set to automatically installed. [2021-01-16T00:45:20.780Z] snapd is not logged in, snap install commands will use sudo [2021-01-16T00:45:27.378Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-16T00:45:27.378Z] snap "core18" has no updates available [2021-01-16T00:45:27.948Z] Pulling config-common [2021-01-16T00:45:29.333Z] Pulling go-build-helper [2021-01-16T00:45:31.248Z] Removing intermediate container c7cc13898833 [2021-01-16T00:45:31.248Z] ---> 9728e50381dd [2021-01-16T00:45:31.248Z] [2021-01-16T00:45:31.248Z] Step 10/22 : FROM alpine:3.12 [2021-01-16T00:45:31.248Z] 3.12: Pulling from library/alpine [2021-01-16T00:45:31.248Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-16T00:45:31.248Z] Status: Downloaded newer image for alpine:3.12 [2021-01-16T00:45:31.248Z] ---> afeebe901d6b [2021-01-16T00:45:31.248Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-16T00:45:31.248Z] ---> Running in 8594d4d98771 [2021-01-16T00:45:31.248Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-16T00:45:31.248Z] Removing intermediate container 42dadd6f0abf [2021-01-16T00:45:31.248Z] ---> e72b2517ebb0 [2021-01-16T00:45:31.248Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-16T00:45:31.248Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-16T00:45:31.529Z] ---> Running in 19dfb6c4dee1 [2021-01-16T00:45:31.803Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-16T00:45:31.803Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-16T00:45:31.803Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-16T00:45:31.803Z] (4/5) Installing curl (7.69.1-r3) [2021-01-16T00:45:31.803Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-16T00:45:32.078Z] Executing busybox-1.31.1-r19.trigger [2021-01-16T00:45:32.078Z] Executing ca-certificates-20191127-r4.trigger [2021-01-16T00:45:32.355Z] OK: 7 MiB in 19 packages [2021-01-16T00:45:33.804Z] 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-16T00:45:35.255Z] Removing intermediate container 44b1fb577578 [2021-01-16T00:45:35.255Z] ---> 36c249ef4e88 [2021-01-16T00:45:35.255Z] [2021-01-16T00:45:35.255Z] Step 10/21 : FROM scratch [2021-01-16T00:45:35.255Z] ---> [2021-01-16T00:45:35.255Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-16T00:45:35.545Z] ---> Running in 7059a2fb0038 [2021-01-16T00:45:35.545Z] Removing intermediate container 8594d4d98771 [2021-01-16T00:45:35.545Z] ---> d7aa7650dedb [2021-01-16T00:45:35.545Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-16T00:45:36.155Z] ---> Running in 4001f86facb2 [2021-01-16T00:45:36.435Z] Removing intermediate container 7059a2fb0038 [2021-01-16T00:45:36.435Z] ---> ce1b7c05b0fc [2021-01-16T00:45:36.435Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-16T00:45:36.725Z] ---> Running in 187dc85bdaf7 [2021-01-16T00:45:36.725Z] Removing intermediate container 4001f86facb2 [2021-01-16T00:45:36.725Z] ---> a551c0399425 [2021-01-16T00:45:36.725Z] Step 13/22 : WORKDIR / [2021-01-16T00:45:37.003Z] ---> Running in 825d6df5f30a [2021-01-16T00:45:37.277Z] Removing intermediate container 187dc85bdaf7 [2021-01-16T00:45:37.277Z] ---> d05064ba20fb [2021-01-16T00:45:37.278Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-16T00:45:37.552Z] ---> Running in 44357abaf4f1 [2021-01-16T00:45:37.828Z] Removing intermediate container 825d6df5f30a [2021-01-16T00:45:37.828Z] ---> ffe6c88b8243 [2021-01-16T00:45:37.828Z] Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-16T00:45:38.427Z] Removing intermediate container 44357abaf4f1 [2021-01-16T00:45:38.427Z] ---> bfd699144f6b [2021-01-16T00:45:38.427Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-16T00:45:39.429Z] ---> 84863012ccf5 [2021-01-16T00:45:39.429Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-16T00:45:40.033Z] ---> 6a8ea05557d7 [2021-01-16T00:45:40.033Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-16T00:45:41.016Z] Removing intermediate container 19dfb6c4dee1 [2021-01-16T00:45:41.016Z] ---> a8d68ca08b3d [2021-01-16T00:45:41.016Z] [2021-01-16T00:45:41.016Z] Step 11/26 : FROM docker:20.10.0 [2021-01-16T00:45:41.016Z] 20.10.0: Pulling from library/docker [2021-01-16T00:45:42.475Z] ---> eaa39b2540c6 [2021-01-16T00:45:42.475Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-16T00:45:44.175Z] ---> 9968c8061dd6 [2021-01-16T00:45:44.175Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-16T00:45:45.877Z] ---> f15bdc7a9876 [2021-01-16T00:45:45.877Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-16T00:45:46.501Z] ---> 77b27767e8a4 [2021-01-16T00:45:46.501Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-16T00:45:46.825Z] ---> Running in 770fc41d3f98 [2021-01-16T00:45:47.467Z] ---> c07d2f82553a [2021-01-16T00:45:47.467Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-16T00:45:47.467Z] ---> Running in 5c393cdd33e7 [2021-01-16T00:45:48.178Z] Removing intermediate container 770fc41d3f98 [2021-01-16T00:45:48.178Z] ---> 3038920e24a8 [2021-01-16T00:45:48.178Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-16T00:45:48.475Z] ---> Running in 65bff3570ab4 [2021-01-16T00:45:49.474Z] Removing intermediate container 65bff3570ab4 [2021-01-16T00:45:49.474Z] ---> 8fccb4c09a72 [2021-01-16T00:45:49.474Z] Step 19/21 : LABEL arch=arm64 [2021-01-16T00:45:50.074Z] ---> Running in 893d4aa4ed8c [2021-01-16T00:45:51.073Z] Removing intermediate container 893d4aa4ed8c [2021-01-16T00:45:51.073Z] ---> 71ed8f3f71f1 [2021-01-16T00:45:51.073Z] Step 20/21 : LABEL git_sha=0c8a874165f9df96fb0913bb6f216e5e01be221f [2021-01-16T00:45:51.283Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-16T00:45:51.284Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-16T00:45:51.284Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-16T00:45:51.284Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1506 kB] [2021-01-16T00:45:51.284Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-16T00:45:51.284Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-16T00:45:51.284Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-16T00:45:51.284Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-16T00:45:51.284Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-16T00:45:51.284Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-16T00:45:51.284Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-16T00:45:51.284Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [292 kB] [2021-01-16T00:45:51.284Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] [2021-01-16T00:45:51.284Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] [2021-01-16T00:45:51.284Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] [2021-01-16T00:45:51.284Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] [2021-01-16T00:45:51.284Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1098 kB] [2021-01-16T00:45:51.284Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] [2021-01-16T00:45:51.284Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-16T00:45:51.284Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1842 kB] [2021-01-16T00:45:51.284Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [384 kB] [2021-01-16T00:45:51.284Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] [2021-01-16T00:45:51.284Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] [2021-01-16T00:45:51.284Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [237 kB] [2021-01-16T00:45:51.284Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.8 kB] [2021-01-16T00:45:51.284Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] [2021-01-16T00:45:51.284Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] [2021-01-16T00:45:51.284Z] Fetched 23.7 MB in 0s (0 B/s) [2021-01-16T00:45:51.284Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-01-16T00:45:51.284Z] Fetched 96.5 kB in 0s (0 B/s) [2021-01-16T00:45:51.284Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-01-16T00:45:51.284Z] Fetched 279 kB in 0s (0 B/s) [2021-01-16T00:45:51.284Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-01-16T00:45:51.284Z] Fetched 122 kB in 0s (0 B/s) [2021-01-16T00:45:51.284Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-01-16T00:45:51.284Z] Fetched 77.8 kB in 0s (0 B/s) [2021-01-16T00:45:51.284Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-01-16T00:45:51.284Z] Fetched 8848 B in 0s (0 B/s) [2021-01-16T00:45:51.284Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-01-16T00:45:51.284Z] Fetched 47.8 kB in 0s (0 B/s) [2021-01-16T00:45:51.284Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-01-16T00:45:51.284Z] Fetched 45.6 kB in 0s (0 B/s) [2021-01-16T00:45:51.284Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-01-16T00:45:51.284Z] Fetched 15.0 kB in 0s (0 B/s) [2021-01-16T00:45:51.284Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-01-16T00:45:51.284Z] Fetched 214 kB in 0s (0 B/s) [2021-01-16T00:45:51.284Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-01-16T00:45:51.284Z] Fetched 155 kB in 0s (0 B/s) [2021-01-16T00:45:51.284Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-01-16T00:45:51.284Z] Fetched 50.6 kB in 0s (0 B/s) [2021-01-16T00:45:51.284Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-01-16T00:45:51.284Z] Fetched 14.8 kB in 0s (0 B/s) [2021-01-16T00:45:51.284Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-01-16T00:45:51.284Z] Fetched 41.8 kB in 0s (0 B/s) [2021-01-16T00:45:51.284Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-01-16T00:45:51.284Z] Fetched 499 kB in 0s (0 B/s) [2021-01-16T00:45:51.284Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-01-16T00:45:51.284Z] Fetched 111 kB in 0s (0 B/s) [2021-01-16T00:45:51.284Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-01-16T00:45:51.284Z] Fetched 240 kB in 0s (0 B/s) [2021-01-16T00:45:51.284Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-01-16T00:45:51.284Z] Fetched 29.3 kB in 0s (0 B/s) [2021-01-16T00:45:51.284Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-01-16T00:45:51.284Z] Fetched 85.5 kB in 0s (0 B/s) [2021-01-16T00:45:51.284Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-01-16T00:45:51.284Z] Fetched 24.5 kB in 0s (0 B/s) [2021-01-16T00:45:51.284Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-01-16T00:45:51.284Z] Fetched 49.2 kB in 0s (0 B/s) [2021-01-16T00:45:51.284Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-01-16T00:45:51.284Z] Fetched 54.2 kB in 0s (0 B/s) [2021-01-16T00:45:51.284Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-01-16T00:45:51.284Z] Fetched 30.8 kB in 0s (0 B/s) [2021-01-16T00:45:51.284Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-01-16T00:45:51.284Z] Fetched 17.0 kB in 0s (0 B/s) [2021-01-16T00:45:51.284Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-01-16T00:45:51.284Z] Fetched 85.9 kB in 0s (0 B/s) [2021-01-16T00:45:51.284Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-01-16T00:45:51.284Z] Fetched 8720 B in 0s (0 B/s) [2021-01-16T00:45:51.284Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-01-16T00:45:51.284Z] Fetched 137 kB in 0s (0 B/s) [2021-01-16T00:45:51.284Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-01-16T00:45:51.284Z] Fetched 119 kB in 0s (0 B/s) [2021-01-16T00:45:51.284Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-01-16T00:45:51.284Z] Fetched 109 kB in 0s (0 B/s) [2021-01-16T00:45:51.284Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-01-16T00:45:51.284Z] Fetched 11.1 kB in 0s (0 B/s) [2021-01-16T00:45:51.284Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-01-16T00:45:51.284Z] Fetched 645 kB in 0s (0 B/s) [2021-01-16T00:45:51.284Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-01-16T00:45:51.284Z] Fetched 41.3 kB in 0s (0 B/s) [2021-01-16T00:45:51.284Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-01-16T00:45:51.284Z] Fetched 17.9 kB in 0s (0 B/s) [2021-01-16T00:45:51.284Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-01-16T00:45:51.284Z] Fetched 368 kB in 0s (0 B/s) [2021-01-16T00:45:51.284Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-01-16T00:45:51.284Z] Fetched 187 kB in 0s (0 B/s) [2021-01-16T00:45:51.284Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-01-16T00:45:51.284Z] Fetched 175 kB in 0s (0 B/s) [2021-01-16T00:45:51.284Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-01-16T00:45:52.069Z] ---> Running in a5fd167aa18e [2021-01-16T00:45:52.069Z] Removing intermediate container 5c393cdd33e7 [2021-01-16T00:45:52.069Z] ---> 1e1bcba8565b [2021-01-16T00:45:52.069Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-16T00:45:52.340Z] ---> Running in fd8c5298f098 [2021-01-16T00:45:52.615Z] Removing intermediate container a5fd167aa18e [2021-01-16T00:45:52.615Z] ---> ff2f056d9910 [2021-01-16T00:45:52.615Z] Step 21/21 : LABEL version=0.0.0 [2021-01-16T00:45:53.604Z] ---> Running in 98f8048be1b3 [2021-01-16T00:45:54.206Z] Removing intermediate container fd8c5298f098 [2021-01-16T00:45:54.206Z] ---> 814e07e97dc1 [2021-01-16T00:45:54.206Z] Step 20/22 : LABEL arch=arm64 [2021-01-16T00:45:54.585Z] Fetched 206 kB in 0s (0 B/s) [2021-01-16T00:45:54.585Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-01-16T00:45:54.585Z] Fetched 1301 kB in 0s (0 B/s) [2021-01-16T00:45:54.585Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-01-16T00:45:54.585Z] Fetched 36.2 kB in 0s (0 B/s) [2021-01-16T00:45:54.585Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-01-16T00:45:54.585Z] Fetched 159 kB in 0s (0 B/s) [2021-01-16T00:45:54.585Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-01-16T00:45:54.585Z] Fetched 107 kB in 0s (0 B/s) [2021-01-16T00:45:54.585Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-01-16T00:45:54.585Z] Fetched 48.7 kB in 0s (0 B/s) [2021-01-16T00:45:54.585Z] Pulling static-packages [2021-01-16T00:45:54.814Z] ---> Running in 29f5b24a0acb [2021-01-16T00:45:55.086Z] Removing intermediate container 98f8048be1b3 [2021-01-16T00:45:55.086Z] ---> c8d66b0f4201 [2021-01-16T00:45:55.086Z] [2021-01-16T00:45:55.156Z] 'go115' has dependencies that need to be staged: static-packages go-build-helper [2021-01-16T00:45:55.156Z] Skipping pull go-build-helper (already ran) [2021-01-16T00:45:55.156Z] Skipping pull static-packages (already ran) [2021-01-16T00:45:55.435Z] Building go-build-helper [2021-01-16T00:45:56.065Z] Successfully built c8d66b0f4201 [2021-01-16T00:45:56.663Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-16T00:45:56.663Z]  Building docker-support-scheduler-go ... done Building docker-core-command-go [2021-01-16T00:45:56.663Z] Removing intermediate container 29f5b24a0acb [2021-01-16T00:45:56.663Z] ---> 9640a5511518 [2021-01-16T00:45:56.663Z] Step 21/22 : LABEL git_sha=0c8a874165f9df96fb0913bb6f216e5e01be221f [2021-01-16T00:45:57.655Z] ---> Running in ec574d7629d5 [2021-01-16T00:45:57.655Z] Removing intermediate container db0525ecb8ab [2021-01-16T00:45:57.655Z] ---> f1ed77df7f4b [2021-01-16T00:45:57.655Z] [2021-01-16T00:45:57.655Z] Step 10/22 : FROM scratch [2021-01-16T00:45:57.655Z] ---> [2021-01-16T00:45:57.655Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-16T00:45:57.655Z] ---> Using cache [2021-01-16T00:45:57.655Z] ---> ce1b7c05b0fc [2021-01-16T00:45:57.655Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-16T00:45:58.265Z] ---> Running in 89a71c6481fd [2021-01-16T00:45:58.843Z] Building static-packages [2021-01-16T00:45:58.864Z] Removing intermediate container ec574d7629d5 [2021-01-16T00:45:58.864Z] ---> ce087a6a9c88 [2021-01-16T00:45:58.864Z] Step 22/22 : LABEL version=0.0.0 [2021-01-16T00:45:59.460Z] Removing intermediate container 89a71c6481fd [2021-01-16T00:45:59.460Z] ---> bf51de9263b7 [2021-01-16T00:45:59.460Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-16T00:46:00.061Z] ---> Running in a153addacbf6 [2021-01-16T00:46:00.061Z] ---> Running in 412ed14f7267 [2021-01-16T00:46:00.757Z] Staging go-build-helper [2021-01-16T00:46:01.038Z] Removing intermediate container 412ed14f7267 [2021-01-16T00:46:01.038Z] ---> 1c9423683157 [2021-01-16T00:46:01.038Z] Step 14/22 : WORKDIR /Removing intermediate container a153addacbf6 [2021-01-16T00:46:01.038Z] [2021-01-16T00:46:01.038Z] ---> 743380f18d0d [2021-01-16T00:46:01.038Z] [2021-01-16T00:46:01.637Z] Successfully built 743380f18d0d [2021-01-16T00:46:01.637Z] ---> Running in 1a08ef55f3f9 [2021-01-16T00:46:01.709Z] Staging static-packages [2021-01-16T00:46:01.912Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2021-01-16T00:46:01.912Z] Building docker-security-proxy-setup-go [2021-01-16T00:46:02.183Z]  Building docker-security-bootstrap-redis-go ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-16T00:46:02.457Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-16T00:46:02.458Z] ---> eeaf43b92773 [2021-01-16T00:46:02.458Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-16T00:46:03.056Z] ---> Running in 149907aaeb80 [2021-01-16T00:46:03.056Z] Removing intermediate container 1a08ef55f3f9 [2021-01-16T00:46:03.056Z] ---> 03cfdd105345 [2021-01-16T00:46:03.056Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-16T00:46:03.105Z] Pulling go115 [2021-01-16T00:46:03.668Z] Removing intermediate container 39fa841493fa [2021-01-16T00:46:03.668Z] ---> 0af1cc09d09b [2021-01-16T00:46:03.668Z] [2021-01-16T00:46:03.668Z] Step 10/23 : FROM alpine:3.12 [2021-01-16T00:46:03.668Z] ---> afeebe901d6b [2021-01-16T00:46:03.668Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-16T00:46:04.056Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-01-16T00:46:04.057Z] Skipping pull go115 (already ran) [2021-01-16T00:46:04.057Z] Building go115 [2021-01-16T00:46:04.057Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-16T00:46:04.057Z] Dload Upload Total Spent Left Speed [2021-01-16T00:46:04.261Z] ---> Running in f061f3e095ee [2021-01-16T00:46:04.261Z] ---> 0e4b0e402a06 [2021-01-16T00:46:04.261Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-16T00:46:04.536Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-16T00:46:04.812Z] Removing intermediate container f061f3e095ee [2021-01-16T00:46:04.812Z] ---> 8130dd93f725 [2021-01-16T00:46:04.812Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-16T00:46:04.812Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-16T00:46:05.403Z] (1/2) Installing readline (8.0.4-r0) [2021-01-16T00:46:05.403Z] (2/2) Installing bash (5.0.17-r0) [2021-01-16T00:46:05.676Z] Executing bash-5.0.17-r0.post-install [2021-01-16T00:46:05.676Z] Executing busybox-1.31.1-r19.trigger [2021-01-16T00:46:05.676Z] OK: 12 MiB in 22 packages [2021-01-16T00:46:05.957Z] ---> Running in 31eff3c5ce10 [2021-01-16T00:46:06.553Z] ---> 709185713577 [2021-01-16T00:46:06.553Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-16T00:46:06.573Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 31 115M 31 35.8M 0 0 34.7M 0 0:00:03 0:00:01 0:00:02 34.7M 71 115M 71 83.0M 0 0 40.8M 0 0:00:02 0:00:02 --:--:-- 40.8M 100 115M 100 115M 0 0 40.8M 0 0:00:02 0:00:02 --:--:-- 40.8M [2021-01-16T00:46:07.145Z] go1.15.2.linux-amd64.tar.gz: OK [2021-01-16T00:46:07.148Z] Removing intermediate container 31eff3c5ce10 [2021-01-16T00:46:07.148Z] ---> 8bf420bfae2d [2021-01-16T00:46:07.148Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-16T00:46:08.123Z] ---> Running in b99a0e2130bc [2021-01-16T00:46:08.399Z] ---> 0e514e12c5f5 [2021-01-16T00:46:08.399Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-16T00:46:08.675Z] ---> Running in dcc568170d4c [2021-01-16T00:46:08.675Z] Removing intermediate container b99a0e2130bc [2021-01-16T00:46:08.675Z] ---> a8c23c1de853 [2021-01-16T00:46:08.675Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-16T00:46:08.675Z] Removing intermediate container 149907aaeb80 [2021-01-16T00:46:08.675Z] ---> fb09de2aaa5a [2021-01-16T00:46:08.675Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-16T00:46:08.947Z] ---> Running in b28de1e3b074 [2021-01-16T00:46:08.948Z] ---> Running in 0dc232f0022d [2021-01-16T00:46:09.562Z] Removing intermediate container dcc568170d4c [2021-01-16T00:46:09.562Z] ---> 198368ff3e58 [2021-01-16T00:46:09.562Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-16T00:46:10.158Z] Removing intermediate container b28de1e3b074 [2021-01-16T00:46:10.158Z] ---> 3ea6f27f1ac3 [2021-01-16T00:46:10.158Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-16T00:46:10.158Z] ---> Running in d57580512e6d [2021-01-16T00:46:11.142Z] ---> Running in c64370010a5c [2021-01-16T00:46:11.346Z] Staging go115 [2021-01-16T00:46:11.417Z] Removing intermediate container d57580512e6d [2021-01-16T00:46:11.417Z] ---> 90a054f73823 [2021-01-16T00:46:11.417Z] Step 20/22 : LABEL arch=arm64 [2021-01-16T00:46:11.693Z] Removing intermediate container c64370010a5c [2021-01-16T00:46:11.693Z] ---> 8cac9fa63c7d [2021-01-16T00:46:11.693Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-16T00:46:11.969Z] ---> Running in d087b6a50493 [2021-01-16T00:46:12.249Z] ---> Running in 613b73b424f5 [2021-01-16T00:46:12.849Z] Removing intermediate container d087b6a50493 [2021-01-16T00:46:12.849Z] ---> 685d7196b648 [2021-01-16T00:46:12.849Z] Step 21/22 : LABEL git_sha=0c8a874165f9df96fb0913bb6f216e5e01be221f [2021-01-16T00:46:12.849Z] Removing intermediate container 613b73b424f5 [2021-01-16T00:46:12.849Z] Removing intermediate container 0dc232f0022d [2021-01-16T00:46:12.849Z] ---> 43520908b3e3 [2021-01-16T00:46:12.849Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-16T00:46:12.849Z] ---> e1ac9c575cf4 [2021-01-16T00:46:12.849Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-16T00:46:13.123Z] ---> Running in 598f572c75ae [2021-01-16T00:46:13.123Z] ---> Running in a416c9148ff6 [2021-01-16T00:46:14.112Z] Removing intermediate container 598f572c75ae [2021-01-16T00:46:14.112Z] ---> f06c81279779 [2021-01-16T00:46:14.112Z] Step 22/22 : LABEL version=0.0.0 [2021-01-16T00:46:14.384Z] ---> Running in 36835ff3b045 [2021-01-16T00:46:14.987Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-16T00:46:14.987Z] ---> 474cd06f70c5 [2021-01-16T00:46:14.987Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-16T00:46:15.260Z] Removing intermediate container 36835ff3b045 [2021-01-16T00:46:15.260Z] ---> d769b16bad5f [2021-01-16T00:46:15.260Z] [2021-01-16T00:46:15.855Z] Successfully built d769b16bad5f [2021-01-16T00:46:15.855Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-16T00:46:15.855Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-16T00:46:15.855Z]  Building docker-core-metadata-go ... done Building docker-security-secretstore-setup-go [2021-01-16T00:46:16.452Z] ---> 037c1da3f2ed [2021-01-16T00:46:16.452Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-16T00:46:16.452Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-16T00:46:16.633Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-16T00:46:16.633Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-16T00:46:16.633Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-16T00:46:16.633Z] Fetched 0 B in 0s (0 B/s) [2021-01-16T00:46:16.633Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-01-16T00:46:16.633Z] Fetched 224 kB in 0s (0 B/s) [2021-01-16T00:46:16.633Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-01-16T00:46:16.633Z] Fetched 157 kB in 0s (0 B/s) [2021-01-16T00:46:16.633Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-01-16T00:46:16.633Z] Fetched 221 kB in 0s (0 B/s) [2021-01-16T00:46:16.633Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-01-16T00:46:16.633Z] Fetched 143 kB in 0s (0 B/s) [2021-01-16T00:46:16.633Z] Pulling edgex-go [2021-01-16T00:46:16.726Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-16T00:46:16.726Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-16T00:46:16.998Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-16T00:46:17.269Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-16T00:46:17.269Z] Executing busybox-1.31.1-r19.trigger [2021-01-16T00:46:17.269Z] OK: 8 MiB in 19 packages [2021-01-16T00:46:17.868Z] ---> 3a3990d312f0 [2021-01-16T00:46:17.868Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-16T00:46:18.020Z] Pulling version [2021-01-16T00:46:18.464Z] ---> Running in 646a555f781b [2021-01-16T00:46:18.589Z] Building config-common [2021-01-16T00:46:19.445Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-16T00:46:19.445Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-16T00:46:19.445Z] ---> d66bc7db2d4d [2021-01-16T00:46:19.445Z] Step 3/22 : WORKDIR /edgex-go [2021-01-16T00:46:19.445Z] ---> Using cache [2021-01-16T00:46:19.445Z] ---> 976e9c26f77b [2021-01-16T00:46:19.445Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-16T00:46:19.445Z] ---> Using cache [2021-01-16T00:46:19.445Z] ---> cea2972fc562 [2021-01-16T00:46:19.445Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-16T00:46:19.445Z] ---> Using cache [2021-01-16T00:46:19.445Z] ---> c923dead252e [2021-01-16T00:46:19.445Z] Step 6/22 : COPY go.mod . [2021-01-16T00:46:19.445Z] ---> Using cache [2021-01-16T00:46:19.445Z] ---> 365afea8c818 [2021-01-16T00:46:19.445Z] Step 7/22 : RUN go mod download [2021-01-16T00:46:19.445Z] ---> Using cache [2021-01-16T00:46:19.445Z] ---> 4d045a4a3a72 [2021-01-16T00:46:19.445Z] Step 8/22 : COPY . . [2021-01-16T00:46:19.728Z] ---> Using cache [2021-01-16T00:46:19.728Z] ---> 950f216bd6ff [2021-01-16T00:46:19.728Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-16T00:46:20.326Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-16T00:46:20.500Z] Skipping build go-build-helper (already ran) [2021-01-16T00:46:20.500Z] Skipping build static-packages (already ran) [2021-01-16T00:46:20.500Z] Skipping build go115 (already ran) [2021-01-16T00:46:20.600Z] Removing intermediate container a416c9148ff6 [2021-01-16T00:46:20.600Z] ---> 3b3c835bb075 [2021-01-16T00:46:20.600Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-16T00:46:20.600Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-16T00:46:20.760Z] Building edgex-go [2021-01-16T00:46:20.760Z] 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-16T00:46:20.872Z] ---> Running in 35796946be93 [2021-01-16T00:46:21.470Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-16T00:46:21.470Z] (2/33) Installing expat (2.2.9-r1) [2021-01-16T00:46:21.470Z] (3/33) Installing libffi (3.3-r2) [2021-01-16T00:46:21.470Z] (4/33) Installing gdbm (1.13-r1) [2021-01-16T00:46:21.470Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-16T00:46:21.470Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-16T00:46:21.470Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-16T00:46:22.150Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-01-16T00:46:22.150Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.70 [2021-01-16T00:46:22.150Z] go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.30 [2021-01-16T00:46:22.150Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.145 [2021-01-16T00:46:22.150Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-01-16T00:46:22.150Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.32 [2021-01-16T00:46:22.150Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-01-16T00:46:22.150Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-01-16T00:46:22.150Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0 [2021-01-16T00:46:22.150Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 [2021-01-16T00:46:22.150Z] go: downloading github.com/google/uuid v1.1.4 [2021-01-16T00:46:22.150Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-01-16T00:46:22.150Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.27 [2021-01-16T00:46:22.150Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-01-16T00:46:22.150Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-01-16T00:46:22.150Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-01-16T00:46:22.150Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-01-16T00:46:22.150Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-01-16T00:46:22.150Z] go: downloading github.com/pkg/errors v0.8.1 [2021-01-16T00:46:22.150Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-01-16T00:46:22.150Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-01-16T00:46:22.150Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-01-16T00:46:22.150Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-01-16T00:46:22.150Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-01-16T00:46:22.150Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-01-16T00:46:22.150Z] go: downloading github.com/x448/float16 v0.8.4 [2021-01-16T00:46:22.150Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-01-16T00:46:22.150Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-01-16T00:46:22.150Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-01-16T00:46:22.150Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-01-16T00:46:22.150Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-01-16T00:46:22.150Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-01-16T00:46:22.150Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-01-16T00:46:22.150Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-01-16T00:46:22.150Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-01-16T00:46:22.410Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-01-16T00:46:22.410Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-01-16T00:46:22.410Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-01-16T00:46:22.410Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-01-16T00:46:22.410Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-01-16T00:46:22.670Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-01-16T00:46:22.904Z] ---> 6caea7375781 [2021-01-16T00:46:22.904Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-16T00:46:23.179Z] 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-16T00:46:23.780Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-16T00:46:23.780Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-16T00:46:23.780Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-16T00:46:23.780Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-16T00:46:23.780Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-16T00:46:23.780Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-16T00:46:23.780Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-16T00:46:24.055Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-16T00:46:24.055Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-16T00:46:24.055Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-16T00:46:24.055Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-16T00:46:24.055Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-16T00:46:24.055Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-16T00:46:24.330Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-16T00:46:24.330Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-16T00:46:24.330Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-16T00:46:24.330Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-16T00:46:24.330Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-16T00:46:24.330Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-16T00:46:24.330Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-16T00:46:24.330Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-16T00:46:24.605Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-16T00:46:24.605Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-16T00:46:24.605Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-16T00:46:24.605Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-16T00:46:24.605Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-16T00:46:24.880Z] Executing busybox-1.31.1-r19.trigger [2021-01-16T00:46:24.880Z] OK: 71 MiB in 55 packages [2021-01-16T00:46:26.869Z] ---> 90319bebf953 [2021-01-16T00:46:26.869Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-16T00:46:28.313Z] ---> da162c0de4c5 [2021-01-16T00:46:28.313Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-16T00:46:28.588Z] ---> Running in 29f70be5d467 [2021-01-16T00:46:29.252Z] 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-16T00:46:30.047Z] Removing intermediate container 29f70be5d467 [2021-01-16T00:46:30.047Z] ---> ebf25bfaa181 [2021-01-16T00:46:30.047Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-16T00:46:30.325Z] ---> Running in 3c0dadf88fd0 [2021-01-16T00:46:32.325Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-16T00:46:32.325Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-16T00:46:32.325Z] ---> d66bc7db2d4d [2021-01-16T00:46:32.325Z] Step 3/21 : WORKDIR /edgex-go [2021-01-16T00:46:32.325Z] ---> Using cache [2021-01-16T00:46:32.325Z] ---> 976e9c26f77b [2021-01-16T00:46:32.325Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-16T00:46:32.325Z] ---> Using cache [2021-01-16T00:46:32.325Z] ---> cea2972fc562 [2021-01-16T00:46:32.325Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-16T00:46:32.325Z] ---> Using cache [2021-01-16T00:46:32.325Z] ---> c923dead252e [2021-01-16T00:46:32.325Z] Step 6/21 : COPY go.mod . [2021-01-16T00:46:32.325Z] ---> Using cache [2021-01-16T00:46:32.325Z] ---> 365afea8c818 [2021-01-16T00:46:32.325Z] Step 7/21 : RUN go mod download [2021-01-16T00:46:32.325Z] ---> Using cache [2021-01-16T00:46:32.325Z] ---> 4d045a4a3a72 [2021-01-16T00:46:32.325Z] Step 8/21 : COPY . . [2021-01-16T00:46:32.325Z] Removing intermediate container 3c0dadf88fd0 [2021-01-16T00:46:32.325Z] ---> fab93e904b6d [2021-01-16T00:46:32.325Z] Step 21/23 : LABEL arch=arm64 [2021-01-16T00:46:32.601Z] ---> Running in 8ddc0f90399d [2021-01-16T00:46:32.880Z] ---> Using cache [2021-01-16T00:46:32.880Z] ---> 950f216bd6ff [2021-01-16T00:46:32.880Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-16T00:46:33.451Z] 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-16T00:46:33.488Z] ---> Running in 52647e9e1424 [2021-01-16T00:46:34.091Z] Removing intermediate container 8ddc0f90399d [2021-01-16T00:46:34.092Z] ---> 2462cb3d0eed [2021-01-16T00:46:34.092Z] Step 22/23 : LABEL git_sha=0c8a874165f9df96fb0913bb6f216e5e01be221f [2021-01-16T00:46:34.389Z] 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-16T00:46:34.704Z] ---> Running in a69d67924616 [2021-01-16T00:46:35.330Z] 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-16T00:46:35.902Z] 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-16T00:46:35.902Z] go: downloading github.com/stretchr/testify v1.6.1 [2021-01-16T00:46:35.902Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-01-16T00:46:35.902Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-01-16T00:46:35.902Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-01-16T00:46:36.159Z] Removing intermediate container a69d67924616 [2021-01-16T00:46:36.159Z] ---> ddef6be7955e [2021-01-16T00:46:36.159Z] Step 23/23 : LABEL version=0.0.0 [2021-01-16T00:46:36.440Z] 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-16T00:46:36.440Z] ---> Running in b3c9a683957f [2021-01-16T00:46:37.816Z] 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-16T00:46:37.816Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-01-16T00:46:37.816Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-01-16T00:46:37.886Z] Removing intermediate container b3c9a683957f [2021-01-16T00:46:37.886Z] ---> 60ab726e68fd [2021-01-16T00:46:37.886Z] [2021-01-16T00:46:38.756Z] 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-16T00:46:39.333Z] Successfully built 60ab726e68fd [2021-01-16T00:46:39.333Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-16T00:46:39.333Z] Building docker-support-notifications-go [2021-01-16T00:46:39.699Z] 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-16T00:46:39.699Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-01-16T00:46:41.122Z] 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-16T00:46:41.328Z]  Building docker-core-data-go ... done Removing intermediate container 646a555f781b [2021-01-16T00:46:41.328Z] ---> 949605e8e4b1 [2021-01-16T00:46:41.328Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-16T00:46:41.606Z] ---> Running in cdbd14c05d58 [2021-01-16T00:46:42.074Z] 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-16T00:46:42.647Z] 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-16T00:46:42.647Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-01-16T00:46:45.188Z] Building version [2021-01-16T00:46:47.100Z] Staging config-common [2021-01-16T00:46:48.046Z] Skipping stage go-build-helper (already ran) [2021-01-16T00:46:48.046Z] Skipping stage static-packages (already ran) [2021-01-16T00:46:48.046Z] Skipping stage go115 (already ran) [2021-01-16T00:46:48.046Z] Staging edgex-go [2021-01-16T00:46:48.986Z] Staging version [2021-01-16T00:46:49.906Z] Collecting docker-compose==1.23.2 [2021-01-16T00:46:49.906Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-16T00:46:49.928Z] Priming config-common [2021-01-16T00:46:50.180Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-16T00:46:50.180Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-16T00:46:50.180Z] ---> d66bc7db2d4d [2021-01-16T00:46:50.180Z] Step 3/24 : WORKDIR /edgex-go [2021-01-16T00:46:50.180Z] ---> Using cache [2021-01-16T00:46:50.180Z] ---> 976e9c26f77b [2021-01-16T00:46:50.180Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-16T00:46:50.180Z] ---> Using cache [2021-01-16T00:46:50.180Z] ---> cea2972fc562 [2021-01-16T00:46:50.180Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-16T00:46:50.180Z] ---> Using cache [2021-01-16T00:46:50.180Z] ---> c923dead252e [2021-01-16T00:46:50.180Z] Step 6/24 : COPY go.mod . [2021-01-16T00:46:50.180Z] ---> Using cache [2021-01-16T00:46:50.180Z] ---> 365afea8c818 [2021-01-16T00:46:50.180Z] Step 7/24 : RUN go mod download [2021-01-16T00:46:50.180Z] ---> Using cache [2021-01-16T00:46:50.180Z] ---> 4d045a4a3a72 [2021-01-16T00:46:50.180Z] Step 8/24 : COPY . . [2021-01-16T00:46:50.180Z] ---> Using cache [2021-01-16T00:46:50.180Z] ---> 950f216bd6ff [2021-01-16T00:46:50.181Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-16T00:46:50.872Z] Priming go-build-helper [2021-01-16T00:46:51.167Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-16T00:46:51.444Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-16T00:46:51.816Z] Priming static-packages [2021-01-16T00:46:52.436Z] ---> Running in f4b54f002b49 [2021-01-16T00:46:52.436Z] Collecting cached-property<2,>=1.2.0 [2021-01-16T00:46:52.436Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-16T00:46:53.879Z] Collecting PyYAML<4,>=3.10 [2021-01-16T00:46:53.879Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-16T00:46:54.356Z] Priming go115 [2021-01-16T00:46:54.477Z] 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-16T00:46:54.928Z] Priming edgex-go [2021-01-16T00:46:55.879Z] Priming version [2021-01-16T00:46:56.849Z] 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-16T00:46:59.928Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-16T00:46:59.928Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-16T00:47:04.241Z] Collecting jsonschema<3,>=2.5.1 [2021-01-16T00:47:04.241Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-16T00:47:05.682Z] Collecting docker<4.0,>=3.6.0 [2021-01-16T00:47:05.682Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-16T00:47:07.123Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-16T00:47:07.123Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-16T00:47:07.123Z] ---> d66bc7db2d4d [2021-01-16T00:47:07.123Z] Step 3/24 : WORKDIR /edgex-go [2021-01-16T00:47:07.123Z] ---> Using cache [2021-01-16T00:47:07.123Z] ---> 976e9c26f77b [2021-01-16T00:47:07.123Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-16T00:47:07.123Z] ---> Using cache [2021-01-16T00:47:07.123Z] ---> cea2972fc562 [2021-01-16T00:47:07.123Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-16T00:47:08.114Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-16T00:47:08.114Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-16T00:47:08.712Z] 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-16T00:47:08.987Z] ---> Running in 9087620aaf73 [2021-01-16T00:47:08.987Z] Collecting texttable<0.10,>=0.9.0 [2021-01-16T00:47:08.987Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-16T00:47:10.973Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-16T00:47:11.959Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-16T00:47:11.959Z] Collecting docopt<0.7,>=0.6.1 [2021-01-16T00:47:11.959Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-16T00:47:12.562Z] OK: 217 MiB in 51 packages [2021-01-16T00:47:14.581Z] Removing intermediate container 9087620aaf73 [2021-01-16T00:47:14.581Z] ---> d6e7991fd8b5 [2021-01-16T00:47:14.581Z] Step 6/24 : COPY go.mod . [2021-01-16T00:47:15.180Z] Collecting docker-pycreds>=0.4.0 [2021-01-16T00:47:15.180Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-16T00:47:15.180Z] 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-16T00:47:15.457Z] 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-16T00:47:15.457Z] ---> 353b65efba51 [2021-01-16T00:47:15.457Z] Step 7/24 : RUN go mod download [2021-01-16T00:47:15.732Z] Collecting idna<2.8,>=2.5 [2021-01-16T00:47:15.732Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-16T00:47:16.009Z] ---> Running in 16aad951bc71 [2021-01-16T00:47:16.993Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-16T00:47:16.993Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-16T00:47:17.291Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-16T00:47:17.291Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-16T00:47:17.291Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-16T00:47:17.291Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-16T00:47:18.741Z] Installing collected packages: websocket-client, cached-property, PyYAML, dockerpty, jsonschema, docker-pycreds, idna, urllib3, requests, docker, texttable, docopt, docker-compose [2021-01-16T00:47:19.016Z] Running setup.py install for PyYAML: started [2021-01-16T00:47:21.003Z] Removing intermediate container 16aad951bc71 [2021-01-16T00:47:21.003Z] ---> b36589224942 [2021-01-16T00:47:21.003Z] Step 8/24 : COPY . . [2021-01-16T00:47:22.987Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-16T00:47:22.987Z] Running setup.py install for dockerpty: started [2021-01-16T00:47:27.317Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-16T00:47:27.317Z] Attempting uninstall: idna [2021-01-16T00:47:27.317Z] Found existing installation: idna 2.9 [2021-01-16T00:47:27.317Z] Uninstalling idna-2.9: [2021-01-16T00:47:27.597Z] Successfully uninstalled idna-2.9 [2021-01-16T00:47:29.055Z] Attempting uninstall: urllib3 [2021-01-16T00:47:29.055Z] Found existing installation: urllib3 1.25.9 [2021-01-16T00:47:29.055Z] Uninstalling urllib3-1.25.9: [2021-01-16T00:47:29.330Z] Successfully uninstalled urllib3-1.25.9 [2021-01-16T00:47:30.309Z] Attempting uninstall: requests [2021-01-16T00:47:30.309Z] Found existing installation: requests 2.23.0 [2021-01-16T00:47:30.586Z] Uninstalling requests-2.23.0: [2021-01-16T00:47:30.586Z] Successfully uninstalled requests-2.23.0 [2021-01-16T00:47:32.573Z] Running setup.py install for texttable: started [2021-01-16T00:47:36.002Z] Running setup.py install for texttable: finished with status 'done' [2021-01-16T00:47:36.002Z] Running setup.py install for docopt: started [2021-01-16T00:47:37.999Z] Running setup.py install for docopt: finished with status 'done' [2021-01-16T00:47:38.290Z] ---> 949cdd61549c [2021-01-16T00:47:38.290Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-16T00:47:38.894Z] ---> Running in 198ff80a1bcd [2021-01-16T00:47:39.171Z] 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-16T00:47:40.609Z] 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-16T00:47:46.049Z] Removing intermediate container cdbd14c05d58 [2021-01-16T00:47:46.049Z] ---> 51dd0567c330 [2021-01-16T00:47:46.049Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-16T00:47:46.325Z] ---> Running in e7a3f84aca8f [2021-01-16T00:47:46.925Z] Removing intermediate container 35796946be93 [2021-01-16T00:47:46.925Z] ---> 40701245106a [2021-01-16T00:47:46.925Z] [2021-01-16T00:47:46.925Z] Step 10/22 : FROM scratch [2021-01-16T00:47:46.925Z] ---> [2021-01-16T00:47:46.925Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-16T00:47:46.925Z] ---> Using cache [2021-01-16T00:47:46.925Z] ---> ce1b7c05b0fc [2021-01-16T00:47:46.925Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-16T00:47:47.201Z] ---> Running in eb32b4258e7c [2021-01-16T00:47:48.198Z] Removing intermediate container eb32b4258e7c [2021-01-16T00:47:48.198Z] ---> 8c9bda0fcc3e [2021-01-16T00:47:48.198Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-16T00:47:48.198Z] ---> Running in 1b33ab988f3a [2021-01-16T00:47:48.482Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-16T00:47:48.768Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-16T00:47:48.768Z] Removing intermediate container 1b33ab988f3a [2021-01-16T00:47:48.768Z] ---> 092c02af597b [2021-01-16T00:47:48.768Z] Step 14/22 : WORKDIR / [2021-01-16T00:47:49.047Z] ---> Running in b252096fe340 [2021-01-16T00:47:49.657Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-16T00:47:49.657Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-16T00:47:49.657Z] (3/3) Installing curl (7.69.1-r3) [2021-01-16T00:47:49.657Z] Executing busybox-1.31.1-r19.trigger [2021-01-16T00:47:49.657Z] OK: 71 MiB in 58 packages [2021-01-16T00:47:49.657Z] Removing intermediate container b252096fe340 [2021-01-16T00:47:49.657Z] ---> ab0b646cf9b0 [2021-01-16T00:47:49.657Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-16T00:47:51.115Z] ---> 1b0c1b1d3212 [2021-01-16T00:47:51.115Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-16T00:47:51.714Z] Removing intermediate container e7a3f84aca8f [2021-01-16T00:47:51.714Z] ---> 412659779f08 [2021-01-16T00:47:51.714Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-16T00:47:51.994Z] ---> Running in 0b11897369db [2021-01-16T00:47:52.977Z] Removing intermediate container 0b11897369db [2021-01-16T00:47:52.977Z] ---> a7ff75d55558 [2021-01-16T00:47:52.977Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-16T00:47:52.977Z] ---> 592c66eb9024 [2021-01-16T00:47:52.977Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-16T00:47:53.254Z] ---> Running in a66414c8840b [2021-01-16T00:47:53.531Z] 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-16T00:47:54.138Z] Removing intermediate container a66414c8840b [2021-01-16T00:47:54.138Z] ---> 92aaefb5e06e [2021-01-16T00:47:54.138Z] Step 24/26 : LABEL arch=arm64 [2021-01-16T00:47:54.418Z] ---> Running in b92be15da49e [2021-01-16T00:47:54.418Z] ---> b253504f40d0 [2021-01-16T00:47:54.418Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-16T00:47:54.701Z] ---> Running in 52dd361d3f51 [2021-01-16T00:47:55.302Z] Removing intermediate container b92be15da49e [2021-01-16T00:47:55.302Z] ---> 0763eda0b610 [2021-01-16T00:47:55.303Z] Step 25/26 : LABEL git_sha=0c8a874165f9df96fb0913bb6f216e5e01be221f [2021-01-16T00:47:55.580Z] Removing intermediate container 52dd361d3f51 [2021-01-16T00:47:55.580Z] ---> 5819d8105baa [2021-01-16T00:47:55.580Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-16T00:47:55.580Z] ---> Running in 4e2dfc64e909 [2021-01-16T00:47:55.580Z] ---> Running in f5be3697f958 [2021-01-16T00:47:56.187Z] Removing intermediate container 4e2dfc64e909 [2021-01-16T00:47:56.187Z] ---> 817130aa3959 [2021-01-16T00:47:56.187Z] Step 26/26 : LABEL version=0.0.0 [2021-01-16T00:47:56.467Z] ---> Running in 7215bd303fd2 [2021-01-16T00:47:56.467Z] Removing intermediate container f5be3697f958 [2021-01-16T00:47:56.467Z] ---> 535f8b2d95d7 [2021-01-16T00:47:56.467Z] Step 20/22 : LABEL arch=arm64 [2021-01-16T00:47:56.743Z] ---> Running in cf99b0e0ddad [2021-01-16T00:47:57.354Z] Removing intermediate container 7215bd303fd2 [2021-01-16T00:47:57.354Z] ---> ce8c7ef92d3b [2021-01-16T00:47:57.354Z] [2021-01-16T00:47:57.634Z] Removing intermediate container cf99b0e0ddad [2021-01-16T00:47:57.634Z] ---> 53b26f9e6578 [2021-01-16T00:47:57.634Z] Step 21/22 : LABEL git_sha=0c8a874165f9df96fb0913bb6f216e5e01be221f [2021-01-16T00:47:57.910Z] ---> Running in fe20ff21e206 [2021-01-16T00:47:57.910Z] Successfully built ce8c7ef92d3b [2021-01-16T00:47:57.910Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-16T00:47:58.509Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container fe20ff21e206 [2021-01-16T00:47:58.509Z] ---> 6a772fb9fc61 [2021-01-16T00:47:58.509Z] Step 22/22 : LABEL version=0.0.0 [2021-01-16T00:47:58.786Z] ---> Running in d952afdab347 [2021-01-16T00:47:59.388Z] Removing intermediate container d952afdab347 [2021-01-16T00:47:59.388Z] ---> 5a6ed3710e2f [2021-01-16T00:47:59.388Z] [2021-01-16T00:47:59.991Z] Successfully built 5a6ed3710e2f [2021-01-16T00:47:59.991Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-16T00:48:08.320Z]  Building docker-core-command-go ... done 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-16T00:48:08.320Z] Removing intermediate container 52647e9e1424 [2021-01-16T00:48:08.320Z] ---> ba48709c18d1 [2021-01-16T00:48:08.320Z] [2021-01-16T00:48:08.320Z] Step 10/21 : FROM alpine:3.12 [2021-01-16T00:48:08.320Z] ---> afeebe901d6b [2021-01-16T00:48:08.320Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-16T00:48:08.320Z] ---> Running in 64edc9186054 [2021-01-16T00:48:09.764Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-16T00:48:10.038Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-16T00:48:10.637Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-16T00:48:10.637Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-16T00:48:10.637Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-16T00:48:10.637Z] (4/4) Installing curl (7.69.1-r3) [2021-01-16T00:48:10.637Z] Executing busybox-1.31.1-r19.trigger [2021-01-16T00:48:10.916Z] Executing ca-certificates-20191127-r4.trigger [2021-01-16T00:48:10.916Z] OK: 7 MiB in 18 packages [2021-01-16T00:48:13.559Z] Removing intermediate container 64edc9186054 [2021-01-16T00:48:13.559Z] ---> cf97ddc2e357 [2021-01-16T00:48:13.559Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-16T00:48:13.559Z] ---> Running in 3c3704d70e98 [2021-01-16T00:48:14.155Z] Removing intermediate container 3c3704d70e98 [2021-01-16T00:48:14.155Z] ---> e7bcbb1cbd82 [2021-01-16T00:48:14.155Z] Step 13/21 : WORKDIR /edgex [2021-01-16T00:48:14.433Z] ---> Running in 03dc7d9efb4d [2021-01-16T00:48:15.411Z] Removing intermediate container 03dc7d9efb4d [2021-01-16T00:48:15.411Z] ---> f9b29bcb6ff8 [2021-01-16T00:48:15.411Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-16T00:48:16.861Z] ---> 72c5dc474a89 [2021-01-16T00:48:16.861Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-16T00:48:18.329Z] Removing intermediate container f4b54f002b49 [2021-01-16T00:48:18.329Z] ---> ea372ea3e68d [2021-01-16T00:48:18.329Z] [2021-01-16T00:48:18.329Z] Step 10/24 : FROM alpine:3.12 [2021-01-16T00:48:18.330Z] ---> afeebe901d6b [2021-01-16T00:48:18.330Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-16T00:48:18.330Z] ---> Using cache [2021-01-16T00:48:18.330Z] ---> d7aa7650dedb [2021-01-16T00:48:18.330Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-16T00:48:18.627Z] ---> Running in 844448b4c48f [2021-01-16T00:48:18.908Z] ---> d7871e7c07fb [2021-01-16T00:48:18.908Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-16T00:48:19.507Z] Removing intermediate container 844448b4c48f [2021-01-16T00:48:19.507Z] ---> 94e7532e7c74 [2021-01-16T00:48:19.507Z] Step 13/24 : WORKDIR / [2021-01-16T00:48:19.781Z] ---> Running in 788774aafdff [2021-01-16T00:48:20.774Z] Removing intermediate container 788774aafdff [2021-01-16T00:48:20.774Z] ---> b5741373906e [2021-01-16T00:48:20.774Z] 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-16T00:48:20.774Z] ---> ec8df1bfeee9 [2021-01-16T00:48:20.774Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-16T00:48:21.293Z] ---> Running in 46f6055b274d [2021-01-16T00:48:21.940Z] Removing intermediate container 46f6055b274d [2021-01-16T00:48:21.940Z] ---> cb863e948735 [2021-01-16T00:48:21.940Z] Step 18/21 : CMD ["--init=true"] [2021-01-16T00:48:21.940Z] ---> 7cc008a1e24b [2021-01-16T00:48:21.940Z] 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-16T00:48:22.240Z] ---> Running in 651c4a2d68ce [2021-01-16T00:48:22.897Z] Removing intermediate container 651c4a2d68ce [2021-01-16T00:48:22.897Z] ---> 0a770c51b9ca [2021-01-16T00:48:22.897Z] Step 19/21 : LABEL arch=arm64 [2021-01-16T00:48:23.215Z] ---> Running in 7307e9f5e3fa [2021-01-16T00:48:23.215Z] ---> 57480b83432f [2021-01-16T00:48:23.215Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-16T00:48:23.880Z] Removing intermediate container 7307e9f5e3fa [2021-01-16T00:48:23.880Z] ---> bdfb725a3046 [2021-01-16T00:48:23.880Z] Step 20/21 : LABEL git_sha=0c8a874165f9df96fb0913bb6f216e5e01be221f [2021-01-16T00:48:24.557Z] ---> Running in 6fcda206bd2a [2021-01-16T00:48:24.557Z] ---> 01b74615df98 [2021-01-16T00:48:24.557Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-16T00:48:25.280Z] Removing intermediate container 6fcda206bd2a [2021-01-16T00:48:25.280Z] ---> 1f29831b271f [2021-01-16T00:48:25.280Z] Step 21/21 : LABEL version=0.0.0 [2021-01-16T00:48:25.604Z] ---> Running in 077170c262b5 [2021-01-16T00:48:26.304Z] Removing intermediate container 077170c262b5 [2021-01-16T00:48:26.304Z] ---> 758ee14e213a [2021-01-16T00:48:26.304Z] [2021-01-16T00:48:26.304Z] ---> 2e03588ac186 [2021-01-16T00:48:26.304Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-16T00:48:26.583Z] Successfully built 758ee14e213a [2021-01-16T00:48:26.854Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-16T00:48:27.454Z]  Building docker-security-proxy-setup-go ... done  ---> 20bc27aa1e03 [2021-01-16T00:48:27.454Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-16T00:48:28.429Z] ---> 62ba782fe3a9 [2021-01-16T00:48:28.429Z] 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-16T00:48:28.429Z] ---> Running in eaf83d105aba [2021-01-16T00:48:31.033Z] Removing intermediate container eaf83d105aba [2021-01-16T00:48:31.033Z] ---> 7b35504f90e9 [2021-01-16T00:48:31.033Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-16T00:48:31.033Z] ---> Running in 0ae12dade7d0 [2021-01-16T00:48:31.623Z] Removing intermediate container 0ae12dade7d0 [2021-01-16T00:48:31.623Z] ---> 8e775d508db7 [2021-01-16T00:48:31.623Z] Step 22/24 : LABEL arch=arm64 [2021-01-16T00:48:31.623Z] ---> Running in c9adb4962c21 [2021-01-16T00:48:32.211Z] Removing intermediate container 198ff80a1bcd [2021-01-16T00:48:32.211Z] ---> 89cc0e005a90 [2021-01-16T00:48:32.211Z] [2021-01-16T00:48:32.211Z] Step 10/24 : FROM scratch [2021-01-16T00:48:32.211Z] ---> [2021-01-16T00:48:32.211Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-16T00:48:32.211Z] Removing intermediate container c9adb4962c21 [2021-01-16T00:48:32.211Z] ---> 8724bd05e0e4 [2021-01-16T00:48:32.211Z] Step 23/24 : LABEL git_sha=0c8a874165f9df96fb0913bb6f216e5e01be221f [2021-01-16T00:48:32.482Z] ---> Running in 06ac33db5b3a [2021-01-16T00:48:32.482Z] ---> Running in 9728087faafb [2021-01-16T00:48:32.754Z] Removing intermediate container 9728087faafb [2021-01-16T00:48:32.754Z] ---> 1288f247dab8 [2021-01-16T00:48:32.754Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-16T00:48:32.754Z] Removing intermediate container 06ac33db5b3a [2021-01-16T00:48:33.031Z] ---> dccc4a55093d [2021-01-16T00:48:33.031Z] Step 24/24 : LABEL version=0.0.0 [2021-01-16T00:48:33.031Z] ---> Running in ebfcb83c84e3 [2021-01-16T00:48:33.031Z] ---> Running in bad54bb34b63 [2021-01-16T00:48:33.626Z] Removing intermediate container ebfcb83c84e3 [2021-01-16T00:48:33.626Z] ---> b40e9978e5c0 [2021-01-16T00:48:33.626Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-16T00:48:33.626Z] Removing intermediate container bad54bb34b63 [2021-01-16T00:48:33.626Z] ---> c44802715b25 [2021-01-16T00:48:33.626Z] [2021-01-16T00:48:33.626Z] ---> Running in 0f927101af3d [2021-01-16T00:48:33.895Z] Successfully built c44802715b25 [2021-01-16T00:48:34.166Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-16T00:48:34.166Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 0f927101af3d [2021-01-16T00:48:34.166Z] ---> a78bb0f77580 [2021-01-16T00:48:34.166Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-16T00:48:35.145Z] ---> 5ab2a5829fe2 [2021-01-16T00:48:35.145Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-16T00:48:36.118Z] ---> b20ee227a7ad [2021-01-16T00:48:36.118Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-16T00:48:37.543Z] ---> 7936a4ff70f3 [2021-01-16T00:48:37.543Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-16T00:48:38.163Z] ---> 219c56044da0 [2021-01-16T00:48:38.163Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-16T00:48:39.147Z] ---> 8631303603f0 [2021-01-16T00:48:39.147Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-16T00:48:40.120Z] ---> b5ea503bcf4e [2021-01-16T00:48:40.120Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-16T00:48:40.120Z] ---> Running in 3a370ddb59db [2021-01-16T00:48:40.713Z] Removing intermediate container 3a370ddb59db [2021-01-16T00:48:40.713Z] ---> 9c718502488b [2021-01-16T00:48:40.713Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-16T00:48:40.713Z] ---> Running in eb8627709377 [2021-01-16T00:48:41.308Z] Removing intermediate container eb8627709377 [2021-01-16T00:48:41.308Z] ---> 7b6670b8aee9 [2021-01-16T00:48:41.308Z] Step 22/24 : LABEL arch=arm64 [2021-01-16T00:48:41.308Z] ---> Running in 056478f5d01f [2021-01-16T00:48:41.902Z] Removing intermediate container 056478f5d01f [2021-01-16T00:48:41.902Z] ---> 903ce64d8c66 [2021-01-16T00:48:41.902Z] Step 23/24 : LABEL git_sha=0c8a874165f9df96fb0913bb6f216e5e01be221f [2021-01-16T00:48:41.902Z] ---> Running in 58887a3bf46f [2021-01-16T00:48:42.496Z] Removing intermediate container 58887a3bf46f [2021-01-16T00:48:42.496Z] ---> 25ba8425354d [2021-01-16T00:48:42.496Z] Step 24/24 : LABEL version=0.0.0 [2021-01-16T00:48:42.496Z] ---> Running in 221ef8cee873 [2021-01-16T00:48:43.091Z] Removing intermediate container 221ef8cee873 [2021-01-16T00:48:43.091Z] ---> 3b05cc4ea35d [2021-01-16T00:48:43.091Z] [2021-01-16T00:48:43.363Z] Successfully built 3b05cc4ea35d [2021-01-16T00:48:43.363Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-16T00:48:43.650Z]  Building docker-support-notifications-go ... done  [Pipeline] } [2021-01-16T00:48:43.643Z] $ docker stop --time=1 a330da3daf81275e67a121b745eb482098dedd0219bf4018485d0cc83652dadc [2021-01-16T00:48:45.468Z] $ docker rm -f a330da3daf81275e67a121b745eb482098dedd0219bf4018485d0cc83652dadc [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-16T00:48:46.128Z] + docker images [2021-01-16T00:48:46.128Z] + grep docker [2021-01-16T00:48:46.397Z] docker-support-notifications-go-arm64 latest 3b05cc4ea35d 4 seconds ago 11.4MB [2021-01-16T00:48:46.397Z] docker-security-secretstore-setup-go-arm64 latest c44802715b25 13 seconds ago 23.4MB [2021-01-16T00:48:46.397Z] docker-security-proxy-setup-go-arm64 latest 758ee14e213a 21 seconds ago 23.2MB [2021-01-16T00:48:46.397Z] docker-core-command-go-arm64 latest 5a6ed3710e2f 47 seconds ago 9.98MB [2021-01-16T00:48:46.397Z] docker-sys-mgmt-agent-go-arm64 latest ce8c7ef92d3b 50 seconds ago 300MB [2021-01-16T00:48:46.397Z] docker-core-data-go-arm64 latest 60ab726e68fd 2 minutes ago 21MB [2021-01-16T00:48:46.398Z] docker-core-metadata-go-arm64 latest d769b16bad5f 2 minutes ago 12.3MB [2021-01-16T00:48:46.398Z] docker-security-bootstrap-redis-go-arm64 latest 743380f18d0d 2 minutes ago 15.1MB [2021-01-16T00:48:46.398Z] docker-support-scheduler-go-arm64 latest c8d66b0f4201 2 minutes ago 10MB [2021-01-16T00:48:46.398Z] 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-16T00:48:48.489Z] provisioning config files... [2021-01-16T00:48:48.503Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/2@tmp/config6673771426854291410tmp [Pipeline] { [Pipeline] sh [2021-01-16T00:48:48.887Z] + set +x [2021-01-16T00:48:48.887Z] + curl -s https://codecov.io/bash [2021-01-16T00:48:48.887Z] + bash -s -- [2021-01-16T00:48:49.464Z] [2021-01-16T00:48:49.464Z] _____ _ [2021-01-16T00:48:49.464Z] / ____| | | [2021-01-16T00:48:49.464Z] | | ___ __| | ___ ___ _____ __ [2021-01-16T00:48:49.464Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-16T00:48:49.464Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-16T00:48:49.464Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-16T00:48:49.464Z] Bash-20210115-cec3c92 [2021-01-16T00:48:49.464Z] [2021-01-16T00:48:49.464Z] [2021-01-16T00:48:49.464Z] ==> git version 2.24.3 found [2021-01-16T00:48:49.464Z] ==> 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-16T00:48:49.464Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-16T00:48:49.464Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-16T00:48:49.464Z] ==> Jenkins CI detected. [2021-01-16T00:48:49.464Z] project root: . [2021-01-16T00:48:49.464Z] --> token set from env [2021-01-16T00:48:49.464Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-16T00:48:49.464Z] ==> Running gcov in . (disable via -X gcov) [2021-01-16T00:48:49.464Z] ==> Python coveragepy not found [2021-01-16T00:48:49.464Z] ==> Searching for coverage reports in: [2021-01-16T00:48:49.464Z] + . [2021-01-16T00:48:49.464Z] -> Found 1 reports [2021-01-16T00:48:49.464Z] ==> Detecting git/mercurial file structure [2021-01-16T00:48:49.464Z] ==> Reading reports [2021-01-16T00:48:49.464Z] + ./coverage.out bytes=550280 [2021-01-16T00:48:49.726Z] ==> Appending adjustments [2021-01-16T00:48:49.726Z] https://docs.codecov.io/docs/fixing-reports [2021-01-16T00:48:53.035Z] + Found adjustments [2021-01-16T00:48:53.035Z] ==> Gzipping contents [2021-01-16T00:48:53.035Z] 84K /tmp/codecov.StSJtZ.gz [2021-01-16T00:48:53.035Z] ==> Uploading reports [2021-01-16T00:48:53.035Z] url: https://codecov.io [2021-01-16T00:48:53.035Z] query: branch=PR-3034&commit=0c8a874165f9df96fb0913bb6f216e5e01be221f&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3034%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3034&job=&cmd_args= [2021-01-16T00:48:53.035Z] -> Pinging Codecov [2021-01-16T00:48:53.035Z] https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=PR-3034&commit=0c8a874165f9df96fb0913bb6f216e5e01be221f&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3034%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3034&job=&cmd_args= [2021-01-16T00:48:53.035Z] -> Uploading to [2021-01-16T00:48:53.035Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-16/00271124DB129430A58F1EEE437C3FCB/0c8a874165f9df96fb0913bb6f216e5e01be221f/c3f88ff2-cc16-4ca1-891e-b845ef137f98.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210116%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210116T004852Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=375be4e051ab68952d6d37a2aea15444392bc8829e92cb05d132385c4896c292 [2021-01-16T00:48:53.035Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-16T00:48:53.035Z] Dload Upload Total Spent Left Speed [2021-01-16T00:48:53.608Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 83365 0 0 100 83365 0 147k --:--:-- --:--:-- --:--:-- 147k [2021-01-16T00:48:53.608Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/0c8a874165f9df96fb0913bb6f216e5e01be221f [Pipeline] } [2021-01-16T00:48:53.618Z] 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-16T00:48:55.943Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-16T00:48:56.829Z] ---> package-listing.sh [2021-01-16T00:48:56.829Z] ++ facter osfamily [2021-01-16T00:48:56.829Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-16T00:48:56.829Z] + OS_FAMILY=redhat [2021-01-16T00:48:56.829Z] + workspace=/w/workspace/edgex-go/2 [2021-01-16T00:48:56.829Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-16T00:48:56.829Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-16T00:48:56.829Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-16T00:48:56.829Z] + PACKAGES=/tmp/packages_start.txt [2021-01-16T00:48:56.829Z] + '[' /w/workspace/edgex-go/2 ']' [2021-01-16T00:48:56.829Z] + PACKAGES=/tmp/packages_end.txt [2021-01-16T00:48:56.829Z] + case "${OS_FAMILY}" in [2021-01-16T00:48:56.829Z] + rpm -qa [2021-01-16T00:48:56.829Z] + sort [2021-01-16T00:49:02.147Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-16T00:49:02.147Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-16T00:49:02.147Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-16T00:49:02.147Z] + '[' /w/workspace/edgex-go/2 ']' [2021-01-16T00:49:02.147Z] + mkdir -p /w/workspace/edgex-go/2/archives/ [2021-01-16T00:49:02.147Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo [2021-01-16T00:49:02.162Z] 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-16T00:49:02.460Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-16T00:49:02.774Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-16T00:49:02.774Z] [2021-01-16T00:49:02.774Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-16T00:49:03.133Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-16T00:49:03.133Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-16T00:49:03.133Z] df20fa9351a1: Pulling fs layer [2021-01-16T00:49:03.133Z] 36b3adc4ff6f: Pulling fs layer [2021-01-16T00:49:03.133Z] 8ad3a11d3b57: Pulling fs layer [2021-01-16T00:49:03.133Z] 46f8f816bc3b: Pulling fs layer [2021-01-16T00:49:03.133Z] 93b61091891f: Pulling fs layer [2021-01-16T00:49:03.133Z] 93b9cdb0e59b: Pulling fs layer [2021-01-16T00:49:03.133Z] 5e14af77c1be: Pulling fs layer [2021-01-16T00:49:03.133Z] 01666e4c0597: Pulling fs layer [2021-01-16T00:49:03.133Z] aa168da1d23b: Pulling fs layer [2021-01-16T00:49:03.133Z] 46f8f816bc3b: Waiting [2021-01-16T00:49:03.133Z] 5e14af77c1be: Waiting [2021-01-16T00:49:03.133Z] aa168da1d23b: Waiting [2021-01-16T00:49:03.133Z] 93b61091891f: Waiting [2021-01-16T00:49:03.133Z] 93b9cdb0e59b: Waiting [2021-01-16T00:49:03.133Z] 01666e4c0597: Waiting [2021-01-16T00:49:03.133Z] 36b3adc4ff6f: Verifying Checksum [2021-01-16T00:49:03.133Z] 36b3adc4ff6f: Download complete [2021-01-16T00:49:03.396Z] 46f8f816bc3b: Download complete [2021-01-16T00:49:03.396Z] df20fa9351a1: Verifying Checksum [2021-01-16T00:49:03.396Z] df20fa9351a1: Download complete [2021-01-16T00:49:03.396Z] 93b9cdb0e59b: Verifying Checksum [2021-01-16T00:49:03.396Z] 93b9cdb0e59b: Download complete [2021-01-16T00:49:03.396Z] 5e14af77c1be: Verifying Checksum [2021-01-16T00:49:03.396Z] 5e14af77c1be: Download complete [2021-01-16T00:49:03.396Z] 93b61091891f: Download complete [2021-01-16T00:49:03.396Z] 01666e4c0597: Verifying Checksum [2021-01-16T00:49:03.396Z] 01666e4c0597: Download complete [2021-01-16T00:49:03.396Z] 8ad3a11d3b57: Download complete [2021-01-16T00:49:03.661Z] df20fa9351a1: Pull complete [2021-01-16T00:49:04.239Z] 36b3adc4ff6f: Pull complete [2021-01-16T00:49:05.652Z] aa168da1d23b: Verifying Checksum [2021-01-16T00:49:05.652Z] aa168da1d23b: Download complete [2021-01-16T00:49:05.913Z] 8ad3a11d3b57: Pull complete [2021-01-16T00:49:06.181Z] 46f8f816bc3b: Pull complete [2021-01-16T00:49:07.139Z] 93b61091891f: Pull complete [2021-01-16T00:49:07.139Z] 93b9cdb0e59b: Pull complete [2021-01-16T00:49:07.139Z] 5e14af77c1be: Pull complete [2021-01-16T00:49:07.401Z] 01666e4c0597: Pull complete [2021-01-16T00:49:15.610Z] aa168da1d23b: Pull complete [2021-01-16T00:49:15.610Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-16T00:49:15.610Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-16T00:49:15.610Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-16T00:49:16.082Z] prd-centos7-docker-4c-2g-20707 does not seem to be running inside a container [2021-01-16T00:49:16.135Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-16T00:49:21.450Z] $ docker top 27bcf09142fabad53d72ccb911b5808a15402b8358c204b7fba07467eb396617 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-16T00:49:22.004Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-16T00:49:22.305Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-16T00:49:22.607Z] + ls /var/log/sa-host [2021-01-16T00:49:22.607Z] + sadf -c /var/log/sa-host/sa16 [2021-01-16T00:49:22.607Z] file_magic: OK [2021-01-16T00:49:22.607Z] HZ: Using current value: 100 [2021-01-16T00:49:22.607Z] file_header: OK [2021-01-16T00:49:22.607Z] 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-16T00:49:22.607Z] Statistics: [2021-01-16T00:49:22.607Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-16T00:49:22.607Z] File successfully converted to sysstat format version 12.2.1 [2021-01-16T00:49:22.607Z] + sadf -c /var/log/sa-host/sa23 [2021-01-16T00:49:22.607Z] file_magic: OK [2021-01-16T00:49:22.607Z] HZ: Using current value: 100 [2021-01-16T00:49:22.607Z] file_header: OK [2021-01-16T00:49:22.607Z] 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-16T00:49:22.607Z] Statistics: [2021-01-16T00:49:22.607Z] Hnuu...uuuununununu... [2021-01-16T00:49:22.607Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-16T00:49:23.261Z] provisioning config files... [2021-01-16T00:49:23.277Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config4176696570094360757tmp [Pipeline] { [Pipeline] echo [2021-01-16T00:49:23.404Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-16T00:49:23.762Z] ---> create-netrc.sh [Pipeline] } [2021-01-16T00:49:23.776Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-16T00:49:23.876Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-16T00:49:24.258Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-16T00:49:24.310Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-16T00:49:24.610Z] ---> sudo-logs.sh [2021-01-16T00:49:24.610Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-16T00:49:24.621Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-16T00:49:24.922Z] ---> job-cost.sh [2021-01-16T00:49:24.922Z] lf-activate-venv: SKIPPING [2021-01-16T00:49:24.922Z] INFO: No Stack... [2021-01-16T00:49:25.868Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-16T00:49:26.450Z] INFO: Archiving Costs [Pipeline] echo [2021-01-16T00:49:26.464Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-16T00:49:26.763Z] ---> logs-deploy.sh [2021-01-16T00:49:26.763Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3034/2 [2021-01-16T00:49:26.763Z] INFO: archiving workspace using pattern(s): [2021-01-16T00:49:28.681Z] Archives upload complete. [2021-01-16T00:49:28.681Z] INFO: archiving logs to Nexus